Values.IngressBooleanExpressionSourceThe structure for a boolean condition matching on the incoming mail.
type nonrec t = {evaluate : IngressBooleanToEvaluate.t;The operand on which to perform a boolean condition operation.
*)operator : IngressBooleanOperator.t;The matching operator for a boolean condition expression.
*)}val make :
evaluate:IngressBooleanToEvaluate.t ->
operator:IngressBooleanOperator.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AddressListArn.t ] list
| `String of AnalyzerArn.t ])
list ])
list ])
list ]