Class IngressTls.Jsii$Proxy

  • All Implemented Interfaces:
    IngressTls, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    IngressTls

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

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

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

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

      • 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.
    • Method Detail

      • getHosts

        public final List<String> getHosts()
        Description copied from interface: IngressTls
        Hosts are a list of hosts included in the TLS certificate.

        The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

        Default: the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

        Specified by:
        getHosts in interface IngressTls
      • getSecretName

        public final String getSecretName()
        Description copied from interface: IngressTls
        SecretName is the name of the secret used to terminate TLS traffic on port 443.

        Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.

        Specified by:
        getSecretName in interface IngressTls
      • $jsii$toJson

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

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