StageState - CodePipeline

StageState

Represents information about the state of the stage.

Contents

actionStates

The state of the stage.

Type: Array of ActionState objects

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

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: