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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.CfnHealthCheck.AlarmIdentifierProperty
CfnHealthCheck.AlarmIdentifierProperty.Builder, CfnHealthCheck.AlarmIdentifierProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHealthCheck.AlarmIdentifierProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getName()
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 String
For 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 int
hashCode()
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.AlarmIdentifierProperty
The 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:
getName
in interfaceCfnHealthCheck.AlarmIdentifierProperty
- See Also:
-
getRegion
Description copied from interface:CfnHealthCheck.AlarmIdentifierProperty
For 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:
getRegion
in interfaceCfnHealthCheck.AlarmIdentifierProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-