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.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6221 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
.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6221 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.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6221 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.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6221 class DomainValidationRecord < Struct.new( :domain_name, :resource_record, :dns_record_creation_state, :validation_status) SENSITIVE = [] include Aws::Structure end |