StageState
Represents information about the state of the stage.
Contents
- actionStates
-
The state of the stage.
Type: Array of ActionState objects
Required: No
- beforeEntryConditionState
-
The state of the entry conditions for a stage.
Type: StageConditionState object
Required: No
- inboundExecution
-
Represents information about the run of a stage.
Type: StageExecution object
Required: No
- inboundExecutions
-
The inbound executions for a stage.
Type: Array of StageExecution objects
Required: No
- inboundTransitionState
-
The state of the inbound transition, which is either enabled or disabled.
Type: TransitionState object
Required: No
- latestExecution
-
Information about the latest execution in the stage, including its ID and status.
Type: StageExecution object
Required: No
- onFailureConditionState
-
The state of the failure conditions for a stage.
Type: StageConditionState object
Required: No
- onSuccessConditionState
-
The state of the success conditions for a stage.
Type: StageConditionState object
Required: No
- retryStageMetadata
-
he details of a specific automatic retry on stage failure, including the attempt number and trigger.
Type: RetryStageMetadata object
Required: No
- stageName
-
The name of the stage.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[A-Za-z0-9.@\-_]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: