Values.ExecutorConfigurationSourceThe action engine, or executor, related to the supported integration model used to create and update the action type. The available executor types are Lambda and JobWorker.
type nonrec t = {lambdaExecutorConfiguration : LambdaExecutorConfiguration.t option;Details about the Lambda executor of the action type.
*)jobWorkerExecutorConfiguration : JobWorkerExecutorConfiguration.t option;Details about the JobWorker executor of the action type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list
| `String of LambdaFunctionArn.t ])
list ])
list ]