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

AssociateFirewallRuleGroupRequest

import type { AssociateFirewallRuleGroupRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";
interface AssociateFirewallRuleGroupRequest {
CreatorRequestId: string;
FirewallRuleGroupId: string;
MutationProtection?: MutationProtectionStatus | null;
Name: string;
Priority: number;
Tags?: Tag[] | null;
VpcId: string;
}

§Properties

§
CreatorRequestId: string
[src]
§
FirewallRuleGroupId: string
[src]
§
MutationProtection?: MutationProtectionStatus | null
[src]
§
Name: string
[src]
§
Priority: number
[src]
§
Tags?: Tag[] | null
[src]
§
VpcId: string
[src]