AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

get_shield_attack_details

Retrieve detailed DDoS attack information from AWS Shield Advanced using the attack ID. Returns a JSON object with insights for analysis and response.

Instructions

Get detailed information about a specific DDoS attack detected by AWS Shield Advanced.

Args: attack_id: ID of the attack to get details for Returns: JSON object with detailed attack information

Input Schema

NameRequiredDescriptionDefault
attack_idYes

Input Schema (JSON Schema)

{ "properties": { "attack_id": { "title": "Attack Id", "type": "string" } }, "required": [ "attack_id" ], "title": "get_shield_attack_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g