DetectorModelDefinitionArgs

data class DetectorModelDefinitionArgs(val initialStateName: Output<String>, val states: Output<List<DetectorModelStateArgs>>) : ConvertibleToJava<DetectorModelDefinitionArgs>

Information that defines how a detector operates.

Constructors

Link copied to clipboard
fun DetectorModelDefinitionArgs(initialStateName: Output<String>, states: Output<List<DetectorModelStateArgs>>)

Functions

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

Properties

Link copied to clipboard

The state that is entered at the creation of each detector (instance).

Link copied to clipboard

Information about the states of the detector.