Amazon AppFlow · JSON Structure

Appflow Source Flow Config Structure

SourceFlowConfig schema from Amazon AppFlow API

Type: object Properties: 5 Required: 2
ConnectorsDataflowsData IntegrationETLIntegrationSoftware-as-a-ServiceData Transfer

Appflow Source Flow Config Structure is a JSON Structure definition published by Amazon AppFlow, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

connectorType apiVersion connectorProfileName sourceConnectorProperties incrementalPullConfig

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "SourceFlowConfig schema from Amazon AppFlow API",
  "properties": {
    "connectorType": {
      "type": "string",
      "description": "The type of connector used as a source.",
      "example": "Salesforce"
    },
    "apiVersion": {
      "type": "string",
      "description": "The API version of the connector used in the source.",
      "example": "v55.0"
    },
    "connectorProfileName": {
      "type": "string",
      "description": "The name of the connector profile. Required for all connectors except Amplitude, Datadog, Dynatrace, GoogleAnalytics, Marketo, SAPOData, Salesforce, ServiceNow, Singular, Slack, Trendmicro, and Veeva.",
      "example": "my-salesforce-profile"
    },
    "sourceConnectorProperties": {
      "type": "object",
      "description": "Specifies the information that is required to query a particular source connector.",
      "example": {
        "Salesforce": {
          "object": "Account"
        }
      }
    },
    "incrementalPullConfig": {
      "type": "object",
      "description": "Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.",
      "properties": {
        "datetimeTypeFieldName": {
          "type": "string",
          "description": "A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.",
          "example": "LastModifiedDate"
        }
      }
    }
  },
  "required": [
    "connectorType",
    "sourceConnectorProperties"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-source-flow-config-structure.json"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/appflow-source-flow-config-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.