Amazon AppFlow · Example Payload

Appflow Update Connector Registration Request Example

Updated description for my connector

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Update Connector Registration 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

connectorLabeldescriptionconnectorProvisioningConfigclientToken

Example Payload

Raw ↑
{
  "connectorLabel": "MyCustomConnector",
  "description": "Updated description for my connector",
  "connectorProvisioningConfig": {
    "lambda": {
      "lambdaArn": "arn:aws:lambda:us-east-1:123456789012:function:my-connector-function-v2"
    }
  },
  "clientToken": "client-token-500123"
}