Amazon AppFlow · JSON Structure

Appflow Describe Connectors Response Structure

DescribeConnectorsResponse schema from Amazon AppFlow API

Type: object Properties: 3
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Describe Connectors Response Structure is a JSON Structure definition published by Amazon AppFlow, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

connectorConfigurations connectors nextToken

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

JSON Structure

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