Class ApplicationListenerProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class ApplicationListenerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationListenerProps
An implementation for ApplicationListenerProps
  • 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(ApplicationListenerProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ApplicationListenerProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: ApplicationListenerProps
      Name of the listener.
      Specified by:
      getName in interface ApplicationListenerProps
    • getCertificate

      public final ICertificate getCertificate()
      Description copied from interface: ApplicationListenerProps
      Certificate Manager certificate to associate with the load balancer.

      Setting this option will set the load balancer protocol to HTTPS.

      Default: - No certificate associated with the load balancer, if using the HTTP protocol. For HTTPS, a DNS-validated certificate will be created for the load balancer's specified domain name.

      Specified by:
      getCertificate in interface ApplicationListenerProps
    • getPort

      public final Number getPort()
      Description copied from interface: ApplicationListenerProps
      The port on which the listener listens for requests.

      Default: - Determined from protocol if known.

      Specified by:
      getPort in interface ApplicationListenerProps
    • getProtocol

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

      The load balancer port is determined from the protocol (port 80 for HTTP, port 443 for HTTPS). A domain name and zone must be also be specified if using HTTPS.

      Default: ApplicationProtocol.HTTP. If a certificate is specified, the protocol will be set by default to ApplicationProtocol.HTTPS.

      Specified by:
      getProtocol in interface ApplicationListenerProps
    • getSslPolicy

      public final SslPolicy getSslPolicy()
      Description copied from interface: ApplicationListenerProps
      The security policy that defines which ciphers and protocols are supported by the ALB Listener.

      Default: - The recommended elastic load balancing security policy

      Specified by:
      getSslPolicy in interface ApplicationListenerProps
    • $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