Values.AwsCloudFrontDistributionLoggingSourceA complex type that controls whether access logs are written for the CloudFront distribution.
type nonrec t = {bucket : NonEmptyString.t option;The S3 bucket to store the access logs in.
*)enabled : Boolean.t option;With this field, you can enable or disable the selected distribution.
*)includeCookies : Boolean.t option;Specifies whether you want CloudFront to include cookies in access logs.
*)prefix : NonEmptyString.t option;An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]