S3LogsConfigResponse

data class S3LogsConfigResponse(val bucketOwnerAccess: BucketOwnerAccessEnumValueResponse? = null, val encryptionDisabled: Boolean? = null, val location: String? = null, val status: LogsConfigStatusTypeEnumValueResponse? = null)

Definition of S3LogsConfig

Constructors

Link copied to clipboard
constructor(bucketOwnerAccess: BucketOwnerAccessEnumValueResponse? = null, encryptionDisabled: Boolean? = null, location: String? = null, status: LogsConfigStatusTypeEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property bucketOwnerAccess

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
val location: String? = null

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:

  • ENABLED: S3 build logs are enabled for this build project.

  • DISABLED: S3 build logs are not enabled for this build project.