awscc.kinesisvideo_stream

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - kinesisvideo:DescribeStream, kinesisvideo:DeleteStream

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associated with the Kinesis Video Stream.
    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:
  DataRetentionInHours:
    description: The number of hours till which Kinesis Video will retain the data
      in the stream
    maximum: 87600
    minimum: 0
    type: integer
  DeviceName:
    description: The name of the device that is writing to the stream.
    maxLength: 128
    minLength: 1
    pattern: '[a-zA-Z0-9_.-]+'
    type: string
  KmsKeyId:
    description: AWS KMS key ID that Kinesis Video Streams uses to encrypt stream
      data.
    maxLength: 2048
    minLength: 1
    pattern: .+
    type: string
  MediaType:
    description: The media type of the stream. Consumers of the stream can use this
      information when processing the stream.
    maxLength: 128
    minLength: 1
    pattern: '[\w\-\.\+]+/[\w\-\.\+]+(,[\w\-\.\+]+/[\w\-\.\+]+)*'
    type: string
  Tags:
    description: An array of key-value pairs associated with the Kinesis Video Stream.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associated with the Kinesis Video Stream.
      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:
    enum:
    - update

Permissions - kinesisvideo:DescribeStream, kinesisvideo:UpdateStream, kinesisvideo:UpdateDataRetention