ResolverRuleAssociation class

In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.

Constructors

ResolverRuleAssociation({String? id, String? name, String? resolverRuleId, ResolverRuleAssociationStatus? status, String? statusMessage, String? vPCId})
ResolverRuleAssociation.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
final
name String?
The name of an association between a Resolver rule and a VPC.
final
resolverRuleId String?
The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ResolverRuleAssociationStatus?
A code that specifies the current status of the association between a Resolver rule and a VPC.
final
statusMessage String?
A detailed description of the status of the association between a Resolver rule and a VPC.
final
vPCId String?
The ID of the VPC that you associated the Resolver rule with.
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