Amazon AppFlow · JSON Structure

Appflow Describe Connector Entity Request Structure

DescribeConnectorEntityRequest schema from Amazon AppFlow API

Type: object Properties: 4 Required: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

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

Properties

connectorEntityName connectorType connectorProfileName apiVersion

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "DescribeConnectorEntityRequest schema from Amazon AppFlow API",
  "properties": {
    "connectorEntityName": {
      "type": "string",
      "description": "The entity name for that connector.",
      "maxLength": 1024,
      "example": "Account"
    },
    "connectorType": {
      "type": "string",
      "description": "The type of connector application, such as Salesforce, Marketo, and so on.",
      "example": "Salesforce"
    },
    "connectorProfileName": {
      "type": "string",
      "description": "The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.",
      "example": "my-salesforce-profile"
    },
    "apiVersion": {
      "type": "string",
      "description": "The version of the API that's used by the connector.",
      "example": "v55.0"
    }
  },
  "required": [
    "connectorEntityName"
  ],
  "$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-request-structure.json"
}