DetectorModelLambdaArgs

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.

Constructors

Link copied to clipboard
constructor(functionArn: Output<String>, payload: Output<DetectorModelPayloadArgs>? = 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<DetectorModelPayloadArgs>? = 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(): DetectorModelLambdaArgs