Interface CfnAlarm.WallClockWindowProperty

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

@Stability(Stable) public static interface CfnAlarm.WallClockWindowProperty extends software.amazon.jsii.JsiiSerializable
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.cloudwatch.*;
 WallClockWindowProperty wallClockWindowProperty = WallClockWindowProperty.builder()
         .timezone("timezone")
         .build();
 

See Also: