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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAlarm.WallClockWindowPropertystatic final classAn implementation forCfnAlarm.WallClockWindowProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimezone
The timezone for wall clock evaluation, in IANA time zone format (e.g., America/New_York, UTC).- See Also:
-
builder
-