Values.ConditionSourceA single match condition for a Filter.
type nonrec t = {actionCondition : ActionCondition.t option;A single action condition. This is the action setting that a log record must contain in order to meet the condition.
*)labelNameCondition : LabelNameCondition.t option;A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of LabelName.t ]) list ])
list ]