Event Invoke Config Destination Config Args
data class EventInvokeConfigDestinationConfigArgs(val onFailure: Output<EventInvokeConfigOnFailureArgs>? = null, val onSuccess: Output<EventInvokeConfigOnSuccessArgs>? = null) : ConvertibleToJava<EventInvokeConfigDestinationConfigArgs>
A destination for events after they have been sent to a function for processing.
Constructors
Link copied to clipboard
constructor(onFailure: Output<EventInvokeConfigOnFailureArgs>? = null, onSuccess: Output<EventInvokeConfigOnSuccessArgs>? = null)