Values_1.NotificationSourceContains information about a notification, including its content, priority, recipients, and metadata.
type nonrec t = {content : Values_0.NotificationContent.t option;The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.
*)id : Values_0.NotificationId.t option;The unique identifier for the notification.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the notification.
*)priority : NotificationPriority.t option;The priority level of the notification. Valid values are URGENT, HIGH, and LOW.
*)recipients : Values_0.RecipientList.t option;A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when the notification was last modified.
*)createdAt : Values_0.Timestamp.t option;The timestamp when the notification was created.
*)expiresAt : Values_0.Timestamp.t option;The timestamp when the notification expires and is no longer displayed to users.
*)lastModifiedRegion : Values_0.RegionName.t option;The AWS Region where the notification was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `Map of
([> `Enum of string | `String of string ] * [> `String of string ])
list
| `String of Values_0.NotificationId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]