Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationRecord
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes the validation record of each domain name in the SSL/TLS certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_record_creation_state ⇒ Types::LoadBalancerTlsCertificateDnsRecordCreationState
An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of a domain to validate domain ownership.
-
#domain_name ⇒ String
The domain name against which your SSL/TLS certificate was validated.
-
#name ⇒ String
A fully qualified domain name in the certificate.
-
#type ⇒ String
The type of validation record.
-
#validation_status ⇒ String
The validation status.
-
#value ⇒ String
The value for that type.
Instance Attribute Details
#dns_record_creation_state ⇒ Types::LoadBalancerTlsCertificateDnsRecordCreationState
An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of a domain to validate domain ownership.
11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11546 class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new( :name, :type, :value, :validation_status, :domain_name, :dns_record_creation_state) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name against which your SSL/TLS certificate was validated.
11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11546 class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new( :name, :type, :value, :validation_status, :domain_name, :dns_record_creation_state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A fully qualified domain name in the certificate. For example,
example.com
.
11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11546 class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new( :name, :type, :value, :validation_status, :domain_name, :dns_record_creation_state) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of validation record. For example, CNAME
for domain
validation.
11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11546 class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new( :name, :type, :value, :validation_status, :domain_name, :dns_record_creation_state) SENSITIVE = [] include Aws::Structure end |
#validation_status ⇒ String
The validation status. Valid values are listed below.
11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11546 class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new( :name, :type, :value, :validation_status, :domain_name, :dns_record_creation_state) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for that type.
11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11546 class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new( :name, :type, :value, :validation_status, :domain_name, :dns_record_creation_state) SENSITIVE = [] include Aws::Structure end |