AlarmModelLambdaArgs

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.

Constructors

Link copied to clipboard
constructor(functionArn: Output<String>, payload: Output<AlarmModelPayloadArgs>? = null)

Properties

Link copied to clipboard
val functionArn: Output<String>

The ARN of the Lambda function that is executed.

Link copied to clipboard
val payload: Output<AlarmModelPayloadArgs>? = null

You can configure the action payload when you send a message to a Lambda function.

Functions

Link copied to clipboard
open override fun toJava(): AlarmModelLambdaArgs