Amazon AppFlow · JSON Structure

Appflow Register Connector Response Structure

RegisterConnectorResponse schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Register Connector 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

connectorArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "RegisterConnectorResponse schema from Amazon AppFlow API",
  "properties": {
    "connectorArn": {
      "type": "string",
      "description": "The ARN of the connector being registered.",
      "example": "arn:aws:appflow:us-east-1:123456789012:connector/MyCustomConnector"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-register-connector-response-structure.json"
}