codepipeline_enable_stage_transition: Enables artifacts in a pipeline to transition to a stage in a...

View source: R/codepipeline_operations.R

codepipeline_enable_stage_transitionR Documentation

Enables artifacts in a pipeline to transition to a stage in a pipeline

Description

Enables artifacts in a pipeline to transition to a stage in a pipeline.

See https://www.paws-r-sdk.com/docs/codepipeline_enable_stage_transition/ for full documentation.

Usage

codepipeline_enable_stage_transition(pipelineName, stageName, transitionType)

Arguments

pipelineName

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

stageName

[required] 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

[required] 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).


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.