AWS code-library documentation change
Summary
Added PowerShell V5 example for listing role tags
Security assessment
Shows tag listing for IAM roles, which is an organizational feature rather than a direct security control. No security implications identified.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_ListRoleTags_section.md b/code-library/latest/ug/iam_example_iam_ListRoleTags_section.md index 0480acebf..9dc347620 100644 --- a//code-library/latest/ug/iam_example_iam_ListRoleTags_section.md +++ b//code-library/latest/ug/iam_example_iam_ListRoleTags_section.md @@ -66,0 +67,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)_. + + + +