AWS Security MCP

Apache 2.0
4
  • Apple

list_traffic_policies

Retrieve and manage AWS Route53 traffic policies using this tool. Query policies, handle pagination, and receive results in JSON format for streamlined security analysis within AWS infrastructure.

Instructions

List Route53 traffic policies in the AWS account.

Args: limit: Maximum number of traffic policies to return (default: 100) next_token: Token for pagination (from previous request) Returns: JSON string with Route53 traffic policies

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_traffic_policiesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g