AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_all_waf_components

Retrieve detailed information on AWS WAF components, including Web ACLs, IP sets, and rule groups, by specifying scope and limit for enhanced security configurations.

Instructions

List all AWS WAF components (Web ACLs, IP sets, and rule groups).

Args: scope: The scope of the components to retrieve ('REGIONAL' or 'CLOUDFRONT') limit: Maximum number of each component type to return Returns: JSON object with comprehensive WAF component information

Input Schema

NameRequiredDescriptionDefault
limitNo
scopeNoREGIONAL

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "scope": { "default": "REGIONAL", "title": "Scope", "type": "string" } }, "title": "list_all_waf_componentsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g