AWS Security MCP

Apache 2.0
4
  • Apple

list_cache_policies

Retrieve CloudFront cache policies in JSON format. Specify limit and pagination token to manage large datasets. Integrates with AWS Security MCP for automated security analysis.

Instructions

List CloudFront cache policies.

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

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g