Values.EventSourceSpecifies the actions to be performed when the condition evaluates to TRUE.
type nonrec t = {eventName : EventName.t;The name of the event.
*)condition : Condition.t option;Optional. The Boolean expression that, when TRUE, causes the actions to be performed. If not present, the actions are performed (=TRUE). If the expression result is not a Boolean value, the actions are not performed (=FALSE).
*)actions : Actions.t option;The actions to be performed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of UseBase64.t
| `Integer of Seconds.t
| `String of VariableName.t
| `Structure of
(string
* [> `Enum of string
| `String of ContentExpression.t
| `Structure of
(string
* [> `String of
AssetPropertyStringValue.t ])
list ])
list ])
list ])
list ]
list
| `String of EventName.t ])
list ]