Values.EventSourceRepresents a single occurrence of something interesting within the system. Some examples of events are creating a DAX cluster, adding or removing a node, or rebooting a node.
type nonrec t = {sourceName : String_.t option;The source of the event. For example, if the event occurred at the node level, the source would be the node ID.
*)sourceType : SourceType.t option;Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
*)message : String_.t option;A user-defined message associated with the event.
*)date : TStamp.t option;The date and time when the event occurred.
*)}