AWS sagemaker documentation change
Summary
Updated IAM role ARN example in pipeline definition documentation
Security assessment
Example ARN format standardization without addressing vulnerabilities or security controls
Diff
diff --git a/sagemaker/latest/dg/define-pipeline.md b/sagemaker/latest/dg/define-pipeline.md index 8c426e4e4..ec329192b 100644 --- a//sagemaker/latest/dg/define-pipeline.md +++ b//sagemaker/latest/dg/define-pipeline.md @@ -141 +141 @@ JSON - "Resource": "<your-role-arn>" + "Resource": "arn:aws:iam::111122223333:role/role-name"