AWS::CodePipeline::Pipeline StageDeclaration
Represents information about a stage and its definition.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Actions" :[ ActionDeclaration, ... ], "Blockers" :[ BlockerDeclaration, ... ], "Name" :String}
YAML
Actions:- ActionDeclarationBlockers:- BlockerDeclarationName:String
Properties
Actions-
The actions included in a stage.
Required: Yes
Type: List of ActionDeclaration
Update requires: No interruption
Blockers-
Reserved for future use.
Required: No
Type: List of BlockerDeclaration
Update requires: No interruption
Name-
The name of the stage.
Required: Yes
Type: String
Minimum:
1Maximum:
100Pattern:
[A-Za-z0-9.@\-_]+Update requires: No interruption