Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Jan 17, 2025
1 parent 474aeef commit 4ead5ba
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions policies/AmazonSageMakerPartnerAppsFullAccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"PolicyVersion": {
"CreateDate": "2025-01-17T18:37:06Z",
"VersionId": "v1",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": "sagemaker:ListPartnerApps",
"Resource": "*",
"Effect": "Allow",
"Sid": "AmazonSageMakerPartnerListAppsPermission"
},
{
"Action": [
"sagemaker:CreatePartnerAppPresignedUrl",
"sagemaker:DescribePartnerApp",
"sagemaker:CallPartnerAppApi"
],
"Resource": "arn:aws:sagemaker:*:*:partner-app/*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
},
"Sid": "AmazonSageMakerPartnerAppsPermission"
}
]
},
"IsDefaultVersion": true
}
}

0 comments on commit 4ead5ba

Please sign in to comment.