Values.CloudWatchLogsConfigSourceInformation about CloudWatch Logs for a build project.
type nonrec t = {status : LogsConfigStatusType.t;The current status of the logs in CloudWatch Logs for a build project. Valid values are: ENABLED: CloudWatch Logs are enabled for this build project. DISABLED: CloudWatch Logs are not enabled for this build project.
*)groupName : String_.t option;The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
*)streamName : String_.t option;The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
*)}