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

AwsNetworkFirewallRuleGroupDetails

import type { AwsNetworkFirewallRuleGroupDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about an Network Firewall rule group. Rule groups are used to inspect and control network traffic. Stateless rule groups apply to individual packets. Stateful rule groups apply to packets in the context of their traffic flow.

Rule groups are referenced in firewall policies.

interface AwsNetworkFirewallRuleGroupDetails {
Capacity?: number | null;
Description?: string | null;
RuleGroup?: RuleGroupDetails | null;
RuleGroupArn?: string | null;
RuleGroupId?: string | null;
RuleGroupName?: string | null;
Type?: string | null;
}

§Properties

§
Capacity?: number | null
[src]

The maximum number of operating resources that this rule group can use.

§
Description?: string | null
[src]

A description of the rule group.

§
RuleGroup?: RuleGroupDetails | null
[src]

Details about the rule group.

§
RuleGroupArn?: string | null
[src]

The ARN of the rule group.

§
RuleGroupId?: string | null
[src]

The identifier of the rule group.

§
RuleGroupName?: string | null
[src]

The descriptive name of the rule group.

§
Type?: string | null
[src]

The type of rule group. A rule group can be stateful or stateless.