Interface CfnDetectorModel.ClearTimerProperty

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

@Stability(Stable) public static interface CfnDetectorModel.ClearTimerProperty extends software.amazon.jsii.JsiiSerializable
Information needed to clear 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.*;
 ClearTimerProperty clearTimerProperty = ClearTimerProperty.builder()
         .timerName("timerName")
         .build();