Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-timestream-table.json
Parent schema serverless-framework-configuration
Type: object

The AWS::Timestream::Table resource creates a Timestream Table.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-timestream.git

Properties

DatabaseName string | Aws_CF_FunctionString required

The name for the database which the table to be created belongs to.

TableName string | Aws_CF_FunctionString

The name for the table. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the table name.

RetentionProperties object

The retention duration of the memory store and the magnetic store.

2 nested properties
MemoryStoreRetentionPeriodInHours string | Aws_CF_FunctionString

The duration for which data must be stored in the memory store.

MagneticStoreRetentionPeriodInDays string | Aws_CF_FunctionString

The duration for which data must be stored in the magnetic store.

MagneticStoreWriteProperties object

The properties that determine whether magnetic store writes are enabled.

2 nested properties
EnableMagneticStoreWrites boolean required

Boolean flag indicating whether magnetic store writes are enabled.

MagneticStoreRejectedDataLocation object

Location to store information about records that were asynchronously rejected during magnetic store writes.

1 nested properties
S3Configuration object

S3 configuration for location to store rejections from magnetic store writes

4 nested properties
BucketName string | Aws_CF_FunctionString required

The bucket name used to store the data.

EncryptionOption string | Aws_CF_FunctionString required

Either SSE_KMS or SSE_S3.

ObjectKeyPrefix string | Aws_CF_FunctionString

String used to prefix all data in the bucket.

KmsKeyId string | Aws_CF_FunctionString

Must be provided if SSE_KMS is specified as the encryption option

Tags Tag[]

An array of key-value pairs to apply to this resource.

maxItems=200

Definitions

Tag object

You can use the Resource Tags property to apply tags to resources, which can help you identify and categorize those resources.

Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString