Module Values.CreateSubscriberNotificationRequestSource

Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.

Sourcetype nonrec t = {
  1. configuration : NotificationConfiguration.t;
    (*

    Specify the configuration using which you want to create the subscriber notification.

    *)
  2. subscriberId : UUID.t;
    (*

    The subscriber ID for the notification subscription.

    *)
}
Sourceval context_ : string
Sourceval make : configuration:NotificationConfiguration.t -> subscriberId:UUID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UUID.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.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