Class CfnHealthCheck.HealthCheckConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.CfnHealthCheck.HealthCheckConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnHealthCheck.HealthCheckConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnHealthCheck.HealthCheckConfigProperty

@Stability(Stable) @Internal public static final class CfnHealthCheck.HealthCheckConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHealthCheck.HealthCheckConfigProperty
  • 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.HealthCheckConfigProperty

    CfnHealthCheck.HealthCheckConfigProperty.Builder, CfnHealthCheck.HealthCheckConfigProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnHealthCheck.HealthCheckConfigProperty.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.
    final List<String>
    (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.
    final Object
    Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation.
    final Number
    The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.
    final String
    Amazon Route 53 behavior depends on whether you specify a value for IPAddress .
    final Number
    The number of child health checks that are associated with a CALCULATED health check that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy.
    final String
    When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check: - Healthy : Route 53 considers the health check to be healthy.
    final Object
    Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.
    final String
    The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on.
    final Object
    Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to display CloudWatch latency graphs on the Health Checks page in the Route 53 console.
    final Number
    The port on the endpoint that you want Amazon Route 53 to perform health checks on.
    final List<String>
    A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.
    final Number
    The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request.
    final String
    The path, if any, that you want Amazon Route 53 to request when performing health checks.
    final String
    The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.
    final String
    If the value of Type is HTTP_STR_MATCH or HTTPS_STR_MATCH , the string that you want Amazon Route 53 to search for in the response body from the specified resource.
    final String
    The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait