Class: Aws::Lightsail::Types::DomainValidationRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DomainValidationRecord
- 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
-
#dns_record_creation_state ⇒ Types::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.
-
#domain_name ⇒ String
The domain name of the certificate validation record.
-
#resource_record ⇒ Types::ResourceRecord
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
-
#validation_status ⇒ String
The validation status of the record.
Instance Attribute Details
#dns_record_creation_state ⇒ Types::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.
6107 6108 6109 6110 6111 6112 6113 6114 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6107 class DomainValidationRecord < Struct.new( :domain_name, :resource_record, :dns_record_creation_state, :validation_status) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name of the certificate validation record. For example,
example.com
or www.example.com
.
6107 6108 6109 6110 6111 6112 6113 6114 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6107 class DomainValidationRecord < Struct.new( :domain_name, :resource_record, :dns_record_creation_state, :validation_status) SENSITIVE = [] include Aws::Structure end |
#resource_record ⇒ Types::ResourceRecord
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
6107 6108 6109 6110 6111 6112 6113 6114 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6107 class DomainValidationRecord < Struct.new( :domain_name, :resource_record, :dns_record_creation_state, :validation_status) SENSITIVE = [] include Aws::Structure end |
#validation_status ⇒ String
The validation status of the record.
6107 6108 6109 6110 6111 6112 6113 6114 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6107 class DomainValidationRecord < Struct.new( :domain_name, :resource_record, :dns_record_creation_state, :validation_status) SENSITIVE = [] include Aws::Structure end |