Show / Hide Table of Contents

Interface IListener

Interface of the Listener.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IListenerRef.ListenerRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.GlobalAccelerator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IListener : IResource, IListenerRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IListener Inherits IResource, IListenerRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

ListenerArn

The ARN of the listener.

Properties

ListenerArn

The ARN of the listener.

string ListenerArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX