Values.S3LogsSourceAmazon S3 logging configuration.
type nonrec t = {s3BucketName : NonEmptyString.t option;The S3 bucket in which to store the logs.
*)s3KeyPrefix : NonEmptyString.t option;The Amazon S3 path to the bucket where the logs are stored.
*)}