AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-04 · Documentation medium

File: cli/latest/reference/logs/describe-log-groups.md

Summary

Added bearerTokenAuthenticationEnabled field documentation

Security assessment

Documents new authentication capability (bearer token authentication) for log groups. While this relates to security features, there is no indication of addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/logs/describe-log-groups.md b/cli/latest/reference/logs/describe-log-groups.md
index d856669b8..ca17915e1 100644
--- a//cli/latest/reference/logs/describe-log-groups.md
+++ b//cli/latest/reference/logs/describe-log-groups.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
@@ -515,0 +516,4 @@ logGroups -> (list)
+>> 
+>> bearerTokenAuthenticationEnabled -> (boolean)
+>>
+>>> Indicates whether bearer token authentication is enabled for this log group. When enabled, bearer token authentication is allowed on operations until it is explicitly disabled.
@@ -537 +541 @@ nextToken -> (string)
-  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.1 Command Reference](../../index.html) »