Uses of Class
software.amazon.awscdk.services.ecs.ListenerConfig
Packages that use ListenerConfig
-
Uses of ListenerConfig in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ListenerConfigModifier and TypeMethodDescriptionstatic ListenerConfigListenerConfig.applicationListener(ApplicationListener listener) Create a config for adding target group to ALB listener.static ListenerConfigListenerConfig.applicationListener(ApplicationListener listener, AddApplicationTargetsProps props) Create a config for adding target group to ALB listener.EcsTarget.getListener()Listener and properties for adding target group to the listener.final ListenerConfigEcsTarget.Jsii$Proxy.getListener()static ListenerConfigListenerConfig.networkListener(NetworkListener listener) Create a config for adding target group to NLB listener.static ListenerConfigListenerConfig.networkListener(NetworkListener listener, AddNetworkTargetsProps props) Create a config for adding target group to NLB listener.Methods in software.amazon.awscdk.services.ecs with parameters of type ListenerConfigModifier and TypeMethodDescriptionEcsTarget.Builder.listener(ListenerConfig listener) Sets the value ofEcsTarget.getListener()