AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-06-25 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_GetServiceLastAccessedDetails_section.md

Summary

Added PowerShell V5 example for service last accessed details retrieval

Security assessment

Documents audit capabilities for access patterns which support security monitoring, but no vulnerability remediation

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_GetServiceLastAccessedDetails_section.md b/IAM/latest/UserGuide/iam_example_iam_GetServiceLastAccessedDetails_section.md
index 74c9ff0d1..cb5f64915 100644
--- a//IAM/latest/UserGuide/iam_example_iam_GetServiceLastAccessedDetails_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_GetServiceLastAccessedDetails_section.md
@@ -74,0 +75,23 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example provides details of the service last accessed by the IAM entity(user, group, role or policy) associated in Request call.**
+    
+    
+    Request-IAMServiceLastAccessedDetail -Arn arn:aws:iam::123456789012:user/TestUser
+    
+
+**Output:**
+    
+    
+    f0b7a819-eab0-929b-dc26-ca598911cb9f
+    
+    
+    Get-IAMServiceLastAccessedDetail -JobId f0b7a819-eab0-929b-dc26-ca598911cb9f
+    
+
+  * For API details, see [GetServiceLastAccessedDetails](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+