Table is a JSON Structure definition published by Amazon Keyspaces, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-keyspaces/refs/heads/main/json-structure/amazon-keyspaces-table-structure.json",
"name": "Table",
"description": "An Amazon Keyspaces table.",
"type": "object",
"properties": {
"keyspaceName": {
"type": "string",
"description": "The name of the keyspace that the table is associated with.",
"example": "my_keyspace"
},
"tableName": {
"type": "string",
"description": "The name of the table.",
"example": "my_table"
},
"resourceArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the table.",
"example": "arn:aws:cassandra:us-east-1:123456789012:/keyspace/my_keyspace/table/my_table"
},
"status": {
"type": "string",
"description": "The current status of the table.",
"example": "ACTIVE",
"enum": [
"ACTIVE",
"CREATING",
"UPDATING",
"DELETING",
"DELETED",
"RESTORING",
"INACCESSIBLE_ENCRYPTION_CREDENTIALS"
]
},
"creationTimestamp": {
"type": "datetime",
"description": "The timestamp of when the table was created."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.