Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IListener
Package
Description
AWS CodeDeploy Construct Library
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of IListener in software.amazon.awscdk.services.codedeploy
Modifier 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()
Modifier 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
Modifier 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
.Modifier 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.