AWS Security MCP

Apache 2.0
4
  • Apple

list_waf_web_acls

Retrieve and list AWS WAF Web ACLs by scope, limit, and pagination token. Enables querying regional or CloudFront ACLs for security inspection and configuration analysis.

Instructions

List AWS WAF Web ACLs.

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g