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.98.0 (build 00b106d)", date="2024-05-08T21:35:07.086Z") @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