Amazon Keyspaces · Example Payload

Amazon Keyspaces Table Example

CassandraDatabaseManaged DatabaseNoSQLWide Column

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

Top-level fields

keyspaceNametableNameresourceArnstatuscreationTimestamp

Example Payload

Raw ↑
{
  "keyspaceName": "my_keyspace",
  "tableName": "my_table",
  "resourceArn": "arn:aws:cassandra:us-east-1:123456789012:/keyspace/my_keyspace/table/my_table",
  "status": "ACTIVE",
  "creationTimestamp": "2025-03-15T14:30:00Z"
}