Removes the association between a specified Resolver rule and a specified VPC.
If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.
route53resolver_disassociate_resolver_rule(VPCId, ResolverRuleId)
[required] The ID of the VPC that you want to disassociate the Resolver rule from.
[required] The ID of the Resolver rule that you want to disassociate from the specified VPC.
svc$disassociate_resolver_rule( VPCId = "string", ResolverRuleId = "string" )