Values.DestinationSourceContains information about the destination receiving events.
type nonrec t = {type_ : DestinationType.t;The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is EVENT_DATA_STORE. For service-linked channels, the value is AWS_SERVICE.
*)location : Location.t;For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel. For service-linked channels, the location is the name of the Amazon Web Services service.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of Location.t ]) list ]