Values_0.TriggerSourceInformation about a specific trigger.
type nonrec t = {name : NameString.t option;The name of the trigger.
*)workflowName : NameString.t option;The name of the workflow associated with the trigger.
*)id : IdString.t option;Reserved for future use.
*)type_ : TriggerType.t option;The type of trigger that this is.
*)state : TriggerState.t option;The current state of the trigger.
*)description : DescriptionString.t option;A description of this trigger.
*)schedule : GenericString.t option;A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
*)actions : ActionList.t option;The actions initiated by this trigger.
*)predicate : Predicate.t option;The predicate of this trigger, which defines when it will fire.
*)eventBatchingCondition : EventBatchingCondition.t option;Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of Timeout.t
| `Map of
([> `String of GenericString.t ]
* [> `String of GenericString.t ])
list
| `String of NameString.t
| `Structure of
(string * [> `Integer of NotifyDelayAfter.t ]) list ])
list ]
list
| `String of NameString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of BatchSize.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of NameString.t ])
list ]
list ])
list ])
list ]