Detector Model Lambda Args
data class DetectorModelLambdaArgs(val functionArn: Output<String>, val payload: Output<DetectorModelPayloadArgs>? = null) : ConvertibleToJava<DetectorModelLambdaArgs>
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.