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.94.0 (build b380f01)",
date="2024-03-14T22:21:55.298Z")
@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.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.IListener
IListener.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseListener(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedBaseListener(software.amazon.jsii.JsiiObjectRef objRef) protectedBaseListener(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, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods 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:
getListenerArnin interfaceIListener
-