Keyspace

class Keyspace : KotlinCustomResource

Resource schema for AWS::Cassandra::Keyspace

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard

Indicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace. To add a Region to a single-Region keyspace with at least one table, the value must be set to true. After you enabled client-side timestamps for a table, you can’t disable it again.

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

Name for Cassandra keyspace

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

Specifies the ReplicationStrategy of a keyspace. The options are:

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

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard
val urn: Output<String>