docs/aws: AWS ELB access_logs now support whether to enable or disable logging

This commit is contained in:
stack72 2016-08-29 21:15:10 +01:00
parent 7fe49999fb
commit d330ac4d26
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Access Logs (`access_logs`) support the following:
* `bucket` - (Required) The S3 bucket name to store the logs in.
* `bucket_prefix` - (Optional) The S3 bucket prefix. Logs are stored in the root if not configured.
* `interval` - (Optional) The publishing interval in minutes. Default: 60 minutes.
* `enabled` - (Optional) Boolean to enable / disable `access_logs`. Default is `true`
Listeners (`listener`) support the following: