DetectorModelArgs

data class DetectorModelArgs(val arn: Output<String>? = null) : ConvertibleToJava<DetectorModelArgs>

A model to associate with a detector.

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null)

Properties

Link copied to clipboard
val arn: Output<String>? = null

The ARN of the model.

Functions

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