Class CfnListenerProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerProps.Jsii$Proxy
All Implemented Interfaces:
CfnListenerProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnListenerProps

@Stability(Stable) @Internal public static final class CfnListenerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerProps
An implementation for CfnListenerProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerProps

    CfnListenerProps.Builder, CfnListenerProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnListenerProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<String>
    [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
    final Object
    The default SSL server certificate for a secure listener.
    final Object
    The actions for the default rule.
    final String
    The Amazon Resource Name (ARN) of the load balancer.
    final Number
    The port on which the load balancer is listening.
    final String
    The protocol for connections from clients to the load balancer.
    final String
    [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnListenerProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnListenerProps.Builder.
  • Method Details

    • getDefaultActions

      public final Object getDefaultActions()
      Description copied from interface: CfnListenerProps
      The actions for the default rule. You cannot define a condition for a default rule.

      To create additional rules for an Application Load Balancer, use AWS::ElasticLoadBalancingV2::ListenerRule .

      Specified by:
      getDefaultActions in interface CfnListenerProps
    • getLoadBalancerArn

      public final String getLoadBalancerArn()
      Description copied from interface: CfnListenerProps
      The Amazon Resource Name (ARN) of the load balancer.
      Specified by:
      getLoadBalancerArn in interface CfnListenerProps
    • getAlpnPolicy

      public final List<String> getAlpnPolicy()
      Description copied from interface: CfnListenerProps
      [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
      Specified by:
      getAlpnPolicy in interface CfnListenerProps
    • getCertificates

      public final Object getCertificates()
      Description copied from interface: CfnListenerProps
      The default SSL server certificate for a secure listener.

      You must provide exactly one certificate if the listener protocol is HTTPS or TLS.

      To create a certificate list for a secure listener, use AWS::ElasticLoadBalancingV2::ListenerCertificate .

      Specified by:
      getCertificates in interface CfnListenerProps
    • getPort

      public final Number getPort()
      Description copied from interface: CfnListenerProps
      The port on which the load balancer is listening.

      You cannot specify a port for a Gateway Load Balancer.

      Specified by:
      getPort in interface CfnListenerProps
    • getProtocol

      public final String getProtocol()
      Description copied from interface: CfnListenerProps
      The protocol for connections from clients to the load balancer.

      For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP protocol if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load Balancer.

      Specified by:
      getProtocol in interface CfnListenerProps
    • getSslPolicy

      public final String getSslPolicy()
      Description copied from interface: CfnListenerProps
      [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported.

      For more information, see Security policies in the Application Load Balancers Guide and Security policies in the Network Load Balancers Guide .

      Specified by:
      getSslPolicy in interface CfnListenerProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object