| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkListenerProps.Jsii$Proxy
An implementation for
NetworkListenerProps |
| Modifier and Type | Method and Description |
|---|---|
NetworkListenerProps |
NetworkListenerProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkListenerProps> |
NetworkLoadBalancerProps.getListeners()
(experimental) Listeners (at least one listener) attached to this load balancer.
|
List<NetworkListenerProps> |
NetworkLoadBalancerProps.Jsii$Proxy.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
NetworkLoadBalancerProps.Builder |
NetworkLoadBalancerProps.Builder.listeners(List<? extends NetworkListenerProps> listeners)
Sets the value of
NetworkLoadBalancerProps.getListeners() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends NetworkListenerProps> listeners,
String name,
String domainName,
IHostedZone domainZone,
Boolean publicLoadBalancer)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancerProps.Builder. |
Copyright © 2021. All rights reserved.