Module Values.LabelNameConditionSource

Condition that matches based on WAF rule labels, with label names limited to 1024 characters.

Sourcetype nonrec t = {
  1. labelName : LabelNameConditionLabelNameString.t option;
    (*

    The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.

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