aws.timestream_write.describe_database
Example SQL Queries
SELECT * FROMaws.timestream_write.describe_databaseWHERE"database_name" = 'VALUE';Description
Returns information about the database, including the database name, time that the database was created, and the total number of tables found within the database. 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 |
| _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
| |
| database The name of the Timestream table. | STRUCT( |
Show child fields
| |