Class TlsValidation.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class TlsValidation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TlsValidation
An implementation for TlsValidation
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.TlsValidation

    TlsValidation.Builder, TlsValidation.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the TlsValidation.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    Represents the subject alternative names (SANs) secured by the certificate.
    Reference to where to retrieve the trust chain.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(TlsValidation.Builder builder)
      Constructor that initializes the object based on literal property values passed by the TlsValidation.Builder.
  • Method Details

    • getTrust

      public final TlsValidationTrust getTrust()
      Description copied from interface: TlsValidation
      Reference to where to retrieve the trust chain.
      Specified by:
      getTrust in interface TlsValidation
    • getSubjectAlternativeNames

      public final SubjectAlternativeNames getSubjectAlternativeNames()
      Description copied from interface: TlsValidation
      Represents 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:
      getSubjectAlternativeNames in interface TlsValidation
    • $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