AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_waf_resources_for_web_acl

Identifies AWS resources protected by a specified Web Application Firewall (WAF) Web ACL, returning a JSON object for analysis and security monitoring.

Instructions

List resources protected by a specific AWS WAF Web ACL.

Args: web_acl_arn: The ARN of the Web ACL resource_type: The type of resource (e.g., 'APPLICATION_LOAD_BALANCER', 'API_GATEWAY') Returns: JSON object with resources protected by the Web ACL

Input Schema

NameRequiredDescriptionDefault
resource_typeNoAPPLICATION_LOAD_BALANCER
web_acl_arnYes

Input Schema (JSON Schema)

{ "properties": { "resource_type": { "default": "APPLICATION_LOAD_BALANCER", "title": "Resource Type", "type": "string" }, "web_acl_arn": { "title": "Web Acl Arn", "type": "string" } }, "required": [ "web_acl_arn" ], "title": "list_waf_resources_for_web_aclArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g