iamdata 0.1.202509221__py3-none-any.whl → 0.1.202509241__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/access-analyzer.json +4 -1
- iamdata/data/actions/bedrock-agentcore.json +128 -5
- iamdata/data/actions/kms.json +120 -0
- iamdata/data/actions/sagemaker.json +40 -8
- iamdata/data/conditionKeys/bedrock-agentcore.json +15 -0
- iamdata/data/conditionKeys/kms.json +127 -7
- iamdata/data/conditionKeys/sagemaker.json +15 -0
- iamdata/data/conditionPatterns.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +16 -4
- iamdata/data/resourceTypes/sagemaker.json +8 -1
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509241.dist-info}/RECORD +15 -15
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509241.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -36,7 +36,10 @@
|
|
|
36
36
|
"description": "Grants permission to create a new agent runtime",
|
|
37
37
|
"accessLevel": "Write",
|
|
38
38
|
"resourceTypes": [],
|
|
39
|
-
"conditionKeys": [
|
|
39
|
+
"conditionKeys": [
|
|
40
|
+
"aws:RequestTag/${TagKey}",
|
|
41
|
+
"aws:TagKeys"
|
|
42
|
+
],
|
|
40
43
|
"dependentActions": [
|
|
41
44
|
"iam:PassRole"
|
|
42
45
|
]
|
|
@@ -45,8 +48,18 @@
|
|
|
45
48
|
"name": "CreateAgentRuntimeEndpoint",
|
|
46
49
|
"description": "Grants permission to create a new agent runtime endpoint",
|
|
47
50
|
"accessLevel": "Write",
|
|
48
|
-
"resourceTypes": [
|
|
49
|
-
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "runtime",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [
|
|
60
|
+
"aws:RequestTag/${TagKey}",
|
|
61
|
+
"aws:TagKeys"
|
|
62
|
+
],
|
|
50
63
|
"dependentActions": []
|
|
51
64
|
},
|
|
52
65
|
"createapikeycredentialprovider": {
|
|
@@ -75,7 +88,10 @@
|
|
|
75
88
|
"description": "Grants permission to create a new custom browser",
|
|
76
89
|
"accessLevel": "Write",
|
|
77
90
|
"resourceTypes": [],
|
|
78
|
-
"conditionKeys": [
|
|
91
|
+
"conditionKeys": [
|
|
92
|
+
"aws:RequestTag/${TagKey}",
|
|
93
|
+
"aws:TagKeys"
|
|
94
|
+
],
|
|
79
95
|
"dependentActions": []
|
|
80
96
|
},
|
|
81
97
|
"createcodeinterpreter": {
|
|
@@ -83,7 +99,10 @@
|
|
|
83
99
|
"description": "Grants permission to create a new custom code interpreter",
|
|
84
100
|
"accessLevel": "Write",
|
|
85
101
|
"resourceTypes": [],
|
|
86
|
-
"conditionKeys": [
|
|
102
|
+
"conditionKeys": [
|
|
103
|
+
"aws:RequestTag/${TagKey}",
|
|
104
|
+
"aws:TagKeys"
|
|
105
|
+
],
|
|
87
106
|
"dependentActions": []
|
|
88
107
|
},
|
|
89
108
|
"createevent": {
|
|
@@ -1033,6 +1052,39 @@
|
|
|
1033
1052
|
],
|
|
1034
1053
|
"dependentActions": []
|
|
1035
1054
|
},
|
|
1055
|
+
"listtagsforresource": {
|
|
1056
|
+
"name": "ListTagsForResource",
|
|
1057
|
+
"description": "Grants permission to list tags for a Bedrock-AgentCore resource",
|
|
1058
|
+
"accessLevel": "List",
|
|
1059
|
+
"resourceTypes": [
|
|
1060
|
+
{
|
|
1061
|
+
"name": "browser-custom",
|
|
1062
|
+
"required": false,
|
|
1063
|
+
"conditionKeys": [],
|
|
1064
|
+
"dependentActions": []
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "code-interpreter-custom",
|
|
1068
|
+
"required": false,
|
|
1069
|
+
"conditionKeys": [],
|
|
1070
|
+
"dependentActions": []
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "runtime",
|
|
1074
|
+
"required": false,
|
|
1075
|
+
"conditionKeys": [],
|
|
1076
|
+
"dependentActions": []
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "runtime-endpoint",
|
|
1080
|
+
"required": false,
|
|
1081
|
+
"conditionKeys": [],
|
|
1082
|
+
"dependentActions": []
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
"conditionKeys": [],
|
|
1086
|
+
"dependentActions": []
|
|
1087
|
+
},
|
|
1036
1088
|
"listworkloadidentities": {
|
|
1037
1089
|
"name": "ListWorkloadIdentities",
|
|
1038
1090
|
"description": "Grants permission to list all Workload Identities in the caller's AWS account",
|
|
@@ -1187,6 +1239,77 @@
|
|
|
1187
1239
|
"conditionKeys": [],
|
|
1188
1240
|
"dependentActions": []
|
|
1189
1241
|
},
|
|
1242
|
+
"tagresource": {
|
|
1243
|
+
"name": "TagResource",
|
|
1244
|
+
"description": "Grants permission to Tag a Bedrock-AgentCore resource",
|
|
1245
|
+
"accessLevel": "Tagging",
|
|
1246
|
+
"resourceTypes": [
|
|
1247
|
+
{
|
|
1248
|
+
"name": "browser-custom",
|
|
1249
|
+
"required": false,
|
|
1250
|
+
"conditionKeys": [],
|
|
1251
|
+
"dependentActions": []
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "code-interpreter-custom",
|
|
1255
|
+
"required": false,
|
|
1256
|
+
"conditionKeys": [],
|
|
1257
|
+
"dependentActions": []
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "runtime",
|
|
1261
|
+
"required": false,
|
|
1262
|
+
"conditionKeys": [],
|
|
1263
|
+
"dependentActions": []
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "runtime-endpoint",
|
|
1267
|
+
"required": false,
|
|
1268
|
+
"conditionKeys": [],
|
|
1269
|
+
"dependentActions": []
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"conditionKeys": [
|
|
1273
|
+
"aws:TagKeys",
|
|
1274
|
+
"aws:RequestTag/${TagKey}"
|
|
1275
|
+
],
|
|
1276
|
+
"dependentActions": []
|
|
1277
|
+
},
|
|
1278
|
+
"untagresource": {
|
|
1279
|
+
"name": "UntagResource",
|
|
1280
|
+
"description": "Grants permission to Untag a Bedrock-AgentCore resource",
|
|
1281
|
+
"accessLevel": "Tagging",
|
|
1282
|
+
"resourceTypes": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "browser-custom",
|
|
1285
|
+
"required": false,
|
|
1286
|
+
"conditionKeys": [],
|
|
1287
|
+
"dependentActions": []
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"name": "code-interpreter-custom",
|
|
1291
|
+
"required": false,
|
|
1292
|
+
"conditionKeys": [],
|
|
1293
|
+
"dependentActions": []
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "runtime",
|
|
1297
|
+
"required": false,
|
|
1298
|
+
"conditionKeys": [],
|
|
1299
|
+
"dependentActions": []
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "runtime-endpoint",
|
|
1303
|
+
"required": false,
|
|
1304
|
+
"conditionKeys": [],
|
|
1305
|
+
"dependentActions": []
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"conditionKeys": [
|
|
1309
|
+
"aws:TagKeys"
|
|
1310
|
+
],
|
|
1311
|
+
"dependentActions": []
|
|
1312
|
+
},
|
|
1190
1313
|
"updateagentruntime": {
|
|
1191
1314
|
"name": "UpdateAgentRuntime",
|
|
1192
1315
|
"description": "Grants permission to update an agent runtime",
|
iamdata/data/actions/kms.json
CHANGED
|
@@ -131,6 +131,30 @@
|
|
|
131
131
|
"kms:EncryptionContext:${EncryptionContextKey}",
|
|
132
132
|
"kms:EncryptionContextKeys",
|
|
133
133
|
"kms:RecipientAttestation:ImageSha384",
|
|
134
|
+
"kms:RecipientAttestation:NitroTPMPCR0",
|
|
135
|
+
"kms:RecipientAttestation:NitroTPMPCR1",
|
|
136
|
+
"kms:RecipientAttestation:NitroTPMPCR2",
|
|
137
|
+
"kms:RecipientAttestation:NitroTPMPCR3",
|
|
138
|
+
"kms:RecipientAttestation:NitroTPMPCR4",
|
|
139
|
+
"kms:RecipientAttestation:NitroTPMPCR5",
|
|
140
|
+
"kms:RecipientAttestation:NitroTPMPCR6",
|
|
141
|
+
"kms:RecipientAttestation:NitroTPMPCR7",
|
|
142
|
+
"kms:RecipientAttestation:NitroTPMPCR8",
|
|
143
|
+
"kms:RecipientAttestation:NitroTPMPCR9",
|
|
144
|
+
"kms:RecipientAttestation:NitroTPMPCR10",
|
|
145
|
+
"kms:RecipientAttestation:NitroTPMPCR11",
|
|
146
|
+
"kms:RecipientAttestation:NitroTPMPCR12",
|
|
147
|
+
"kms:RecipientAttestation:NitroTPMPCR13",
|
|
148
|
+
"kms:RecipientAttestation:NitroTPMPCR14",
|
|
149
|
+
"kms:RecipientAttestation:NitroTPMPCR15",
|
|
150
|
+
"kms:RecipientAttestation:NitroTPMPCR16",
|
|
151
|
+
"kms:RecipientAttestation:NitroTPMPCR17",
|
|
152
|
+
"kms:RecipientAttestation:NitroTPMPCR18",
|
|
153
|
+
"kms:RecipientAttestation:NitroTPMPCR19",
|
|
154
|
+
"kms:RecipientAttestation:NitroTPMPCR20",
|
|
155
|
+
"kms:RecipientAttestation:NitroTPMPCR21",
|
|
156
|
+
"kms:RecipientAttestation:NitroTPMPCR22",
|
|
157
|
+
"kms:RecipientAttestation:NitroTPMPCR23",
|
|
134
158
|
"kms:RecipientAttestation:PCR0",
|
|
135
159
|
"kms:RecipientAttestation:PCR1",
|
|
136
160
|
"kms:RecipientAttestation:PCR2",
|
|
@@ -236,6 +260,30 @@
|
|
|
236
260
|
"kms:CallerAccount",
|
|
237
261
|
"kms:KeyAgreementAlgorithm",
|
|
238
262
|
"kms:RecipientAttestation:ImageSha384",
|
|
263
|
+
"kms:RecipientAttestation:NitroTPMPCR0",
|
|
264
|
+
"kms:RecipientAttestation:NitroTPMPCR1",
|
|
265
|
+
"kms:RecipientAttestation:NitroTPMPCR2",
|
|
266
|
+
"kms:RecipientAttestation:NitroTPMPCR3",
|
|
267
|
+
"kms:RecipientAttestation:NitroTPMPCR4",
|
|
268
|
+
"kms:RecipientAttestation:NitroTPMPCR5",
|
|
269
|
+
"kms:RecipientAttestation:NitroTPMPCR6",
|
|
270
|
+
"kms:RecipientAttestation:NitroTPMPCR7",
|
|
271
|
+
"kms:RecipientAttestation:NitroTPMPCR8",
|
|
272
|
+
"kms:RecipientAttestation:NitroTPMPCR9",
|
|
273
|
+
"kms:RecipientAttestation:NitroTPMPCR10",
|
|
274
|
+
"kms:RecipientAttestation:NitroTPMPCR11",
|
|
275
|
+
"kms:RecipientAttestation:NitroTPMPCR12",
|
|
276
|
+
"kms:RecipientAttestation:NitroTPMPCR13",
|
|
277
|
+
"kms:RecipientAttestation:NitroTPMPCR14",
|
|
278
|
+
"kms:RecipientAttestation:NitroTPMPCR15",
|
|
279
|
+
"kms:RecipientAttestation:NitroTPMPCR16",
|
|
280
|
+
"kms:RecipientAttestation:NitroTPMPCR17",
|
|
281
|
+
"kms:RecipientAttestation:NitroTPMPCR18",
|
|
282
|
+
"kms:RecipientAttestation:NitroTPMPCR19",
|
|
283
|
+
"kms:RecipientAttestation:NitroTPMPCR20",
|
|
284
|
+
"kms:RecipientAttestation:NitroTPMPCR21",
|
|
285
|
+
"kms:RecipientAttestation:NitroTPMPCR22",
|
|
286
|
+
"kms:RecipientAttestation:NitroTPMPCR23",
|
|
239
287
|
"kms:RecipientAttestation:PCR0",
|
|
240
288
|
"kms:RecipientAttestation:PCR1",
|
|
241
289
|
"kms:RecipientAttestation:PCR2",
|
|
@@ -425,6 +473,30 @@
|
|
|
425
473
|
"kms:EncryptionContext:${EncryptionContextKey}",
|
|
426
474
|
"kms:EncryptionContextKeys",
|
|
427
475
|
"kms:RecipientAttestation:ImageSha384",
|
|
476
|
+
"kms:RecipientAttestation:NitroTPMPCR0",
|
|
477
|
+
"kms:RecipientAttestation:NitroTPMPCR1",
|
|
478
|
+
"kms:RecipientAttestation:NitroTPMPCR2",
|
|
479
|
+
"kms:RecipientAttestation:NitroTPMPCR3",
|
|
480
|
+
"kms:RecipientAttestation:NitroTPMPCR4",
|
|
481
|
+
"kms:RecipientAttestation:NitroTPMPCR5",
|
|
482
|
+
"kms:RecipientAttestation:NitroTPMPCR6",
|
|
483
|
+
"kms:RecipientAttestation:NitroTPMPCR7",
|
|
484
|
+
"kms:RecipientAttestation:NitroTPMPCR8",
|
|
485
|
+
"kms:RecipientAttestation:NitroTPMPCR9",
|
|
486
|
+
"kms:RecipientAttestation:NitroTPMPCR10",
|
|
487
|
+
"kms:RecipientAttestation:NitroTPMPCR11",
|
|
488
|
+
"kms:RecipientAttestation:NitroTPMPCR12",
|
|
489
|
+
"kms:RecipientAttestation:NitroTPMPCR13",
|
|
490
|
+
"kms:RecipientAttestation:NitroTPMPCR14",
|
|
491
|
+
"kms:RecipientAttestation:NitroTPMPCR15",
|
|
492
|
+
"kms:RecipientAttestation:NitroTPMPCR16",
|
|
493
|
+
"kms:RecipientAttestation:NitroTPMPCR17",
|
|
494
|
+
"kms:RecipientAttestation:NitroTPMPCR18",
|
|
495
|
+
"kms:RecipientAttestation:NitroTPMPCR19",
|
|
496
|
+
"kms:RecipientAttestation:NitroTPMPCR20",
|
|
497
|
+
"kms:RecipientAttestation:NitroTPMPCR21",
|
|
498
|
+
"kms:RecipientAttestation:NitroTPMPCR22",
|
|
499
|
+
"kms:RecipientAttestation:NitroTPMPCR23",
|
|
428
500
|
"kms:RecipientAttestation:PCR0",
|
|
429
501
|
"kms:RecipientAttestation:PCR1",
|
|
430
502
|
"kms:RecipientAttestation:PCR2",
|
|
@@ -481,6 +553,30 @@
|
|
|
481
553
|
"kms:EncryptionContext:${EncryptionContextKey}",
|
|
482
554
|
"kms:EncryptionContextKeys",
|
|
483
555
|
"kms:RecipientAttestation:ImageSha384",
|
|
556
|
+
"kms:RecipientAttestation:NitroTPMPCR0",
|
|
557
|
+
"kms:RecipientAttestation:NitroTPMPCR1",
|
|
558
|
+
"kms:RecipientAttestation:NitroTPMPCR2",
|
|
559
|
+
"kms:RecipientAttestation:NitroTPMPCR3",
|
|
560
|
+
"kms:RecipientAttestation:NitroTPMPCR4",
|
|
561
|
+
"kms:RecipientAttestation:NitroTPMPCR5",
|
|
562
|
+
"kms:RecipientAttestation:NitroTPMPCR6",
|
|
563
|
+
"kms:RecipientAttestation:NitroTPMPCR7",
|
|
564
|
+
"kms:RecipientAttestation:NitroTPMPCR8",
|
|
565
|
+
"kms:RecipientAttestation:NitroTPMPCR9",
|
|
566
|
+
"kms:RecipientAttestation:NitroTPMPCR10",
|
|
567
|
+
"kms:RecipientAttestation:NitroTPMPCR11",
|
|
568
|
+
"kms:RecipientAttestation:NitroTPMPCR12",
|
|
569
|
+
"kms:RecipientAttestation:NitroTPMPCR13",
|
|
570
|
+
"kms:RecipientAttestation:NitroTPMPCR14",
|
|
571
|
+
"kms:RecipientAttestation:NitroTPMPCR15",
|
|
572
|
+
"kms:RecipientAttestation:NitroTPMPCR16",
|
|
573
|
+
"kms:RecipientAttestation:NitroTPMPCR17",
|
|
574
|
+
"kms:RecipientAttestation:NitroTPMPCR18",
|
|
575
|
+
"kms:RecipientAttestation:NitroTPMPCR19",
|
|
576
|
+
"kms:RecipientAttestation:NitroTPMPCR20",
|
|
577
|
+
"kms:RecipientAttestation:NitroTPMPCR21",
|
|
578
|
+
"kms:RecipientAttestation:NitroTPMPCR22",
|
|
579
|
+
"kms:RecipientAttestation:NitroTPMPCR23",
|
|
484
580
|
"kms:RecipientAttestation:PCR0",
|
|
485
581
|
"kms:RecipientAttestation:PCR1",
|
|
486
582
|
"kms:RecipientAttestation:PCR2",
|
|
@@ -590,6 +686,30 @@
|
|
|
590
686
|
"resourceTypes": [],
|
|
591
687
|
"conditionKeys": [
|
|
592
688
|
"kms:RecipientAttestation:ImageSha384",
|
|
689
|
+
"kms:RecipientAttestation:NitroTPMPCR0",
|
|
690
|
+
"kms:RecipientAttestation:NitroTPMPCR1",
|
|
691
|
+
"kms:RecipientAttestation:NitroTPMPCR2",
|
|
692
|
+
"kms:RecipientAttestation:NitroTPMPCR3",
|
|
693
|
+
"kms:RecipientAttestation:NitroTPMPCR4",
|
|
694
|
+
"kms:RecipientAttestation:NitroTPMPCR5",
|
|
695
|
+
"kms:RecipientAttestation:NitroTPMPCR6",
|
|
696
|
+
"kms:RecipientAttestation:NitroTPMPCR7",
|
|
697
|
+
"kms:RecipientAttestation:NitroTPMPCR8",
|
|
698
|
+
"kms:RecipientAttestation:NitroTPMPCR9",
|
|
699
|
+
"kms:RecipientAttestation:NitroTPMPCR10",
|
|
700
|
+
"kms:RecipientAttestation:NitroTPMPCR11",
|
|
701
|
+
"kms:RecipientAttestation:NitroTPMPCR12",
|
|
702
|
+
"kms:RecipientAttestation:NitroTPMPCR13",
|
|
703
|
+
"kms:RecipientAttestation:NitroTPMPCR14",
|
|
704
|
+
"kms:RecipientAttestation:NitroTPMPCR15",
|
|
705
|
+
"kms:RecipientAttestation:NitroTPMPCR16",
|
|
706
|
+
"kms:RecipientAttestation:NitroTPMPCR17",
|
|
707
|
+
"kms:RecipientAttestation:NitroTPMPCR18",
|
|
708
|
+
"kms:RecipientAttestation:NitroTPMPCR19",
|
|
709
|
+
"kms:RecipientAttestation:NitroTPMPCR20",
|
|
710
|
+
"kms:RecipientAttestation:NitroTPMPCR21",
|
|
711
|
+
"kms:RecipientAttestation:NitroTPMPCR22",
|
|
712
|
+
"kms:RecipientAttestation:NitroTPMPCR23",
|
|
593
713
|
"kms:RecipientAttestation:PCR0",
|
|
594
714
|
"kms:RecipientAttestation:PCR1",
|
|
595
715
|
"kms:RecipientAttestation:PCR2",
|
|
@@ -274,7 +274,11 @@
|
|
|
274
274
|
{
|
|
275
275
|
"name": "model-package",
|
|
276
276
|
"required": false,
|
|
277
|
-
"conditionKeys": [
|
|
277
|
+
"conditionKeys": [
|
|
278
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
279
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
280
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
281
|
+
],
|
|
278
282
|
"dependentActions": []
|
|
279
283
|
},
|
|
280
284
|
{
|
|
@@ -479,7 +483,11 @@
|
|
|
479
483
|
"dependentActions": []
|
|
480
484
|
}
|
|
481
485
|
],
|
|
482
|
-
"conditionKeys": [
|
|
486
|
+
"conditionKeys": [
|
|
487
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
488
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
489
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
490
|
+
],
|
|
483
491
|
"dependentActions": []
|
|
484
492
|
},
|
|
485
493
|
"batchgetmetrics": {
|
|
@@ -1552,7 +1560,11 @@
|
|
|
1552
1560
|
{
|
|
1553
1561
|
"name": "model-package",
|
|
1554
1562
|
"required": false,
|
|
1555
|
-
"conditionKeys": [
|
|
1563
|
+
"conditionKeys": [
|
|
1564
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
1565
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
1566
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
1567
|
+
],
|
|
1556
1568
|
"dependentActions": [
|
|
1557
1569
|
"sagemaker:AddTags"
|
|
1558
1570
|
]
|
|
@@ -2778,7 +2790,11 @@
|
|
|
2778
2790
|
"dependentActions": []
|
|
2779
2791
|
}
|
|
2780
2792
|
],
|
|
2781
|
-
"conditionKeys": [
|
|
2793
|
+
"conditionKeys": [
|
|
2794
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
2795
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
2796
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
2797
|
+
],
|
|
2782
2798
|
"dependentActions": []
|
|
2783
2799
|
},
|
|
2784
2800
|
"deletemodelpackagegroup": {
|
|
@@ -3224,7 +3240,11 @@
|
|
|
3224
3240
|
{
|
|
3225
3241
|
"name": "model-package",
|
|
3226
3242
|
"required": false,
|
|
3227
|
-
"conditionKeys": [
|
|
3243
|
+
"conditionKeys": [
|
|
3244
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
3245
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
3246
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
3247
|
+
],
|
|
3228
3248
|
"dependentActions": []
|
|
3229
3249
|
},
|
|
3230
3250
|
{
|
|
@@ -4154,7 +4174,11 @@
|
|
|
4154
4174
|
"dependentActions": []
|
|
4155
4175
|
}
|
|
4156
4176
|
],
|
|
4157
|
-
"conditionKeys": [
|
|
4177
|
+
"conditionKeys": [
|
|
4178
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
4179
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
4180
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
4181
|
+
],
|
|
4158
4182
|
"dependentActions": []
|
|
4159
4183
|
},
|
|
4160
4184
|
"describemodelpackagegroup": {
|
|
@@ -5777,7 +5801,11 @@
|
|
|
5777
5801
|
{
|
|
5778
5802
|
"name": "model-package",
|
|
5779
5803
|
"required": false,
|
|
5780
|
-
"conditionKeys": [
|
|
5804
|
+
"conditionKeys": [
|
|
5805
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
5806
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
5807
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
5808
|
+
],
|
|
5781
5809
|
"dependentActions": []
|
|
5782
5810
|
},
|
|
5783
5811
|
{
|
|
@@ -7065,7 +7093,11 @@
|
|
|
7065
7093
|
{
|
|
7066
7094
|
"name": "model-package",
|
|
7067
7095
|
"required": true,
|
|
7068
|
-
"conditionKeys": [
|
|
7096
|
+
"conditionKeys": [
|
|
7097
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
7098
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
7099
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
7100
|
+
],
|
|
7069
7101
|
"dependentActions": []
|
|
7070
7102
|
}
|
|
7071
7103
|
],
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by having actions based on the tag value associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by creating requests based on the presence of mandatory tags in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"bedrock-agentcore:actorid": {
|
|
3
18
|
"key": "bedrock-agentcore:actorId",
|
|
4
19
|
"description": "Filters access by Actor Id",
|
|
@@ -134,14 +134,134 @@
|
|
|
134
134
|
"description": "Filters access to the API operations based on the image hash in the attestation document in the request",
|
|
135
135
|
"type": "String"
|
|
136
136
|
},
|
|
137
|
+
"kms:recipientattestation:nitrotpmpcr0": {
|
|
138
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR0",
|
|
139
|
+
"description": "Filters access by the platform configuration register (PCR) 0 in the attestation document in the request. PCR0 is a contiguous measure of core system firmware executable code",
|
|
140
|
+
"type": "String"
|
|
141
|
+
},
|
|
142
|
+
"kms:recipientattestation:nitrotpmpcr1": {
|
|
143
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR1",
|
|
144
|
+
"description": "Filters access by the platform configuration register (PCR) 1 in the attestation document in the request. PCR1 is a contiguous measure of core system firmware data/host platform configuration, typically including serial and model numbers",
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
"kms:recipientattestation:nitrotpmpcr10": {
|
|
148
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR10",
|
|
149
|
+
"description": "Filters access by the platform configuration register (PCR) 10 in the attestation document in the request. PCR10 is a contiguous measure of protection of the IMA measurement log",
|
|
150
|
+
"type": "String"
|
|
151
|
+
},
|
|
152
|
+
"kms:recipientattestation:nitrotpmpcr11": {
|
|
153
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR11",
|
|
154
|
+
"description": "Filters access by the platform configuration register (PCR) 11 in the attestation document in the request. PCR11 is a contiguous measure of all components of unified kernel images (UKIs)",
|
|
155
|
+
"type": "String"
|
|
156
|
+
},
|
|
157
|
+
"kms:recipientattestation:nitrotpmpcr12": {
|
|
158
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR12",
|
|
159
|
+
"description": "Filters access by the platform configuration register (PCR) 12 in the attestation document in the request. PCR12 is a contiguous measure of kernel command line, system credentials and system configuration images",
|
|
160
|
+
"type": "String"
|
|
161
|
+
},
|
|
162
|
+
"kms:recipientattestation:nitrotpmpcr13": {
|
|
163
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR13",
|
|
164
|
+
"description": "Filters access by the platform configuration register (PCR) 13 in the attestation document in the request. PCR13 is a contiguous measure of all system extension images for the initrd",
|
|
165
|
+
"type": "String"
|
|
166
|
+
},
|
|
167
|
+
"kms:recipientattestation:nitrotpmpcr14": {
|
|
168
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR14",
|
|
169
|
+
"description": "Filters access by the platform configuration register (PCR) 14 in the attestation document in the request. PCR14 is a contiguous measure of \"MOK\" certificates and hashes",
|
|
170
|
+
"type": "String"
|
|
171
|
+
},
|
|
172
|
+
"kms:recipientattestation:nitrotpmpcr15": {
|
|
173
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR15",
|
|
174
|
+
"description": "Filters access by the platform configuration register (PCR) 15 in the attestation document in the request. PCR15 is a contiguous measure of root file system volume encryption key",
|
|
175
|
+
"type": "String"
|
|
176
|
+
},
|
|
177
|
+
"kms:recipientattestation:nitrotpmpcr16": {
|
|
178
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR16",
|
|
179
|
+
"description": "Filters access by the platform configuration register (PCR) 16 in the attestation document in the request. PCR16 is a custom PCR that can be defined by the user for specific use cases",
|
|
180
|
+
"type": "String"
|
|
181
|
+
},
|
|
182
|
+
"kms:recipientattestation:nitrotpmpcr17": {
|
|
183
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR17",
|
|
184
|
+
"description": "Filters access by the platform configuration register (PCR) 17 in the attestation document in the request. PCR17 is a custom PCR that can be defined by the user for specific use cases",
|
|
185
|
+
"type": "String"
|
|
186
|
+
},
|
|
187
|
+
"kms:recipientattestation:nitrotpmpcr18": {
|
|
188
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR18",
|
|
189
|
+
"description": "Filters access by the platform configuration register (PCR) 18 in the attestation document in the request. PCR18 is a custom PCR that can be defined by the user for specific use cases",
|
|
190
|
+
"type": "String"
|
|
191
|
+
},
|
|
192
|
+
"kms:recipientattestation:nitrotpmpcr19": {
|
|
193
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR19",
|
|
194
|
+
"description": "Filters access by the platform configuration register (PCR) 19 in the attestation document in the request. PCR19 is a custom PCR that can be defined by the user for specific use cases",
|
|
195
|
+
"type": "String"
|
|
196
|
+
},
|
|
197
|
+
"kms:recipientattestation:nitrotpmpcr2": {
|
|
198
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR2",
|
|
199
|
+
"description": "Filters access by the platform configuration register (PCR) 2 in the attestation document in the request. PCR2 is a contiguous measure of extended or pluggable executable code, including option ROMs on pluggable hardware",
|
|
200
|
+
"type": "String"
|
|
201
|
+
},
|
|
202
|
+
"kms:recipientattestation:nitrotpmpcr20": {
|
|
203
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR20",
|
|
204
|
+
"description": "Filters access by the platform configuration register (PCR) 20 in the attestation document in the request. PCR20 is a custom PCR that can be defined by the user for specific use cases",
|
|
205
|
+
"type": "String"
|
|
206
|
+
},
|
|
207
|
+
"kms:recipientattestation:nitrotpmpcr21": {
|
|
208
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR21",
|
|
209
|
+
"description": "Filters access by the platform configuration register (PCR) 21 in the attestation document in the request. PCR21 is a custom PCR that can be defined by the user for specific use cases",
|
|
210
|
+
"type": "String"
|
|
211
|
+
},
|
|
212
|
+
"kms:recipientattestation:nitrotpmpcr22": {
|
|
213
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR22",
|
|
214
|
+
"description": "Filters access by the platform configuration register (PCR) 22 in the attestation document in the request. PCR22 is a custom PCR that can be defined by the user for specific use cases",
|
|
215
|
+
"type": "String"
|
|
216
|
+
},
|
|
217
|
+
"kms:recipientattestation:nitrotpmpcr23": {
|
|
218
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR23",
|
|
219
|
+
"description": "Filters access by the platform configuration register (PCR) 23 in the attestation document in the request. PCR23 is a custom PCR that can be defined by the user for specific use cases",
|
|
220
|
+
"type": "String"
|
|
221
|
+
},
|
|
222
|
+
"kms:recipientattestation:nitrotpmpcr3": {
|
|
223
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR3",
|
|
224
|
+
"description": "Filters access by the platform configuration register (PCR) 3 in the attestation document in the request. PCR3 is a contiguous measure of extended or pluggable firmware data, including information about pluggable hardware",
|
|
225
|
+
"type": "String"
|
|
226
|
+
},
|
|
227
|
+
"kms:recipientattestation:nitrotpmpcr4": {
|
|
228
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR4",
|
|
229
|
+
"description": "Filters access by the platform configuration register (PCR) 4 in the attestation document in the request. PCR4 is a contiguous measure of boot loader and additional drivers, including binaries and extensions loaded by the boot loader",
|
|
230
|
+
"type": "String"
|
|
231
|
+
},
|
|
232
|
+
"kms:recipientattestation:nitrotpmpcr5": {
|
|
233
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR5",
|
|
234
|
+
"description": "Filters access by the platform configuration register (PCR) 5 in the attestation document in the request. PCR5 is a contiguous measure of GPT/Partition table",
|
|
235
|
+
"type": "String"
|
|
236
|
+
},
|
|
237
|
+
"kms:recipientattestation:nitrotpmpcr6": {
|
|
238
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR6",
|
|
239
|
+
"description": "Filters access by the platform configuration register (PCR) 6 in the attestation document in the request. PCR6 is a custom PCR that can be defined by the user for specific use cases",
|
|
240
|
+
"type": "String"
|
|
241
|
+
},
|
|
242
|
+
"kms:recipientattestation:nitrotpmpcr7": {
|
|
243
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR7",
|
|
244
|
+
"description": "Filters access by the platform configuration register (PCR) 7 in the attestation document in the request. PCR7 is a contiguous measure of SecureBoot state",
|
|
245
|
+
"type": "String"
|
|
246
|
+
},
|
|
247
|
+
"kms:recipientattestation:nitrotpmpcr8": {
|
|
248
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR8",
|
|
249
|
+
"description": "Filters access by the platform configuration register (PCR) 8 in the attestation document in the request. PCR8 is a contiguous measure of commands and kernel command line",
|
|
250
|
+
"type": "String"
|
|
251
|
+
},
|
|
252
|
+
"kms:recipientattestation:nitrotpmpcr9": {
|
|
253
|
+
"key": "kms:RecipientAttestation:NitroTPMPCR9",
|
|
254
|
+
"description": "Filters access by the platform configuration register (PCR) 9 in the attestation document in the request. PCR9 is a contiguous measure of all files read (including kernel image)",
|
|
255
|
+
"type": "String"
|
|
256
|
+
},
|
|
137
257
|
"kms:recipientattestation:pcr0": {
|
|
138
258
|
"key": "kms:RecipientAttestation:PCR0",
|
|
139
|
-
"description": "Filters access by the platform configuration register (PCR) 0 in the attestation document. PCR0 is a contiguous measure of the contents of the enclave image file, without the section data",
|
|
259
|
+
"description": "Filters access by the platform configuration register (PCR) 0 in the attestation document in the request. PCR0 is a contiguous measure of the contents of the enclave image file, without the section data",
|
|
140
260
|
"type": "String"
|
|
141
261
|
},
|
|
142
262
|
"kms:recipientattestation:pcr1": {
|
|
143
263
|
"key": "kms:RecipientAttestation:PCR1",
|
|
144
|
-
"description": "Filters access by the platform configuration register (PCR) 1 in the attestation document. PCR1 is a contiguous measurement of the Linux kernel and bootstrap data",
|
|
264
|
+
"description": "Filters access by the platform configuration register (PCR) 1 in the attestation document in the request. PCR1 is a contiguous measurement of the Linux kernel and bootstrap data",
|
|
145
265
|
"type": "String"
|
|
146
266
|
},
|
|
147
267
|
"kms:recipientattestation:pcr10": {
|
|
@@ -196,7 +316,7 @@
|
|
|
196
316
|
},
|
|
197
317
|
"kms:recipientattestation:pcr2": {
|
|
198
318
|
"key": "kms:RecipientAttestation:PCR2",
|
|
199
|
-
"description": "Filters access by the platform configuration register (PCR) 2 in the attestation document. PCR2 is a contiguous, in-order measurement of the user applications, without the boot ramfs",
|
|
319
|
+
"description": "Filters access by the platform configuration register (PCR) 2 in the attestation document in the request. PCR2 is a contiguous, in-order measurement of the user applications, without the boot ramfs",
|
|
200
320
|
"type": "String"
|
|
201
321
|
},
|
|
202
322
|
"kms:recipientattestation:pcr20": {
|
|
@@ -251,7 +371,7 @@
|
|
|
251
371
|
},
|
|
252
372
|
"kms:recipientattestation:pcr3": {
|
|
253
373
|
"key": "kms:RecipientAttestation:PCR3",
|
|
254
|
-
"description": "Filters access by the platform configuration register (PCR) 3 in the attestation document. PCR3 is a contiguous measurement of the IAM role assigned to the parent instance",
|
|
374
|
+
"description": "Filters access by the platform configuration register (PCR) 3 in the attestation document in the request. PCR3 is a contiguous measurement of the IAM role assigned to the parent instance",
|
|
255
375
|
"type": "String"
|
|
256
376
|
},
|
|
257
377
|
"kms:recipientattestation:pcr30": {
|
|
@@ -266,7 +386,7 @@
|
|
|
266
386
|
},
|
|
267
387
|
"kms:recipientattestation:pcr4": {
|
|
268
388
|
"key": "kms:RecipientAttestation:PCR4",
|
|
269
|
-
"description": "Filters access by the platform configuration register (PCR) 4 in the attestation document. PCR4 is a contiguous measurement of the ID of the parent instance",
|
|
389
|
+
"description": "Filters access by the platform configuration register (PCR) 4 in the attestation document in the request. PCR4 is a contiguous measurement of the ID of the parent instance",
|
|
270
390
|
"type": "String"
|
|
271
391
|
},
|
|
272
392
|
"kms:recipientattestation:pcr5": {
|
|
@@ -281,12 +401,12 @@
|
|
|
281
401
|
},
|
|
282
402
|
"kms:recipientattestation:pcr7": {
|
|
283
403
|
"key": "kms:RecipientAttestation:PCR7",
|
|
284
|
-
"description": "Filters access by platform configuration register (PCR) 7 in the attestation document in the request. PCR7 is a custom PCR that can be defined by the user for specific use cases",
|
|
404
|
+
"description": "Filters access by the platform configuration register (PCR) 7 in the attestation document in the request. PCR7 is a custom PCR that can be defined by the user for specific use cases",
|
|
285
405
|
"type": "String"
|
|
286
406
|
},
|
|
287
407
|
"kms:recipientattestation:pcr8": {
|
|
288
408
|
"key": "kms:RecipientAttestation:PCR8",
|
|
289
|
-
"description": "Filters access by the platform configuration register (PCR) 8 in the attestation document. PCR8 is a measure of the signing certificate specified for the enclave image file",
|
|
409
|
+
"description": "Filters access by the platform configuration register (PCR) 8 in the attestation document in the request. PCR8 is a measure of the signing certificate specified for the enclave image file",
|
|
290
410
|
"type": "String"
|
|
291
411
|
},
|
|
292
412
|
"kms:recipientattestation:pcr9": {
|
|
@@ -24,6 +24,21 @@
|
|
|
24
24
|
"description": "Filters access by the app network access type associated with the resource in the request",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
|
+
"sagemaker:currentcustomermetadataproperties/${metadatakey}": {
|
|
28
|
+
"key": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
29
|
+
"description": "Filters access by a current metadata key and value pair associated with the model-package resource",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"sagemaker:currentmodellifecyclestage": {
|
|
33
|
+
"key": "sagemaker:CurrentModelLifeCycleStage",
|
|
34
|
+
"description": "Filters access by the current value of the Stage field in the model life cycle object associated with the model-package resource",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
37
|
+
"sagemaker:currentmodellifecyclestagestatus": {
|
|
38
|
+
"key": "sagemaker:CurrentModelLifeCycleStageStatus",
|
|
39
|
+
"description": "Filters access by the current value of the StageStatus field in the model life cycle object associated with the model-package resource",
|
|
40
|
+
"type": "String"
|
|
41
|
+
},
|
|
27
42
|
"sagemaker:customermetadataproperties/${metadatakey}": {
|
|
28
43
|
"key": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
29
44
|
"description": "Filters access by a metadata key and value pair",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
},
|
|
125
125
|
"sagemaker": {
|
|
126
126
|
"sagemaker:ResourceTag/.+?": "sagemaker:ResourceTag/${TagKey}",
|
|
127
|
+
"sagemaker:CurrentCustomerMetadataProperties/.+?": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
127
128
|
"sagemaker:CustomerMetadataProperties/.+?": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
128
129
|
"sagemaker:SearchVisibilityCondition/.+?": "sagemaker:SearchVisibilityCondition/${FilterKey}"
|
|
129
130
|
},
|
iamdata/data/metadata.json
CHANGED
|
@@ -21,15 +21,24 @@
|
|
|
21
21
|
},
|
|
22
22
|
"runtime": {
|
|
23
23
|
"key": "runtime",
|
|
24
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}"
|
|
24
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}",
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"aws:ResourceTag/${TagKey}"
|
|
27
|
+
]
|
|
25
28
|
},
|
|
26
29
|
"runtime-endpoint": {
|
|
27
30
|
"key": "runtime-endpoint",
|
|
28
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}/runtime-endpoint/${Name}"
|
|
31
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}/runtime-endpoint/${Name}",
|
|
32
|
+
"conditionKeys": [
|
|
33
|
+
"aws:ResourceTag/${TagKey}"
|
|
34
|
+
]
|
|
29
35
|
},
|
|
30
36
|
"code-interpreter-custom": {
|
|
31
37
|
"key": "code-interpreter-custom",
|
|
32
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:code-interpreter-custom/${CodeInterpreterId}"
|
|
38
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:code-interpreter-custom/${CodeInterpreterId}",
|
|
39
|
+
"conditionKeys": [
|
|
40
|
+
"aws:ResourceTag/${TagKey}"
|
|
41
|
+
]
|
|
33
42
|
},
|
|
34
43
|
"code-interpreter": {
|
|
35
44
|
"key": "code-interpreter",
|
|
@@ -37,7 +46,10 @@
|
|
|
37
46
|
},
|
|
38
47
|
"browser-custom": {
|
|
39
48
|
"key": "browser-custom",
|
|
40
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:browser-custom/${BrowserId}"
|
|
49
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:browser-custom/${BrowserId}",
|
|
50
|
+
"conditionKeys": [
|
|
51
|
+
"aws:ResourceTag/${TagKey}"
|
|
52
|
+
]
|
|
41
53
|
},
|
|
42
54
|
"browser": {
|
|
43
55
|
"key": "browser",
|
|
@@ -189,7 +189,11 @@
|
|
|
189
189
|
},
|
|
190
190
|
"image-version": {
|
|
191
191
|
"key": "image-version",
|
|
192
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:image-version/${ImageName}/${Version}"
|
|
192
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:image-version/${ImageName}/${Version}",
|
|
193
|
+
"conditionKeys": [
|
|
194
|
+
"aws:ResourceTag/${TagKey}",
|
|
195
|
+
"sagemaker:ResourceTag/${TagKey}"
|
|
196
|
+
]
|
|
193
197
|
},
|
|
194
198
|
"algorithm": {
|
|
195
199
|
"key": "algorithm",
|
|
@@ -260,6 +264,9 @@
|
|
|
260
264
|
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:model-package/${ModelPackageName}",
|
|
261
265
|
"conditionKeys": [
|
|
262
266
|
"aws:ResourceTag/${TagKey}",
|
|
267
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
268
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
269
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
263
270
|
"sagemaker:ResourceTag/${TagKey}"
|
|
264
271
|
]
|
|
265
272
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202509241
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -4,14 +4,14 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
|
-
iamdata/data/conditionPatterns.json,sha256=
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
7
|
+
iamdata/data/conditionPatterns.json,sha256=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
|
|
8
|
+
iamdata/data/metadata.json,sha256=zewQqaqQK-UCppTJEwuErGI3jyBKqyTN8iqQMoIXn-w,76
|
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
12
12
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
13
13
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
|
14
|
-
iamdata/data/actions/access-analyzer.json,sha256=
|
|
14
|
+
iamdata/data/actions/access-analyzer.json,sha256=_WtDOojkPWOtM58YCuo5-FJLMh0lAaG2rTJ8vUL_zY0,12681
|
|
15
15
|
iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3VqYkn8,7819
|
|
16
16
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
|
17
17
|
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
|
@@ -62,7 +62,7 @@ iamdata/data/actions/bcm-dashboards.json,sha256=ZOndaQY5uj2F2liI6COzuMcE1FxtiH_1
|
|
|
62
62
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
63
63
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
64
64
|
iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
|
|
65
|
-
iamdata/data/actions/bedrock-agentcore.json,sha256=
|
|
65
|
+
iamdata/data/actions/bedrock-agentcore.json,sha256=meBJTA_AVMxrfXtejIZenMyoAcsHHFndb_WTk60T6Tw,38526
|
|
66
66
|
iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
|
|
67
67
|
iamdata/data/actions/billing.json,sha256=it40jkO1aQnvxXgcFqW5bc3gFzJCznyy_kwjnSGxbG0,9379
|
|
68
68
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
@@ -231,7 +231,7 @@ iamdata/data/actions/kendra.json,sha256=KkFOjMGLJhQ869Z8vzmHnLIoblFPOrPynRiBXr-G
|
|
|
231
231
|
iamdata/data/actions/kinesis.json,sha256=bx6GqNMc2LA29tYXfJyf1UNyyXvXDg4t_p5SpjzeXmQ,16833
|
|
232
232
|
iamdata/data/actions/kinesisanalytics.json,sha256=qfokOb3pzp4lPXQx7QuOqhaWZ_fCYBmK8AbzTSXXKto,13688
|
|
233
233
|
iamdata/data/actions/kinesisvideo.json,sha256=CbufqlOdV-36LWV3MSsvGziUhnlsVQKmHGscBkYE7pM,17983
|
|
234
|
-
iamdata/data/actions/kms.json,sha256=
|
|
234
|
+
iamdata/data/actions/kms.json,sha256=5rXjte7j2JHEsidsVT3XScOx2rLvDNDqho4AMsuWiB4,39941
|
|
235
235
|
iamdata/data/actions/lakeformation.json,sha256=umu3862CPiA-ngZwCjQ2gHSCOKk1L8aWqZeuds74jFc,16117
|
|
236
236
|
iamdata/data/actions/lambda.json,sha256=GztbLvqZ0DOGCEt-1apK3U5FtgPZ95Aao5Fpv6U4Kis,31247
|
|
237
237
|
iamdata/data/actions/launchwizard.json,sha256=um7PaidJkgrT-VIHRMcCXtcYBz83CbMuy-jN6_N2Bu0,10792
|
|
@@ -352,7 +352,7 @@ iamdata/data/actions/s3vectors.json,sha256=BZhhEDAVEPP5ftF2fNOGuAEAtYcME_MPoYeGW
|
|
|
352
352
|
iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
|
|
353
353
|
iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
|
|
354
354
|
iamdata/data/actions/sagemaker-mlflow.json,sha256=_dw7_8asektuyJXgt7x5cXzGuQAbRP0eB5ZrYbPoLtY,23700
|
|
355
|
-
iamdata/data/actions/sagemaker.json,sha256=
|
|
355
|
+
iamdata/data/actions/sagemaker.json,sha256=v1qyPjXgzzv6sWnA6nFt2aK9M6taa6jNeic12URUJwA,198394
|
|
356
356
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
357
357
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
358
358
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
@@ -491,7 +491,7 @@ iamdata/data/conditionKeys/bcm-dashboards.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw
|
|
|
491
491
|
iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
492
492
|
iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
493
493
|
iamdata/data/conditionKeys/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
494
|
-
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=
|
|
494
|
+
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=0x0TnC7tulHSVPixEv6WX_dchgbz0MqrcueAOEN2Ugk,1239
|
|
495
495
|
iamdata/data/conditionKeys/bedrock.json,sha256=EK-sFHvUKTTOYGR4eNwUnpX2vN4KHNpkmLz-QKPXNiQ,1821
|
|
496
496
|
iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
497
497
|
iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
@@ -660,7 +660,7 @@ iamdata/data/conditionKeys/kendra.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkx
|
|
|
660
660
|
iamdata/data/conditionKeys/kinesis.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
661
661
|
iamdata/data/conditionKeys/kinesisanalytics.json,sha256=Lqh48IefYpGcIChK3WrArCGFzGFpIeYLNPHsh01bHfs,520
|
|
662
662
|
iamdata/data/conditionKeys/kinesisvideo.json,sha256=DWYq7bnbV8dFNbuJoiNUEc6_e_zbN7MsvaOeUTJhc5E,553
|
|
663
|
-
iamdata/data/conditionKeys/kms.json,sha256=
|
|
663
|
+
iamdata/data/conditionKeys/kms.json,sha256=q8ca6opzIGOGdjYZJl8V0K0zrUgcmXA01cTTbVBElfs,27589
|
|
664
664
|
iamdata/data/conditionKeys/lakeformation.json,sha256=-vNttiAr2344yId6mlFJdtfUvaWrrHyaZ56D0WIhG1M,241
|
|
665
665
|
iamdata/data/conditionKeys/lambda.json,sha256=zhwiPTACegeAHIwCtStIoq7afdC2lMb8KP8x4P7b_r4,2551
|
|
666
666
|
iamdata/data/conditionKeys/launchwizard.json,sha256=j7cRW7qj_UYp1Y9MKa8EzaXdbJ7C9h4Twrd5if6oTEg,550
|
|
@@ -781,7 +781,7 @@ iamdata/data/conditionKeys/s3vectors.json,sha256=LxXyqoRqcvPgFCUdiEjG-T2icZsLo-W
|
|
|
781
781
|
iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
782
782
|
iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
783
783
|
iamdata/data/conditionKeys/sagemaker-mlflow.json,sha256=VTxr2LS6XFKJccxy_tpA1CWdRYAN9bS-UfJiOI4Hk08,342
|
|
784
|
-
iamdata/data/conditionKeys/sagemaker.json,sha256=
|
|
784
|
+
iamdata/data/conditionKeys/sagemaker.json,sha256=mqJA5DjOFUGyo5cFVqSXhTxYRma9RIUK6nerHY2JAd8,12995
|
|
785
785
|
iamdata/data/conditionKeys/savingsplans.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
786
786
|
iamdata/data/conditionKeys/scheduler.json,sha256=PZQI6yB3cugNbnSSDrYLaC7X-JNu6EooUYvZCs0djkE,516
|
|
787
787
|
iamdata/data/conditionKeys/schemas.json,sha256=B8roLjnCcIWRRPMTa3VPFLBEw31f40dSvoR82bdiGM4,524
|
|
@@ -920,7 +920,7 @@ iamdata/data/resourceTypes/bcm-dashboards.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
920
920
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
921
921
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
922
922
|
iamdata/data/resourceTypes/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
923
|
-
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=
|
|
923
|
+
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=SNU--LZvawux0DxHLmFmYd6pCB7Sj2uazkV2LbAXygQ,2420
|
|
924
924
|
iamdata/data/resourceTypes/bedrock.json,sha256=bKhvt5WtdyDatVUy8-KT8Hsofmkzyl9GI9sudrv4MOA,6930
|
|
925
925
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
926
926
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
@@ -1210,7 +1210,7 @@ iamdata/data/resourceTypes/s3vectors.json,sha256=zG6BQHaUO5xWnw6dfBK0r0U62poOmm5
|
|
|
1210
1210
|
iamdata/data/resourceTypes/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1211
1211
|
iamdata/data/resourceTypes/sagemaker-geospatial.json,sha256=jtejWVh-j2HOeaB6oXyd-F_Dx2lQ_6Xi25qczdOoO2c,711
|
|
1212
1212
|
iamdata/data/resourceTypes/sagemaker-mlflow.json,sha256=5YRB6meRb4Lf5_fedvZt6oE_dYlWcsf0BZJ-RTvcXRA,291
|
|
1213
|
-
iamdata/data/resourceTypes/sagemaker.json,sha256=
|
|
1213
|
+
iamdata/data/resourceTypes/sagemaker.json,sha256=r5fdw4lg-me4aP64RP6LBoP_vKfg-SiOlO7rrK3klDw,17508
|
|
1214
1214
|
iamdata/data/resourceTypes/savingsplans.json,sha256=8tLIu_FUwRKxv-bta1h4cy7zPkeFQtc356VPeNDqVRM,197
|
|
1215
1215
|
iamdata/data/resourceTypes/scheduler.json,sha256=Zp9amrBnMEqrkPzGKU10d4wjbxrveOSUFeNunCbjlRQ,354
|
|
1216
1216
|
iamdata/data/resourceTypes/schemas.json,sha256=Qhj-r7f6sJkTva-uLKc_Zv619Mb4GQxl2B7Nv1Et_-0,592
|
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1303
|
-
iamdata-0.1.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1303
|
+
iamdata-0.1.202509241.dist-info/METADATA,sha256=BKbSFTJhW8IF54Mtu0udrm9Jl-m8b8lA2jGbu3bAW3Y,3491
|
|
1304
|
+
iamdata-0.1.202509241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1305
|
+
iamdata-0.1.202509241.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1306
|
+
iamdata-0.1.202509241.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|