Values.ManagedNotificationEventSummarySourceA short summary of a ManagedNotificationEvent. This is only used when listing managed notification events.
type nonrec t = {schemaVersion : SchemaVersion.t option;The schema version of the ManagedNotificationEvent.
*)sourceEventMetadata : ManagedSourceEventMetadataSummary.t option;Contains metadata about the event that caused the ManagedNotificationEvent.
*)messageComponents : MessageComponentsSummary.t option;eventStatus : EventStatus.t option;The managed notification event status. Values: HEALTHY All EventRules are ACTIVE. UNHEALTHY Some EventRules are ACTIVE and some are INACTIVE.
*)notificationType : NotificationType.t option;The Type of event causing the notification. Values: ALERT A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached. WARNING A notification about an event where an issue is about to arise. For example, something is approaching a threshold. ANNOUNCEMENT A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated. INFORMATIONAL A notification about informational messages. For example, recommendations, service announcements, or reminders.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of
ManagedSourceEventMetadataSummaryEventOriginRegionString.t ])
list ])
list ]