Values.AwsCodeBuildProjectLogsConfigDetailsSourceInformation about logs for the build project.
type nonrec t = {cloudWatchLogs : AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.t option;Information about CloudWatch Logs for the build project.
*)s3Logs : AwsCodeBuildProjectLogsConfigS3LogsDetails.t option;Information about logs built to an S3 bucket for a build project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]