Class: Aws::ACM::Types::DnsPrevalidationOptions

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

Overview

DNS prevalidation options for domain validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_scopeTypes::DomainScope

The scope of domains covered by this prevalidation.

Returns:



1833
1834
1835
1836
1837
1838
# File 'lib/aws-sdk-acm/types.rb', line 1833

class DnsPrevalidationOptions < Struct.new(
  :domain_scope,
  :hosted_zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The Route 53 hosted zone ID for DNS validation.

Returns:

  • (String)


1833
1834
1835
1836
1837
1838
# File 'lib/aws-sdk-acm/types.rb', line 1833

class DnsPrevalidationOptions < Struct.new(
  :domain_scope,
  :hosted_zone_id)
  SENSITIVE = []
  include Aws::Structure
end