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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetectorModel.ResetTimerProperty
static final class
An implementation forCfnDetectorModel.ResetTimerProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimerName
The name of the timer to reset. -
builder
-