Class PrivateCertificateProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class PrivateCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivateCertificateProps
An implementation for PrivateCertificateProps
  • 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(PrivateCertificateProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the PrivateCertificateProps.Builder.
  • Method Details

    • getCertificateAuthority

      public final ICertificateAuthority getCertificateAuthority()
      Description copied from interface: PrivateCertificateProps
      Private certificate authority (CA) that will be used to issue the certificate.
      Specified by:
      getCertificateAuthority in interface PrivateCertificateProps
    • getDomainName

      public final String getDomainName()
      Description copied from interface: PrivateCertificateProps
      Fully-qualified domain name to request a private certificate for.

      May contain wildcards, such as *.domain.com.

      Specified by:
      getDomainName in interface PrivateCertificateProps
    • getSubjectAlternativeNames

      public final List<String> getSubjectAlternativeNames()
      Description copied from interface: PrivateCertificateProps
      Alternative domain names on your private certificate.

      Use this to register alternative domain names that represent the same site.

      Default: - No additional FQDNs will be included as alternative domain names.

      Specified by:
      getSubjectAlternativeNames in interface PrivateCertificateProps
    • $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