Table

class Table : KotlinCustomResource

The AWS::Timestream::Table resource creates a Timestream Table.

Properties

Link copied to clipboard
val arn: Output<String>

The arn of the table.

Link copied to clipboard
val databaseName: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The properties that determine whether magnetic store writes are enabled.

Link copied to clipboard
val name: Output<String>

The table name exposed as a read-only attribute.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val schema: Output<SchemaProperties>?

A Schema specifies the expected data model of the table.

Link copied to clipboard
val tableName: Output<String>?

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.

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>