Values.ExecutionTriggerSourceThe interaction or event that started a pipeline execution.
type nonrec t = {triggerType : TriggerType.t option;The type of change-detection method, command, or user interaction that started a pipeline execution.
*)triggerDetail : TriggerDetail.t option;Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TriggerDetail.t ]) list ]