Values.CreateNotificationConfigurationRequestSourceCreates a new NotificationConfiguration.
type nonrec t = {name : NotificationConfigurationName.t;The name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.
*)description : NotificationConfigurationDescription.t;The description of the NotificationConfiguration.
*)aggregationDuration : AggregationDuration.t option;The aggregation preference of the NotificationConfiguration. Values: LONG Aggregate notifications for long periods of time (12 hours). SHORT Aggregate notifications for short periods of time (5 minutes). NONE Don't aggregate notifications.
*)}val make :
?aggregationDuration:??? ->
?tags:??? ->
name:NotificationConfigurationName.t ->
description:NotificationConfigurationDescription.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NotificationConfigurationName.t ])
list ]