DnsConfigChange class
A complex type that contains information about changes to the Route 53 DNS records that AWS Cloud Map creates when you register an instance.
Constructors
-
DnsConfigChange({required List<
DnsRecord> dnsRecords})
Properties
-
dnsRecords
→ List<
DnsRecord> -
An array that contains one
DnsRecord
object for each Route 53 record that you want AWS Cloud Map to create when you register an instance.final - hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited