paws.networking (version 0.1.6)

route53resolver_associate_resolver_rule: 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 CreateResolverRule.

Usage

route53resolver_associate_resolver_rule(ResolverRuleId, Name, 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 ListResolverRules.

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.

Request syntax

svc$associate_resolver_rule(
  ResolverRuleId = "string",
  Name = "string",
  VPCId = "string"
)