| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheck.Jsii$Proxy
An implementation for
HealthCheck |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Builder.build()
Builds the configured instance.
|
default HealthCheck |
LoadBalancerProps.getHealthCheck()
Health check settings for the load balancing targets.
|
HealthCheck |
LoadBalancerProps.Jsii$Proxy.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerProps.Builder |
LoadBalancerProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
LoadBalancerProps.getHealthCheck() |
LoadBalancer.Builder |
LoadBalancer.Builder.healthCheck(HealthCheck healthCheck)
Health check settings for the load balancing targets.
|
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
Boolean crossZone,
HealthCheck healthCheck,
Boolean internetFacing,
List<? extends LoadBalancerListener> listeners,
SubnetSelection subnetSelection,
List<? extends ILoadBalancerTarget> targets)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerProps.Builder. |
Copyright © 2020. All rights reserved.