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
| <aname="input_create"></a> [create](#input\_create)| Whether to create s3 table resources |`bool`|`true`| no |
39
39
| <aname="input_create_table_bucket_policy"></a> [create\_table\_bucket\_policy](#input\_create\_table\_bucket\_policy)| Whether to create s3 table bucket policy |`bool`|`false`| no |
40
-
| <aname="input_maintenance_configuration"></a> [maintenance\_configuration](#input\_maintenance\_configuration)| Map of table bucket maintenance configurations |`any`|`{}`| no |
40
+
| <aname="input_encryption_configuration"></a> [encryption\_configuration](#input\_encryption\_configuration)| Map of encryption configurations |`any`|`null`| no |
41
+
| <aname="input_maintenance_configuration"></a> [maintenance\_configuration](#input\_maintenance\_configuration)| Map of table bucket maintenance configurations |`any`|`null`| no |
41
42
| <aname="input_table_bucket_name"></a> [table\_bucket\_name](#input\_table\_bucket\_name)| Name of the table bucket. Must be between 3 and 63 characters in length. Can consist of lowercase letters, numbers, and hyphens, and must begin and end with a lowercase letter or number |`string`|`null`| no |
42
43
| <aname="input_table_bucket_override_policy_documents"></a> [table\_bucket\_override\_policy\_documents](#input\_table\_bucket\_override\_policy\_documents)| List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank `sid`s will override statements with the same `sid`|`list(string)`|`[]`| no |
43
44
| <aname="input_table_bucket_policy"></a> [table\_bucket\_policy](#input\_table\_bucket\_policy)| Amazon Web Services resource-based policy document in JSON format |`string`|`null`| no |
0 commit comments