AWS sagemaker documentation change
Summary
Updated example ARN strings to use specific region (us-east-1) and account ID (111122223333) in JSON policy examples
Security assessment
The changes only modify placeholder values in example ARNs for accuracy. No security vulnerabilities or security-related configurations are addressed or introduced.
Diff
diff --git a/sagemaker/latest/dg/partner-app-onboard.md b/sagemaker/latest/dg/partner-app-onboard.md index 2c32e08cf..758b88e33 100644 --- a//sagemaker/latest/dg/partner-app-onboard.md +++ b//sagemaker/latest/dg/partner-app-onboard.md @@ -214 +214 @@ JSON - "arn:aws:sagemaker:region:account:partner-app/app" + "arn:aws:sagemaker:us-east-1:account:partner-app/app" @@ -288 +288 @@ JSON - "AWS": "arn:aws:iam::account:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -320 +320 @@ JSON - "AWS": "arn:aws:iam::account:root" + "AWS": "arn:aws:iam::111122223333:root"