AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

get_waf_web_acl_details

Retrieve detailed information on AWS WAF Web ACLs by providing the ID, name, and scope to analyze configuration and enhance security management.

Instructions

Get detailed information about a specific AWS WAF Web ACL.

Args: web_acl_id: The ID of the Web ACL web_acl_name: The name of the Web ACL scope: The scope of the Web ACL ('REGIONAL' or 'CLOUDFRONT') Returns: JSON object with detailed Web ACL information

Input Schema

NameRequiredDescriptionDefault
scopeNoREGIONAL
web_acl_idYes
web_acl_nameYes

Input Schema (JSON Schema)

{ "properties": { "scope": { "default": "REGIONAL", "title": "Scope", "type": "string" }, "web_acl_id": { "title": "Web Acl Id", "type": "string" }, "web_acl_name": { "title": "Web Acl Name", "type": "string" } }, "required": [ "web_acl_id", "web_acl_name" ], "title": "get_waf_web_acl_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g