replication Specification
Parameters
value
Specifies the ReplicationStrategy
of a keyspace. The options are:
SINGLE_REGION
for a single Region keyspace (optional) orMULTI_REGION
for a multi-Region keyspace If noReplicationStrategy
is provided, the default isSINGLE_REGION
. If you chooseMULTI_REGION
, you must also provide aRegionList
with the AWS Regions that the keyspace is replicated in.
suspend fun replicationSpecification(argument: suspend KeyspaceReplicationSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Specifies the ReplicationStrategy
of a keyspace. The options are:
SINGLE_REGION
for a single Region keyspace (optional) orMULTI_REGION
for a multi-Region keyspace If noReplicationStrategy
is provided, the default isSINGLE_REGION
. If you chooseMULTI_REGION
, you must also provide aRegionList
with the AWS Regions that the keyspace is replicated in.