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
|inventory\_bucket\_format| The format for the inventory file. Default is ORC. Options are ORC or CSV. |`string`|`"ORC"`| no |
99
-
|kms\_master\_key\_id| The AWS KMS master key ID used for the SSE-KMS encryption. If blank, bucket encryption configuration defaults to AES256. |`string`|`""`| no |
100
-
|logging\_bucket| The S3 bucket to send S3 access logs. |`string`|`""`| no |
101
-
|noncurrent\_version\_expiration| Number of days until non-current version of object expires |`number`|`365`| no |
102
-
|noncurrent\_version\_transitions| Non-current version transition blocks |`list(any)`|```[ { "days": 30, "storage_class": "STANDARD_IA" } ]```| no |
103
-
|object\_ownership| Object ownership. Valid values: BucketOwnerEnforced, BucketOwnerPreferred or ObjectWriter. |`string`|`"BucketOwnerEnforced"`| no |
104
-
|s3\_bucket\_acl| Set bucket ACL per [AWS S3 Canned ACL](<https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl>) list. |`string`|`null`| no |
105
-
|schedule\_frequency| The S3 bucket inventory frequency. Defaults to Weekly. Options are 'Weekly' or 'Daily'. |`string`|`"Weekly"`| no |
94
+
|inventory_bucket_format| The format for the inventory file. Default is ORC. Options are ORC or CSV. |`string`|`"ORC"`| no |
95
+
|kms_master_key_id| The AWS KMS master key ID used for the SSE-KMS encryption. If blank, bucket encryption configuration defaults to AES256. |`string`|`""`| no |
96
+
|logging_bucket| The S3 bucket to send S3 access logs. |`string`|`""`| no |
97
+
|noncurrent_version_expiration| Number of days until non-current version of object expires |`number`|`365`| no |
98
+
|noncurrent_version_transitions| Non-current version transition blocks |`list(any)`|```[ { "days": 30, "storage_class": "STANDARD_IA" } ]```| no |
99
+
|object_ownership| Object ownership. Valid values: BucketOwnerEnforced, BucketOwnerPreferred or ObjectWriter. |`string`|`"BucketOwnerEnforced"`| no |
100
+
|s3_bucket_acl| Set bucket ACL per [AWS S3 Canned ACL](<https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl>) list. |`string`|`null`| no |
101
+
|schedule_frequency| The S3 bucket inventory frequency. Defaults to Weekly. Options are 'Weekly' or 'Daily'. |`string`|`"Weekly"`| no |
106
102
| tags | A mapping of tags to assign to the bucket. |`map(string)`|`{}`| no |
107
-
|transfer\_acceleration| Whether or not to enable bucket acceleration. |`bool`|`null`| no |
103
+
|transfer_acceleration| Whether or not to enable bucket acceleration. |`bool`|`null`| no |
108
104
| transitions | Current version transition blocks |`list(any)`|`[]`| no |
109
-
|use\_account\_alias\_prefix| Whether to prefix the bucket name with the AWS account alias. |`string`|`true`| no |
110
-
|use\_random\_suffix| Whether to add a random suffix to the bucket name. |`bool`|`false`| no |
111
-
|versioning\_status| A string that indicates the versioning status for the log bucket. |`string`|`"Enabled"`| no |
105
+
|use_account_alias_prefix| Whether to prefix the bucket name with the AWS account alias. |`string`|`true`| no |
106
+
|use_random_suffix| Whether to add a random suffix to the bucket name. |`bool`|`false`| no |
107
+
|versioning_status| A string that indicates the versioning status for the log bucket. |`string`|`"Enabled"`| no |
112
108
113
109
## Outputs
114
110
115
111
| Name | Description |
116
112
|------|-------------|
117
113
| arn | The ARN of the bucket. Will be of format arn:aws:s3:::bucketname. |
118
-
| bucket\_domain\_name | The bucket domain name. |
119
-
| bucket\_regional\_domain\_name | The bucket region-specific domain name. |
114
+
| bucket_domain_name | The bucket domain name. |
115
+
| bucket_logging_prefix | Prefix defined for logging to an S3 bucket. |
116
+
| bucket_regional_domain_name | The bucket region-specific domain name. |
120
117
| id | The name of the bucket. |
121
118
| name | The Name of the bucket. Will be of format bucketprefix-bucketname. |
0 commit comments