UpdateConnectorProfileRequest schema from Amazon AppFlow API
Type: objectProperties: 4Required: 3
ConnectorsDataflowsData IntegrationETLIntegrationSoftware-as-a-ServiceData Transfer
Appflow Update Connector Profile Request Structure is a JSON Structure definition published by Amazon AppFlow, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"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"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.