class Aws::CodePipeline::Types::DisableStageTransitionInput
Represents the input of a `DisableStageTransition` action.
@note When making an API call, you may pass DisableStageTransitionInput
data as a hash: { pipeline_name: "PipelineName", # required stage_name: "StageName", # required transition_type: "Inbound", # required, accepts Inbound, Outbound reason: "DisabledReason", # required }
@!attribute [rw] pipeline_name
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another. @return [String]
@!attribute [rw] stage_name
The name of the stage where you want to disable the inbound or outbound transition of artifacts. @return [String]
@!attribute [rw] transition_type
Specifies whether artifacts are prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound). @return [String]
@!attribute [rw] reason
The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/DisableStageTransitionInput AWS API Documentation
Constants
- SENSITIVE