@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:55:41.600Z") public interface LoadBalancerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoadBalancerProps.Builder
A builder for
LoadBalancerProps |
static class |
LoadBalancerProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerProps.Builder |
builder() |
HealthCheck |
getHealthCheck()
Health check settings for the load balancing targets.
|
Boolean |
getInternetFacing()
Whether this is an internet-facing Load Balancer
This controls whether the LB has a public IP address assigned.
|
List<LoadBalancerListener> |
getListeners()
What listeners to set up for the load balancer.
|
List<ILoadBalancerTarget> |
getTargets()
What targets to load balance to.
|
software.amazon.awscdk.services.ec2.VpcNetworkRef |
getVpc()
VPC network of the fleet instances
|
void |
setHealthCheck(HealthCheck value)
Health check settings for the load balancing targets.
|
void |
setInternetFacing(Boolean value)
Whether this is an internet-facing Load Balancer
This controls whether the LB has a public IP address assigned.
|
void |
setListeners(List<LoadBalancerListener> value)
What listeners to set up for the load balancer.
|
void |
setTargets(List<ILoadBalancerTarget> value)
What targets to load balance to.
|
void |
setVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
VPC network of the fleet instances
|
software.amazon.awscdk.services.ec2.VpcNetworkRef getVpc()
void setVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
HealthCheck getHealthCheck()
void setHealthCheck(HealthCheck value)
Boolean getInternetFacing()
void setInternetFacing(Boolean value)
List<LoadBalancerListener> getListeners()
void setListeners(List<LoadBalancerListener> value)
List<ILoadBalancerTarget> getTargets()
void setTargets(List<ILoadBalancerTarget> value)
static LoadBalancerProps.Builder builder()
LoadBalancerProps.Builder of LoadBalancerPropsCopyright © 2018. All rights reserved.