@aws-sdk/client-keyspaces

GetKeyspaceResponse Interface

Members

Name
Type
Details
keyspaceName Requiredstring | undefined

The name of the keyspace.

replicationStrategy RequiredRs | undefined

Returns the replication strategy of the keyspace. The options are SINGLE_REGION or MULTI_REGION.

resourceArn Requiredstring | undefined

Returns the ARN of the keyspace.

replicationGroupStatuses ReplicationGroupStatus[] | undefined

A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.

replicationRegions string[] | undefined

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

Full Signature

export interface GetKeyspaceResponse