Show / Hide Table of Contents

Interface INetworkListener

Properties to reference an existing listener.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface INetworkListener : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface INetworkListener
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

ListenerArn

ARN of the listener.

Properties

ListenerArn

ARN of the listener.

string ListenerArn { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX