Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListener
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
Amazon Elastic Load Balancing V2 Construct Library
Targets for AWS Elastic Load Balancing V2
-
Uses of ApplicationListener in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionstatic 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. -
Uses of ApplicationListener in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionprotected ApplicationListener
ApplicationMultipleTargetGroupsServiceBase.findListener()
protected ApplicationListener
ApplicationMultipleTargetGroupsServiceBase.findListener
(String name) ApplicationLoadBalancedServiceBase.getListener()
The listener for the service.ApplicationMultipleTargetGroupsServiceBase.getListener()
Deprecated.ApplicationLoadBalancedServiceBase.getRedirectListener()
The redirect listener for the service if redirectHTTP is enabled.Modifier and TypeMethodDescriptionApplicationMultipleTargetGroupsServiceBase.getListeners()
The listeners of the service. -
Uses of ApplicationListener in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionApplicationLoadBalancer.addListener
(String id, BaseApplicationListenerProps props) Add a new listener to this load balancer.IApplicationLoadBalancer.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.final ApplicationListener
IApplicationLoadBalancer.Jsii$Proxy.addListener
(String id, BaseApplicationListenerProps props) Add a new listener to this load balancer.ApplicationLoadBalancer.addRedirect()
Add a redirection listener to this load balancer.ApplicationLoadBalancer.addRedirect
(ApplicationLoadBalancerRedirectConfig props) Add a redirection listener to this load balancer.ApplicationListener.Builder.build()
Modifier and TypeMethodDescriptionApplicationLoadBalancer.getListeners()
A list of listeners that have been added to the load balancer.IApplicationLoadBalancer.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.final List<ApplicationListener>
IApplicationLoadBalancer.Jsii$Proxy.getListeners()
A list of listeners that have been added to the load balancer. -
Uses of ApplicationListener in software.amazon.awscdk.services.elasticloadbalancingv2.targets
ModifierConstructorDescriptionAlbListenerTarget
(ApplicationListener albListener) Create a new ALB target.
listeners
instead.