Values.LogsLocationSourceInformation about build logs in CloudWatch Logs.
type nonrec t = {groupName : String_.t option;The name of the CloudWatch Logs group for the build logs.
*)streamName : String_.t option;The name of the CloudWatch Logs stream for the build logs.
*)deepLink : String_.t option;The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.
*)s3DeepLink : String_.t option;The URL to a build log in an S3 bucket.
*)cloudWatchLogsArn : String_.t option;The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.
*)s3LogsArn : String_.t option;The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.
*)cloudWatchLogs : CloudWatchLogsConfig.t option;Information about CloudWatch Logs for a build project.
*)s3Logs : S3LogsConfig.t option;Information about S3 logs for a build project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of String_.t ])
list ])
list ]