Event Invoke Config Destination Config
data class EventInvokeConfigDestinationConfig(val onFailure: EventInvokeConfigOnFailure? = null, val onSuccess: EventInvokeConfigOnSuccess? = null)
A destination for events after they have been sent to a function for processing.
Constructors
Link copied to clipboard
constructor(onFailure: EventInvokeConfigOnFailure? = null, onSuccess: EventInvokeConfigOnSuccess? = null)