Amazon Data Pipeline · JSON Structure

Pipeline Id Name Structure

Contains a pipeline identifier and name.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Pipeline Id Name 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-id-name-structure.json",
  "title": "Pipeline ID Name",
  "description": "Contains a pipeline identifier and name.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The pipeline identifier"
    },
    "name": {
      "type": "str",
      "description": "The pipeline name"
    }
  }
}