Interface CfnHealthCheck.HealthCheckConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnHealthCheck.HealthCheckConfigProperty.Jsii$Proxy
Enclosing class:
CfnHealthCheck

@Stability(Stable) public static interface CfnHealthCheck.HealthCheckConfigProperty extends software.amazon.jsii.JsiiSerializable
A complex type that contains information about the health check.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.route53.*;
 HealthCheckConfigProperty healthCheckConfigProperty = HealthCheckConfigProperty.builder()
         .type("type")
         // the properties below are optional
         .alarmIdentifier(AlarmIdentifierProperty.builder()
                 .name("name")
                 .region("region")
                 .build())
         .childHealthChecks(List.of("childHealthChecks"))
         .enableSni(false)
         .failureThreshold(123)
         .fullyQualifiedDomainName("fullyQualifiedDomainName")
         .healthThreshold(123)
         .insufficientDataHealthStatus("insufficientDataHealthStatus")
         .inverted(false)
         .ipAddress("ipAddress")
         .measureLatency(false)
         .port(123)
         .regions(List.of("regions"))
         .requestInterval(123)
         .resourcePath("resourcePath")
         .routingControlArn("routingControlArn")
         .searchString("searchString")
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    static final class 
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default 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.
    default 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.
    default 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.
    default 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.
    default String
    Amazon Route 53 behavior depends on whether you specify a value for IPAddress .
    default 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.
    default 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.
    default 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.
    default String
    The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on.
    default 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.
    default Number
    The port on the endpoint that you want Amazon Route 53 to perform health checks on.
    default 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.
    default 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.
    default String
    The path, if any, that you want Amazon Route 53 to request when performing health checks.
    default String
    The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.
    default 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.
    The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson