AWS Security ChangesHomeSearch

AWS step-functions documentation change

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

File: step-functions/latest/dg/connect-to-resource.md

Summary

Updated example ARNs to use standardized region/account-id placeholders instead of hardcoded values.

Security assessment

Changes only modify example formatting to use consistent placeholder syntax. No security-related content added or modified.

Diff

diff --git a/step-functions/latest/dg/connect-to-resource.md b/step-functions/latest/dg/connect-to-resource.md
index 78ab51a48..56438989e 100644
--- a//step-functions/latest/dg/connect-to-resource.md
+++ b//step-functions/latest/dg/connect-to-resource.md
@@ -92 +92 @@ The following example shows how you can publish an Amazon SNS topic.
-            "TopicArn":"arn:aws:sns:us-east-1:123456789012:myTopic",
+            "TopicArn":"arn:aws:sns:region:123456789012:myTopic",
@@ -228 +228 @@ The Context object is an internal JSON object that contains information about yo
-            "Id": "arn:aws:states:us-east-1:123456789012:execution:stateMachineName:executionName",
+            "Id": "arn:aws:states:region:account-id:execution:stateMachineName:executionName",
@@ -233 +233 @@ The Context object is an internal JSON object that contains information about yo
-            "RoleArn": "arn:aws:iam::123456789012:role...",
+            "RoleArn": "arn:aws:iam::account-id:role...",
@@ -242 +242 @@ The Context object is an internal JSON object that contains information about yo
-            "Id": "arn:aws:states:us-east-1:123456789012:stateMachine:stateMachineName",
+            "Id": "arn:aws:states:region:account-id:stateMachine:stateMachineName",