AWS Security ChangesHomeSearch

AWS rekognition documentation change

Service: rekognition · 2025-10-25 · Documentation low

File: rekognition/latest/customlabels-dg/md-create-project-policy-document.md

Summary

Removed existing policy example and restructured JSON formatting

Security assessment

Formatting changes without substantive security content modifications

Diff

diff --git a/rekognition/latest/customlabels-dg/md-create-project-policy-document.md b/rekognition/latest/customlabels-dg/md-create-project-policy-document.md
index 49a0937c9..b2d3d4c26 100644
--- a//rekognition/latest/customlabels-dg/md-create-project-policy-document.md
+++ b//rekognition/latest/customlabels-dg/md-create-project-policy-document.md
@@ -12,0 +13,6 @@ The following example allows the principal `arn:aws:iam::111111111111:role/Admin
+JSON
+    
+
+****
+    
+    
@@ -50,14 +56,0 @@ The following procedure creates a project policy document file that you can use
-        {
-      "Version":"2012-10-17",
-      "Statement":[
-        {
-          "Effect":"ALLOW or DENY",
-          "Principal":{
-            "AWS":"principal"
-          },
-          "Action":"rekognition:CopyProjectVersion",
-          "Resource":"Model version ARN"
-        }
-      ]
-    }
-