OnSuccess

A destination for events that were processed successfully.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Destination object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-onsuccess-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OnSuccess",
  "title": "OnSuccess",
  "type": "object",
  "properties": {
    "Destination": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DestinationArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the destination resource."
        }
      ]
    }
  },
  "description": "A destination for events that were processed successfully."
}