Amazon AppFlow · Schema

UpdateConnectorProfileResponse

UpdateConnectorProfileResponse schema from Amazon AppFlow API

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Properties

Name Type Description
connectorProfileArn string The Amazon Resource Name (ARN) of the connector profile.
View JSON Schema on GitHub

JSON Schema

appflow-update-connector-profile-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-profile-response-schema.json",
  "title": "UpdateConnectorProfileResponse",
  "description": "UpdateConnectorProfileResponse schema from Amazon AppFlow API",
  "type": "object",
  "properties": {
    "connectorProfileArn": {
      "type": "string",
      "example": "arn:aws:appflow:us-east-1:123456789012:connectorprofile/my-salesforce-profile",
      "description": "The Amazon Resource Name (ARN) of the connector profile."
    }
  }
}