You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ACM::Types::DomainValidationOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DomainValidationOption as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain_name: "DomainNameString", # required
  validation_domain: "DomainNameString", # required
}

Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

A fully qualified domain name (FQDN) in the certificate request.

Returns:

  • (String)

    A fully qualified domain name (FQDN) in the certificate request.

#validation_domainString

The domain name that you want ACM to use to send you 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 for this value. In that case, ACM sends domain validation emails to the following five addresses:

Returns:

  • (String)

    The domain name that you want ACM to use to send you validation emails.