Values.EventStreamDestinationDetailsSourceDetails of the destination being used for the EventStream.
type nonrec t = {uri : String1To255.t option;The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
*)status : EventStreamDestinationStatus.t option;The status of enabling the Kinesis stream as a destination for export.
*)unhealthySince : Timestamp.t option;The timestamp when the status last changed to UNHEALHY.
*)message : String1To1000.t option;The human-readable string that corresponds to the error or success while enabling the streaming destination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String1To255.t
| `Timestamp of Timestamp.t ])
list ]