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 14, 2025
1 parent 525c282 commit c484fbe
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions policies/SageMakerStudioDomainExecutionRolePolicy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-11-20T21:56:55Z",
"VersionId": "v1",
"CreateDate": "2025-01-14T21:22:06Z",
"VersionId": "v2",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -187,6 +187,25 @@
},
"Sid": "SSMGetParameterStatement"
},
{
"Action": [
"codeconnections:GetConnection",
"codeconnections:GetHost",
"codestar-connections:GetConnection",
"codestar-connections:GetHost"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"Null": {
"aws:ResourceTag/for-use-with-all-datazone-projects": "false"
},
"StringEquals": {
"aws:ResourceTag/for-use-with-all-datazone-projects": "true"
}
},
"Sid": "GetCodeConnectionsPermissionsStatement"
},
{
"Action": [
"codeconnections:ListConnections",
Expand Down

0 comments on commit c484fbe

Please sign in to comment.