AWS Security MCP

Apache 2.0
4
  • Apple

get_waf_rule_group_details

Retrieve comprehensive details about an AWS WAF rule group using its ID, name, and scope. Ideal for inspecting and analyzing rule configurations for security assessments and compliance checks.

Instructions

Get detailed information about a specific AWS WAF rule group.

Args: rule_group_id: The ID of the rule group rule_group_name: The name of the rule group scope: The scope of the rule group ('REGIONAL' or 'CLOUDFRONT') Returns: JSON object with detailed rule group information

Input Schema

NameRequiredDescriptionDefault
rule_group_idYes
rule_group_nameYes
scopeNoREGIONAL

Input Schema (JSON Schema)

{ "properties": { "rule_group_id": { "title": "Rule Group Id", "type": "string" }, "rule_group_name": { "title": "Rule Group Name", "type": "string" }, "scope": { "default": "REGIONAL", "title": "Scope", "type": "string" } }, "required": [ "rule_group_id", "rule_group_name" ], "title": "get_waf_rule_group_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g