Skip to content

EnableStageTransition

Source: src/AWS/CodePipeline/EnableStageTransition.ts

Runtime binding for codepipeline:EnableStageTransition — re-opens a transition into (Inbound) or out of (Outbound) a stage that was previously disabled.

const enableTransition =
yield* AWS.CodePipeline.EnableStageTransition(pipeline);
yield* enableTransition({
stageName: "Deploy",
transitionType: "Inbound",
});