- 03 Jun 2022
- 1 Minute to read
- Print
- DarkLight
AWS IAM Record Fields Reference
- Updated on 03 Jun 2022
- 1 Minute to read
- Print
- DarkLight
AWS IAM Record Fields Reference
User Record Fields
Field | Description |
userName | Required for create or update as the primary key. Update using newUserNameField |
path | The path for the user. For more information about paths, see IAM Identifiers in the Using IAM guide. Must begin and end with "/" Defaults to: "/" |
userID | The user's unique ID (read-only) |
ARN | The user's Amazon Resource Name (read-only) |
createDate | The user's creation timestamp (read-only) |
passwordLastUsed | Timestamp of the last time password was used to log in to console (read-only) |
newUserName | Used to rename the user. See Renaming a User for implications. |
Group Record Fields
Field | Description |
groupName | Required for create or update as the primary key. Update using newGroupNameField |
path | The path for the group. For more information about paths, see IAM Identifiers in the Using IAM guide. Must begin and end with "/" Defaults to: "/" |
userID | The group's unique ID (read-only) |
ARN | The group's Amazon Resource Name (read-only) |
createDate | The group's creation timestamp (read-only) |
newGroupName | Used to rename the group. See Renaming a Group for implications. |
AccessKey Record Fields
Field | Description |
accessKeyId | The ID of the access key (read-only) |
userName | The userName of the user the access key belongs to (read-only) |
status | The access key's status: "Active" or "Inactive" |
ARN | The group's Amazon Resource Name (read-only) |
createDate | The access key's creation timestamp (read-only) |
secretAccessKey | The access key's secret key (read-only and only returned from a successful create) |