Class CfnCertificate.DomainValidationOptionProperty.Jsii$Proxy

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

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

  • Method Details

    • getDomainName

      public final String getDomainName()
      Description copied from interface: CfnCertificate.DomainValidationOptionProperty
      A fully qualified domain name (FQDN) in the certificate request.
      Specified by:
      getDomainName in interface CfnCertificate.DomainValidationOptionProperty
    • getHostedZoneId

      public final String getHostedZoneId()
      Description copied from interface: CfnCertificate.DomainValidationOptionProperty
      The HostedZoneId option, which is available if you are using Route 53 as your domain registrar, causes ACM to add your CNAME to the domain record.

      Your list of DomainValidationOptions must contain one and only one of the domain-validation options, and the HostedZoneId can be used only when DNS is specified as your validation method.

      Use the Route 53 ListHostedZones API to discover IDs for available hosted zones.

      This option is required for publicly trusted certificates.

      The ListHostedZones API returns IDs in the format "/hostedzone/Z111111QQQQQQQ", but CloudFormation requires the IDs to be in the format "Z111111QQQQQQQ".

      When you change your DomainValidationOptions , a new resource is created.

      Specified by:
      getHostedZoneId in interface CfnCertificate.DomainValidationOptionProperty
    • getValidationDomain

      public final String getValidationDomain()
      Description copied from interface: CfnCertificate.DomainValidationOptionProperty
      The domain name to which you want ACM to send validation emails.

      This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com , you can specify example.com as this value. In that case, ACM sends domain validation emails to the following five addresses:

      • admin@example.com
      • administrator@example.com
      • hostmaster@example.com
      • postmaster@example.com
      • webmaster@example.com
      Specified by:
      getValidationDomain in interface CfnCertificate.DomainValidationOptionProperty
    • $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