A destination for events that failed processing.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OnFailure", "title": "OnFailure", "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 failed processing." }