Values.NotificationConfigurationSourceThe configuration for notifications stored for each profiling group. This includes up to to two channels and a list of event publishers associated with each channel.
type nonrec t = {channels : Channels.t option;List of up to two channels to be used for sending notifications for events detected from the application profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of ChannelId.t ])
list ]
list ])
list ]