KeyspaceArgs

data class KeyspaceArgs(val keyspaceName: Output<String>? = null, val replicationSpecification: Output<KeyspaceReplicationSpecificationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<KeyspaceArgs>

Resource schema for AWS::Cassandra::Keyspace

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(keyspaceName: Output<String>? = null, replicationSpecification: Output<KeyspaceReplicationSpecificationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

Name for Cassandra keyspace

Link copied to clipboard

Specifies the ReplicationStrategy of a keyspace. The options are:

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): KeyspaceArgs