AWS Security MCP

Apache 2.0
4
  • Apple

list_shield_protected_resources

Retrieve a list of AWS resources protected by Shield Advanced, including pagination support for large datasets, to enhance visibility and security monitoring.

Instructions

List resources protected by AWS Shield Advanced.

Args: limit: Maximum number of protected resources to return next_token: Pagination token for fetching the next set of resources Returns: JSON object with protected resource information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" } }, "title": "list_shield_protected_resourcesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g