KeyspaceSummary - Amazon Keyspaces (for Apache Cassandra)

KeyspaceSummary

Represents the properties of a keyspace.

Contents

keyspaceName

The name of the keyspace.

Type: String

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

Pattern: [a-zA-Z0-9][a-zA-Z0-9_]{0,47}

Required: Yes

replicationStrategy

This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are 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

resourceArn

The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

Type: String

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

Pattern: arn:(aws[a-zA-Z0-9-]*):cassandra:.+.*

Required: Yes

replicationRegions

If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

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: