Interface CfnDetectorModel.SetTimerProperty

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

@Stability(Stable) public static interface CfnDetectorModel.SetTimerProperty extends software.amazon.jsii.JsiiSerializable
Information needed to set 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.*;
 SetTimerProperty setTimerProperty = SetTimerProperty.builder()
         .timerName("timerName")
         // the properties below are optional
         .durationExpression("durationExpression")
         .seconds(123)
         .build();
 

See Also: