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
- beforeEntry
-
The method to use when a stage allows entry. For example, configuring this field for conditions will allow entry to the stage when the conditions are met.
Type: BeforeEntryConditions object
Required: No
- 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
- onSuccess
-
The method to use when a stage has succeeded. For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.
Type: SuccessConditions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: