ProjectArtifacts

Information about the build output artifacts for the build project.

Types

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

Properties

Link copied to clipboard

An identifier for this artifact definition.

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 output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.

Link copied to clipboard

Information about the build output artifact location:

Link copied to clipboard
val name: String?

Along with path and namespaceType, the pattern that CodeBuild uses to name and store the output artifact:

Link copied to clipboard

Along with path and name, the pattern that CodeBuild uses to determine the name and location to store the output artifact:

Link copied to clipboard

If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

Link copied to clipboard

The type of build output artifact to create:

Link copied to clipboard
val path: String?

Along with namespaceType and name, the pattern that CodeBuild uses to name and store the output artifact:

Link copied to clipboard

The type of build output artifact. Valid values include:

Functions

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