@Generated(value="jsii-pacmak/1.41.0 (build a274beb)", date="2021-10-30T01:04:46.491Z") @Stability(value=Stable) public interface IngressV1Beta1Tls extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IngressV1Beta1Tls.Builder
A builder for
IngressV1Beta1Tls |
static class |
IngressV1Beta1Tls.Jsii$Proxy
An implementation for
IngressV1Beta1Tls |
| Modifier and Type | Method and Description |
|---|---|
static IngressV1Beta1Tls.Builder |
builder() |
default List<String> |
getHosts()
Hosts are a list of hosts included in the TLS certificate.
|
default ISecret |
getSecret()
Secret is the secret that contains the certificate and key used to terminate SSL traffic on 443.
|
@Stability(value=Stable) @Nullable default List<String> getHosts()
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.
@Stability(value=Stable) @Nullable default ISecret getSecret()
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.
@Stability(value=Stable) static IngressV1Beta1Tls.Builder builder()
IngressV1Beta1Tls.Builder of IngressV1Beta1TlsCopyright © 2021. All rights reserved.