Keyspaces Table

An AWS Keyspaces Table is a managed, serverless Apache Cassandra–compatible table that lets you store and query wide-column data at scale. It automatically handles replication, scaling, and availability across multiple AWS Availability Zones. You can define schema, set throughput capacity modes, and configure encryption and point-in-time recovery. This service removes the need to manage Cassandra clusters while providing familiar APIs and query language support.

aws.keyspaces_table

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
capacity_specificationcorejsonThe read/write throughput capacity mode for a table. The options are: throughputMode:PAY_PER_REQUEST throughputMode:PROVISIONED
client_side_timestampscorejsonThe client-side timestamps setting of the table.
commentcorejsonThe the description of the specified table.
creation_timestampcoretimestampThe creation timestamp of the specified table.
default_time_to_livecoreint64The default Time to Live settings in seconds of the specified table.
encryption_specificationcorejsonThe encryption settings of the specified table.
keyspace_namecorestringThe name of the keyspace that the specified table is stored in.
point_in_time_recoverycorejsonThe point-in-time recovery status of the specified table.
replica_specificationscorejsonReturns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
resource_arncorestringThe Amazon Resource Name (ARN) of the specified table.
schema_definitioncorejsonThe schema definition of the specified table.
statuscorestringThe current status of the specified table.
table_namecorestringThe name of the specified table.
tagscorehstore
ttlcorejsonThe custom Time to Live settings of the specified table.