Values.LambdaFunctionScheduledEventDetailsSourceContains details about a Lambda function scheduled during an execution.
type nonrec t = {resource : Arn.t option;The Amazon Resource Name (ARN) of the scheduled Lambda function.
*)input : SensitiveData.t option;The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
*)inputDetails : HistoryEventExecutionDataDetails.t option;Contains details about input for an execution history event.
*)timeoutInSeconds : TimeoutInSeconds.t option;The maximum allowed duration of the Lambda function.
*)taskCredentials : TaskCredentials.t option;The credentials that Step Functions uses for the task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of TimeoutInSeconds.t
| `String of Arn.t
| `Structure of
(string * [> `Boolean of Truncated.t | `String of LongArn.t ]) list ])
list ]