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

The optional auto scaling capacity settings for a table in provisioned capacity mode.

Link copied to clipboard

The billing mode for the table, which determines how you'll be charged for reads and writes:

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

The encryption at rest options for the table.

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

The AWS Region specific settings of a multi-Region table. For a multi-Region table, you can configure the table's read capacity differently per AWS Region. You can do this by configuring the following parameters.

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

Name for Cassandra table

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>