@Stability(value=Stable) @Internal public static final class IngressV1Beta1Tls.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IngressV1Beta1Tls
IngressV1Beta1Tlssoftware.amazon.jsii.JsiiObject.InitializationModeIngressV1Beta1Tls.Builder, IngressV1Beta1Tls.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> hosts,
ISecret secret)
Constructor that initializes the object based on literal property values passed by the
IngressV1Beta1Tls.Builder. |
| Modifier and Type | Method and 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() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<String> hosts, ISecret secret)
IngressV1Beta1Tls.Builder.public final List<String> getHosts()
IngressV1Beta1TlsThe 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.
getHosts in interface IngressV1Beta1Tlspublic final ISecret getSecret()
IngressV1Beta1TlsIf 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.
getSecret in interface IngressV1Beta1Tls@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.