Skip to content

Commit 09afa0e

Browse files
committed
docs: add documentation for comment property
1 parent f6c364d commit 09afa0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/athena_database.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following arguments are supported:
2929

3030
* `name` - (Required) Name of the database to create.
3131
* `bucket` - (Required) Name of s3 bucket to save the results of the query execution.
32+
* `comment` - (Optional) Description of the database.
3233
* `encryption_configuration` - (Optional) The encryption key block AWS Athena uses to decrypt the data in S3, such as an AWS Key Management Service (AWS KMS) key. An `encryption_configuration` block is documented below.
3334
* `force_destroy` - (Optional, Default: false) A boolean that indicates all tables should be deleted from the database so that the database can be destroyed without error. The tables are *not* recoverable.
3435

0 commit comments

Comments
 (0)