public static final class MutualTlsValidation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MutualTlsValidation
MutualTlsValidation
MutualTlsValidation.Builder, MutualTlsValidation.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
SubjectAlternativeNames |
getSubjectAlternativeNames()
Represents the subject alternative names (SANs) secured by the certificate.
|
MutualTlsValidationTrust |
getTrust()
Reference to where to retrieve the trust chain.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final MutualTlsValidationTrust getTrust()
MutualTlsValidation
getTrust
in interface MutualTlsValidation
public final SubjectAlternativeNames getSubjectAlternativeNames()
MutualTlsValidation
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.
getSubjectAlternativeNames
in interface MutualTlsValidation
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()