AWS Security MCP

Apache 2.0
4
  • Apple

list_waf_ip_sets

Retrieve AWS WAF IP sets by scope ('REGIONAL' or 'CLOUDFRONT') with optional pagination. Returns structured JSON data for security analysis and management.

Instructions

List AWS WAF IP sets.

Args: scope: The scope of the IP sets to retrieve ('REGIONAL' or 'CLOUDFRONT') limit: Maximum number of IP sets to return next_token: Pagination token for fetching the next set of IP sets Returns: JSON object with IP set 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_ip_setsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g