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 |
95
94
| 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 |
| lifecycle_aws_bucket_analytics_expiration | Number of days to keep aws bucket analytics objects |`number`|`30`| no |
97
+
| lifecycle_aws_bucket_inventory_expiration | Number of days unused items expire from AWS Inventory |`number`|`14`| no |
96
98
| 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
99
| object_ownership | Object ownership. Valid values: BucketOwnerEnforced, BucketOwnerPreferred or ObjectWriter. |`string`|`"BucketOwnerEnforced"`| no |
100
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
101
| schedule_frequency | The S3 bucket inventory frequency. Defaults to Weekly. Options are 'Weekly' or 'Daily'. |`string`|`"Weekly"`| no |
102
102
| tags | A mapping of tags to assign to the bucket. |`map(string)`|`{}`| no |
103
103
| transfer_acceleration | Whether or not to enable bucket acceleration. |`bool`|`null`| no |
104
-
|transitions|Current version transition blocks |`list(any)`|`[]`| no |
105
-
| use_account_alias_prefix | Whether to prefix the bucket name with the AWS account alias. |`string`|`true`| no |
104
+
|transition_default_minimum_object_size|Minimum object size to transition for lifecycle rule |`string`|`"all_storage_classes_128K"`| no |
105
+
| use_account_alias_prefix | Whether to prefix the bucket name with the AWS account alias. |`bool`|`true`| no |
106
106
| use_random_suffix | Whether to add a random suffix to the bucket name. |`bool`|`false`| no |
107
107
| versioning_status | A string that indicates the versioning status for the log bucket. |`string`|`"Enabled"`| no |
0 commit comments