ReplicationSpecification - Amazon Keyspaces (for Apache Cassandra)

ReplicationSpecification

The replication specification of the keyspace includes:

  • regionList - up to six AWS Regions where the keyspace is replicated in.

  • replicationStrategy - the required value is SINGLE_REGION or MULTI_REGION.

Contents

replicationStrategy

The replicationStrategy of a keyspace, the required value is SINGLE_REGION or MULTI_REGION.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 20.

Valid Values: SINGLE_REGION | MULTI_REGION

Required: Yes

regionList

The regionList can contain up to six AWS Regions where the keyspace is replicated in.

Type: Array of strings

Array Members: Minimum number of 2 items. Maximum number of 6 items.

Length Constraints: Minimum length of 2. Maximum length of 25.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: