Class DnsValidatedCertificateProps.Jsii$Proxy

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

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

    • getHostedZone

      public final IHostedZone getHostedZone()
      Description copied from interface: DnsValidatedCertificateProps
      Route 53 Hosted Zone used to perform DNS validation of the request.

      The zone must be authoritative for the domain name specified in the Certificate Request.

      Specified by:
      getHostedZone in interface DnsValidatedCertificateProps
    • getCleanupRoute53Records

      public final Boolean getCleanupRoute53Records()
      Description copied from interface: DnsValidatedCertificateProps
      When set to true, when the DnsValidatedCertificate is deleted, the associated Route53 validation records are removed.

      CAUTION: If multiple certificates share the same domains (and same validation records), this can cause the other certificates to fail renewal and/or not validate. Not recommended for production use.

      Default: false

      Specified by:
      getCleanupRoute53Records in interface DnsValidatedCertificateProps
    • getCustomResourceRole

      public final IRole getCustomResourceRole()
      Description copied from interface: DnsValidatedCertificateProps
      Role to use for the custom resource that creates the validated certificate.

      Default: - A new role will be created

      Specified by:
      getCustomResourceRole in interface DnsValidatedCertificateProps
    • getRegion

      public final String getRegion()
      Description copied from interface: DnsValidatedCertificateProps
      AWS region that will host the certificate.

      This is needed especially for certificates used for CloudFront distributions, which require the region to be us-east-1.

      Default: the region the stack is deployed in.

      Specified by:
      getRegion in interface DnsValidatedCertificateProps
    • getRoute53Endpoint

      public final String getRoute53Endpoint()
      Description copied from interface: DnsValidatedCertificateProps
      An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop.

      Route53 is not been officially launched in China, it is only available for AWS internal accounts now. To make DnsValidatedCertificate work for internal accounts now, a special endpoint needs to be provided.

      Default: - The AWS SDK will determine the Route53 endpoint to use based on region

      Specified by:
      getRoute53Endpoint in interface DnsValidatedCertificateProps
    • getDomainName

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

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

      Specified by:
      getDomainName in interface CertificateProps
    • getCertificateName

      public final String getCertificateName()
      Description copied from interface: CertificateProps
      The Certificate name.

      Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the Name tag

      Default: the full, absolute path of this construct

      Specified by:
      getCertificateName in interface CertificateProps
    • getKeyAlgorithm

      public final KeyAlgorithm getKeyAlgorithm()
      Description copied from interface: CertificateProps
      Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.

      Default: KeyAlgorithm.RSA_2048

      Specified by:
      getKeyAlgorithm in interface CertificateProps
      See Also:
    • getSubjectAlternativeNames

      public final List<String> getSubjectAlternativeNames()
      Description copied from interface: CertificateProps
      Alternative domain names on your 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 CertificateProps
    • getTransparencyLoggingEnabled

      public final Boolean getTransparencyLoggingEnabled()
      Description copied from interface: CertificateProps
      Enable or disable transparency logging for this certificate.

      Once a certificate has been logged, it cannot be removed from the log. Opting out at that point will have no effect. If you opt out of logging when you request a certificate and then choose later to opt back in, your certificate will not be logged until it is renewed. If you want the certificate to be logged immediately, we recommend that you issue a new one.

      Default: true

      Specified by:
      getTransparencyLoggingEnabled in interface CertificateProps
      See Also:
    • getValidation

      public final CertificateValidation getValidation()
      Description copied from interface: CertificateProps
      How to validate this certificate.

      Default: CertificateValidation.fromEmail()

      Specified by:
      getValidation in interface CertificateProps
    • $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