AWS Security ChangesHomeSearch

AWS datapipeline documentation change

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

File: datapipeline/latest/DeveloperGuide/dp-example-tag-policies.md

Summary

Added JSON section markers and removed policy examples

Security assessment

Formatting changes and example cleanup. No security context.

Diff

diff --git a/datapipeline/latest/DeveloperGuide/dp-example-tag-policies.md b/datapipeline/latest/DeveloperGuide/dp-example-tag-policies.md
index e593c367a..0412593c8 100644
--- a//datapipeline/latest/DeveloperGuide/dp-example-tag-policies.md
+++ b//datapipeline/latest/DeveloperGuide/dp-example-tag-policies.md
@@ -31,0 +32,6 @@ The ListPipelines API action does not support tag-based authorization.
+JSON
+    
+
+****
+    
+    
@@ -59,0 +67,6 @@ The following policy allows users to use all AWS Data Pipeline API actions, with
+JSON
+    
+
+****
+    
+    
@@ -85,21 +98,0 @@ The following policy allows users to use all the AWS Data Pipeline API actions,
-    
-    {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": [
-            "datapipeline:*"
-          ],
-          "Resource": [
-            "*"
-          ],
-          "Condition": {
-            "StringEquals": {
-              "datapipeline:PipelineCreator": "${aws:userid}"
-            }
-          }
-        }
-      ]
-    }
-
@@ -111,0 +105,6 @@ This policy includes the action for `PassRole` permissions for specific resource
+JSON
+    
+
+****
+    
+