AWS Security ChangesHomeSearch

AWS managed-flink medium security documentation change

Service: managed-flink · 2025-08-13 · Security-related medium

File: managed-flink/latest/java/cloudwatch-logs.md

Summary

Fixed JSON syntax in CloudWatch logs IAM policy examples and added formatting structure

Security assessment

Corrected a missing comma in JSON policy syntax that could cause deployment failures, preventing potential logging configuration errors that might impact security monitoring capabilities.

Diff

diff --git a/managed-flink/latest/java/cloudwatch-logs.md b/managed-flink/latest/java/cloudwatch-logs.md
index 2a3ab32d9..be1090510 100644
--- a//managed-flink/latest/java/cloudwatch-logs.md
+++ b//managed-flink/latest/java/cloudwatch-logs.md
@@ -193,0 +194,6 @@ To grant Managed Service for Apache Flink permissions to assume an IAM role, you
+JSON
+    
+
+****
+    
+    
@@ -211,0 +219,6 @@ To grant permissions to an application to write log events to CloudWatch from a
+JSON
+    
+
+****
+    
+    
@@ -227 +240 @@ To grant permissions to an application to write log events to CloudWatch from a
-                    "arn:aws:logs:us-east-1:123456789012:log-group:*",
+                    "arn:aws:logs:us-east-1:123456789012:log-group:*"