DisableStageTransitionInput
public struct DisableStageTransitionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
Declaration
Swift
public let pipelineName: String
-
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.
Declaration
Swift
public let reason: String
-
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
Declaration
Swift
public let stageName: String
-
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).
Declaration
Swift
public let transitionType: StageTransitionType
-
Undocumented
Declaration
Swift
public init(pipelineName: String, reason: String, stageName: String, transitionType: StageTransitionType)
-
Declaration
Swift
public func validate(name: String) throws