File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "PolicyVersion": {
3- "CreateDate": "2025-08-18T22:49:07Z ",
4- "VersionId": "v1 ",
3+ "CreateDate": "2025-11-10T22:19:10Z ",
4+ "VersionId": "v2 ",
55 "Document": {
66 "Version": "2012-10-17",
77 "Statement": [
1515 "datazone:CreateProject",
1616 "datazone:GetProject",
1717 "datazone:DeleteProject",
18- "datazone:GetIamPortalLoginUrl"
18+ "datazone:GetIamPortalLoginUrl",
19+ "datazone:ListEnvironmentBlueprints",
20+ "datazone:ListEnvironments",
21+ "datazone:GetEnvironment",
22+ "datazone:GetEnvironmentCredentials",
23+ "datazone:GetGroupProfile",
24+ "datazone:SearchGroupProfiles",
25+ "datazone:SearchUserProfiles",
26+ "datazone:ListProjectMemberships"
1927 ],
2028 "Resource": [
2129 "*"
4755 }
4856 },
4957 "Sid": "IAMPassRoleStatement"
58+ },
59+ {
60+ "Action": [
61+ "kms:Decrypt",
62+ "kms:GenerateDataKey"
63+ ],
64+ "Resource": "*",
65+ "Effect": "Allow",
66+ "Condition": {
67+ "ForAnyValue:StringEquals": {
68+ "kms:EncryptionContextKeys": "aws:datazone:domainId"
69+ },
70+ "StringLike": {
71+ "kms:ViaService": "datazone.*.amazonaws.com"
72+ }
73+ },
74+ "Sid": "DataZoneKMSPermissions"
5075 }
5176 ]
5277 },
You can’t perform that action at this time.
0 commit comments