Class BaseListener
Base class for listeners.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public abstract class BaseListener : Resource, IListener, IResource
Syntax (vb)
Public MustInherit Class BaseListener
Inherits Resource
Implements IListener, IResource
Synopsis
Constructors
BaseListener(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
BaseListener(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
BaseListener(Construct, String, Object) |
Properties
ListenerArn | ARN of the listener. |
Methods
ValidateListener() | Validate this listener. |
Constructors
BaseListener(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected BaseListener(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
BaseListener(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected BaseListener(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
BaseListener(Construct, String, Object)
protected BaseListener(Construct scope, string id, object additionalProps)
Parameters
- scope Constructs.Construct
- id System.String
- additionalProps System.Object
Properties
ListenerArn
ARN of the listener.
public virtual string ListenerArn { get; }
Property Value
System.String
Remarks
Attribute: true
Methods
ValidateListener()
Validate this listener.
protected virtual string[] ValidateListener()
Returns
System.String[]
Implements
Constructs.IConstruct
Constructs.IDependable