Amazon Data Pipeline · JSON Structure

Create Pipeline Request Structure

Request body for creating a new pipeline.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Create Pipeline Request 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/create-pipeline-request-structure.json",
  "title": "Create Pipeline Request",
  "description": "Request body for creating a new pipeline.",
  "type": "typedMap",
  "fields": {
    "name": {
      "type": "str",
      "description": "name"
    },
    "uniqueId": {
      "type": "str",
      "description": "uniqueId"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "tags": {
      "type": "list",
      "description": "tags"
    }
  }
}