Method: Aws::ACM::Types::ResendValidationEmailRequest#validation_domain

Defined in:
lib/aws-sdk-acm/types.rb

#validation_domainString

The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the ‘Domain` value or a superdomain of the `Domain` value. For example, if you requested a certificate for `site.subdomain.example.com` and specify a ValidationDomain of `subdomain.example.com`, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
1553
# File 'lib/aws-sdk-acm/types.rb', line 1547

class ResendValidationEmailRequest < Struct.new(
  :certificate_arn,
  :domain,
  :validation_domain)
  SENSITIVE = []
  include Aws::Structure
end