Class MutualTlsValidation.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.MutualTlsValidation.Jsii$Proxy
- All Implemented Interfaces:
MutualTlsValidation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MutualTlsValidation
@Stability(Stable)
@Internal
public static final class MutualTlsValidation.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MutualTlsValidation
An implementation for
MutualTlsValidation-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.MutualTlsValidation
MutualTlsValidation.Builder, MutualTlsValidation.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MutualTlsValidation.Builder builder) Constructor that initializes the object based on literal property values passed by theMutualTlsValidation.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal SubjectAlternativeNamesRepresents the subject alternative names (SANs) secured by the certificate.final MutualTlsValidationTrustgetTrust()Reference to where to retrieve the trust chain.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMutualTlsValidation.Builder.
-
-
Method Details
-
getTrust
Description copied from interface:MutualTlsValidationReference to where to retrieve the trust chain.- Specified by:
getTrustin interfaceMutualTlsValidation
-
getSubjectAlternativeNames
Description copied from interface:MutualTlsValidationRepresents the subject alternative names (SANs) secured by the certificate.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.
- Specified by:
getSubjectAlternativeNamesin interfaceMutualTlsValidation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-