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 Regions, including the Region that the keyspace is being created in. To specify a Region that's disabled by default , you must first enable the Region. For more information, see Multi-Region replication in AWS Regions disabled by default in the Amazon Keyspaces Developer Guide .