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: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ No modules.
190
190
| <aname="input_acceleration_status"></a> [acceleration\_status](#input\_acceleration\_status)| (Optional) Sets the accelerate configuration of an existing bucket. Can be Enabled or Suspended. |`string`|`null`| no |
191
191
| <aname="input_access_log_delivery_policy_source_accounts"></a> [access\_log\_delivery\_policy\_source\_accounts](#input\_access\_log\_delivery\_policy\_source\_accounts)| (Optional) List of AWS Account IDs should be allowed to deliver access logs to this bucket. |`list(string)`|`[]`| no |
192
192
| <aname="input_access_log_delivery_policy_source_buckets"></a> [access\_log\_delivery\_policy\_source\_buckets](#input\_access\_log\_delivery\_policy\_source\_buckets)| (Optional) List of S3 bucket ARNs which should be allowed to deliver access logs to this bucket. |`list(string)`|`[]`| no |
193
+
| <aname="input_access_log_delivery_policy_source_organizations"></a> [access\_log\_delivery\_policy\_source\_organizations](#input\_access\_log\_delivery\_policy\_source\_organizations)| (Optional) List of AWS Organization IDs should be allowed to deliver access logs to this bucket. |`list(string)`|`[]`| no |
193
194
| <aname="input_acl"></a> [acl](#input\_acl)| (Optional) The canned ACL to apply. Conflicts with `grant`|`string`|`null`| no |
194
195
| <aname="input_allowed_kms_key_arn"></a> [allowed\_kms\_key\_arn](#input\_allowed\_kms\_key\_arn)| The ARN of KMS key which should be allowed in PutObject |`string`|`null`| no |
| <aname="input_inventory_source_account_id"></a> [inventory\_source\_account\_id](#input\_inventory\_source\_account\_id)| The inventory source account id. |`string`|`null`| no |
229
230
| <aname="input_inventory_source_bucket_arn"></a> [inventory\_source\_bucket\_arn](#input\_inventory\_source\_bucket\_arn)| The inventory source bucket ARN. |`string`|`null`| no |
230
231
| <aname="input_is_directory_bucket"></a> [is\_directory\_bucket](#input\_is\_directory\_bucket)| If the s3 bucket created is a directory bucket |`bool`|`false`| no |
232
+
| <aname="input_lb_log_delivery_policy_source_organizations"></a> [lb\_log\_delivery\_policy\_source\_organizations](#input\_lb\_log\_delivery\_policy\_source\_organizations)| (Optional) List of AWS Organization IDs should be allowed to deliver ALB/NLB logs to this bucket. |`list(string)`|`[]`| no |
231
233
| <aname="input_lifecycle_rule"></a> [lifecycle\_rule](#input\_lifecycle\_rule)| List of maps containing configuration of object lifecycle management. |`any`|`[]`| no |
232
234
| <aname="input_location_type"></a> [location\_type](#input\_location\_type)| Location type. Valid values: `AvailabilityZone` or `LocalZone`|`string`|`null`| no |
0 commit comments