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 IListenerEcsBlueGreenDeploymentConfig.Jsii$Proxy.getListener()default IListenerEcsBlueGreenDeploymentConfig.getTestListener()The load balancer listener used to route test traffic to the 'green' ECS task set during a blue-green deployment.final IListenerEcsBlueGreenDeploymentConfig.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 TypeInterfaceDescriptioninterfaceProperties to reference an existing listener.static interfaceInternal default implementation forIApplicationListener.static interfaceInternal default implementation forIListener.interfaceProperties to reference an existing listener.static interfaceInternal default implementation forINetworkListener.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IListenerModifier and TypeClassDescriptionclassDefine an ApplicationListener.classBase class for listeners.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a Network Listener.