--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_timestream_database Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::Timestream::Database resource creates a Timestream database. --- # awscc_timestream_database (Resource) The AWS::Timestream::Database resource creates a Timestream database. ## Schema ### Optional - `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)) ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_timestream_database.example ```