Class CfnAlarmPropsMixin.WarmUpConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAlarmPropsMixin.WarmUpConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmPropsMixin.WarmUpConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmPropsMixin.WarmUpConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAlarmPropsMixin.WarmUpConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmPropsMixin.WarmUpConfigurationProperty
An implementation for
CfnAlarmPropsMixin.WarmUpConfigurationProperty-
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.WarmUpConfigurationProperty
CfnAlarmPropsMixin.WarmUpConfigurationProperty.Builder, CfnAlarmPropsMixin.WarmUpConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAlarmPropsMixin.WarmUpConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.WarmUpConfigurationProperty.Builder.
-
-
Method Details
-
getOnlyStartEvaluatingAfterWarmUpPeriodEnds
Description copied from interface:CfnAlarmPropsMixin.WarmUpConfigurationPropertySpecifies whether the alarm waits for the full warm-up period before it starts evaluating.If true, the alarm waits the entire WarmUpPeriodDurationInMinutes before it starts evaluating, even if metric data arrives earlier. If false, the alarm ends the warm-up period early and starts evaluating as soon as it has enough metric data to fill its evaluation window. This is the default behavior.
Returns union: either
BooleanorIResolvable- Specified by:
getOnlyStartEvaluatingAfterWarmUpPeriodEndsin interfaceCfnAlarmPropsMixin.WarmUpConfigurationProperty- See Also:
-
getWarmUpPeriodDurationInMinutes
Description copied from interface:CfnAlarmPropsMixin.WarmUpConfigurationPropertyThe length of the warm-up period, in minutes.For this duration after you create or update the alarm, the alarm stays in INSUFFICIENT_DATA and doesn't perform alarm actions. Valid values range from 1 to 2880 minutes (2 days). You can change this value while the alarm is still in its warm-up period. Changes have no effect after the warm-up period ends.
- Specified by:
getWarmUpPeriodDurationInMinutesin interfaceCfnAlarmPropsMixin.WarmUpConfigurationProperty- 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()
-