AWS::Timestream::Table Schema - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Timestream::Table Schema

A Schema specifies the expected data model of the table.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CompositePartitionKey" : [ PartitionKey, ... ] }

Properties

CompositePartitionKey

A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed.

Required: No

Type: Array of PartitionKey

Minimum: 1

Update requires: No interruption