AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-08-16 · Documentation low

File: AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md

Summary

Fixed a trailing comma in JSON policy example syntax.

Security assessment

Syntax correction with no impact on security content.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md b/AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md
index 2b1ab5964..911d8bb43 100644
--- a//AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md
+++ b//AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md
@@ -116 +116 @@ The following policy grants permissions to all stack operations, in addition to
-          "Resource": "*" 
+          "Resource": "*",