Values.AwsS3BucketLoggingConfigurationSourceInformation about logging for the S3 bucket
type nonrec t = {destinationBucketName : NonEmptyString.t option;The name of the S3 bucket where log files for the S3 bucket are stored.
*)logFilePrefix : NonEmptyString.t option;The prefix added to log files for the S3 bucket.
*)}