Event Invoke Config Destination Config Args
data class EventInvokeConfigDestinationConfigArgs(val onFailure: Output<EventInvokeConfigOnFailureArgs>? = null, val onSuccess: Output<EventInvokeConfigOnSuccessArgs>? = null) : ConvertibleToJava<EventInvokeConfigDestinationConfigArgs>
Constructors
Link copied to clipboard
fun EventInvokeConfigDestinationConfigArgs(onFailure: Output<EventInvokeConfigOnFailureArgs>? = null, onSuccess: Output<EventInvokeConfigOnSuccessArgs>? = null)