DetectorModelLambdaArgs

data class DetectorModelLambdaArgs(val functionArn: Output<String>, val payload: Output<DetectorModelPayloadArgs>? = null) : ConvertibleToJava<DetectorModelLambdaArgs>

Constructors

Link copied to clipboard
fun DetectorModelLambdaArgs(functionArn: Output<String>, payload: Output<DetectorModelPayloadArgs>? = null)

Functions

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

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