@Generated(value="jsii-pacmak/1.43.0 (build b69a797)", date="2021-11-15T00:15:34.935Z") @Stability(value=Stable) public interface IngressTls extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IngressTls.Builder
A builder for
IngressTls |
static class |
IngressTls.Jsii$Proxy
An implementation for
IngressTls |
| Modifier and Type | Method and Description |
|---|---|
static IngressTls.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 IngressTls.Builder builder()
IngressTls.Builder of IngressTlsCopyright © 2021. All rights reserved.