ResourceRecord class
Contains a DNS record value that you can use to can use to validate ownership or control of a domain. This is used by the DescribeCertificate action.
Constructors
- ResourceRecord({required String name, required RecordType type, required String value})
-
ResourceRecord.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the DNS record to create in your domain. This is supplied by
ACM.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → RecordType
-
The type of DNS record. Currently this can be
CNAME
.final - value → String
-
The value of the CNAME record to add to your DNS database. This is supplied
by ACM.
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