class Aws::ACM::Types::DomainValidation

Contains information about the validation of each domain name in the certificate.

@!attribute [rw] domain_name

A fully qualified domain name (FQDN) in the certificate. For
example, `www.example.com` or `example.com`.
@return [String]

@!attribute [rw] validation_emails

A list of email addresses that ACM used to send domain validation
emails.
@return [Array<String>]

@!attribute [rw] validation_domain

The domain name that ACM used to send domain validation emails.
@return [String]

@!attribute [rw] validation_status

The validation status of the domain name. This can be one of the
following values:

* `PENDING_VALIDATION`

* ``SUCCESS

* ``FAILED
@return [String]

@!attribute [rw] resource_record

Contains the CNAME record that you add to your DNS database for
domain validation. For more information, see [Use DNS to Validate
Domain Ownership][1].

Note: The CNAME information that you need does not include the name
of your domain. If you include
 your domain name in the DNS database
CNAME record, validation fails.
 For example, if the name is
"\_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only
"\_a79865eb4cd1a6ab990a45779b4e0b96" must be used.

[1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
@return [Types::ResourceRecord]

@!attribute [rw] validation_method

Specifies the domain validation method.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/DomainValidation AWS API Documentation

Constants

SENSITIVE