Amazon AppFlow · Schema

UpdateConnectorRegistrationResponse

UpdateConnectorRegistrationResponse schema from Amazon AppFlow API

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Properties

Name Type Description
connectorArn string The ARN of the connector being updated.
View JSON Schema on GitHub

JSON Schema

appflow-update-connector-registration-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-schema/appflow-update-connector-registration-response-schema.json",
  "title": "UpdateConnectorRegistrationResponse",
  "description": "UpdateConnectorRegistrationResponse schema from Amazon AppFlow API",
  "type": "object",
  "properties": {
    "connectorArn": {
      "type": "string",
      "example": "arn:aws:appflow:us-east-1:123456789012:connector/MyCustomConnector",
      "description": "The ARN of the connector being updated."
    }
  }
}