DescribeConnectorEntityRequest schema from Amazon AppFlow API
Type: objectProperties: 4Required: 1
ConnectorsDataflowsData IntegrationETLIntegrationSoftware-as-a-ServiceData 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.
{
"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"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.