awscc.ivs_channel

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - ivs:DeleteChannel

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 1
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  Authorized:
    description: Whether the channel is authorized.
    type: boolean
  LatencyMode:
    description: Channel latency mode.
    enum:
    - NORMAL
    - LOW
    type: string
  Name:
    description: Channel
    maxLength: 128
    minLength: 0
    pattern: ^[a-zA-Z0-9-_]*$
    type: string
  RecordingConfigurationArn:
    default: ''
    description: 'Recording Configuration ARN. A value other than an empty string
      indicates that recording is enabled. Default: ?? (recording is disabled).'
    maxLength: 128
    minLength: 0
    pattern: ^$|arn:aws:ivs:[a-z0-9-]+:[0-9]+:recording-configuration/[a-zA-Z0-9-]+$
    type: string
  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:
    description: Channel type, which determines the allowable resolution and bitrate.
      If you exceed the allowable resolution or bitrate, the stream probably will
      disconnect immediately.
    enum:
    - STANDARD
    - BASIC
    type: string
  type:
    enum:
    - update

Permissions - ivs:UpdateChannel, ivs:TagResource, ivs:UnTagResource, ivs:ListTagsForResource