Amazon Keyspaces · Example Payload

Amazon Keyspaces Keyspace Example

CassandraDatabaseManaged DatabaseNoSQLWide Column

Amazon Keyspaces Keyspace Example is an example object payload from Amazon Keyspaces, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

keyspaceNameresourceArnreplicationStrategy

Example Payload

Raw ↑
{
  "keyspaceName": "my_keyspace",
  "resourceArn": "arn:aws:cassandra:us-east-1:123456789012:/keyspace/my_keyspace",
  "replicationStrategy": "SINGLE_REGION"
}