Project Artifacts
data class ProjectArtifacts(val artifactIdentifier: String? = null, val bucketOwnerAccess: String? = null, val encryptionDisabled: Boolean? = null, val location: String? = null, val name: String? = null, val namespaceType: String? = null, val overrideArtifactName: Boolean? = null, val packaging: String? = null, val path: String? = null, val type: String)
Constructors
Link copied to clipboard
fun ProjectArtifacts(artifactIdentifier: String? = null, bucketOwnerAccess: String? = null, encryptionDisabled: Boolean? = null, location: String? = null, name: String? = null, namespaceType: String? = null, overrideArtifactName: Boolean? = null, packaging: String? = null, path: String? = null, type: String)
Types
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. Valid values are NONE
, READ_ONLY
, and FULL
. your CodeBuild service role must have the s3:PutBucketAcl
permission. This permission allows CodeBuild to modify the access control list for the bucket.