Values.EventSourceDescribes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the DMS resource type.
type nonrec t = {sourceIdentifier : String_.t option;The identifier of an event source.
*)sourceType : SourceType.t option;The type of DMS resource that generates events. Valid values: replication-instance | endpoint | replication-task
*)message : String_.t option;The event message.
*)eventCategories : EventCategoriesList.t option;The event categories available for the specified source type.
*)date : TStamp.t option;The date of the event.
*)}