Values.LogsConfigSourceInformation about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.
type nonrec t = {cloudWatchLogs : CloudWatchLogsConfig.t option;Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.
*)s3Logs : S3LogsConfig.t option;Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of String_.t ])
list ])
list ]