AWS Security ChangesHomeSearch

AWS amazondynamodb documentation change

Service: amazondynamodb · 2025-07-25 · Documentation low

File: amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md

Summary

Expanded IAM policy condition formatting for better readability

Security assessment

Formatting improvement of JSON policy without changing security semantics or adding new security controls

Diff

diff --git a/amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md b/amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md
index de82037ff..e445af4a1 100644
--- a//amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md
+++ b//amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md
@@ -73 +73,5 @@ JSON
-                "Condition": {"StringLike": {"iam:AWSServiceName": "contributorinsights.dynamodb.amazonaws.com"}}
+                "Condition": {
+                    "StringLike": {
+                        "iam:AWSServiceName": "contributorinsights.dynamodb.amazonaws.com"
+                    }
+                }
@@ -87 +91 @@ JSON
-                ],
+                ]