Amazon AppFlow · Schema

DescribeConnectorsResponse

DescribeConnectorsResponse schema from Amazon AppFlow API

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Properties

Name Type Description
connectorConfigurations object The configuration that is applied to the connectors used in the flow.
connectors array Information about the connectors supported in Amazon AppFlow.
nextToken string The pagination token for next page of data.
View JSON Schema on GitHub

JSON Schema

appflow-describe-connectors-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-schema/appflow-describe-connectors-response-schema.json",
  "title": "DescribeConnectorsResponse",
  "description": "DescribeConnectorsResponse schema from Amazon AppFlow API",
  "type": "object",
  "properties": {
    "connectorConfigurations": {
      "type": "object",
      "additionalProperties": {
        "type": "object"
      },
      "description": "The configuration that is applied to the connectors used in the flow."
    },
    "connectors": {
      "type": "array",
      "items": {},
      "description": "Information about the connectors supported in Amazon AppFlow."
    },
    "nextToken": {
      "type": "string",
      "example": "",
      "description": "The pagination token for next page of data."
    }
  }
}