AWS code-library documentation change
Summary
Added PowerShell V5 example for updating role descriptions
Security assessment
Metadata update with no direct security impact
Diff
diff --git a/code-library/latest/ug/iam_example_iam_UpdateRoleDescription_section.md b/code-library/latest/ug/iam_example_iam_UpdateRoleDescription_section.md index 36fa8b5bc..124c8fa0f 100644 --- a//code-library/latest/ug/iam_example_iam_UpdateRoleDescription_section.md +++ b//code-library/latest/ug/iam_example_iam_UpdateRoleDescription_section.md @@ -77,0 +78,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example updates the description of an IAM role in your account.** + + + Update-IAMRoleDescription -RoleName MyRoleName -Description "My testing role" + + + * For API details, see [UpdateRoleDescription](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +