Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DisassociateResolverRuleRequest

import type { DisassociateResolverRuleRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface DisassociateResolverRuleRequest {
ResolverRuleId: string;
VPCId: string;
}

§Properties

§
ResolverRuleId: string
[src]

The ID of the Resolver rule that you want to disassociate from the specified VPC.

§
VPCId: string
[src]

The ID of the VPC that you want to disassociate the Resolver rule from.