| 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)
Create a config for adding target group to ALB listener.
|
static ListenerConfig |
ListenerConfig.applicationListener(ApplicationListener listener,
AddApplicationTargetsProps props)
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 |
ApplicationLoadBalancedServiceBase.getListener()
The listener for the service.
|
ApplicationListener |
ApplicationMultipleTargetGroupsServiceBase.getListener()
Deprecated.
- Use `listeners` instead.
|
ApplicationListener |
ApplicationLoadBalancedServiceBase.getRedirectListener()
The redirect listener for the service if redirectHTTP is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationListener> |
ApplicationMultipleTargetGroupsServiceBase.getListeners()
The listeners of the service.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListener |
IApplicationLoadBalancer.addListener(String id,
BaseApplicationListenerProps props)
Add a new listener to this load balancer.
|
ApplicationListener |
IApplicationLoadBalancer.Jsii$Proxy.addListener(String id,
BaseApplicationListenerProps props)
Add a new listener to this load balancer.
|
default ApplicationListener |
IApplicationLoadBalancer.Jsii$Default.addListener(String id,
BaseApplicationListenerProps props)
Add a new listener to this load balancer.
|
ApplicationListener |
ApplicationLoadBalancer.addListener(String id,
BaseApplicationListenerProps props)
Add a new listener to this load balancer.
|
ApplicationListener |
ApplicationLoadBalancer.addRedirect()
Add a redirection listener to this load balancer.
|
ApplicationListener |
ApplicationLoadBalancer.addRedirect(ApplicationLoadBalancerRedirectConfig props)
Add a redirection listener to this load balancer.
|
ApplicationListener |
ApplicationListener.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationListener> |
IApplicationLoadBalancer.getListeners()
A list of listeners that have been added to the load balancer.
|
List<ApplicationListener> |
IApplicationLoadBalancer.Jsii$Proxy.getListeners()
A list of listeners that have been added to the load balancer.
|
default List<ApplicationListener> |
IApplicationLoadBalancer.Jsii$Default.getListeners()
A list of listeners that have been added to the load balancer.
|
List<ApplicationListener> |
ApplicationLoadBalancer.getListeners()
A list of listeners that have been added to the load balancer.
|
Copyright © 2022. All rights reserved.