Skip to content

Commit 395651a

Browse files
committed
add tag exclusion for PreventDirectInternetAccessSageMakerNotebook
1 parent 58b4be1 commit 395651a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

service_control_policies/data_perimeter_governance_policy_2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@
124124
"Condition": {
125125
"StringEquals": {
126126
"sagemaker:DirectInternetAccess": "Enabled"
127+
},
128+
"StringNotEqualsIfExists": {
129+
"aws:PrincipalTag/dp:exclude": "true"
127130
}
128131
}
129132
},

0 commit comments

Comments
 (0)