awscc.ivs_recordingconfiguration

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - ivs:DeleteRecordingConfiguration, iam:CreateServiceLinkedRole

update

Parent base class for filters and actions.

definitions:
  DestinationConfiguration:
    additionalProperties: false
    description: Recording Destination Configuration.
    properties:
      S3:
        additionalProperties: false
        description: Recording S3 Destination Configuration.
        properties:
          BucketName:
            maxLength: 63
            minLength: 3
            pattern: ^[a-z0-9-.]+$
            type: string
        required:
        - BucketName
        type: object
    required:
    - S3
    type: object
  S3DestinationConfiguration:
    additionalProperties: false
    description: Recording S3 Destination Configuration.
    properties:
      BucketName:
        maxLength: 63
        minLength: 3
        pattern: ^[a-z0-9-.]+$
        type: string
    required:
    - BucketName
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 1
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  Tags:
    description: A list of key-value pairs that contain metadata for the asset model.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 256
          minLength: 1
          type: string
      required:
      - Value
      - Key
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - sts:AssumeRole, iam:CreateServiceLinkedRole, ivs:TagResource, ivs:UntagResource, ivs:ListTagsForResource