GetPipelineExecutionOutput

Represents the output of a GetPipelineExecution action.

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
pipelineExecution object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-get-pipeline-execution-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-get-pipeline-execution-output-schema.json",
  "title": "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."
        }
      ]
    }
  }
}