{ "type": "object", "description": "UpdateConnectorProfileRequest schema from Amazon AppFlow API", "properties": { "connectorProfileName": { "type": "string", "description": "The name of the connector profile and is unique for each ConnectorProfile in the AWS account.", "maxLength": 256, "example": "my-salesforce-profile" }, "clientToken": { "type": "string", "description": "Idempotency token.", "example": "client-token-500123" }, "connectionMode": { "type": "string", "description": "Indicates the connection mode and if it is public or private.", "enum": [ "Public", "Private" ], "example": "Public" }, "connectorProfileConfig": { "type": "object", "description": "Defines the connector-specific profile configuration and credentials." } }, "required": [ "connectorProfileName", "connectionMode", "connectorProfileConfig" ], "$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-request-structure.json" }