AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorders_section.md

Summary

Added PowerShell V5 example for describing AWS Config recorders

Security assessment

General operational example without security-specific context or guidance.

Diff

diff --git a/code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorders_section.md b/code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorders_section.md
index eee9048fc..1946c6802 100644
--- a//code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorders_section.md
+++ b//code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorders_section.md
@@ -70,0 +71,21 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example returns the details of configuration recorders.**
+    
+    
+    Get-CFGConfigurationRecorder | Format-List
+    
+
+**Output:**
+    
+    
+    Name           : default
+    RecordingGroup : Amazon.ConfigService.Model.RecordingGroup
+    RoleARN        : arn:aws:iam::123456789012:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig
+
+  * For API details, see [DescribeConfigurationRecorders](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+