Skip to main content
Glama

AWS Security MCP

get_distribution_invalidations

Retrieve CloudFront distribution invalidation details using the distribution ID, pagination token, and limit. Returns JSON data for security analysis and misconfiguration checks on AWS infrastructure.

Instructions

Get invalidations for a specific CloudFront distribution.

Args: distribution_id: ID of the CloudFront distribution limit: Maximum number of invalidations to return (default: 100) next_token: Token for pagination (from previous request) Returns: JSON string with invalidation details

Input Schema

NameRequiredDescriptionDefault
distribution_idYes
limitNo
next_tokenNo

Input Schema (JSON Schema)

{ "properties": { "distribution_id": { "title": "Distribution Id", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" } }, "required": [ "distribution_id" ], "title": "get_distribution_invalidationsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/groovyBugify/aws-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server