@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.423Z") @Stability(value=Experimental) public interface MutualTlsValidation extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MutualTlsValidation.Builder
A builder for
MutualTlsValidation |
static class |
MutualTlsValidation.Jsii$Proxy
An implementation for
MutualTlsValidation |
| Modifier and Type | Method and Description |
|---|---|
static MutualTlsValidation.Builder |
builder() |
default SubjectAlternativeNames |
getSubjectAlternativeNames()
(experimental) Represents the subject alternative names (SANs) secured by the certificate.
|
MutualTlsValidationTrust |
getTrust()
(experimental) Reference to where to retrieve the trust chain.
|
@Stability(value=Experimental) @NotNull MutualTlsValidationTrust getTrust()
@Stability(value=Experimental) @Nullable default SubjectAlternativeNames getSubjectAlternativeNames()
SANs must be in the FQDN or URI format.
Default: - If you don't specify SANs on the terminating mesh endpoint, the Envoy proxy for that node doesn't verify the SAN on a peer client certificate. If you don't specify SANs on the originating mesh endpoint, the SAN on the certificate provided by the terminating endpoint must match the mesh endpoint service discovery configuration.
@Stability(value=Experimental) static MutualTlsValidation.Builder builder()
MutualTlsValidation.Builder of MutualTlsValidationCopyright © 2021. All rights reserved.