aws.timestream_write.list_databases
Example SQL Queries
SELECT * FROMaws.timestream_write.list_databases;Description
Returns a list of your Timestream databases. Service quotas apply. See code sample for details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 The pagination token. This parameter is returned when the response is truncated. | 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
| |
| databases A list of database names. | STRUCT( |
Show child fields
| |