Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListener
Packages that use 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
Methods in software.amazon.awscdk.services.ecs with parameters of type ApplicationListenerModifier 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
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationListenerModifier 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.Methods in software.amazon.awscdk.services.ecs.patterns that return types with arguments of type ApplicationListenerModifier and TypeMethodDescriptionApplicationMultipleTargetGroupsServiceBase.getListeners()
The listeners of the service. -
Uses of ApplicationListener in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationListenerModifier 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()
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return types with arguments of type ApplicationListenerModifier 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
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2.targets with parameters of type ApplicationListenerModifierConstructorDescriptionAlbListenerTarget
(ApplicationListener albListener) Create a new ALB target.
listeners
instead.