Keyspace Replication Specification Args
data class KeyspaceReplicationSpecificationArgs(val regionLists: Output<List<String>>? = null, val replicationStrategy: Output<String>? = null) : ConvertibleToJava<KeyspaceReplicationSpecificationArgs>
Properties
Link copied to clipboard
Replication regions. If replication_strategy
is MULTI_REGION
, region_list
requires the current Region and at least one additional AWS Region where the keyspace is going to be replicated in.
Link copied to clipboard
Replication strategy. Valid values: SINGLE_REGION
and MULTI_REGION
.