AWS Security MCP

Apache 2.0
4
  • Apple

get_inline_policy_content

Retrieve the full content of an inline IAM policy attached to a specific AWS user or role. Input entity type, name, and policy name to return a JSON string containing the policy document and metadata.

Instructions

Get the full content of an inline IAM policy.

Args: entity_type: Type of entity the policy is attached to ('user' or 'role') entity_name: Name of the user or role policy_name: Name of the inline policy Returns: JSON string with the policy document and metadata

Input Schema

NameRequiredDescriptionDefault
entity_nameYes
entity_typeYes
policy_nameYes

Input Schema (JSON Schema)

{ "properties": { "entity_name": { "title": "Entity Name", "type": "string" }, "entity_type": { "title": "Entity Type", "type": "string" }, "policy_name": { "title": "Policy Name", "type": "string" } }, "required": [ "entity_type", "entity_name", "policy_name" ], "title": "get_inline_policy_contentArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g