Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Nov 14, 2024
1 parent 91dc598 commit 34b98d8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions policies/AmazonSageMakerNotebooksServiceRolePolicy
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
{
"PolicyVersion": {
"CreateDate": "2024-07-24T18:05:40Z",
"VersionId": "v9",
"CreateDate": "2024-11-14T20:33:45Z",
"VersionId": "v10",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"fsx:DescribeFileSystems"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
},
"Sid": "AllowFSxDescribe"
},
{
"Action": [
"sagemaker:DeleteApp"
Expand Down

0 comments on commit 34b98d8

Please sign in to comment.