Amazon Data Pipeline · JSON Structure

Create Pipeline Output Structure

Response after creating a pipeline.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Create Pipeline Output 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-output-structure.json",
  "title": "Create Pipeline Output",
  "description": "Response after creating a pipeline.",
  "type": "typedMap",
  "fields": {
    "pipelineId": {
      "type": "str",
      "description": "The unique identifier for the pipeline"
    }
  }
}