Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IListener
Packages that use IListener
Package
Description
AWS CodeDeploy Construct Library
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of IListener in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return IListenerModifier and TypeMethodDescriptionEcsBlueGreenDeploymentConfig.getListener()
The load balancer listener used to serve production traffic and to shift production traffic from the 'blue' ECS task set to the 'green' ECS task set during a blue-green deployment.final IListener
EcsBlueGreenDeploymentConfig.Jsii$Proxy.getListener()
default IListener
EcsBlueGreenDeploymentConfig.getTestListener()
The load balancer listener used to route test traffic to the 'green' ECS task set during a blue-green deployment.final IListener
EcsBlueGreenDeploymentConfig.Jsii$Proxy.getTestListener()
Methods in software.amazon.awscdk.services.codedeploy with parameters of type IListenerModifier and TypeMethodDescriptionSets the value ofEcsBlueGreenDeploymentConfig.getListener()
EcsBlueGreenDeploymentConfig.Builder.testListener
(IListener testListener) Sets the value ofEcsBlueGreenDeploymentConfig.getTestListener()
-
Uses of IListener in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of IListener in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptioninterface
Properties to reference an existing listener.static interface
Internal default implementation forIApplicationListener
.static interface
Internal default implementation forIListener
.interface
Properties to reference an existing listener.static interface
Internal default implementation forINetworkListener
.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IListenerModifier and TypeClassDescriptionclass
Define an ApplicationListener.class
Base class for listeners.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Define a Network Listener.