Amazon AppFlow · Example Payload

Appflow Update Connector Profile Request Example

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Update Connector Profile Request Example is an example object payload from Amazon AppFlow, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

connectorProfileNameclientTokenconnectionModeconnectorProfileConfig

Example Payload

Raw ↑
{
  "connectorProfileName": "my-salesforce-profile",
  "clientToken": "client-token-500123",
  "connectionMode": "Public",
  "connectorProfileConfig": {}
}