Class CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy
All Implemented Interfaces:
CfnVirtualNode.TlsValidationContextProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnVirtualNode.TlsValidationContextProperty

@Stability(Stable) @Internal public static final class CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualNode.TlsValidationContextProperty
  • Constructor Details

  • Method Details

    • getTrust

      public final Object getTrust()
      Description copied from interface: CfnVirtualNode.TlsValidationContextProperty
      A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
      Specified by:
      getTrust in interface CfnVirtualNode.TlsValidationContextProperty
    • getSubjectAlternativeNames

      public final Object getSubjectAlternativeNames()
      Description copied from interface: CfnVirtualNode.TlsValidationContextProperty
      A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context.

      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. Since SPIRE vended certificates have a SPIFFE ID as a name, you must set the SAN since the name doesn't match the service discovery name.

      Specified by:
      getSubjectAlternativeNames in interface CfnVirtualNode.TlsValidationContextProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object