Show / Hide Table of Contents

Class Listener

(experimental) The construct for the Listener.

Inheritance
System.Object
Construct
Resource
Listener
Implements
IListener
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.GlobalAccelerator
Assembly: Amazon.CDK.AWS.GlobalAccelerator.dll
Syntax (csharp)
public class Listener : Resource, IListener, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class Listener
    Inherits Resource
    Implements IListener, IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Constructors

Listener(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

Listener(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Listener(Construct, String, IListenerProps)

Properties

ListenerArn

(experimental) The ARN of the listener.

ListenerName

(experimental) The name of the listener.

Methods

FromListenerArn(Construct, String, String)

(experimental) import from ARN.

Constructors

Listener(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected Listener(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

Listener(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected Listener(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Listener(Construct, String, IListenerProps)

public Listener(Construct scope, string id, IListenerProps props)
Parameters
scope Constructs.Construct
id System.String
props IListenerProps
Remarks

Stability: Experimental

Properties

ListenerArn

(experimental) The ARN of the listener.

public virtual string ListenerArn { get; }
Property Value

System.String

Remarks

Stability: Experimental

ListenerName

(experimental) The name of the listener.

public virtual string ListenerName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

Methods

FromListenerArn(Construct, String, String)

(experimental) import from ARN.

public static IListener FromListenerArn(Construct scope, string id, string listenerArn)
Parameters
scope Constructs.Construct
id System.String
listenerArn System.String
Returns

IListener

Remarks

Stability: Experimental

Implements

IListener
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX