Amazon AppFlow · JSON Structure

Appflow Cancel Flow Executions Response Structure

CancelFlowExecutionsResponse schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Cancel Flow Executions 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

invalidExecutions

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "CancelFlowExecutionsResponse schema from Amazon AppFlow API",
  "properties": {
    "invalidExecutions": {
      "type": "array",
      "description": "The IDs of runs that Amazon AppFlow couldn't cancel. The runs might have ended before the cancelation request was processed.",
      "items": {
        "type": "string",
        "example": ""
      },
      "example": [
        "exec-invalid-123"
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-cancel-flow-executions-response-structure.json"
}