Class BaseListener
Base class for listeners.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public abstract class BaseListener : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public MustInherit Class BaseListener
Inherits Resource
Implements IResource, IConstruct, IConstruct, IDependable
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 |
Methods
Validate() | 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
public virtual string ListenerArn { get; }
Property Value
System.String
Remarks
Attribute: true
Methods
Validate()
Validate this listener.
protected override string[] Validate()
Returns
System.String[]
Overrides
Implements
Constructs.IConstruct