ResolverRuleConfig class

In an UpdateResolverRule request, information about the changes that you want to make.

Constructors

ResolverRuleConfig({String? name, String? resolverEndpointId, List<TargetAddress>? targetIps})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.
final
resolverEndpointId String?
The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetIps List<TargetAddress>?
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
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