AWS sagemaker documentation change
Summary
Replaced placeholder KMS key ARN with concrete example
Security assessment
Similar to other KMS ARN changes, this updates example formatting without introducing new security concepts or addressing vulnerabilities.
Diff
diff --git a/sagemaker/latest/dg/scheduled-notebook-policies-studio.md b/sagemaker/latest/dg/scheduled-notebook-policies-studio.md index d83b0592e..e3ae72a86 100644 --- a//sagemaker/latest/dg/scheduled-notebook-policies-studio.md +++ b//sagemaker/latest/dg/scheduled-notebook-policies-studio.md @@ -263 +263 @@ JSON - "Resource":"your_KMS_key_ARN" + "Resource":"arn:aws:kms:us-east-1:111122223333:key/key-id"