You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/r/athena_database.html.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The following arguments are supported:
29
29
30
30
*`name` - (Required) Name of the database to create.
31
31
*`bucket` - (Required) Name of s3 bucket to save the results of the query execution.
32
+
*`comment` - (Optional) Description of the database.
32
33
*`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.
33
34
*`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.
0 commit comments