Amazon AppFlow · JSON Structure

Appflow List Connector Entities Response Structure

ListConnectorEntitiesResponse schema from Amazon AppFlow API

Type: object Properties: 2
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

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

Properties

connectorEntityMap nextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "ListConnectorEntitiesResponse schema from Amazon AppFlow API",
  "properties": {
    "connectorEntityMap": {
      "type": "object",
      "description": "The response of ListConnectorEntities lists entities grouped by category.",
      "additionalProperties": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/ConnectorEntity"
        }
      }
    },
    "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-list-connector-entities-response-structure.json"
}