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.deno.dev/v0.4/services/route53resolver.ts?docs=full";

High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call "ListFirewallRules".

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]

The ARN (Amazon Resource Name) of the rule group.

§
CreationTime?: string | null
[src]

The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).

§
CreatorRequestId?: string | null
[src]

A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

§
Id?: string | null
[src]

The ID of the rule group.

§
ModificationTime?: string | null
[src]

The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).

§
Name?: string | null
[src]

The name of the rule group.

§
OwnerId?: string | null
[src]

The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.

§
RuleCount?: number | null
[src]

The number of rules in the rule group.

§
ShareStatus?: ShareStatus | null
[src]

Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).

§

The status of the domain list.

§
StatusMessage?: string | null
[src]

Additional information about the status of the rule group, if available.