Amazon Data Pipeline · JSON Structure

Pipeline Object Structure

A pipeline component defining an activity, resource, schedule, or precondition.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Pipeline Object 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-object-structure.json",
  "title": "Pipeline Object",
  "description": "A pipeline component defining an activity, resource, schedule, or precondition.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The identifier of the pipeline object"
    },
    "name": {
      "type": "str",
      "description": "The name"
    },
    "fields": {
      "type": "list",
      "description": "fields"
    }
  }
}