S3LogsConfig

Information about S3 logs for a build project.

Types

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

Properties

Link copied to clipboard

Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects.

Link copied to clipboard

Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

Link copied to clipboard

The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

Link copied to clipboard

The current status of the S3 build logs. Valid values are:

Functions

Link copied to clipboard
inline fun copy(block: S3LogsConfig.Builder.() -> Unit = {}): S3LogsConfig
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