AWS Security ChangesHomeSearch

AWS code-library documentation change

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

File: code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroupAttributes_section.md

Summary

Added PowerShell V5 examples for describing target group attributes like stickiness settings

Security assessment

Focuses on operational attributes like deregistration timeouts without security implications. No security features or vulnerabilities addressed.

Diff

diff --git a/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroupAttributes_section.md b/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroupAttributes_section.md
index eb0cff600..2f1f29f66 100644
--- a//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroupAttributes_section.md
+++ b//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroupAttributes_section.md
@@ -115,0 +116,26 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example describes the attributes of the specified Target Group.**
+    
+    
+    Get-ELB2TargetGroupAttribute -TargetGroupArn 'arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/test-tg/a4e04b3688be1970'
+    
+
+**Output:**
+    
+    
+    Key                                   Value
+    ---                                   -----
+    stickiness.enabled                    false
+    deregistration_delay.timeout_seconds  300
+    stickiness.type                       lb_cookie
+    stickiness.lb_cookie.duration_seconds 86400
+    slow_start.duration_seconds           0
+    load_balancing.algorithm.type         round_robin
+
+  * For API details, see [DescribeTargetGroupAttributes](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+