GetKeyspaceResponse
class GetKeyspaceResponse
Types
Properties
Link copied to clipboard
The name of the keyspace.
Link copied to clipboard
A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.
Link copied to clipboard
If the replicationStrategy
of the keyspace is MULTI_REGION
, a list of replication Regions is returned.
Link copied to clipboard
Returns the replication strategy of the keyspace. The options are SINGLE_REGION
or MULTI_REGION
.
Link copied to clipboard
Returns the ARN of the keyspace.