Amazon AppFlow · Example Payload

Appflow Update Flow Request Example

Updated description

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Update Flow Request 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

flowNameclientTokendescriptiontriggerConfigsourceFlowConfigdestinationFlowConfigListtasksmetadataCatalogConfig

Example Payload

Raw ↑
{
  "flowName": "my-salesforce-to-s3-flow",
  "clientToken": "client-token-500123",
  "description": "Updated description",
  "triggerConfig": {
    "triggerType": "Scheduled",
    "triggerProperties": {
      "Scheduled": "example-value"
    }
  },
  "sourceFlowConfig": {
    "connectorType": "Salesforce",
    "apiVersion": "v55.0",
    "connectorProfileName": "my-salesforce-profile",
    "sourceConnectorProperties": {
      "Salesforce": {
        "object": "Account"
      }
    },
    "incrementalPullConfig": {
      "datetimeTypeFieldName": "LastModifiedDate"
    }
  },
  "destinationFlowConfigList": [
    "example-value"
  ],
  "tasks": [
    "example-value"
  ],
  "metadataCatalogConfig": {
    "glueDataCatalog": {
      "roleArn": "arn:aws:iam::123456789012:role/AppFlowGlueRole",
      "databaseName": "appflow-catalog-db",
      "tablePrefix": "sf_"
    }
  }
}