Describe Pipelines Output

Response containing pipeline descriptions.

Data ProcessingETLWorkflowsData PipelineAutomation

Properties

Name Type Description
pipelineDescriptionList array
View JSON Schema on GitHub

JSON Schema

describe-pipelines-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-schema/describe-pipelines-output-schema.json",
  "title": "Describe Pipelines Output",
  "description": "Response containing pipeline descriptions.",
  "type": "object",
  "properties": {
    "pipelineDescriptionList": {
      "type": "array"
    }
  }
}