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
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