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:
IEnvironmentAware,IResource,IListener,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
ApplicationListener,NetworkListener
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:05.863Z")
@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.voidremoveAttribute(String key) Remove an attribute from the listener.voidsetAttribute(String key) Set a non-standard attribute on the listener.voidsetAttribute(String key, String value) Set a non-standard attribute on 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.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, 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
-
removeAttribute
Remove an attribute from the listener.- Parameters:
key- This parameter is required.
-
setAttribute
Set a non-standard attribute on the listener.- Parameters:
key- This parameter is required.value-- See Also:
-
setAttribute
Set a non-standard attribute on the listener.- Parameters:
key- This parameter is required.- See Also:
-
validateListener
Validate this listener. -
getListenerArn
ARN of the listener.- Specified by:
getListenerArnin interfaceIListener
-