Uses of Class
software.amazon.awscdk.services.appmesh.TlsValidationTrust
Packages that use TlsValidationTrust
-
Uses of TlsValidationTrust in software.amazon.awscdk.services.appmesh
Subclasses of TlsValidationTrust in software.amazon.awscdk.services.appmeshModifier and TypeClassDescriptionclassRepresents a TLS Validation Context Trust that is supported for mutual TLS authentication.Methods in software.amazon.awscdk.services.appmesh that return TlsValidationTrustModifier and TypeMethodDescriptionstatic TlsValidationTrustTlsValidationTrust.acm(List<? extends ICertificateAuthorityRef> certificateAuthorities) TLS Validation Context Trust for ACM Private Certificate Authority (CA).TlsValidation.getTrust()Reference to where to retrieve the trust chain.final TlsValidationTrustTlsValidation.Jsii$Proxy.getTrust()Methods in software.amazon.awscdk.services.appmesh with parameters of type TlsValidationTrustModifier and TypeMethodDescriptionTlsValidation.Builder.trust(TlsValidationTrust trust) Sets the value ofTlsValidation.getTrust()