Amazon CodePipeline · JSON Structure

Amazon Codepipeline Get Pipeline Execution Output Structure

Represents the output of a GetPipelineExecution action.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

GetPipelineExecutionOutput 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

pipelineExecution

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-get-pipeline-execution-output-structure.json",
  "name": "GetPipelineExecutionOutput",
  "description": "Represents the output of a <code>GetPipelineExecution</code> action.",
  "type": "object",
  "properties": {
    "pipelineExecution": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineExecution"
        },
        {
          "description": "Represents information about the execution of a pipeline."
        }
      ]
    }
  }
}