Module Values.RateLimitLabelNamespaceSource

Specifies a label namespace to use as an aggregate key for a rate-based rule. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance. This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL. For information about label namespaces and names, see Label syntax and naming requirements in the WAF Developer Guide.

Sourcetype nonrec t = {
  1. namespace : LabelNamespace.t;
    (*

    The namespace to use for aggregation.

    *)
}
Sourceval context_ : string
Sourceval make : namespace:LabelNamespace.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LabelNamespace.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