AwsCodeBuildProjectArtifactsDetails

Information about the build artifacts for the CodeBuild project.

Types

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

Properties

Link copied to clipboard

An identifier for the artifact definition.

Link copied to clipboard

Indicates whether to disable encryption on the artifact. Only valid when Type is S3.

Link copied to clipboard

Only used when Type is S3. The name of the S3 bucket where the artifact is located.

Link copied to clipboard
val name: String?

Only used when Type is S3. The name of the artifact. Used with NamepaceType and Path to determine the pattern for storing the artifact.

Link copied to clipboard

Only used when Type is S3. The value to use for the namespace. Used with Name and Path to determine the pattern for storing the artifact.

Link copied to clipboard

Whether the name specified in the buildspec file overrides the artifact name.

Link copied to clipboard

Only used when Type is S3. The type of output artifact to create.

Link copied to clipboard
val path: String?

Only used when Type is S3. The path to the artifact. Used with Name and NamespaceType to determine the pattern for storing the artifact.

Link copied to clipboard
val type: String?

The type of build artifact.

Functions

Link copied to clipboard
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