AWS step-functions documentation change
Summary
Updated IAM policy example with concrete account ID in resource ARNs
Security assessment
Replaced placeholder account IDs with example values. No security impact—documentation example standardization.
Diff
diff --git a/step-functions/latest/dg/call-https-apis.md b/step-functions/latest/dg/call-https-apis.md index 88b2e8fd5..ae63cac42 100644 --- a//step-functions/latest/dg/call-https-apis.md +++ b//step-functions/latest/dg/call-https-apis.md @@ -560 +560 @@ The following IAM policy example grants the least privileges required to your st - "Resource": "arn:aws:states:us-east-2:account-id:stateMachine:myStateMachine", + "Resource": "arn:aws:states:us-east-2:123456789012:stateMachine:myStateMachine", @@ -576 +576 @@ The following IAM policy example grants the least privileges required to your st - "Resource": "arn:aws:events:us-east-2:account-id:connection/oauth_connection/aeabd89e-d39c-4181-9486-9fe03e6f286a" + "Resource": "arn:aws:events:us-east-2:123456789012:connection/oauth_connection/aeabd89e-d39c-4181-9486-9fe03e6f286a"