Amazon CodePipeline · JSON Structure

Amazon Codepipeline Update Pipeline Output Structure

Represents the output of an UpdatePipeline action.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

UpdatePipelineOutput 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

pipeline

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-update-pipeline-output-structure.json",
  "name": "UpdatePipelineOutput",
  "description": "Represents the output of an <code>UpdatePipeline</code> action.",
  "type": "object",
  "properties": {
    "pipeline": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineDeclaration"
        },
        {
          "description": "The structure of the updated pipeline."
        }
      ]
    }
  }
}