DnsRecord class
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
Constructors
- DnsRecord({required int ttl, required RecordType type})
 - 
          DnsRecord.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - ttl → int
 - 
  The amount of time, in seconds, that you want DNS resolvers to cache the
settings for this record.
  final
 - type → RecordType
 - 
  The type of the resource, which indicates the type of value that Route 53
returns in response to DNS queries. You can specify values for
Typein the following combinations: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