aws.iam.user
Supported platform
- aws
Description
AWS IAM user
The aws.iam.user resource provides fields for assessing the configuration of individual IAM users. For usage, read the aws.iam resource documentation.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| arn | string | ARN of the IAM user |
| id | string | ID of the IAM user |
| name | string | Name of the user |
| createdAt | time | Time when user was created |
| passwordLastUsed | time | Time when password was last used |
| tags | map[string]string | Tags for the IAM user |
| policies | []string | List of inline policies attached to the user |
| attachedPolicies | []aws.iam.policy | List of managed policies attached to the user |
| groups | []string | List of group ARNs that the user belongs to |
| accessKeys | []dict | List of access keys metadata associated with the user |
| loginProfile | aws.iam.loginProfile | Login profile for the user |