AWS step-functions documentation change
Summary
Updated S3 resource paths in IAM policy example
Security assessment
Changes replace placeholder S3 paths with example values but do not impact security documentation or address vulnerabilities.
Diff
diff --git a/step-functions/latest/dg/input-output-itemreader.md b/step-functions/latest/dg/input-output-itemreader.md index b9ddc0da7..77370b5a4 100644 --- a//step-functions/latest/dg/input-output-itemreader.md +++ b//step-functions/latest/dg/input-output-itemreader.md @@ -606,2 +606,2 @@ The following example shows an IAM policy that grants least privileges to access - "arn:aws:s3:::destination-prefix/amzn-s3-demo-bucket/config-id/YYYY-MM-DDTHH-MMZ/manifest.json", - "arn:aws:s3:::destination-prefix/amzn-s3-demo-bucket/config-id/data/*" + "arn:aws:s3:::myDestination-prefix/amzn-s3-demo-bucket/myConfig-id/YYYY-MM-DDTHH-MMZ/manifest.json", + "arn:aws:s3:::myDestination-prefix/amzn-s3-demo-bucket/myConfig-id/data/*"