| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILoadBalancerTarget.Jsii$Default
Internal default implementation for
ILoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ILoadBalancerTarget> |
LoadBalancerProps.getTargets()
What targets to load balance to.
|
List<ILoadBalancerTarget> |
LoadBalancerProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.addTarget(ILoadBalancerTarget target) |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerProps.Builder |
LoadBalancerProps.Builder.targets(List<? extends ILoadBalancerTarget> targets)
Sets the value of
LoadBalancerProps.getTargets() |
LoadBalancer.Builder |
LoadBalancer.Builder.targets(List<? extends ILoadBalancerTarget> targets)
What targets to load balance to.
|
| 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.