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
constructor(initialStateName: Output<String>, states: Output<List<DetectorModelStateArgs>>)

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.

Functions

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