DetectorModelLambda

data class DetectorModelLambda(val functionArn: String, val payload: DetectorModelPayload? = null)

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: String, payload: DetectorModelPayload? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Lambda function that is executed.

Link copied to clipboard

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