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