Values.LambdaActionSourceCalls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
type nonrec t = {functionArn : AmazonResourceName.t;The ARN of the Lambda function that is executed.
*)payload : Payload.t option;You can configure the action payload when you send a message to a Lambda function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AmazonResourceName.t
| `Structure of
(string * [> `Enum of string | `String of ContentExpression.t ])
list ])
list ]