DomainValidation class

Contains information about the validation of each domain name in the certificate.

Constructors

DomainValidation({required String domainName, ResourceRecord? resourceRecord, String? validationDomain, List<String>? validationEmails, ValidationMethod? validationMethod, DomainStatus? validationStatus})
DomainValidation.fromJson(Map<String, dynamic> json)
factory

Properties

domainName String
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.
final
hashCode int
The hash code for this object.
no setterinherited
resourceRecord ResourceRecord?
Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationDomain String?
The domain name that ACM used to send domain validation emails.
final
validationEmails List<String>?
A list of email addresses that ACM used to send domain validation emails.
final
validationMethod ValidationMethod?
Specifies the domain validation method.
final
validationStatus DomainStatus?
The validation status of the domain name. This can be one of the following values:
final

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