ActionExecutionDetail - CodePipeline

ActionExecutionDetail

Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.

Contents

actionExecutionId

The action execution ID.

Type: String

Required: No

actionName

The name of the action.

Type: String

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

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

Required: No

input

Input details for the action execution, such as role ARN, Region, and input artifacts.

Type: ActionExecutionInput object

Required: No

lastUpdateTime

The last update time of the action execution.

Type: Timestamp

Required: No

output

Output details for the action execution, such as the action execution result.

Type: ActionExecutionOutput object

Required: No

pipelineExecutionId

The pipeline execution ID for the action execution.

Type: String

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: No

pipelineVersion

The version of the pipeline where the action was run.

Type: Integer

Valid Range: Minimum value of 1.

Required: No

stageName

The name of the stage that contains the action.

Type: String

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

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

Required: No

startTime

The start time of the action execution.

Type: Timestamp

Required: No

status

The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

Type: String

Valid Values: InProgress | Abandoned | Succeeded | Failed

Required: No

updatedBy

The ARN of the user who changed the pipeline execution details.

Type: String

Required: No

See Also

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