PipelineDeclaration

Represents the structure of actions and stages to be performed in the pipeline.

Types

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

Properties

Link copied to clipboard

Represents information about the S3 bucket where artifacts are stored for the pipeline.

Link copied to clipboard

A mapping of artifactStore objects and their corresponding Amazon Web Services Regions. There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.

Link copied to clipboard

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Link copied to clipboard

The name of the pipeline.

Link copied to clipboard

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

Link copied to clipboard

The Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with no actionRoleArn, or to use to assume roles for actions with an actionRoleArn.

Link copied to clipboard

The stage in which to perform the action.

Link copied to clipboard

The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.

Link copied to clipboard

A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9@\-_]+.

Link copied to clipboard
val version: Int?

The version number of the pipeline. A new pipeline always has a version number of 1. This number is incremented when a pipeline is updated.

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