Amazon AppFlow · JSON Structure

Appflow Describe Connector Entity Response Structure

DescribeConnectorEntityResponse schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

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

Properties

connectorEntityFields

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "DescribeConnectorEntityResponse schema from Amazon AppFlow API",
  "properties": {
    "connectorEntityFields": {
      "type": "array",
      "description": "Describes the fields for that connector entity.",
      "items": {}
    }
  },
  "$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-entity-response-structure.json"
}