Amazon CodePipeline · JSON Structure

Amazon Codepipeline Get Pipeline Output Structure

Represents the output of a GetPipeline action.

Type: object Properties: 2
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Properties

pipeline metadata

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-output-structure.json",
  "name": "GetPipelineOutput",
  "description": "Represents the output of a <code>GetPipeline</code> action.",
  "type": "object",
  "properties": {
    "pipeline": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineDeclaration"
        },
        {
          "description": "Represents the structure of actions and stages to be performed in the pipeline. "
        }
      ]
    },
    "metadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineMetadata"
        },
        {
          "description": "Represents the pipeline metadata information returned as part of the output of a <code>GetPipeline</code> action."
        }
      ]
    }
  }
}