Package org.cdk8s.plus24
Class IngressTls.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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 forIngressTls
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IngressTls
IngressTls.Builder, IngressTls.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(IngressTls.Builder builder)
Constructor that initializes the object based on literal property values passed by theIngressTls.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
List<String>
getHosts()
Hosts are a list of hosts included in the TLS certificate.ISecret
getSecret()
Secret is the secret that contains the certificate and key used to terminate SSL traffic on 443.int
hashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(IngressTls.Builder builder)
Constructor that initializes the object based on literal property values passed by theIngressTls.Builder
.
-
-
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 TLS Secret.
Default: - If unspecified, it defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress.
- Specified by:
getHosts
in interfaceIngressTls
-
getSecret
public final ISecret getSecret()
Description copied from interface:IngressTls
Secret is the secret that contains the certificate and key used to terminate SSL traffic on 443.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.
Default: - If unspecified, it allows SSL routing based on SNI hostname.
- Specified by:
getSecret
in interfaceIngressTls
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-