AWS::CodePipeline::Pipeline StageTransition - AWS CloudFormation

AWS::CodePipeline::Pipeline StageTransition

The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Reason" : String, "StageName" : String }

YAML

Reason: String StageName: String

Properties

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.

Required: Yes

Type: String

Pattern: [a-zA-Z0-9!@ \(\)\.\*\?\-]+

Minimum: 1

Maximum: 300

Update requires: No interruption

StageName

The name of the stage where you want to disable the inbound or outbound transition of artifacts.

Required: Yes

Type: String

Pattern: [A-Za-z0-9.@\-_]+

Minimum: 1

Maximum: 100

Update requires: No interruption