table_tags
Expands all tag keys and values for tables in a region
Overview
| Name | table_tags |
| Type | Resource |
| Description | The AWS::Timestream::Table resource creates a Timestream Table. |
| Id | aws.timestream.table_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
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. |
retention_properties | object | The retention duration of the memory store and the magnetic store. |
schema | object | A Schema specifies the expected data model of the table. |
magnetic_store_write_properties | object | The properties that determine whether magnetic store writes are enabled. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all tables in a region.
SELECT
region,
arn,
name,
database_name,
table_name,
retention_properties,
schema,
magnetic_store_write_properties,
tag_key,
tag_value
FROM aws.timestream.table_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the table_tags resource, see tables