@cdk-x/hetzner
    Preparing search index...

    Interface LoadBalancerServiceHealthCheck

    Service health check.

    interface LoadBalancerServiceHealthCheck {
        http?: LoadBalancerServiceHealthCheckHttp;
        interval: number;
        port: number;
        protocol: LoadBalancerServiceHealthCheckProtocol;
        retries: number;
        timeout: number;
    }
    Index

    Properties

    Additional configuration for protocol http.

    interval: number

    Time interval in seconds health checks are performed.

    port: number

    Port the health check will be performed on.

    Type of the health check.

    retries: number

    Unsuccessful retries needed until a target is considered unhealthy; an unhealthy target needs the same number of successful retries to become healthy again.

    timeout: number

    Time in seconds after an attempt is considered a timeout.