Create Pipeline Output

Response after creating a pipeline.

Data ProcessingETLWorkflowsData PipelineAutomation

Properties

Name Type Description
pipelineId string The unique identifier for the pipeline
View JSON Schema on GitHub

JSON Schema

create-pipeline-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-schema/create-pipeline-output-schema.json",
  "title": "Create Pipeline Output",
  "description": "Response after creating a pipeline.",
  "type": "object",
  "properties": {
    "pipelineId": {
      "type": "string",
      "description": "The unique identifier for the pipeline"
    }
  }
}