KeyspaceReplicationSpecification

data class KeyspaceReplicationSpecification(val regionList: List<KeyspaceRegionListItem>? = null, val replicationStrategy: KeyspaceReplicationSpecificationReplicationStrategy? = null)

Constructors

Link copied to clipboard
constructor(regionList: List<KeyspaceRegionListItem>? = null, replicationStrategy: KeyspaceReplicationSpecificationReplicationStrategy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the AWS Regions that the keyspace is replicated in. You must specify at least two and up to six Regions, including the Region that the keyspace is being created in.