java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.Resource
software.amazon.awscdk.services.elasticloadbalancingv2.BaseListener
All Implemented Interfaces:
IConstruct, IDependable, IResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Direct Known Subclasses:
ApplicationListener, NetworkListener

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:44.219Z") @Stability(Stable) public abstract class BaseListener extends Resource
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

    • validate

      @Stability(Stable) @NotNull protected List<String> validate()
      Validate this listener.
      Overrides:
      validate in class Construct
      Returns:
      An array of validation error messages, or an empty array if the construct is valid.
    • getListenerArn

      @Stability(Stable) @NotNull public String getListenerArn()