Amazon AppFlow · Example Payload

Appflow Connector Entity Field Example

The unique identifier for the Account object.

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

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

Top-level fields

identifierparentIdentifierlabelisPrimaryKeydefaultValueisDeprecatedsupportedFieldTypeDetailsdescriptionsourcePropertiesdestinationProperties

Example Payload

Raw ↑
{
  "identifier": "Id",
  "parentIdentifier": "Id",
  "label": "Account ID",
  "isPrimaryKey": true,
  "defaultValue": "example-value",
  "isDeprecated": false,
  "supportedFieldTypeDetails": {},
  "description": "The unique identifier for the Account object.",
  "sourceProperties": {
    "isQueryable": true,
    "isRetrievable": true,
    "isPartitioningSupported": false
  },
  "destinationProperties": {
    "isCreatable": false,
    "isNullable": false,
    "isUpsertable": false,
    "isUpdatable": false,
    "isDefaultedOnCreate": false,
    "supportedWriteOperations": [
      "INSERT"
    ]
  }
}