Values.AwsCodeBuildProjectLogsConfigS3LogsDetailsSourceInformation about logs built to an S3 bucket for a build project.
type nonrec t = {encryptionDisabled : Boolean.t option;Whether to disable encryption of the S3 build log output.
*)location : NonEmptyString.t option;The ARN of the S3 bucket and the path prefix for S3 logs.
*)status : NonEmptyString.t option;The current status of the S3 build logs.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]