Amazon Data Pipeline · JSON Structure

Pipeline Description Structure

Contains pipeline metadata including name, description, fields, and tags.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Pipeline Description Structure is a JSON Structure definition published by Amazon Data Pipeline. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-structure/pipeline-description-structure.json",
  "title": "Pipeline Description",
  "description": "Contains pipeline metadata including name, description, fields, and tags.",
  "type": "typedMap",
  "fields": {
    "pipelineId": {
      "type": "str",
      "description": "The unique identifier of the pipeline"
    },
    "name": {
      "type": "str",
      "description": "name"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "pipelineState": {
      "type": "str",
      "description": "pipelineState"
    }
  }
}