DomainValidationOption class
Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.
Constructors
- DomainValidationOption({required String domainName, required String validationDomain})
Properties
- domainName → String
-
A fully qualified domain name (FQDN) in the certificate request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationDomain → String
-
The domain name that you want ACM to use to send you validation emails. This
domain name is the suffix of the email addresses that you want ACM to use.
This must be the same as the
DomainName
value or a superdomain of theDomainName
value. For example, if you request a certificate fortesting.example.com
, you can specifyexample.com
for this value. In that case, ACM sends domain validation emails to the following five addresses:final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited