Class CfnCertificate.ApiPassthroughProperty.Jsii$Proxy

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

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

  • Method Details

    • getExtensions

      public final Object getExtensions()
      Description copied from interface: CfnCertificate.ApiPassthroughProperty
      Specifies X.509 extension information for a certificate.
      Specified by:
      getExtensions in interface CfnCertificate.ApiPassthroughProperty
    • getSubject

      public final Object getSubject()
      Description copied from interface: CfnCertificate.ApiPassthroughProperty
      Contains information about the certificate subject.

      The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.

      Specified by:
      getSubject in interface CfnCertificate.ApiPassthroughProperty
    • $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