DetectorModelArgs

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

A model to associate with a detector.

Constructors

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

Functions

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

Properties

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