AWS Security ChangesHomeSearch

AWS step-functions documentation change

Service: step-functions · 2025-08-28 · Documentation low

File: step-functions/latest/dg/auth-version-alias.md

Summary

Updated IAM policy example with concrete region/account values in resource ARNs

Security assessment

Changed placeholder values to specific examples. No security implications—improves documentation clarity without altering security guidance.

Diff

diff --git a/step-functions/latest/dg/auth-version-alias.md b/step-functions/latest/dg/auth-version-alias.md
index 2d04a1f06..f05357552 100644
--- a//step-functions/latest/dg/auth-version-alias.md
+++ b//step-functions/latest/dg/auth-version-alias.md
@@ -20 +20 @@ You can use the following IAM policy example of a state machine named ``myStateM
-          "Resource": "arn:aws:states:region:account-id:stateMachine:myStateMachine"
+          "Resource": "arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine"
@@ -52 +52 @@ You scope down the permissions using the optional context key named `states:Stat
-          "Resource": "arn:aws:states:region:account-id:stateMachine:myStateMachine",
+          "Resource": "arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine",