replicationSpecification

@JvmName(name = "opdhdcutqmmswgio")
suspend fun replicationSpecification(value: Output<KeyspaceReplicationSpecificationArgs>)
@JvmName(name = "gitkggdfcffuskil")
suspend fun replicationSpecification(value: KeyspaceReplicationSpecificationArgs?)

Parameters

value

Specifies the ReplicationStrategy of a keyspace. The options are:

  • SINGLE_REGION for a single Region keyspace (optional) or

  • MULTI_REGION for a multi-Region keyspace If no ReplicationStrategy is provided, the default is SINGLE_REGION . If you choose MULTI_REGION , you must also provide a RegionList with the AWS Regions that the keyspace is replicated in.


@JvmName(name = "xdvnyueuyjsnpksm")
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) or

  • MULTI_REGION for a multi-Region keyspace If no ReplicationStrategy is provided, the default is SINGLE_REGION . If you choose MULTI_REGION , you must also provide a RegionList with the AWS Regions that the keyspace is replicated in.