Values.CustomOrchestrationSourceDetails of custom orchestration.
type nonrec t = {executor : OrchestrationExecutor.t option;The structure of the executor invoking the actions in custom orchestration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of LambdaArn.t ]) list ])
list ]