aws-iam-policies
Lists all the managed policies that are available in your AWS account
aws-iam-policies [profile=PROFILE]
- profile=PROFILE
- The identifier of AWS connect profile
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy.
- iam:ListPolicies
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| aws_profile | String | Connect profile | The identifier of AWS connect profile |
| policy_name | String | Policy name | |
| policy_id | String | Policy ID | |
| attach_count | Integer | Attach count | |
| attachable | Bool | Attachable | |
| description | String | Description | |
| arn | String | ARN | arn:aws:iam::ACCOUNT:policy/POLICY_NAME |
| path | String | Path | e.g. /service-role/ |
| default_version_id | String | Default version ID | e.g. v1, v9 |
| created_at | Date | Created at | |
| updated_at | Date | Updated at |