Interface CfnDetectorModelPropsMixin.ResetTimerProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModelPropsMixin.ResetTimerProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorModelPropsMixin
@Stability(Stable)
public static interface CfnDetectorModelPropsMixin.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.cfnpropertymixins.services.iotevents.*;
ResetTimerProperty resetTimerProperty = ResetTimerProperty.builder()
.timerName("timerName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorModelPropsMixin.ResetTimerPropertystatic final classAn implementation forCfnDetectorModelPropsMixin.ResetTimerProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimerName
The name of the timer to reset.- See Also:
-
builder
-