Amazon Data Pipeline · Example Payload

Create Pipeline Request Example

Pipeline for processing daily sales data

Data ProcessingETLWorkflowsData PipelineAutomation

Create Pipeline Request Example is an example object payload from Amazon Data Pipeline, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameuniqueIddescription

Example Payload

Raw ↑
{
  "name": "MyDataPipeline",
  "uniqueId": "my-data-pipeline-001",
  "description": "Pipeline for processing daily sales data"
}