Class CfnDomainName.MutualTlsAuthenticationProperty.Jsii$Proxy

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

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

  • Method Details

    • getTruststoreUri

      public final String getTruststoreUri()
      Description copied from interface: CfnDomainName.MutualTlsAuthenticationProperty
      An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example s3://bucket-name/key-name .

      The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.

      Specified by:
      getTruststoreUri in interface CfnDomainName.MutualTlsAuthenticationProperty
    • getTruststoreVersion

      public final String getTruststoreVersion()
      Description copied from interface: CfnDomainName.MutualTlsAuthenticationProperty
      The version of the S3 object that contains your truststore.

      To specify a version, you must have versioning enabled for the S3 bucket.

      Specified by:
      getTruststoreVersion in interface CfnDomainName.MutualTlsAuthenticationProperty
    • $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