route53resolver_disassociate_resolver_rule {paws.networking}R Documentation

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.

See https://www.paws-r-sdk.com/docs/route53resolver_disassociate_resolver_rule/ for full documentation.

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.


[Package paws.networking version 0.9.0 Index]