Values.ConditionSourceA single condition that can match based on WAF rule action or label name.
type nonrec t = {actionCondition : ActionCondition.t option;Matches log records based on the WAF rule action taken (ALLOW, BLOCK, COUNT, etc.).
*)labelNameCondition : LabelNameCondition.t option;Matches log records based on WAF rule labels applied to the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of LabelNameConditionLabelNameString.t ])
list ])
list ]