AWS Security ChangesHomeSearch

AWS step-functions documentation change

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

File: step-functions/latest/dg/tag-based-policies.md

Summary

Normalized ARN casing in example from <Region>/<account-id> to region/account-id

Security assessment

Formatting change without security implications or security feature additions

Diff

diff --git a/step-functions/latest/dg/tag-based-policies.md b/step-functions/latest/dg/tag-based-policies.md
index 56be8be23..ba73e80e3 100644
--- a//step-functions/latest/dg/tag-based-policies.md
+++ b//step-functions/latest/dg/tag-based-policies.md
@@ -35 +35 @@ For tag-based authorization, state machine execution resources as shown in the f
-    arn:<partition>:states:<Region>:<account-id>:execution:<StateMachineName>:<ExecutionId>
+    arn:partition:states:region:account-id:execution:<StateMachineName>:<ExecutionId>