awscc.timestream_table

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - timestream:DeleteTable, 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:
  RetentionProperties:
    additionalProperties: false
    description: The retention duration of the memory store and the magnetic store.
    properties:
      MagneticStoreRetentionPeriodInDays:
        description: The duration for which data must be stored in the magnetic store.
        type: string
      MemoryStoreRetentionPeriodInHours:
        description: The duration for which data must be stored in the memory store.
        type: string
    type: object
  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:UpdateTable, timestream:DescribeEndpoints, timestream:TagResource, timestream:UntagResource