Values.AccessLogSettingsSourceSettings for logging access in a stage.
type nonrec t = {destinationArn : Arn.t option;The ARN of the CloudWatch Logs log group to receive access logs.
*)format : StringWithLengthBetween1And1024.t option;A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.
*)}