| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancing |
Amazon Elastic Load Balancing Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Builder.build()
Builds the configured instance.
|
default HealthCheck |
LoadBalancerProps.getHealthCheck()
(experimental) 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)
(experimental) Health check settings for the load balancing targets.
|
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
CfnLoadBalancer.AccessLoggingPolicyProperty accessLoggingPolicy,
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 © 2021. All rights reserved.