S3Logs Config Args
data class S3LogsConfigArgs(val bucketOwnerAccess: Output<BucketOwnerAccessEnumValueArgs>? = null, val encryptionDisabled: Output<Boolean>? = null, val location: Output<String>? = null, val status: Output<LogsConfigStatusTypeEnumValueArgs>? = null) : ConvertibleToJava<S3LogsConfigArgs>
Definition of S3LogsConfig
Constructors
Link copied to clipboard
constructor(bucketOwnerAccess: Output<BucketOwnerAccessEnumValueArgs>? = null, encryptionDisabled: Output<Boolean>? = null, location: Output<String>? = null, status: Output<LogsConfigStatusTypeEnumValueArgs>? = null)
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
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.