awscc.timestream_database

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - timestream:DeleteDatabase, timestream:DescribeEndpoints

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: You can use the Resource Tags property to apply tags to resources,
      which can help you identify and categorize those resources.
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 0
        type: string
    type: object
properties:
  KmsKeyId:
    description: The KMS key for the database. If the KMS key is not specified, the
      database will be encrypted with a Timestream managed KMS key located in your
      account.
    maxLength: 2048
    minLength: 1
    type: string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: You can use the Resource Tags property to apply tags to resources,
        which can help you identify and categorize those resources.
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 256
          minLength: 0
          type: string
      type: object
    maxItems: 200
    type: array
  type:
    enum:
    - update

Permissions - timestream:UpdateDatabase, timestream:DescribeEndpoints, timestream:TagResource, timestream:UntagResource