aws.timestream_write.describe_table
Example SQL Queries
SELECT * FROMaws.timestream_write.describe_tableWHERE"database_name" = 'VALUE'AND "table_name" = 'VALUE';Description
Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store. Service quotas apply. See code sample for details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| database_name Required Input Column The name of the Timestream database. | VARCHAR |
| table_name Required Input Column The name of the Timestream table. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| table The Timestream table. | STRUCT( |
Show child fields
| |