Class CfnHealthCheck.AlarmIdentifierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.CfnHealthCheck.AlarmIdentifierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHealthCheck.AlarmIdentifierProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnHealthCheck.AlarmIdentifierProperty
@Stability(Stable)
@Internal
public static final class CfnHealthCheck.AlarmIdentifierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHealthCheck.AlarmIdentifierProperty
An implementation for
CfnHealthCheck.AlarmIdentifierProperty-
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.route53.CfnHealthCheck.AlarmIdentifierProperty
CfnHealthCheck.AlarmIdentifierProperty.Builder, CfnHealthCheck.AlarmIdentifierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHealthCheck.AlarmIdentifierProperty.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 StringgetName()The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.final StringFor the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.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 theCfnHealthCheck.AlarmIdentifierProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnHealthCheck.AlarmIdentifierPropertyThe name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.Route 53 supports CloudWatch alarms with the following features:
- Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide .
- Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
- Specified by:
getNamein interfaceCfnHealthCheck.AlarmIdentifierProperty
-
getRegion
Description copied from interface:CfnHealthCheck.AlarmIdentifierPropertyFor the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference .
- Specified by:
getRegionin interfaceCfnHealthCheck.AlarmIdentifierProperty
-
$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()
-