tables
Retrieves a list of tables
in a region
Overview
Name | tables |
Type | Resource |
Description | tables |
Id | awscc.timestream.tables |
Fields
Name | Datatype | Description |
---|---|---|
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
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