AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_health_checks

Retrieve detailed information about Route53 health checks in your AWS account, including pagination support for large datasets, to monitor and manage DNS health configurations effectively.

Instructions

List Route53 health checks in the AWS account.

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

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g