Values.ChainedInvokeOptionsSourceConfiguration options for chained function invocations in durable executions, including retry settings and timeout configuration.
type nonrec t = {functionName : NamespacedFunctionName.t;The name or ARN of the Lambda function to invoke.
*)tenantId : TenantId.t option;The tenant identifier for the chained invocation.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NamespacedFunctionName.t ]) list ]