Module Values.AwsWafRegionalRuleGroupRulesActionDetailsSource

Describes the action that WAF should take on a web request when it matches the criteria defined in the rule.

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

    Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.

    *)
}
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