Values.ManagedNotificationChildEventSummarySourceDescribes a short summary and metadata for a ManagedNotificationChildEvent.
type nonrec t = {schemaVersion : SchemaVersion.t option;The schema version of the ManagedNotificationChildEvent.
*)sourceEventMetadata : ManagedSourceEventMetadataSummary.t option;Contains all event metadata present identically across all NotificationEvents. All fields are present in Source Events via Eventbridge.
*)messageComponents : MessageComponentsSummary.t option;aggregationDetail : AggregationDetail.t option;Provides detailed information about the dimensions used for event summarization and aggregation.
*)eventStatus : EventStatus.t option;The perceived nature of the event. Values: HEALTHY All EventRules are ACTIVE and any call can be run. UNHEALTHY Some EventRules are ACTIVE and some are INACTIVE. Any call can be run.
*)notificationType : NotificationType.t option;The Type of the event causing this 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
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of
ManagedSourceEventMetadataSummaryEventOriginRegionString.t ])
list ])
list ]