Values.DestinationConfigSourceA configuration object that specifies the destination of an event after Lambda processes it. For more information, see Adding a destination.
type nonrec t = {onSuccess : OnSuccess.t option;The destination configuration for successful invocations. Not supported in CreateEventSourceMapping or UpdateEventSourceMapping.
*)onFailure : OnFailure.t option;The destination configuration for failed invocations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of DestinationArn.t ]) list ])
list ]