Amazon AppFlow · JSON Structure

Appflow Describe Connector Profiles Response Structure

DescribeConnectorProfilesResponse schema from Amazon AppFlow API

Type: object Properties: 2
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Describe Connector Profiles 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

connectorProfileDetails nextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "DescribeConnectorProfilesResponse schema from Amazon AppFlow API",
  "properties": {
    "connectorProfileDetails": {
      "type": "array",
      "description": "Returns information about the connector profiles associated with the flow.",
      "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-connector-profiles-response-structure.json"
}