Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface EnableStageTransitionInput

Represents the input of an EnableStageTransition action.

Hierarchy

Properties

pipelineName: undefined | string

The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.

stageName: undefined | string

The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).

transitionType: undefined | string

Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).