awscc.nimblestudio_streamingimage¶
Filters¶
event
reduce
value
Actions¶
delete¶
Parent base class for filters and actions.
properties:
  type:
    enum:
    - delete
required:
- type
Permissions - nimble:DeleteStreamingImage, nimble:UntagResource, ec2:ModifyInstanceAttribute, ec2:ModifySnapshotAttribute, ec2:DeregisterImage, ec2:DeleteSnapshot, kms:ListGrants, kms:RetireGrant
update¶
Parent base class for filters and actions.
definitions:
  StreamingImageEncryptionConfiguration:
    additionalProperties: false
    description: <p>TODO</p>
    properties:
      KeyArn:
        description: <p>The ARN for a KMS key that is used to encrypt studio data.</p>
        minLength: 4
        pattern: ^arn:.*
        type: string
      KeyType:
        description: <p/>
        enum:
        - CUSTOMER_MANAGED_KEY
        type: string
    required:
    - KeyType
    type: object
  StreamingImageEncryptionConfigurationKeyType:
    description: <p/>
    enum:
    - CUSTOMER_MANAGED_KEY
    type: string
  Tags:
    additionalProperties: false
    description: ''
    patternProperties:
      .+:
        type: string
    type: object
properties:
  Description:
    description: <p>A human-readable description of the streaming image.</p>
    maxLength: 256
    minLength: 0
    type: string
  Name:
    description: <p>A friendly name for a streaming image resource.</p>
    maxLength: 64
    minLength: 0
    type: string
  type:
    enum:
    - update
Permissions - nimble:UpdateStreamingImage