AWS IAM documentation change
Summary
Added PowerShell V5 example for ListRoleTags command
Security assessment
The change documents tag listing for roles, which is primarily for resource organization rather than security functionality.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_ListRoleTags_section.md b/IAM/latest/UserGuide/iam_example_iam_ListRoleTags_section.md index 6fd4d691d..f68356cea 100644 --- a//IAM/latest/UserGuide/iam_example_iam_ListRoleTags_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_ListRoleTags_section.md @@ -64,0 +65,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example fetches the tag associated with the role..** + + + Get-IAMRoleTagList -RoleName MyRoleName + + + * For API details, see [ListRoleTags](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +