awscc.kinesisvideo_signalingchannel

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - kinesisvideo:DeleteSignalingChannel, kinesisvideo:DescribeSignalingChannel

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. Specify a value that is 1 to 128 Unicode
          characters in length and cannot be prefixed with aws:. The following characters
          can be used: the set of Unicode letters, digits, whitespace, _, ., /, =,
          +, and -.'
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. Specify a value that is 0 to 256 Unicode
          characters in length and cannot be prefixed with aws:.  The following characters
          can be used: the set of Unicode letters, digits, whitespace, _, ., /, =,
          +, and -.'
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  MessageTtlSeconds:
    description: The period of time a signaling channel retains undelivered messages
      before they are discarded.
    maximum: 120
    minimum: 5
    type: integer
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. Specify a value that is 1 to 128
            Unicode characters in length and cannot be prefixed with aws:. The following
            characters can be used: the set of Unicode letters, digits, whitespace,
            _, ., /, =, +, and -.'
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. Specify a value that is 0 to 256 Unicode
            characters in length and cannot be prefixed with aws:.  The following
            characters can be used: the set of Unicode letters, digits, whitespace,
            _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    minItems: 1
    type: array
    uniqueItems: false
  Type:
    description: The type of the Kinesis Video Signaling Channel to create. Currently,
      SINGLE_MASTER is the only supported channel type.
    enum:
    - SINGLE_MASTER
    type: string
  type:
    enum:
    - update

Permissions - kinesisvideo:UpdateSignalingChannel, kinesisvideo:DescribeSignalingChannel