Values.AwsElbLoadBalancerAccessLogSourceContains information about the access log configuration for the load balancer.
type nonrec t = {emitInterval : Integer.t option;The interval in minutes for publishing the access logs. You can publish access logs either every 5 minutes or every 60 minutes.
*)enabled : Boolean.t option;Indicates whether access logs are enabled for the load balancer.
*)s3BucketName : NonEmptyString.t option;The name of the S3 bucket where the access logs are stored.
*)s3BucketPrefix : NonEmptyString.t option;The logical hierarchy that was created for the S3 bucket. If a prefix is not provided, the log is placed at the root level of the bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ]