Skip to main content

tables_list_only

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

Overview

Nametables_list_only
TypeResource
DescriptionThe AWS::Timestream::Table resource creates a Timestream Table.
Idaws.timestream.tables_list_only

Fields

NameDatatypeDescription
arnstring
namestringThe table name exposed as a read-only attribute.
database_namestringThe name for the database which the table to be created belongs to.
table_namestringThe 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.
retention_propertiesobjectThe retention duration of the memory store and the magnetic store.
schemaobjectA Schema specifies the expected data model of the table.
magnetic_store_write_propertiesobjectThe properties that determine whether magnetic store writes are enabled.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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