Skip to main content

tables

Retrieves a list of tables in a region

Overview

Nametables
TypeResource
Descriptiontables
Idawscc.timestream.tables

Fields

NameDatatypeDescription
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.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
database_name,
table_name
FROM awscc.timestream.tables
WHERE region = 'us-east-1'

Permissions

To operate on the tables resource, the following permissions are required:

Create

timestream:CreateTable,
timestream:DescribeEndpoints,
timestream:TagResource,
s3:PutObject,
s3:GetObject,
s3:GetBucketAcl,
kms:GenerateDataKey*,
kms:DescribeKey,
kms:Encrypt

List

timestream:ListTables,
timestream:DescribeEndpoints