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.97.0 (build 729de35)", date="2024-04-18T17:54:16.977Z") @Stability(Stable) public abstract class BaseListener extends Resource implements IListener
Base class for listeners.
  • 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

      @Stability(Stable) @NotNull protected List<String> validateListener()
      Validate this listener.
    • getListenerArn

      @Stability(Stable) @NotNull public String getListenerArn()
      ARN of the listener.
      Specified by:
      getListenerArn in interface IListener