Module Values.WAFLoggingParametersSource

Configuration parameters for WAF logging, including redacted fields and logging filters.

Sourcetype nonrec t = {
  1. redactedFields : RedactedFields.t option;
    (*

    The fields to redact from WAF logs to protect sensitive information.

    *)
  2. loggingFilter : LoggingFilter.t option;
    (*

    A filter configuration that determines which WAF log records to include or exclude.

    *)
  3. logType : WAFLogType.t option;
    (*

    The type of WAF logs to collect (currently supports WAF_LOGS).

    *)
}
Sourceval make : ?redactedFields:??? -> ?loggingFilter:??? -> ?logType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of SingleHeaderNameString.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of LabelNameConditionLabelNameString.t ]) list ]) list ] list ]) list ] 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