--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_timestream_database Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Timestream::Database --- # awscc_timestream_database (Data Source) Data Source schema for AWS::Timestream::Database ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) - `database_name` (String) The name for the database. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the database name. - `kms_key_id` (String) The KMS key for the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. - `tags` (Attributes List) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)