ConnectorsDataflowsData IntegrationETLIntegrationSoftware-as-a-ServiceData Transfer
Appflow Execution Result Structure is a JSON Structure definition published by Amazon AppFlow, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"description": "ExecutionResult schema from Amazon AppFlow API",
"properties": {
"errorInfo": {
"type": "object",
"description": "Provides any error message information related to the flow run."
},
"bytesProcessed": {
"type": "int64",
"description": "The total number of bytes processed by the flow run.",
"example": 204800
},
"bytesWritten": {
"type": "int64",
"description": "The total number of bytes written as a result of the flow run.",
"example": 204800
},
"recordsProcessed": {
"type": "int64",
"description": "The number of records processed in the flow run.",
"example": 1500
},
"numParallelProcesses": {
"type": "int64",
"description": "The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.",
"example": 1
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-execution-result-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.