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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,7 @@ No modules.
183
183
| <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 |
184
184
| <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 |
185
185
| <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 |
186
+
| <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 |
186
187
| <aname="input_acl"></a> [acl](#input\_acl)| (Optional) The canned ACL to apply. Conflicts with `grant`|`string`|`null`| no |
187
188
| <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_self_source_destination"></a> [inventory\_self\_source\_destination](#input\_inventory\_self\_source\_destination)| Whether or not the inventory source bucket is also the destination bucket. |`bool`|`false`| no |
218
219
| <aname="input_inventory_source_account_id"></a> [inventory\_source\_account\_id](#input\_inventory\_source\_account\_id)| The inventory source account id. |`string`|`null`| no |
219
220
| <aname="input_inventory_source_bucket_arn"></a> [inventory\_source\_bucket\_arn](#input\_inventory\_source\_bucket\_arn)| The inventory source bucket ARN. |`string`|`null`| no |
221
+
| <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 |
220
222
| <aname="input_lifecycle_rule"></a> [lifecycle\_rule](#input\_lifecycle\_rule)| List of maps containing configuration of object lifecycle management. |`any`|`[]`| no |
0 commit comments