tables_list_only
Lists tables in a region or regions, for all properties use tables
Overview
| Name | tables_list_only |
| Type | Resource |
| Description | The AWS::Timestream::Table resource creates a Timestream Table. |
| Id | aws.timestream.tables_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The table name exposed as a read-only attribute. |
database_name | string | The name for the database which the table to be created belongs to. |
table_name | string | The name for the table. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the table name. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all tables in a region.
SELECT
region,
database_name,
table_name
FROM aws.timestream.tables_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the tables_list_only resource, see tables