@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T17:21:47.235Z") @Stability(value=Stable) public interface NetworkLoadBalancerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NetworkLoadBalancerProps.Builder
A builder for
NetworkLoadBalancerProps |
static class |
NetworkLoadBalancerProps.Jsii$Proxy
An implementation for
NetworkLoadBalancerProps |
| Modifier and Type | Method and Description |
|---|---|
static NetworkLoadBalancerProps.Builder |
builder() |
default String |
getDomainName()
The domain name for the service, e.g.
|
default IHostedZone |
getDomainZone()
The Route53 hosted zone for the domain, e.g.
|
List<NetworkListenerProps> |
getListeners()
Listeners (at least one listener) attached to this load balancer.
|
String |
getName()
Name of the load balancer.
|
default Boolean |
getPublicLoadBalancer()
Determines whether the Load Balancer will be internet-facing.
|
@Stability(value=Stable) @NotNull List<NetworkListenerProps> getListeners()
Default: - none
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDomainName()
Default: - No domain name.
@Stability(value=Stable) @Nullable default IHostedZone getDomainZone()
Default: - No Route53 hosted domain zone.
@Stability(value=Stable) @Nullable default Boolean getPublicLoadBalancer()
Default: true
@Stability(value=Stable) static NetworkLoadBalancerProps.Builder builder()
NetworkLoadBalancerProps.Builder of NetworkLoadBalancerPropsCopyright © 2020. All rights reserved.