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

AssociateResolverRuleRequest

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

§Properties

§
Name?: string | null
[src]

A name for the association that you're creating between a Resolver rule and a VPC.

§
ResolverRuleId: string
[src]

The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.

§
VPCId: string
[src]

The ID of the VPC that you want to associate the Resolver rule with.