AWS Security ChangesHomeSearch

AWS lexv2 documentation change

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

File: lexv2/latest/dg/conversation-logs-policies.md

Summary

Removed example IAM policy for Lex V2 conversation logs access

Security assessment

Policy example deletion lacks explicit security context. May affect clarity but does not directly address vulnerabilities.

Diff

diff --git a/lexv2/latest/dg/conversation-logs-policies.md b/lexv2/latest/dg/conversation-logs-policies.md
index 2119aec8b..ed44daedf 100644
--- a//lexv2/latest/dg/conversation-logs-policies.md
+++ b//lexv2/latest/dg/conversation-logs-policies.md
@@ -62,21 +61,0 @@ Next, create and attach a policy to the role that enables Amazon Lex V2 to write
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "logs:CreateLogStream",
-                    "logs:PutLogEvents"
-                ],
-                "Resource": "arn:aws:logs:us-east-1:account-id:log-group:log-group-name:*"
-            }
-        ]
-    }
-    
-