@cloud-copilot/iam-data 0.19.202606021 → 0.19.202606051
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.
- package/data/actions/aidevops.json +188 -0
- package/data/actions/cognito-idp.json +60 -0
- package/data/actions/elasticache.json +4 -2
- package/data/actions/finops-agent.json +416 -0
- package/data/actions/glue.json +15 -0
- package/data/actions/health-agent.json +30 -0
- package/data/actions/iot.json +3 -1
- package/data/actions/ivs.json +8 -0
- package/data/actions/quicksight.json +251 -8
- package/data/actions/sagemaker.json +217 -35
- package/data/actions/securityagent.json +273 -0
- package/data/actions/transform.json +31 -5
- package/data/conditionKeys/elasticache.json +5 -0
- package/data/conditionKeys/finops-agent.json +1 -0
- package/data/conditionKeys/iot.json +2 -2
- package/data/conditionKeys/sagemaker.json +36 -6
- package/data/conditionKeys/transform.json +5 -0
- package/data/resourceTypes/elasticache.json +1 -0
- package/data/resourceTypes/finops-agent.json +1 -0
- package/data/resourceTypes/glue.json +12 -3
- package/data/resourceTypes/quicksight.json +26 -2
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/transform.json +4 -1
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -48,6 +48,40 @@
|
|
|
48
48
|
"kms:Decrypt"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
+
"batchdeletethreatmodels": {
|
|
52
|
+
"name": "BatchDeleteThreatModels",
|
|
53
|
+
"description": "Grants permission to delete multiple threat models in a single request",
|
|
54
|
+
"accessLevel": "Write",
|
|
55
|
+
"resourceTypes": [
|
|
56
|
+
{
|
|
57
|
+
"name": "AgentSpace",
|
|
58
|
+
"required": true,
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"conditionKeys": [],
|
|
64
|
+
"dependentActions": [
|
|
65
|
+
"kms:Decrypt"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"batchdeletethreats": {
|
|
69
|
+
"name": "BatchDeleteThreats",
|
|
70
|
+
"description": "Grants permission to delete multiple threats",
|
|
71
|
+
"accessLevel": "Write",
|
|
72
|
+
"resourceTypes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "AgentSpace",
|
|
75
|
+
"required": true,
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"conditionKeys": [],
|
|
81
|
+
"dependentActions": [
|
|
82
|
+
"kms:Decrypt"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
51
85
|
"batchgetagentspaces": {
|
|
52
86
|
"name": "BatchGetAgentSpaces",
|
|
53
87
|
"description": "Grants permission to retrieve multiple agent spaces in a single request",
|
|
@@ -231,6 +265,74 @@
|
|
|
231
265
|
"conditionKeys": [],
|
|
232
266
|
"dependentActions": []
|
|
233
267
|
},
|
|
268
|
+
"batchgetthreatmodeljobtasks": {
|
|
269
|
+
"name": "BatchGetThreatModelJobTasks",
|
|
270
|
+
"description": "Grants permission to retrieve multiple tasks for a threat model job in a single request",
|
|
271
|
+
"accessLevel": "Read",
|
|
272
|
+
"resourceTypes": [
|
|
273
|
+
{
|
|
274
|
+
"name": "AgentSpace",
|
|
275
|
+
"required": true,
|
|
276
|
+
"conditionKeys": [],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"conditionKeys": [],
|
|
281
|
+
"dependentActions": [
|
|
282
|
+
"kms:Decrypt"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
"batchgetthreatmodeljobs": {
|
|
286
|
+
"name": "BatchGetThreatModelJobs",
|
|
287
|
+
"description": "Grants permission to retrieve details for one or more threat model jobs",
|
|
288
|
+
"accessLevel": "Read",
|
|
289
|
+
"resourceTypes": [
|
|
290
|
+
{
|
|
291
|
+
"name": "AgentSpace",
|
|
292
|
+
"required": true,
|
|
293
|
+
"conditionKeys": [],
|
|
294
|
+
"dependentActions": []
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"conditionKeys": [],
|
|
298
|
+
"dependentActions": [
|
|
299
|
+
"kms:Decrypt"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
"batchgetthreatmodels": {
|
|
303
|
+
"name": "BatchGetThreatModels",
|
|
304
|
+
"description": "Grants permission to retrieve multiple threat models in a single request",
|
|
305
|
+
"accessLevel": "Read",
|
|
306
|
+
"resourceTypes": [
|
|
307
|
+
{
|
|
308
|
+
"name": "AgentSpace",
|
|
309
|
+
"required": true,
|
|
310
|
+
"conditionKeys": [],
|
|
311
|
+
"dependentActions": []
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"conditionKeys": [],
|
|
315
|
+
"dependentActions": [
|
|
316
|
+
"kms:Decrypt"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"batchgetthreats": {
|
|
320
|
+
"name": "BatchGetThreats",
|
|
321
|
+
"description": "Grants permission to retrieve details for one or more threats",
|
|
322
|
+
"accessLevel": "Read",
|
|
323
|
+
"resourceTypes": [
|
|
324
|
+
{
|
|
325
|
+
"name": "AgentSpace",
|
|
326
|
+
"required": true,
|
|
327
|
+
"conditionKeys": [],
|
|
328
|
+
"dependentActions": []
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": [
|
|
333
|
+
"kms:Decrypt"
|
|
334
|
+
]
|
|
335
|
+
},
|
|
234
336
|
"createagentspace": {
|
|
235
337
|
"name": "CreateAgentSpace",
|
|
236
338
|
"description": "Grants permission to create an agent space record",
|
|
@@ -374,6 +476,40 @@
|
|
|
374
476
|
"conditionKeys": [],
|
|
375
477
|
"dependentActions": []
|
|
376
478
|
},
|
|
479
|
+
"createthreat": {
|
|
480
|
+
"name": "CreateThreat",
|
|
481
|
+
"description": "Grants permission to create a threat in a threat model",
|
|
482
|
+
"accessLevel": "Write",
|
|
483
|
+
"resourceTypes": [
|
|
484
|
+
{
|
|
485
|
+
"name": "AgentSpace",
|
|
486
|
+
"required": true,
|
|
487
|
+
"conditionKeys": [],
|
|
488
|
+
"dependentActions": []
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"conditionKeys": [],
|
|
492
|
+
"dependentActions": [
|
|
493
|
+
"kms:Decrypt"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"createthreatmodel": {
|
|
497
|
+
"name": "CreateThreatModel",
|
|
498
|
+
"description": "Grants permission to create a new threat model configuration",
|
|
499
|
+
"accessLevel": "Write",
|
|
500
|
+
"resourceTypes": [
|
|
501
|
+
{
|
|
502
|
+
"name": "AgentSpace",
|
|
503
|
+
"required": true,
|
|
504
|
+
"conditionKeys": [],
|
|
505
|
+
"dependentActions": []
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"conditionKeys": [],
|
|
509
|
+
"dependentActions": [
|
|
510
|
+
"kms:Decrypt"
|
|
511
|
+
]
|
|
512
|
+
},
|
|
377
513
|
"deleteagentspace": {
|
|
378
514
|
"name": "DeleteAgentSpace",
|
|
379
515
|
"description": "Grants permission to delete an agent space record",
|
|
@@ -921,6 +1057,74 @@
|
|
|
921
1057
|
"conditionKeys": [],
|
|
922
1058
|
"dependentActions": []
|
|
923
1059
|
},
|
|
1060
|
+
"listthreatmodeljobtasks": {
|
|
1061
|
+
"name": "ListThreatModelJobTasks",
|
|
1062
|
+
"description": "Grants permission to list tasks associated with a specific threat model job",
|
|
1063
|
+
"accessLevel": "List",
|
|
1064
|
+
"resourceTypes": [
|
|
1065
|
+
{
|
|
1066
|
+
"name": "AgentSpace",
|
|
1067
|
+
"required": true,
|
|
1068
|
+
"conditionKeys": [],
|
|
1069
|
+
"dependentActions": []
|
|
1070
|
+
}
|
|
1071
|
+
],
|
|
1072
|
+
"conditionKeys": [],
|
|
1073
|
+
"dependentActions": [
|
|
1074
|
+
"kms:Decrypt"
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
"listthreatmodeljobs": {
|
|
1078
|
+
"name": "ListThreatModelJobs",
|
|
1079
|
+
"description": "Grants permission to list threat model jobs for a threat model",
|
|
1080
|
+
"accessLevel": "List",
|
|
1081
|
+
"resourceTypes": [
|
|
1082
|
+
{
|
|
1083
|
+
"name": "AgentSpace",
|
|
1084
|
+
"required": true,
|
|
1085
|
+
"conditionKeys": [],
|
|
1086
|
+
"dependentActions": []
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"conditionKeys": [],
|
|
1090
|
+
"dependentActions": [
|
|
1091
|
+
"kms:Decrypt"
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
"listthreatmodels": {
|
|
1095
|
+
"name": "ListThreatModels",
|
|
1096
|
+
"description": "Grants permission to list threat models for an agent space",
|
|
1097
|
+
"accessLevel": "List",
|
|
1098
|
+
"resourceTypes": [
|
|
1099
|
+
{
|
|
1100
|
+
"name": "AgentSpace",
|
|
1101
|
+
"required": true,
|
|
1102
|
+
"conditionKeys": [],
|
|
1103
|
+
"dependentActions": []
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"conditionKeys": [],
|
|
1107
|
+
"dependentActions": [
|
|
1108
|
+
"kms:Decrypt"
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
"listthreats": {
|
|
1112
|
+
"name": "ListThreats",
|
|
1113
|
+
"description": "Grants permission to list threats for a threat model job with filtering and pagination support",
|
|
1114
|
+
"accessLevel": "List",
|
|
1115
|
+
"resourceTypes": [
|
|
1116
|
+
{
|
|
1117
|
+
"name": "AgentSpace",
|
|
1118
|
+
"required": true,
|
|
1119
|
+
"conditionKeys": [],
|
|
1120
|
+
"dependentActions": []
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"conditionKeys": [],
|
|
1124
|
+
"dependentActions": [
|
|
1125
|
+
"kms:Decrypt"
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
924
1128
|
"putdesignreviewfeedback": {
|
|
925
1129
|
"name": "PutDesignReviewFeedback",
|
|
926
1130
|
"description": "Grants permission to submit feedback for a design review comment",
|
|
@@ -990,6 +1194,24 @@
|
|
|
990
1194
|
"kms:GenerateDataKey"
|
|
991
1195
|
]
|
|
992
1196
|
},
|
|
1197
|
+
"startthreatmodeljob": {
|
|
1198
|
+
"name": "StartThreatModelJob",
|
|
1199
|
+
"description": "Grants permission to initiate the execution of a threat model job",
|
|
1200
|
+
"accessLevel": "Write",
|
|
1201
|
+
"resourceTypes": [
|
|
1202
|
+
{
|
|
1203
|
+
"name": "AgentSpace",
|
|
1204
|
+
"required": true,
|
|
1205
|
+
"conditionKeys": [],
|
|
1206
|
+
"dependentActions": []
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"conditionKeys": [],
|
|
1210
|
+
"dependentActions": [
|
|
1211
|
+
"kms:Decrypt",
|
|
1212
|
+
"kms:GenerateDataKey"
|
|
1213
|
+
]
|
|
1214
|
+
},
|
|
993
1215
|
"stopcodereviewjob": {
|
|
994
1216
|
"name": "StopCodeReviewJob",
|
|
995
1217
|
"description": "Grants permission to stop the execution of a running code review",
|
|
@@ -1024,6 +1246,23 @@
|
|
|
1024
1246
|
"kms:Decrypt"
|
|
1025
1247
|
]
|
|
1026
1248
|
},
|
|
1249
|
+
"stopthreatmodeljob": {
|
|
1250
|
+
"name": "StopThreatModelJob",
|
|
1251
|
+
"description": "Grants permission to stop a running threat model job",
|
|
1252
|
+
"accessLevel": "Write",
|
|
1253
|
+
"resourceTypes": [
|
|
1254
|
+
{
|
|
1255
|
+
"name": "AgentSpace",
|
|
1256
|
+
"required": true,
|
|
1257
|
+
"conditionKeys": [],
|
|
1258
|
+
"dependentActions": []
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1261
|
+
"conditionKeys": [],
|
|
1262
|
+
"dependentActions": [
|
|
1263
|
+
"kms:Decrypt"
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1027
1266
|
"tagresource": {
|
|
1028
1267
|
"name": "TagResource",
|
|
1029
1268
|
"description": "Grants permission to add tags to a resource",
|
|
@@ -1253,6 +1492,40 @@
|
|
|
1253
1492
|
"conditionKeys": [],
|
|
1254
1493
|
"dependentActions": []
|
|
1255
1494
|
},
|
|
1495
|
+
"updatethreat": {
|
|
1496
|
+
"name": "UpdateThreat",
|
|
1497
|
+
"description": "Grants permission to update a threat",
|
|
1498
|
+
"accessLevel": "Write",
|
|
1499
|
+
"resourceTypes": [
|
|
1500
|
+
{
|
|
1501
|
+
"name": "AgentSpace",
|
|
1502
|
+
"required": true,
|
|
1503
|
+
"conditionKeys": [],
|
|
1504
|
+
"dependentActions": []
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"conditionKeys": [],
|
|
1508
|
+
"dependentActions": [
|
|
1509
|
+
"kms:Decrypt"
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
"updatethreatmodel": {
|
|
1513
|
+
"name": "UpdateThreatModel",
|
|
1514
|
+
"description": "Grants permission to update an existing threat model with new configuration",
|
|
1515
|
+
"accessLevel": "Write",
|
|
1516
|
+
"resourceTypes": [
|
|
1517
|
+
{
|
|
1518
|
+
"name": "AgentSpace",
|
|
1519
|
+
"required": true,
|
|
1520
|
+
"conditionKeys": [],
|
|
1521
|
+
"dependentActions": []
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"conditionKeys": [],
|
|
1525
|
+
"dependentActions": [
|
|
1526
|
+
"kms:Decrypt"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1256
1529
|
"verifytargetdomain": {
|
|
1257
1530
|
"name": "VerifyTargetDomain",
|
|
1258
1531
|
"description": "Grants permission to verify ownership for a registered target domain",
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"accesstransformprofile": {
|
|
3
|
+
"name": "AccessTransformProfile",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to invoke AccessTransformProfile on AWS Transform",
|
|
6
|
+
"accessLevel": "Write",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "profile",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"associateconnectorresource": {
|
|
3
19
|
"name": "AssociateConnectorResource",
|
|
4
20
|
"isPermissionOnly": true,
|
|
@@ -12,7 +28,9 @@
|
|
|
12
28
|
"dependentActions": []
|
|
13
29
|
}
|
|
14
30
|
],
|
|
15
|
-
"conditionKeys": [
|
|
31
|
+
"conditionKeys": [
|
|
32
|
+
"aws:ResourceTag/${TagKey}"
|
|
33
|
+
],
|
|
16
34
|
"dependentActions": []
|
|
17
35
|
},
|
|
18
36
|
"createprofile": {
|
|
@@ -53,7 +71,9 @@
|
|
|
53
71
|
"dependentActions": []
|
|
54
72
|
}
|
|
55
73
|
],
|
|
56
|
-
"conditionKeys": [
|
|
74
|
+
"conditionKeys": [
|
|
75
|
+
"aws:ResourceTag/${TagKey}"
|
|
76
|
+
],
|
|
57
77
|
"dependentActions": []
|
|
58
78
|
},
|
|
59
79
|
"deleteprofile": {
|
|
@@ -112,7 +132,9 @@
|
|
|
112
132
|
"dependentActions": []
|
|
113
133
|
}
|
|
114
134
|
],
|
|
115
|
-
"conditionKeys": [
|
|
135
|
+
"conditionKeys": [
|
|
136
|
+
"aws:ResourceTag/${TagKey}"
|
|
137
|
+
],
|
|
116
138
|
"dependentActions": []
|
|
117
139
|
},
|
|
118
140
|
"getwebappurl": {
|
|
@@ -139,7 +161,9 @@
|
|
|
139
161
|
"description": "Grants permission to invoke ListConnectors on AWS Transform",
|
|
140
162
|
"accessLevel": "List",
|
|
141
163
|
"resourceTypes": [],
|
|
142
|
-
"conditionKeys": [
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:ResourceTag/${TagKey}"
|
|
166
|
+
],
|
|
143
167
|
"dependentActions": []
|
|
144
168
|
},
|
|
145
169
|
"listprofiles": {
|
|
@@ -189,7 +213,9 @@
|
|
|
189
213
|
"dependentActions": []
|
|
190
214
|
}
|
|
191
215
|
],
|
|
192
|
-
"conditionKeys": [
|
|
216
|
+
"conditionKeys": [
|
|
217
|
+
"aws:ResourceTag/${TagKey}"
|
|
218
|
+
],
|
|
193
219
|
"dependentActions": []
|
|
194
220
|
},
|
|
195
221
|
"tagresource": {
|
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
"description": "Filters access by the CacheUsageLimits.DataStorage.Unit parameter in the CreateServerlessCache and ModifyServerlessCache request",
|
|
50
50
|
"type": "String"
|
|
51
51
|
},
|
|
52
|
+
"elasticache:durability": {
|
|
53
|
+
"key": "elasticache:Durability",
|
|
54
|
+
"description": "Filters access by the Durability parameter in the request. Valid values are default, async, sync, or disabled",
|
|
55
|
+
"type": "String"
|
|
56
|
+
},
|
|
52
57
|
"elasticache:enginetype": {
|
|
53
58
|
"key": "elasticache:EngineType",
|
|
54
59
|
"description": "Filters access by the engine type present in creation requests. For replication group creations, default engine 'redis' is used as key if parameter is not present",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"iot:includesocketinformation": {
|
|
48
48
|
"key": "iot:IncludeSocketInformation",
|
|
49
|
-
"description": "Filters access by GetConnection includeSocketInformation request parameter",
|
|
50
|
-
"type": "
|
|
49
|
+
"description": "Filters access by GetConnection and GetThingConnectivityData includeSocketInformation request parameter",
|
|
50
|
+
"type": "Bool"
|
|
51
51
|
},
|
|
52
52
|
"iot:thinggrouparn": {
|
|
53
53
|
"key": "iot:ThingGroupArn",
|
|
@@ -24,6 +24,11 @@
|
|
|
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:bearertokentype": {
|
|
28
|
+
"key": "sagemaker:BearerTokenType",
|
|
29
|
+
"description": "Filters access by the type of bearer token used in the request",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
27
32
|
"sagemaker:currentcustomermetadataproperties/${metadatakey}": {
|
|
28
33
|
"key": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
29
34
|
"description": "Filters access by a current metadata key and value pair associated with the model-package resource",
|
|
@@ -66,7 +71,12 @@
|
|
|
66
71
|
},
|
|
67
72
|
"sagemaker:domainsharingoutputkmskey": {
|
|
68
73
|
"key": "sagemaker:DomainSharingOutputKmsKey",
|
|
69
|
-
"description": "Filters access by the Domain sharing output KMS key associated with the resource in the request",
|
|
74
|
+
"description": "Filters access by the Domain sharing output KMS key associated with the resource in the request. This key has been deprecated. It has been replaced by sagemaker:DomainSharingOutputKmsKeyArn",
|
|
75
|
+
"type": "ARN"
|
|
76
|
+
},
|
|
77
|
+
"sagemaker:domainsharingoutputkmskeyarn": {
|
|
78
|
+
"key": "sagemaker:DomainSharingOutputKmsKeyArn",
|
|
79
|
+
"description": "Filters access by the Domain sharing output KMS key associated with the resource in the request. The ARN of the key-id must be used",
|
|
70
80
|
"type": "ARN"
|
|
71
81
|
},
|
|
72
82
|
"sagemaker:enableremotedebug": {
|
|
@@ -91,7 +101,12 @@
|
|
|
91
101
|
},
|
|
92
102
|
"sagemaker:featuregroupofflinestorekmskey": {
|
|
93
103
|
"key": "sagemaker:FeatureGroupOfflineStoreKmsKey",
|
|
94
|
-
"description": "Filters access by the offline store kms key associated with the feature group resource in the request",
|
|
104
|
+
"description": "Filters access by the offline store kms key associated with the feature group resource in the request. This key has been deprecated. It has been replaced by sagemaker:FeatureGroupOfflineStoreKmsKeyArn",
|
|
105
|
+
"type": "ARN"
|
|
106
|
+
},
|
|
107
|
+
"sagemaker:featuregroupofflinestorekmskeyarn": {
|
|
108
|
+
"key": "sagemaker:FeatureGroupOfflineStoreKmsKeyArn",
|
|
109
|
+
"description": "Filters access by the offline store kms key associated with the feature group resource in the request. The ARN of the key-id must be used",
|
|
95
110
|
"type": "ARN"
|
|
96
111
|
},
|
|
97
112
|
"sagemaker:featuregroupofflinestores3uri": {
|
|
@@ -101,7 +116,12 @@
|
|
|
101
116
|
},
|
|
102
117
|
"sagemaker:featuregrouponlinestorekmskey": {
|
|
103
118
|
"key": "sagemaker:FeatureGroupOnlineStoreKmsKey",
|
|
104
|
-
"description": "Filters access by the online store kms key associated with the feature group resource in the request",
|
|
119
|
+
"description": "Filters access by the online store kms key associated with the feature group resource in the request. This key has been deprecated. It has been replaced by sagemaker:FeatureGroupOnlineStoreKmsKeyArn",
|
|
120
|
+
"type": "ARN"
|
|
121
|
+
},
|
|
122
|
+
"sagemaker:featuregrouponlinestorekmskeyarn": {
|
|
123
|
+
"key": "sagemaker:FeatureGroupOnlineStoreKmsKeyArn",
|
|
124
|
+
"description": "Filters access by the online store kms key associated with the feature group resource in the request. The ARN of the key-id must be used",
|
|
105
125
|
"type": "ARN"
|
|
106
126
|
},
|
|
107
127
|
"sagemaker:filesystemaccessmode": {
|
|
@@ -126,7 +146,7 @@
|
|
|
126
146
|
},
|
|
127
147
|
"sagemaker:homeefsfilesystemkmskey": {
|
|
128
148
|
"key": "sagemaker:HomeEfsFileSystemKmsKey",
|
|
129
|
-
"description": "Filters access by a key that is present in the request the user makes to the SageMaker service. This key
|
|
149
|
+
"description": "Filters access by a key that is present in the request the user makes to the SageMaker service. This key has been deprecated. It has been replaced by sagemaker:VolumeKmsKeyArn",
|
|
130
150
|
"type": "ARN"
|
|
131
151
|
},
|
|
132
152
|
"sagemaker:imagearns": {
|
|
@@ -196,7 +216,12 @@
|
|
|
196
216
|
},
|
|
197
217
|
"sagemaker:outputkmskey": {
|
|
198
218
|
"key": "sagemaker:OutputKmsKey",
|
|
199
|
-
"description": "Filters access by the output kms key associated with the resource in the request",
|
|
219
|
+
"description": "Filters access by the output kms key associated with the resource in the request. This key has been deprecated. It has been replaced by sagemaker:OutputKmsKeyArn",
|
|
220
|
+
"type": "ARN"
|
|
221
|
+
},
|
|
222
|
+
"sagemaker:outputkmskeyarn": {
|
|
223
|
+
"key": "sagemaker:OutputKmsKeyArn",
|
|
224
|
+
"description": "Filters access by the output kms key associated with the resource in the request. The ARN of the key-id must be used",
|
|
200
225
|
"type": "ARN"
|
|
201
226
|
},
|
|
202
227
|
"sagemaker:owneruserprofilearn": {
|
|
@@ -271,7 +296,12 @@
|
|
|
271
296
|
},
|
|
272
297
|
"sagemaker:volumekmskey": {
|
|
273
298
|
"key": "sagemaker:VolumeKmsKey",
|
|
274
|
-
"description": "Filters access by the volume kms key associated with the resource in the request",
|
|
299
|
+
"description": "Filters access by the volume kms key associated with the resource in the request. This key has been deprecated. It has been replaced by sagemaker:VolumeKmsKeyArn",
|
|
300
|
+
"type": "ARN"
|
|
301
|
+
},
|
|
302
|
+
"sagemaker:volumekmskeyarn": {
|
|
303
|
+
"key": "sagemaker:VolumeKmsKeyArn",
|
|
304
|
+
"description": "Filters access by the volume kms key associated with the resource in the request. The ARN of the key-id must be used",
|
|
275
305
|
"type": "ARN"
|
|
276
306
|
},
|
|
277
307
|
"sagemaker:vpcsecuritygroupids": {
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by the tags that are passed in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"aws:tagkeys": {
|
|
8
13
|
"key": "aws:TagKeys",
|
|
9
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -19,11 +19,17 @@
|
|
|
19
19
|
},
|
|
20
20
|
"table": {
|
|
21
21
|
"key": "table",
|
|
22
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:table/${DatabaseName}/${TableName}"
|
|
22
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:table/${DatabaseName}/${TableName}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
|
+
]
|
|
23
26
|
},
|
|
24
27
|
"tableversion": {
|
|
25
28
|
"key": "tableversion",
|
|
26
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:tableVersion/${DatabaseName}/${TableName}/${TableVersionName}"
|
|
29
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:tableVersion/${DatabaseName}/${TableName}/${TableVersionName}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
27
33
|
},
|
|
28
34
|
"connection": {
|
|
29
35
|
"key": "connection",
|
|
@@ -34,7 +40,10 @@
|
|
|
34
40
|
},
|
|
35
41
|
"userdefinedfunction": {
|
|
36
42
|
"key": "userdefinedfunction",
|
|
37
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:userDefinedFunction/${DatabaseName}/${UserDefinedFunctionName}"
|
|
43
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:userDefinedFunction/${DatabaseName}/${UserDefinedFunctionName}",
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:ResourceTag/${TagKey}"
|
|
46
|
+
]
|
|
38
47
|
},
|
|
39
48
|
"devendpoint": {
|
|
40
49
|
"key": "devendpoint",
|
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"user": {
|
|
7
7
|
"key": "user",
|
|
8
|
-
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:user/${ResourceId}"
|
|
8
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:user/${ResourceId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
},
|
|
10
13
|
"group": {
|
|
11
14
|
"key": "group",
|
|
@@ -39,6 +42,13 @@
|
|
|
39
42
|
"aws:ResourceTag/${TagKey}"
|
|
40
43
|
]
|
|
41
44
|
},
|
|
45
|
+
"oauthclientapplication": {
|
|
46
|
+
"key": "oauthClientApplication",
|
|
47
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:oauthClientApplication/${ResourceId}",
|
|
48
|
+
"conditionKeys": [
|
|
49
|
+
"aws:ResourceTag/${TagKey}"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
42
52
|
"assetbundleexportjob": {
|
|
43
53
|
"key": "assetBundleExportJob",
|
|
44
54
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:asset-bundle-export-job/${ResourceId}"
|
|
@@ -92,7 +102,10 @@
|
|
|
92
102
|
},
|
|
93
103
|
"namespace": {
|
|
94
104
|
"key": "namespace",
|
|
95
|
-
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:namespace/${ResourceId}"
|
|
105
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:namespace/${ResourceId}",
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:ResourceTag/${TagKey}"
|
|
108
|
+
]
|
|
96
109
|
},
|
|
97
110
|
"folder": {
|
|
98
111
|
"key": "folder",
|
|
@@ -170,8 +183,19 @@
|
|
|
170
183
|
"key": "automationGroup",
|
|
171
184
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${ResourceId}"
|
|
172
185
|
},
|
|
186
|
+
"knowledgebase": {
|
|
187
|
+
"key": "knowledgeBase",
|
|
188
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:knowledge-base/${ResourceId}",
|
|
189
|
+
"conditionKeys": [
|
|
190
|
+
"aws:ResourceTag/${TagKey}"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
173
193
|
"space": {
|
|
174
194
|
"key": "space",
|
|
175
195
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:space/${ResourceId}"
|
|
196
|
+
},
|
|
197
|
+
"approvalpolicy": {
|
|
198
|
+
"key": "approvalPolicy",
|
|
199
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:approval-policy/${ResourceId}"
|
|
176
200
|
}
|
|
177
201
|
}
|
|
@@ -227,6 +227,14 @@
|
|
|
227
227
|
"sagemaker:ResourceTag/${TagKey}"
|
|
228
228
|
]
|
|
229
229
|
},
|
|
230
|
+
"job": {
|
|
231
|
+
"key": "job",
|
|
232
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:job/${JobCategory}/${JobName}",
|
|
233
|
+
"conditionKeys": [
|
|
234
|
+
"aws:ResourceTag/${TagKey}",
|
|
235
|
+
"sagemaker:ResourceTag/${TagKey}"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
230
238
|
"hyper-parameter-tuning-job": {
|
|
231
239
|
"key": "hyper-parameter-tuning-job",
|
|
232
240
|
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:hyper-parameter-tuning-job/${HyperParameterTuningJobName}",
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
},
|
|
6
6
|
"connector": {
|
|
7
7
|
"key": "connector",
|
|
8
|
-
"arn": "arn:${Partition}:transform:${Region}:${Account}:connector/${WorkspaceId}/${ConnectorId}"
|
|
8
|
+
"arn": "arn:${Partition}:transform:${Region}:${Account}:connector/${WorkspaceId}/${ConnectorId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
}
|
|
10
13
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
"evidently": "Amazon CloudWatch Evidently",
|
|
168
168
|
"evs": "Amazon Elastic VMware Service",
|
|
169
169
|
"execute-api": "Amazon API Gateway",
|
|
170
|
+
"finops-agent": "AWS FinOps Agent",
|
|
170
171
|
"finspace": "Amazon FinSpace",
|
|
171
172
|
"finspace-api": "Amazon FinSpace API",
|
|
172
173
|
"firehose": "Amazon Kinesis Firehose",
|