AWS step-functions documentation change
Summary
Updated ARN format in IAM policy examples to use 'account-id' placeholder
Security assessment
Changes only modify example ARNs to use consistent placeholder formatting. No security-related content changes detected.
Diff
diff --git a/step-functions/latest/dg/concepts-access-cross-acct-resources.md b/step-functions/latest/dg/concepts-access-cross-acct-resources.md index b1df8f452..10435ecec 100644 --- a//step-functions/latest/dg/concepts-access-cross-acct-resources.md +++ b//step-functions/latest/dg/concepts-access-cross-acct-resources.md @@ -127 +127 @@ To grant the permissions required for your state machine, update the required pe - "arn:aws:states:region:accountID:stateMachine:stateMachineName" + "arn:aws:states:region:account-id:stateMachine:stateMachineName" @@ -137 +137 @@ To grant the permissions required for your state machine, update the required pe - "arn:aws:states:region:accountID:execution:stateMachineName:*" + "arn:aws:states:region:account-id:execution:stateMachineName:*"