AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_distributions

Retrieve and paginate CloudFront distributions within an AWS account using JSON output for security analysis and configuration review.

Instructions

List CloudFront distributions in the AWS account.

Args: limit: Maximum number of distributions to return (default: 1000) next_token: Token for pagination (from previous request) Returns: JSON string with CloudFront distributions

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g