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

FirewallRuleGroup

import type { FirewallRuleGroup } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";
interface FirewallRuleGroup {
Arn?: string | null;
CreationTime?: string | null;
CreatorRequestId?: string | null;
Id?: string | null;
ModificationTime?: string | null;
Name?: string | null;
OwnerId?: string | null;
RuleCount?: number | null;
ShareStatus?: ShareStatus | null;
Status?: FirewallRuleGroupStatus | null;
StatusMessage?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreationTime?: string | null
[src]
§
CreatorRequestId?: string | null
[src]
§
Id?: string | null
[src]
§
ModificationTime?: string | null
[src]
§
Name?: string | null
[src]
§
OwnerId?: string | null
[src]
§
RuleCount?: number | null
[src]
§
ShareStatus?: ShareStatus | null
[src]
§
StatusMessage?: string | null
[src]