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

DescribeRuleGroupMetadataRequest

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

§Properties

§
RuleGroupArn?: string | null
[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 | null
[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.

§
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.