aws.timestream_write.list_tables
Example SQL Queries
SELECT * FROMaws.timestream_write.list_tables;Description
Provides a list of tables, along with the name, status, and retention properties of each table. See code sample for details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| database_name Input Column The name of the Timestream database. | VARCHAR |
| max_results Input Column The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation. | BIGINT |
| next_token Input Column A token to specify where to start paginating. This is the NextToken from a previously truncated response. | 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
| |
| tables A list of tables. | STRUCT( |
Show child fields
| |