Skip to main content

tables_list_only

Lists tables in a region or regions, for all properties use tables

Overview

Nametables_list_only
TypeResource
DescriptionResource schema for AWS::Cassandra::Table
Idaws.cassandra.tables_list_only

Fields

NameDatatypeDescription
keyspace_namestringName for Cassandra keyspace
table_namestringName for Cassandra table
regular_columnsarrayNon-key columns of the table
partition_key_columnsarrayPartition key columns of the table
clustering_key_columnsarrayClustering key columns of the table
billing_modeobject
point_in_time_recovery_enabledbooleanIndicates whether point in time recovery is enabled (true) or disabled (false) on the table
client_side_timestamps_enabledbooleanIndicates whether client side timestamps are enabled (true) or disabled (false) on the table. False by default, once it is enabled it cannot be disabled again.
tagsarrayAn array of key-value pairs to apply to this resource
default_time_to_liveintegerDefault TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
encryption_specificationobjectRepresents the settings used to enable server-side encryption
auto_scaling_specificationsobjectRepresents the read and write settings used for AutoScaling.
replica_specificationsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all tables in a region.

SELECT
region,
keyspace_name,
table_name
FROM aws.cassandra.tables_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the tables_list_only resource, see tables