Class CfnAlarmPropsMixin.EvaluationWindowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAlarmPropsMixin.EvaluationWindowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmPropsMixin.EvaluationWindowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmPropsMixin.EvaluationWindowProperty
@Stability(Stable)
@Internal
public static final class CfnAlarmPropsMixin.EvaluationWindowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmPropsMixin.EvaluationWindowProperty
An implementation for
CfnAlarmPropsMixin.EvaluationWindowProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAlarmPropsMixin.EvaluationWindowProperty
CfnAlarmPropsMixin.EvaluationWindowProperty.Builder, CfnAlarmPropsMixin.EvaluationWindowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAlarmPropsMixin.EvaluationWindowProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA sliding window, which advances each time the alarm is evaluated, forming a rolling time window.final ObjectAn evaluation window that aligns the evaluated range to fixed clock boundaries that match the alarm's period, such as the top of the hour, midnight, or the start of the calendar week, optionally in a specific time zone.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAlarmPropsMixin.EvaluationWindowProperty.Builder.
-
-
Method Details
-
getSlidingWindow
Description copied from interface:CfnAlarmPropsMixin.EvaluationWindowPropertyA sliding window, which advances each time the alarm is evaluated, forming a rolling time window.This is the default evaluation window.
- Specified by:
getSlidingWindowin interfaceCfnAlarmPropsMixin.EvaluationWindowProperty- See Also:
-
getWallClockWindow
Description copied from interface:CfnAlarmPropsMixin.EvaluationWindowPropertyAn evaluation window that aligns the evaluated range to fixed clock boundaries that match the alarm's period, such as the top of the hour, midnight, or the start of the calendar week, optionally in a specific time zone.When you use a wall clock window, the alarm's period must be 1 minute (60 seconds), 5 minutes (300 seconds), 1 hour (3,600 seconds), 1 day (86,400 seconds), or 1 week (604,800 seconds). Other period values aren't supported with a wall clock window. Choose a wall clock window when your monitoring is tied to a business or calendar period, such as daily reports, batch jobs, or backups, or when you want alarm evaluations to match the periods shown on a metric dashboard.
Returns union: either
IResolvableorCfnAlarmPropsMixin.WallClockWindowProperty- Specified by:
getWallClockWindowin interfaceCfnAlarmPropsMixin.EvaluationWindowProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-