DetectorModelLambda

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

Constructors

Link copied to clipboard
fun DetectorModelLambda(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