Amazon CodePipeline · JSON Structure

Amazon Codepipeline Retry Stage Execution Output Structure

Represents the output of a RetryStageExecution action.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

RetryStageExecutionOutput is a JSON Structure definition published by Amazon CodePipeline, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pipelineExecutionId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-retry-stage-execution-output-structure.json",
  "name": "RetryStageExecutionOutput",
  "description": "Represents the output of a <code>RetryStageExecution</code> action.",
  "type": "object",
  "properties": {
    "pipelineExecutionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineExecutionId"
        },
        {
          "description": "The ID of the current workflow execution in the failed stage."
        }
      ]
    }
  }
}