Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.BaseNetworkListenerProps
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of BaseNetworkListenerProps in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeInterfaceDescriptioninterface
Properties for a Network Listener attached to a Load Balancer.Modifier and TypeClassDescriptionstatic final class
An implementation forBaseNetworkListenerProps
static final class
An implementation forNetworkListenerProps
Modifier and TypeMethodDescriptionBaseNetworkListenerProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionINetworkLoadBalancer.addListener
(String id, BaseNetworkListenerProps props) Add a listener to this load balancer.default NetworkListener
INetworkLoadBalancer.Jsii$Default.addListener
(String id, BaseNetworkListenerProps props) Add a listener to this load balancer.final NetworkListener
INetworkLoadBalancer.Jsii$Proxy.addListener
(String id, BaseNetworkListenerProps props) Add a listener to this load balancer.NetworkLoadBalancer.addListener
(String id, BaseNetworkListenerProps props) Add a listener to this load balancer.