Values.EventTriggerConditionSourceSpecifies the circumstances under which the event should trigger the destination.
type nonrec t = {eventTriggerDimensions : EventTriggerDimensions.t;A list of dimensions to be evaluated for the event.
*)logicalOperator : EventTriggerLogicalOperator.t;The operator used to combine multiple dimensions.
*)}val make :
eventTriggerDimensions:EventTriggerDimensions.t ->
logicalOperator:EventTriggerLogicalOperator.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String1To255.t ] list
| `String of Text.t ])
list ]
list ])
list ]
list ])
list ]