Values.EventDestinationSourceAn object that defines an event destination.
type nonrec t = {cloudWatchLogsDestination : CloudWatchLogsDestination.t option;enabled : Boolean.t option;Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.
*)kinesisFirehoseDestination : KinesisFirehoseDestination.t option;matchingEventTypes : EventTypes.t option;name : String_.t option;A name that identifies the event destination configuration.
*)snsDestination : SnsDestination.t option;}