Pipeline

class Pipeline : KotlinCustomResource

The AWS::CodePipeline::Pipeline resource creates a CodePipeline pipeline that describes how software changes go through a release process.

Properties

Link copied to clipboard

The S3 bucket where artifacts for the pipeline are stored.

Link copied to clipboard

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

Link copied to clipboard

Represents the input of a DisableStageTransition action.

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

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
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Indicates whether to rerun the CodePipeline pipeline after you update it.

Link copied to clipboard
val roleArn: Output<String>

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

Represents information about a stage and its definition.

Link copied to clipboard
val tags: Output<List<Tag>>?

Specifies the tags applied to the pipeline.

Link copied to clipboard

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

Link copied to clipboard
val urn: Output<String>
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: Output<String>

The version of the pipeline.