paws.networking (version 0.1.6)

route53resolver_disassociate_resolver_rule: Removes the association between a specified resolver rule and a specified VPC

Description

Removes the association between a specified resolver rule and a specified VPC.

Usage

route53resolver_disassociate_resolver_rule(VPCId, ResolverRuleId)

Arguments

VPCId

[required] The ID of the VPC that you want to disassociate the resolver rule from.

ResolverRuleId

[required] The ID of the resolver rule that you want to disassociate from the specified VPC.

Request syntax

svc$disassociate_resolver_rule(
  VPCId = "string",
  ResolverRuleId = "string"
)

Details

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.