Keyspace Replication Specification
data class KeyspaceReplicationSpecification(val regionLists: List<String>? = null, val replicationStrategy: String? = null)
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
.