Module Values.NotificationConfigurationSource

Specify the configurations you want to use for subscriber notification to notify the subscriber when new data is written to the data lake for sources that the subscriber consumes in Security Lake.

Sourcetype nonrec t = {
  1. httpsNotificationConfiguration : HttpsNotificationConfiguration.t option;
    (*

    The configurations used for HTTPS subscriber notification.

    *)
  2. sqsNotificationConfiguration : SqsNotificationConfiguration.t option;
    (*

    The configurations for SQS subscriber notification.

    *)
}
Sourceval make : ?httpsNotificationConfiguration:??? -> ?sqsNotificationConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t ]) 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