AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_waf_rule_groups

Retrieve AWS WAF rule groups by scope, limit, and pagination token to manage and analyze web application firewall configurations effectively.

Instructions

List AWS WAF rule groups.

Args: scope: The scope of the rule groups to retrieve ('REGIONAL' or 'CLOUDFRONT') limit: Maximum number of rule groups to return next_token: Pagination token for fetching the next set of rule groups Returns: JSON object with rule group information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
scopeNoREGIONAL

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "scope": { "default": "REGIONAL", "title": "Scope", "type": "string" } }, "title": "list_waf_rule_groupsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g