| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ListenerConfig |
ListenerConfig.applicationListener(ApplicationListener listener)
(experimental) Create a config for adding target group to ALB listener.
|
static ListenerConfig |
ListenerConfig.applicationListener(ApplicationListener listener,
AddApplicationTargetsProps props)
(experimental) Create a config for adding target group to ALB listener.
|
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationListener |
ApplicationMultipleTargetGroupsServiceBase.findListener() |
protected ApplicationListener |
ApplicationMultipleTargetGroupsServiceBase.findListener(String name) |
ApplicationListener |
ApplicationMultipleTargetGroupsServiceBase.getListener()
(experimental) The default listener for the service (first added listener).
|
ApplicationListener |
ApplicationLoadBalancedServiceBase.getListener()
(experimental) The listener for the service.
|
ApplicationListener |
ApplicationLoadBalancedServiceBase.getRedirectListener()
(experimental) The redirect listener for the service if redirectHTTP is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ApplicationListener> |
ApplicationMultipleTargetGroupsServiceBase.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApplicationMultipleTargetGroupsServiceBase.setListeners(List<ApplicationListener> value) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListener |
IApplicationLoadBalancer.addListener(String id,
BaseApplicationListenerProps props)
(experimental) Add a new listener to this load balancer.
|
ApplicationListener |
IApplicationLoadBalancer.Jsii$Proxy.addListener(String id,
BaseApplicationListenerProps props)
(experimental) Add a new listener to this load balancer.
|
default ApplicationListener |
IApplicationLoadBalancer.Jsii$Default.addListener(String id,
BaseApplicationListenerProps props)
(experimental) Add a new listener to this load balancer.
|
ApplicationListener |
ApplicationLoadBalancer.addListener(String id,
BaseApplicationListenerProps props)
(experimental) Add a new listener to this load balancer.
|
ApplicationListener |
ApplicationLoadBalancer.addRedirect()
(experimental) Add a redirection listener to this load balancer.
|
ApplicationListener |
ApplicationLoadBalancer.addRedirect(ApplicationLoadBalancerRedirectConfig props)
(experimental) Add a redirection listener to this load balancer.
|
ApplicationListener |
ApplicationListener.Builder.build() |
Copyright © 2021. All rights reserved.