Class BaseListener
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.elasticloadbalancingv2.BaseListener
- All Implemented Interfaces:
IResource
,IListener
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
- Direct Known Subclasses:
ApplicationListener
,NetworkListener
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:43.302Z")
@Stability(Stable)
public abstract class BaseListener
extends Resource
implements IListener
Base class for listeners.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.IListener
IListener.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
BaseListener
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
BaseListener
(software.amazon.jsii.JsiiObjectRef objRef) protected
BaseListener
(software.constructs.Construct scope, String id, Object additionalProps) -
Method Summary
Modifier and TypeMethodDescriptionARN of the listener.Validate this listener.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
BaseListener
protected BaseListener(software.amazon.jsii.JsiiObjectRef objRef) -
BaseListener
protected BaseListener(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
BaseListener
@Stability(Stable) protected BaseListener(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull Object additionalProps) - Parameters:
scope
- This parameter is required.id
- This parameter is required.additionalProps
- This parameter is required.
-
-
Method Details
-
validateListener
Validate this listener. -
getListenerArn
ARN of the listener.- Specified by:
getListenerArn
in interfaceIListener
-