class Aws::CodePipeline::Types::EnableStageTransitionInput
Represents the input of an `EnableStageTransition` action.
@note When making an API call, you may pass EnableStageTransitionInput
data as a hash: { pipeline_name: "PipelineName", # required stage_name: "StageName", # required transition_type: "Inbound", # required, accepts Inbound, Outbound }
@!attribute [rw] pipeline_name
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another. @return [String]
@!attribute [rw] stage_name
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). @return [String]
@!attribute [rw] transition_type
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). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/EnableStageTransitionInput AWS API Documentation
Constants
- SENSITIVE