Class: Aws::Lightsail::Types::DomainValidationRecord

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

Overview

Describes the domain name system (DNS) records that you must add to the DNS of your registered domain to validate ownership for an Amazon Lightsail SSL/TLS certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_creation_stateTypes::DnsRecordCreationState

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.



6108
6109
6110
6111
6112
6113
6114
6115
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6108

class DomainValidationRecord < Struct.new(
  :domain_name,
  :resource_record,
  :dns_record_creation_state,
  :validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name of the certificate validation record. For example, example.com or www.example.com.

Returns:

  • (String)


6108
6109
6110
6111
6112
6113
6114
6115
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6108

class DomainValidationRecord < Struct.new(
  :domain_name,
  :resource_record,
  :dns_record_creation_state,
  :validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_recordTypes::ResourceRecord

An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.



6108
6109
6110
6111
6112
6113
6114
6115
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6108

class DomainValidationRecord < Struct.new(
  :domain_name,
  :resource_record,
  :dns_record_creation_state,
  :validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusString

The validation status of the record.

Returns:

  • (String)


6108
6109
6110
6111
6112
6113
6114
6115
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6108

class DomainValidationRecord < Struct.new(
  :domain_name,
  :resource_record,
  :dns_record_creation_state,
  :validation_status)
  SENSITIVE = []
  include Aws::Structure
end