Module Values.WafOverrideActionSource

Details about an override action for a rule.

Sourcetype nonrec t = {
  1. type_ : NonEmptyString.t option;
    (*

    COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action takes place.

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