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

UpdateFirewallRuleGroupAssociationRequest

import type { UpdateFirewallRuleGroupAssociationRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";
interface UpdateFirewallRuleGroupAssociationRequest {
FirewallRuleGroupAssociationId: string;
MutationProtection?: MutationProtectionStatus | null;
Name?: string | null;
Priority?: number | null;
}

§Properties

§
FirewallRuleGroupAssociationId: string
[src]
§
MutationProtection?: MutationProtectionStatus | null
[src]
§
Name?: string | null
[src]
§
Priority?: number | null
[src]