KeyspaceReplicationSpecification

data class KeyspaceReplicationSpecification(val regionLists: List<String>? = null, val replicationStrategy: String? = null)

Constructors

Link copied to clipboard
constructor(regionLists: List<String>? = null, replicationStrategy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val regionLists: List<String>? = null

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.