Interface CfnDetectorModel.ResetTimerProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDetectorModel.ResetTimerProperty.Jsii$Proxy
Enclosing class:
CfnDetectorModel

@Stability(Stable) public static interface CfnDetectorModel.ResetTimerProperty extends software.amazon.jsii.JsiiSerializable
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.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotevents.*;
 ResetTimerProperty resetTimerProperty = ResetTimerProperty.builder()
         .timerName("timerName")
         .build();
 

See Also: