We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4999 commit d330ac4Copy full SHA for d330ac4
1 file changed
website/source/docs/providers/aws/r/elb.html.markdown
@@ -93,6 +93,7 @@ Access Logs (`access_logs`) support the following:
93
* `bucket` - (Required) The S3 bucket name to store the logs in.
94
* `bucket_prefix` - (Optional) The S3 bucket prefix. Logs are stored in the root if not configured.
95
* `interval` - (Optional) The publishing interval in minutes. Default: 60 minutes.
96
+* `enabled` - (Optional) Boolean to enable / disable `access_logs`. Default is `true`
97
98
Listeners (`listener`) support the following:
99
0 commit comments