Amazon Data Pipeline · Example Payload

Pipeline Object Example

Data ProcessingETLWorkflowsData PipelineAutomation

Pipeline Object 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

idnamefields

Example Payload

Raw ↑
{
  "id": "Schedule",
  "name": "DailySchedule",
  "fields": [
    {
      "key": "type",
      "stringValue": "Schedule"
    },
    {
      "key": "period",
      "stringValue": "1 Day"
    }
  ]
}