Skip to main content

aws.iam.user

Supported platform

  • aws

Description

AWS IAM user

The aws.iam.user provides fields for assessing the configuration of individual IAM users. For usage, read the aws.iam resource documentation.

Fields

IDTYPEDESCRIPTION
arnstringARN of the IAM user
idstringID of the IAM user
namestringName of the user
createDatetimeTime when user was created
passwordLastUsedtimeTime when password was last used
tagsmap[string]stringTags for the IAM user
policies[]stringList of inline policies attached to the user
attachedPolicies[]aws.iam.policyList of managed policies attached to the user
groups[]stringList of group ARNs that the user belongs to
accessKeys[]dictList of access keys metadata associated with the user
loginProfileaws.iam.loginProfileLogin profile for the user