Interface IApplicationListenerProps
Properties for defining a standalone ApplicationListener.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IApplicationListenerProps : IBaseApplicationListenerProps
Syntax (vb)
Public Interface IApplicationListenerProps
Inherits IBaseApplicationListenerProps
Synopsis
Properties
LoadBalancer | The load balancer to attach this listener to. |
Properties
LoadBalancer
The load balancer to attach this listener to.
IApplicationLoadBalancer LoadBalancer { get; }
Property Value