Amazon AppFlow · JSON Structure

Appflow Update Connector Profile Response Structure

UpdateConnectorProfileResponse schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Update Connector Profile 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

connectorProfileArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "UpdateConnectorProfileResponse schema from Amazon AppFlow API",
  "properties": {
    "connectorProfileArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the connector profile.",
      "example": "arn:aws:appflow:us-east-1:123456789012:connectorprofile/my-salesforce-profile"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-update-connector-profile-response-structure.json"
}