LogsLocation

Information about build logs in CloudWatch Logs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about CloudWatch Logs for a build project.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The name of the CloudWatch Logs group for the build logs.

Link copied to clipboard

The URL to a build log in an S3 bucket.

Link copied to clipboard

Information about S3 logs for a build project.

Link copied to clipboard

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.

Link copied to clipboard

The name of the CloudWatch Logs stream for the build logs.

Functions

Link copied to clipboard
inline fun copy(block: LogsLocation.Builder.() -> Unit = {}): LogsLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String