AWS Security MCP

Apache 2.0
4
  • Apple

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

ID: s0vblk657g