Values.EventDestinationDefinitionSourceAn object that defines a single 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;snsDestination : SnsDestination.t option;}