AWS Security MCP

Apache 2.0
4
  • Apple

get_hosted_zone_details

Retrieve detailed Route53 hosted zone information by specifying its ID. Returns JSON data for security analysis and configuration checks in AWS infrastructure.

Instructions

Get detailed information about a specific Route53 hosted zone.

Args: zone_id: ID of the Route53 hosted zone (can include or exclude '/hostedzone/' prefix) Returns: JSON string with hosted zone details

Input Schema

NameRequiredDescriptionDefault
zone_idYes

Input Schema (JSON Schema)

{ "properties": { "zone_id": { "title": "Zone Id", "type": "string" } }, "required": [ "zone_id" ], "title": "get_hosted_zone_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g