tables_list_only
Lists tables
in a region or regions, for all properties use tables
Overview
Name | tables_list_only |
Type | Resource |
Description | Resource schema for AWS::Cassandra::Table |
Id | aws.cassandra.tables_list_only |
Fields
Name | Datatype | Description |
---|---|---|
keyspace_name | string | Name for Cassandra keyspace |
table_name | string | Name for Cassandra table |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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