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