AWS::CodePipeline::Pipeline StageDeclaration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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: 1

Maximum: 100

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

Update requires: No interruption