DetectorModelResetTimerArgs

data class DetectorModelResetTimerArgs(val timerName: Output<String>) : ConvertibleToJava<DetectorModelResetTimerArgs>

Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.

Constructors

Link copied to clipboard
constructor(timerName: Output<String>)

Properties

Link copied to clipboard
val timerName: Output<String>

The name of the timer to reset.

Functions

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