route53resolver_associate_resolver_rule {paws.networking} | R Documentation |
Associates a Resolver rule with a VPC
Description
Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see create_resolver_rule
.
See https://www.paws-r-sdk.com/docs/route53resolver_associate_resolver_rule/ for full documentation.
Usage
route53resolver_associate_resolver_rule(ResolverRuleId, Name = NULL, VPCId)
Arguments
ResolverRuleId |
[required] The ID of the Resolver rule that you want to associate with the VPC. To
list the existing Resolver rules, use
|
Name |
A name for the association that you're creating between a Resolver rule and a VPC. |
VPCId |
[required] The ID of the VPC that you want to associate the Resolver rule with. |