Class: Aws::ACM::Types::DomainValidation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

Returns:

  • (String)


590
591
592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 590

class DomainValidation < Struct.new(
  :domain_name,
  :validation_emails,
  :validation_domain,
  :validation_status,
  :resource_record,
  :validation_method)
  SENSITIVE = []
  include Aws::Structure
end

#resource_recordTypes::ResourceRecord

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

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.



590
591
592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 590

class DomainValidation < Struct.new(
  :domain_name,
  :validation_emails,
  :validation_domain,
  :validation_status,
  :resource_record,
  :validation_method)
  SENSITIVE = []
  include Aws::Structure
end

#validation_domainString

The domain name that ACM used to send domain validation emails.

Returns:

  • (String)


590
591
592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 590

class DomainValidation < Struct.new(
  :domain_name,
  :validation_emails,
  :validation_domain,
  :validation_status,
  :resource_record,
  :validation_method)
  SENSITIVE = []
  include Aws::Structure
end

#validation_emailsArray<String>

A list of email addresses that ACM used to send domain validation emails.

Returns:

  • (Array<String>)


590
591
592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 590

class DomainValidation < Struct.new(
  :domain_name,
  :validation_emails,
  :validation_domain,
  :validation_status,
  :resource_record,
  :validation_method)
  SENSITIVE = []
  include Aws::Structure
end

#validation_methodString

Specifies the domain validation method.

Returns:

  • (String)


590
591
592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 590

class DomainValidation < Struct.new(
  :domain_name,
  :validation_emails,
  :validation_domain,
  :validation_status,
  :resource_record,
  :validation_method)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusString

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

  • PENDING_VALIDATION

  • ``SUCCESS

  • ``FAILED

Returns:

  • (String)


590
591
592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 590

class DomainValidation < Struct.new(
  :domain_name,
  :validation_emails,
  :validation_domain,
  :validation_status,
  :resource_record,
  :validation_method)
  SENSITIVE = []
  include Aws::Structure
end