aws_iam_list_policies
List AWS IAM policies to manage access permissions. Filter by scope to view customer-managed, AWS-managed, or all policies for security configuration.
Instructions
List IAM policies. By default lists only customer-managed policies. Set scope to 'AWS' for AWS-managed or 'All' for both.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| scope | No | Policy scope: 'All', 'AWS' (managed), or 'Local' (customer). Default: 'Local' | |
| max_items | No | Maximum number of policies to return |