Show / Hide Table of Contents

Class BaseListener

Base class for listeners.

Inheritance
System.Object
Construct
Resource
BaseListener
ApplicationListener
NetworkListener
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
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.Node
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
Construct.Validate()

Implements

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