Class Listener
(experimental) The construct for the Listener.
Inherited Members
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
Remarks
Stability: Experimental