Amazon AppFlow · Example Payload

Appflow Scheduled Trigger Properties Example

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Scheduled Trigger Properties Example is an example object payload from Amazon AppFlow, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

scheduleExpressiondataPullModescheduleStartTimescheduleEndTimetimezonescheduleOffsetfirstExecutionFromflowErrorDeactivationThreshold

Example Payload

Raw ↑
{
  "scheduleExpression": "rate(1day)",
  "dataPullMode": "Incremental",
  "scheduleStartTime": 1718153645993,
  "scheduleEndTime": 1718153645993,
  "timezone": "America/New_York",
  "scheduleOffset": 0,
  "firstExecutionFrom": 1718153645993,
  "flowErrorDeactivationThreshold": 3
}