Class CfnMonitor.HealthEventsConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.internetmonitor.CfnMonitor.HealthEventsConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitor.HealthEventsConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitor.HealthEventsConfigProperty
@Stability(Stable)
@Internal
public static final class CfnMonitor.HealthEventsConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitor.HealthEventsConfigProperty
An implementation for
CfnMonitor.HealthEventsConfigProperty-
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.services.internetmonitor.CfnMonitor.HealthEventsConfigProperty
CfnMonitor.HealthEventsConfigProperty.Builder, CfnMonitor.HealthEventsConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitor.HealthEventsConfigProperty.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 ObjectThe configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.final NumberThe health event threshold percentage set for availability scores.final ObjectThe configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.final NumberThe health event threshold percentage set for performance scores.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 theCfnMonitor.HealthEventsConfigProperty.Builder.
-
-
Method Details
-
getAvailabilityLocalHealthEventsConfig
Description copied from interface:CfnMonitor.HealthEventsConfigPropertyThe configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.Returns union: either
IResolvableorCfnMonitor.LocalHealthEventsConfigProperty- Specified by:
getAvailabilityLocalHealthEventsConfigin interfaceCfnMonitor.HealthEventsConfigProperty- See Also:
-
getAvailabilityScoreThreshold
Description copied from interface:CfnMonitor.HealthEventsConfigPropertyThe health event threshold percentage set for availability scores.When the overall availability score is at or below this percentage, Internet Monitor creates a health event.
- Specified by:
getAvailabilityScoreThresholdin interfaceCfnMonitor.HealthEventsConfigProperty- See Also:
-
getPerformanceLocalHealthEventsConfig
Description copied from interface:CfnMonitor.HealthEventsConfigPropertyThe configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.Returns union: either
IResolvableorCfnMonitor.LocalHealthEventsConfigProperty- Specified by:
getPerformanceLocalHealthEventsConfigin interfaceCfnMonitor.HealthEventsConfigProperty- See Also:
-
getPerformanceScoreThreshold
Description copied from interface:CfnMonitor.HealthEventsConfigPropertyThe health event threshold percentage set for performance scores.When the overall performance score is at or below this percentage, Internet Monitor creates a health event.
- Specified by:
getPerformanceScoreThresholdin interfaceCfnMonitor.HealthEventsConfigProperty- 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()
-