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

    Interface HetznerLoadBalancerService

    Props for HtzLoadBalancerService.

    Manages a service (listener) on a Hetzner Cloud Load Balancer.

    interface HetznerLoadBalancerService {
        destinationPort?: number;
        healthCheck?: LoadBalancerServiceHealthCheck;
        http?: LoadBalancerServiceHttp;
        listenPort: number;
        loadBalancerId: number | IResolvable;
        protocol?: LoadBalancerServiceProtocol;
        proxyprotocol?: boolean;
    }
    Index

    Properties

    destinationPort?: number

    Port the Load Balancer will balance to.

    Service health check.

    Configuration option for protocols http and https.

    listenPort: number

    Port the Load Balancer listens on.

    loadBalancerId: number | IResolvable

    ID of the Load Balancer this service belongs to.

    Protocol of the Load Balancer service.

    proxyprotocol?: boolean

    Is Proxyprotocol enabled or not.