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

DescribeRuleGroupMetadataResponse

import type { DescribeRuleGroupMetadataResponse } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
interface DescribeRuleGroupMetadataResponse {
Capacity?: number | null;
Description?: string | null;
LastModifiedTime?: Date | number | null;
RuleGroupArn: string;
RuleGroupName: string;
StatefulRuleOptions?: StatefulRuleOptions | null;
Type?: RuleGroupType | null;
}

§Properties

§
Capacity?: number | null
[src]

The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

You can retrieve the capacity that would be required for a rule group before you create the rule group by calling "CreateRuleGroup" with DryRun set to TRUE.

§
Description?: string | null
[src]

Returns the metadata objects for the specified rule group.

§
LastModifiedTime?: Date | number | null
[src]

The last time that the rule group was changed.

§
RuleGroupArn: string
[src]

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

§
RuleGroupName: string
[src]

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

§
StatefulRuleOptions?: StatefulRuleOptions | null
[src]
§
Type?: RuleGroupType | null
[src]

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

Note: This setting is required for requests that do not include the RuleGroupARN.