Module Values.NotificationConfigurationSource

The 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.

Sourcetype nonrec t = {
  1. channels : Channels.t option;
    (*

    List of up to two channels to be used for sending notifications for events detected from the application profile.

    *)
}
Sourceval make : ?channels:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of ChannelId.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t