DomainValidationRecord class

Describes the domain validation records of an Amazon Lightsail SSL/TLS certificate.

Constructors

DomainValidationRecord({String? domainName, ResourceRecord? resourceRecord})
DomainValidationRecord.fromJson(Map<String, dynamic> json)
factory

Properties

domainName String?
The domain name of the certificate validation record. For example, example.com or www.example.com.
final
hashCode int
The hash code for this object.
no setterinherited
resourceRecord ResourceRecord?
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited