Keyspace Replication Specification Args
data class KeyspaceReplicationSpecificationArgs(val regionList: Output<List<KeyspaceRegionListItem>>? = null, val replicationStrategy: Output<KeyspaceReplicationSpecificationReplicationStrategy>? = null) : ConvertibleToJava<KeyspaceReplicationSpecificationArgs>
Constructors
Link copied to clipboard
constructor(regionList: Output<List<KeyspaceRegionListItem>>? = null, replicationStrategy: Output<KeyspaceReplicationSpecificationReplicationStrategy>? = null)
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 .
Link copied to clipboard
The options are: