AWS Security ChangesHomeSearch

AWS step-functions documentation change

Service: step-functions · 2025-04-18 · Documentation low

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

Summary

Standardized ARN examples by replacing specific account IDs/regions with placeholders

Security assessment

Changes only generalize example ARNs for documentation consistency. No security-related content added or modified.

Diff

diff --git a/step-functions/latest/dg/auth-version-alias.md b/step-functions/latest/dg/auth-version-alias.md
index 801d814b9..2d04a1f06 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:us-east-1:123456789012:stateMachine:myStateMachine"
+          "Resource": "arn:aws:states:region:account-id:stateMachine:myStateMachine"
@@ -39 +39 @@ You can use a qualifier to further scope down the authorization permission neede
-    arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:PROD
+    arn:aws:states:region:account-id:stateMachine:myStateMachine:PROD
@@ -52 +52 @@ You scope down the permissions using the optional context key named `states:Stat
-          "Resource": "arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine",
+          "Resource": "arn:aws:states:region:account-id:stateMachine:myStateMachine",