Table

class Table : KotlinCustomResource

Resource schema for AWS::Cassandra::Table

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
Link copied to clipboard

Indicates whether client side timestamps are enabled (true) or disabled (false) on the table. False by default, once it is enabled it cannot be disabled again.

Link copied to clipboard

Clustering key columns of the table

Link copied to clipboard
val defaultTimeToLive: Output<Int>?

Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.

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

Name for Cassandra keyspace

Link copied to clipboard

Partition key columns of the table

Link copied to clipboard

Indicates whether point in time recovery is enabled (true) or disabled (false) on the table

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

Non-key columns of the table

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

Name for Cassandra table

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

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

Link copied to clipboard
val urn: Output<String>