BuildArtifacts

Information about build output artifacts.

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

Information that tells you if encryption for build artifacts is disabled.

Link copied to clipboard

Information about the location of the build artifacts.

Link copied to clipboard

The MD5 hash of the build 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 SHA-256 hash of the build artifact.

Functions

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