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

FirewallRuleGroupAssociation

import type { FirewallRuleGroupAssociation } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";
interface FirewallRuleGroupAssociation {
Arn?: string | null;
CreationTime?: string | null;
CreatorRequestId?: string | null;
FirewallRuleGroupId?: string | null;
Id?: string | null;
ManagedOwnerName?: string | null;
ModificationTime?: string | null;
MutationProtection?: MutationProtectionStatus | null;
Name?: string | null;
Priority?: number | null;
StatusMessage?: string | null;
VpcId?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreationTime?: string | null
[src]
§
CreatorRequestId?: string | null
[src]
§
FirewallRuleGroupId?: string | null
[src]
§
Id?: string | null
[src]
§
ManagedOwnerName?: string | null
[src]
§
ModificationTime?: string | null
[src]
§
MutationProtection?: MutationProtectionStatus | null
[src]
§
Name?: string | null
[src]
§
Priority?: number | null
[src]
§
StatusMessage?: string | null
[src]
§
VpcId?: string | null
[src]