Show / Hide Table of Contents

Interface IApplicationListenerProps

Properties for defining a standalone ApplicationListener.

Inherited Members
IBaseApplicationListenerProps.CertificateArns
IBaseApplicationListenerProps.Certificates
IBaseApplicationListenerProps.DefaultAction
IBaseApplicationListenerProps.DefaultTargetGroups
IBaseApplicationListenerProps.Open
IBaseApplicationListenerProps.Port
IBaseApplicationListenerProps.Protocol
IBaseApplicationListenerProps.SslPolicy
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

IApplicationLoadBalancer

Back to top Generated by DocFX