AWS Security ChangesHomeSearch

AWS lexv2 documentation change

Service: lexv2 · 2025-08-28 · Documentation low

File: lexv2/latest/dg/analytics-permissions.md

Summary

Removed example IAM policy for Lex V2 analytics access permissions

Security assessment

Policy example removal does not inherently address a security issue unless the example was known to be insecure, which is not stated. General documentation cleanup.

Diff

diff --git a/lexv2/latest/dg/analytics-permissions.md b/lexv2/latest/dg/analytics-permissions.md
index ae240695b..54b0f5f4b 100644
--- a//lexv2/latest/dg/analytics-permissions.md
+++ b//lexv2/latest/dg/analytics-permissions.md
@@ -15,28 +14,0 @@ To provide a user access to analytics, attach a policy to an IAM role that permi
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "AnalyticsActions",
-                "Effect": "Allow",
-                "Action": [
-                    "lex:ListAggregatedUtterances",
-                    "lex:ListIntentMetrics",
-                    "lex:ListSessionAnalyticsData",
-                    "lex:ListIntentPaths",
-                    "lex:ListIntentStageMetrics",
-                    "lex:ListSessionMetrics"
-                ],
-                "Resource": [
-                    "arn:aws:lex:us-east-1:account-id:bot/BOTID"
-                ]
-            }
-        ]
-    }
-    
-