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
  • Constructor Details

  • Method Details

    • getName

      public final String 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 interface CfnHealthCheck.AlarmIdentifierProperty
    • getRegion

      public final String 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 interface CfnHealthCheck.AlarmIdentifierProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object