AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

get_waf_ip_set_details

Retrieve detailed information about an AWS WAF IP set by providing its ID, name, and scope. This tool delivers a JSON object with essential details for analyzing IP sets in AWS security configurations.

Instructions

Get detailed information about a specific AWS WAF IP set.

Args: ip_set_id: The ID of the IP set ip_set_name: The name of the IP set scope: The scope of the IP set ('REGIONAL' or 'CLOUDFRONT') Returns: JSON object with detailed IP set information

Input Schema

NameRequiredDescriptionDefault
ip_set_idYes
ip_set_nameYes
scopeNoREGIONAL

Input Schema (JSON Schema)

{ "properties": { "ip_set_id": { "title": "Ip Set Id", "type": "string" }, "ip_set_name": { "title": "Ip Set Name", "type": "string" }, "scope": { "default": "REGIONAL", "title": "Scope", "type": "string" } }, "required": [ "ip_set_id", "ip_set_name" ], "title": "get_waf_ip_set_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g