AWS step-functions documentation change
Summary
Updated IAM user ARN example to use 'account-id' placeholder
Security assessment
Documentation formatting change with no security impact.
Diff
diff --git a/step-functions/latest/dg/vpc-endpoints.md b/step-functions/latest/dg/vpc-endpoints.md index ae83e22e6..f3299006a 100644 --- a//step-functions/latest/dg/vpc-endpoints.md +++ b//step-functions/latest/dg/vpc-endpoints.md @@ -82 +82 @@ The following example shows an Amazon VPC endpoint policy that allows one user t - "AWS": "arn:aws:iam::123456789012:user/MyUser" + "AWS": "arn:aws:iam::account-id:user/MyUser"