AWS Security MCP

Apache 2.0
4
  • Apple

get_iam_policy_content

Retrieve detailed IAM policy content, including the policy document and metadata, by specifying the policy ARN. Ideal for analyzing AWS security configurations and ensuring compliance.

Instructions

Get the full content of an IAM policy by its ARN.

Args: policy_arn: ARN of the IAM policy to retrieve Returns: JSON string with the policy document and metadata

Input Schema

NameRequiredDescriptionDefault
policy_arnYes

Input Schema (JSON Schema)

{ "properties": { "policy_arn": { "title": "Policy Arn", "type": "string" } }, "required": [ "policy_arn" ], "title": "get_iam_policy_contentArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g