Builder
Properties
Information about CloudWatch Logs for a build project.
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.
The URL to a build log in an S3 bucket.
Information about S3 logs for a build project.
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.
The name of the CloudWatch Logs stream for the build logs.
Functions
construct an aws.sdk.kotlin.services.codebuild.model.CloudWatchLogsConfig inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.S3LogsConfig inside the given block