StageDeclaration - CodePipeline

StageDeclaration

Represents information about a stage and its definition.

Contents

actions

The actions included in a stage.

Type: Array of ActionDeclaration objects

Required: Yes

name

The name of the stage.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

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

Required: Yes

blockers

Reserved for future use.

Type: Array of BlockerDeclaration objects

Required: No

onFailure

The method to use when a stage has not completed successfully. For example, configuring this field for rollback will roll back a failed stage automatically to the last successful pipeline execution in the stage.

Type: FailureConditions object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: