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

ListRuleGroupsRequest

import type { ListRuleGroupsRequest } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
interface ListRuleGroupsRequest {
ManagedType?: ResourceManagedType | null;
MaxResults?: number | null;
NextToken?: string | null;
Scope?: ResourceManagedStatus | null;
Type?: RuleGroupType | null;
}

§Properties

§
ManagedType?: ResourceManagedType | null
[src]

Indicates the general category of the Amazon Web Services managed rule group.

§
MaxResults?: number | null
[src]

The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

§
NextToken?: string | null
[src]

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

§

The scope of the request. The default setting of ACCOUNT or a setting of NULL returns all of the rule groups in your account. A setting of MANAGED returns all available managed rule groups.

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