@cloud-copilot/iam-data 0.17.202602261 → 0.17.202602271
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/bedrock-mantle.json +183 -13
- package/data/actions/ec2.json +246 -0
- package/data/actions/elasticloadbalancing.json +44 -14
- package/data/actions/glue.json +67 -1
- package/data/conditionKeys/bedrock-mantle.json +15 -0
- package/data/resourceTypes/bedrock-mantle.json +4 -1
- package/data/resourceTypes/ec2.json +37 -0
- package/data/resourceTypes/glue.json +8 -2
- package/package.json +2 -2
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
+
"archiveproject": {
|
|
3
|
+
"name": "ArchiveProject",
|
|
4
|
+
"description": "Grants permission to archive a specific project",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "project",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:ResourceTag/${TagKey}"
|
|
16
|
+
],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
},
|
|
2
19
|
"callwithbearertoken": {
|
|
3
20
|
"name": "CallWithBearerToken",
|
|
4
21
|
"isPermissionOnly": true,
|
|
@@ -18,7 +35,9 @@
|
|
|
18
35
|
{
|
|
19
36
|
"name": "project",
|
|
20
37
|
"required": true,
|
|
21
|
-
"conditionKeys": [
|
|
38
|
+
"conditionKeys": [
|
|
39
|
+
"aws:ResourceTag/${TagKey}"
|
|
40
|
+
],
|
|
22
41
|
"dependentActions": []
|
|
23
42
|
}
|
|
24
43
|
],
|
|
@@ -39,7 +58,9 @@
|
|
|
39
58
|
"dependentActions": []
|
|
40
59
|
}
|
|
41
60
|
],
|
|
42
|
-
"conditionKeys": [
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
],
|
|
43
64
|
"dependentActions": []
|
|
44
65
|
},
|
|
45
66
|
"createfile": {
|
|
@@ -54,7 +75,9 @@
|
|
|
54
75
|
"dependentActions": []
|
|
55
76
|
}
|
|
56
77
|
],
|
|
57
|
-
"conditionKeys": [
|
|
78
|
+
"conditionKeys": [
|
|
79
|
+
"aws:ResourceTag/${TagKey}"
|
|
80
|
+
],
|
|
58
81
|
"dependentActions": []
|
|
59
82
|
},
|
|
60
83
|
"createfinetuningjob": {
|
|
@@ -65,7 +88,9 @@
|
|
|
65
88
|
{
|
|
66
89
|
"name": "project",
|
|
67
90
|
"required": true,
|
|
68
|
-
"conditionKeys": [
|
|
91
|
+
"conditionKeys": [
|
|
92
|
+
"aws:ResourceTag/${TagKey}"
|
|
93
|
+
],
|
|
69
94
|
"dependentActions": []
|
|
70
95
|
}
|
|
71
96
|
],
|
|
@@ -83,7 +108,9 @@
|
|
|
83
108
|
{
|
|
84
109
|
"name": "project",
|
|
85
110
|
"required": true,
|
|
86
|
-
"conditionKeys": [
|
|
111
|
+
"conditionKeys": [
|
|
112
|
+
"aws:ResourceTag/${TagKey}"
|
|
113
|
+
],
|
|
87
114
|
"dependentActions": []
|
|
88
115
|
}
|
|
89
116
|
],
|
|
@@ -93,6 +120,26 @@
|
|
|
93
120
|
],
|
|
94
121
|
"dependentActions": []
|
|
95
122
|
},
|
|
123
|
+
"createproject": {
|
|
124
|
+
"name": "CreateProject",
|
|
125
|
+
"description": "Grants permission to create a project",
|
|
126
|
+
"accessLevel": "Write",
|
|
127
|
+
"resourceTypes": [
|
|
128
|
+
{
|
|
129
|
+
"name": "project",
|
|
130
|
+
"required": true,
|
|
131
|
+
"conditionKeys": [
|
|
132
|
+
"aws:ResourceTag/${TagKey}"
|
|
133
|
+
],
|
|
134
|
+
"dependentActions": []
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"conditionKeys": [
|
|
138
|
+
"aws:RequestTag/${TagKey}",
|
|
139
|
+
"aws:TagKeys"
|
|
140
|
+
],
|
|
141
|
+
"dependentActions": []
|
|
142
|
+
},
|
|
96
143
|
"deletefile": {
|
|
97
144
|
"name": "DeleteFile",
|
|
98
145
|
"description": "Grants permission to delete a specific file",
|
|
@@ -101,7 +148,9 @@
|
|
|
101
148
|
{
|
|
102
149
|
"name": "project",
|
|
103
150
|
"required": true,
|
|
104
|
-
"conditionKeys": [
|
|
151
|
+
"conditionKeys": [
|
|
152
|
+
"aws:ResourceTag/${TagKey}"
|
|
153
|
+
],
|
|
105
154
|
"dependentActions": []
|
|
106
155
|
}
|
|
107
156
|
],
|
|
@@ -122,7 +171,9 @@
|
|
|
122
171
|
"dependentActions": []
|
|
123
172
|
}
|
|
124
173
|
],
|
|
125
|
-
"conditionKeys": [
|
|
174
|
+
"conditionKeys": [
|
|
175
|
+
"aws:ResourceTag/${TagKey}"
|
|
176
|
+
],
|
|
126
177
|
"dependentActions": []
|
|
127
178
|
},
|
|
128
179
|
"getfile": {
|
|
@@ -133,7 +184,9 @@
|
|
|
133
184
|
{
|
|
134
185
|
"name": "project",
|
|
135
186
|
"required": true,
|
|
136
|
-
"conditionKeys": [
|
|
187
|
+
"conditionKeys": [
|
|
188
|
+
"aws:ResourceTag/${TagKey}"
|
|
189
|
+
],
|
|
137
190
|
"dependentActions": []
|
|
138
191
|
}
|
|
139
192
|
],
|
|
@@ -150,7 +203,9 @@
|
|
|
150
203
|
{
|
|
151
204
|
"name": "project",
|
|
152
205
|
"required": true,
|
|
153
|
-
"conditionKeys": [
|
|
206
|
+
"conditionKeys": [
|
|
207
|
+
"aws:ResourceTag/${TagKey}"
|
|
208
|
+
],
|
|
154
209
|
"dependentActions": []
|
|
155
210
|
}
|
|
156
211
|
],
|
|
@@ -171,7 +226,9 @@
|
|
|
171
226
|
"dependentActions": []
|
|
172
227
|
}
|
|
173
228
|
],
|
|
174
|
-
"conditionKeys": [
|
|
229
|
+
"conditionKeys": [
|
|
230
|
+
"aws:ResourceTag/${TagKey}"
|
|
231
|
+
],
|
|
175
232
|
"dependentActions": []
|
|
176
233
|
},
|
|
177
234
|
"getmodel": {
|
|
@@ -186,7 +243,26 @@
|
|
|
186
243
|
"dependentActions": []
|
|
187
244
|
}
|
|
188
245
|
],
|
|
189
|
-
"conditionKeys": [
|
|
246
|
+
"conditionKeys": [
|
|
247
|
+
"aws:ResourceTag/${TagKey}"
|
|
248
|
+
],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
},
|
|
251
|
+
"getproject": {
|
|
252
|
+
"name": "GetProject",
|
|
253
|
+
"description": "Grants permission to retrieve details of a specific project",
|
|
254
|
+
"accessLevel": "Read",
|
|
255
|
+
"resourceTypes": [
|
|
256
|
+
{
|
|
257
|
+
"name": "project",
|
|
258
|
+
"required": true,
|
|
259
|
+
"conditionKeys": [],
|
|
260
|
+
"dependentActions": []
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"conditionKeys": [
|
|
264
|
+
"aws:ResourceTag/${TagKey}"
|
|
265
|
+
],
|
|
190
266
|
"dependentActions": []
|
|
191
267
|
},
|
|
192
268
|
"listfiles": {
|
|
@@ -201,7 +277,9 @@
|
|
|
201
277
|
"dependentActions": []
|
|
202
278
|
}
|
|
203
279
|
],
|
|
204
|
-
"conditionKeys": [
|
|
280
|
+
"conditionKeys": [
|
|
281
|
+
"aws:ResourceTag/${TagKey}"
|
|
282
|
+
],
|
|
205
283
|
"dependentActions": []
|
|
206
284
|
},
|
|
207
285
|
"listfinetuningjobs": {
|
|
@@ -216,7 +294,9 @@
|
|
|
216
294
|
"dependentActions": []
|
|
217
295
|
}
|
|
218
296
|
],
|
|
219
|
-
"conditionKeys": [
|
|
297
|
+
"conditionKeys": [
|
|
298
|
+
"aws:ResourceTag/${TagKey}"
|
|
299
|
+
],
|
|
220
300
|
"dependentActions": []
|
|
221
301
|
},
|
|
222
302
|
"listmodels": {
|
|
@@ -231,7 +311,97 @@
|
|
|
231
311
|
"dependentActions": []
|
|
232
312
|
}
|
|
233
313
|
],
|
|
314
|
+
"conditionKeys": [
|
|
315
|
+
"aws:ResourceTag/${TagKey}"
|
|
316
|
+
],
|
|
317
|
+
"dependentActions": []
|
|
318
|
+
},
|
|
319
|
+
"listprojects": {
|
|
320
|
+
"name": "ListProjects",
|
|
321
|
+
"description": "Grants permission to list projects",
|
|
322
|
+
"accessLevel": "List",
|
|
323
|
+
"resourceTypes": [
|
|
324
|
+
{
|
|
325
|
+
"name": "project",
|
|
326
|
+
"required": true,
|
|
327
|
+
"conditionKeys": [],
|
|
328
|
+
"dependentActions": []
|
|
329
|
+
}
|
|
330
|
+
],
|
|
234
331
|
"conditionKeys": [],
|
|
235
332
|
"dependentActions": []
|
|
333
|
+
},
|
|
334
|
+
"listtagsforresource": {
|
|
335
|
+
"name": "ListTagsForResource",
|
|
336
|
+
"description": "Grants permission to list tags for a resource",
|
|
337
|
+
"accessLevel": "Read",
|
|
338
|
+
"resourceTypes": [
|
|
339
|
+
{
|
|
340
|
+
"name": "project",
|
|
341
|
+
"required": false,
|
|
342
|
+
"conditionKeys": [],
|
|
343
|
+
"dependentActions": []
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"conditionKeys": [
|
|
347
|
+
"aws:ResourceTag/${TagKey}"
|
|
348
|
+
],
|
|
349
|
+
"dependentActions": []
|
|
350
|
+
},
|
|
351
|
+
"tagresource": {
|
|
352
|
+
"name": "TagResource",
|
|
353
|
+
"description": "Grants permission to tag a resource",
|
|
354
|
+
"accessLevel": "Tagging",
|
|
355
|
+
"resourceTypes": [
|
|
356
|
+
{
|
|
357
|
+
"name": "project",
|
|
358
|
+
"required": false,
|
|
359
|
+
"conditionKeys": [
|
|
360
|
+
"aws:ResourceTag/${TagKey}"
|
|
361
|
+
],
|
|
362
|
+
"dependentActions": []
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"conditionKeys": [
|
|
366
|
+
"aws:TagKeys",
|
|
367
|
+
"aws:RequestTag/${TagKey}"
|
|
368
|
+
],
|
|
369
|
+
"dependentActions": []
|
|
370
|
+
},
|
|
371
|
+
"untagresource": {
|
|
372
|
+
"name": "UntagResource",
|
|
373
|
+
"description": "Grants permission to untag a resource",
|
|
374
|
+
"accessLevel": "Tagging",
|
|
375
|
+
"resourceTypes": [
|
|
376
|
+
{
|
|
377
|
+
"name": "project",
|
|
378
|
+
"required": false,
|
|
379
|
+
"conditionKeys": [
|
|
380
|
+
"aws:ResourceTag/${TagKey}"
|
|
381
|
+
],
|
|
382
|
+
"dependentActions": []
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"conditionKeys": [
|
|
386
|
+
"aws:TagKeys"
|
|
387
|
+
],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
390
|
+
"updateproject": {
|
|
391
|
+
"name": "UpdateProject",
|
|
392
|
+
"description": "Grants permission to update a specific project",
|
|
393
|
+
"accessLevel": "Write",
|
|
394
|
+
"resourceTypes": [
|
|
395
|
+
{
|
|
396
|
+
"name": "project",
|
|
397
|
+
"required": true,
|
|
398
|
+
"conditionKeys": [],
|
|
399
|
+
"dependentActions": []
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"conditionKeys": [
|
|
403
|
+
"aws:ResourceTag/${TagKey}"
|
|
404
|
+
],
|
|
405
|
+
"dependentActions": []
|
|
236
406
|
}
|
|
237
407
|
}
|
package/data/actions/ec2.json
CHANGED
|
@@ -1273,6 +1273,29 @@
|
|
|
1273
1273
|
],
|
|
1274
1274
|
"dependentActions": []
|
|
1275
1275
|
},
|
|
1276
|
+
"attachresourcestoplacementgroup": {
|
|
1277
|
+
"name": "AttachResourcesToPlacementGroup",
|
|
1278
|
+
"isPermissionOnly": true,
|
|
1279
|
+
"description": "Grants permission to attach resources to a placement group",
|
|
1280
|
+
"accessLevel": "Permissions management",
|
|
1281
|
+
"resourceTypes": [
|
|
1282
|
+
{
|
|
1283
|
+
"name": "placement-group",
|
|
1284
|
+
"required": true,
|
|
1285
|
+
"conditionKeys": [
|
|
1286
|
+
"aws:ResourceTag/${TagKey}",
|
|
1287
|
+
"ec2:PlacementGroupName",
|
|
1288
|
+
"ec2:PlacementGroupStrategy",
|
|
1289
|
+
"ec2:ResourceTag/${TagKey}"
|
|
1290
|
+
],
|
|
1291
|
+
"dependentActions": []
|
|
1292
|
+
}
|
|
1293
|
+
],
|
|
1294
|
+
"conditionKeys": [
|
|
1295
|
+
"ec2:Region"
|
|
1296
|
+
],
|
|
1297
|
+
"dependentActions": []
|
|
1298
|
+
},
|
|
1276
1299
|
"attachverifiedaccesstrustprovider": {
|
|
1277
1300
|
"name": "AttachVerifiedAccessTrustProvider",
|
|
1278
1301
|
"description": "Grants permission to attach a trust provider to a Verified Access instance",
|
|
@@ -4119,6 +4142,59 @@
|
|
|
4119
4142
|
],
|
|
4120
4143
|
"dependentActions": []
|
|
4121
4144
|
},
|
|
4145
|
+
"createsecondarynetwork": {
|
|
4146
|
+
"name": "CreateSecondaryNetwork",
|
|
4147
|
+
"description": "Grants permission to create a secondary network",
|
|
4148
|
+
"accessLevel": "Write",
|
|
4149
|
+
"resourceTypes": [
|
|
4150
|
+
{
|
|
4151
|
+
"name": "secondary-network",
|
|
4152
|
+
"required": true,
|
|
4153
|
+
"conditionKeys": [
|
|
4154
|
+
"aws:RequestTag/${TagKey}",
|
|
4155
|
+
"aws:TagKeys"
|
|
4156
|
+
],
|
|
4157
|
+
"dependentActions": [
|
|
4158
|
+
"ec2:CreateTags"
|
|
4159
|
+
]
|
|
4160
|
+
}
|
|
4161
|
+
],
|
|
4162
|
+
"conditionKeys": [
|
|
4163
|
+
"ec2:Region"
|
|
4164
|
+
],
|
|
4165
|
+
"dependentActions": []
|
|
4166
|
+
},
|
|
4167
|
+
"createsecondarysubnet": {
|
|
4168
|
+
"name": "CreateSecondarySubnet",
|
|
4169
|
+
"description": "Grants permission to create a secondary subnet",
|
|
4170
|
+
"accessLevel": "Write",
|
|
4171
|
+
"resourceTypes": [
|
|
4172
|
+
{
|
|
4173
|
+
"name": "secondary-network",
|
|
4174
|
+
"required": true,
|
|
4175
|
+
"conditionKeys": [
|
|
4176
|
+
"aws:ResourceTag/${TagKey}",
|
|
4177
|
+
"ec2:ResourceTag/${TagKey}"
|
|
4178
|
+
],
|
|
4179
|
+
"dependentActions": [
|
|
4180
|
+
"ec2:CreateTags"
|
|
4181
|
+
]
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "secondary-subnet",
|
|
4185
|
+
"required": true,
|
|
4186
|
+
"conditionKeys": [
|
|
4187
|
+
"aws:RequestTag/${TagKey}",
|
|
4188
|
+
"aws:TagKeys"
|
|
4189
|
+
],
|
|
4190
|
+
"dependentActions": []
|
|
4191
|
+
}
|
|
4192
|
+
],
|
|
4193
|
+
"conditionKeys": [
|
|
4194
|
+
"ec2:Region"
|
|
4195
|
+
],
|
|
4196
|
+
"dependentActions": []
|
|
4197
|
+
},
|
|
4122
4198
|
"createsecuritygroup": {
|
|
4123
4199
|
"name": "CreateSecurityGroup",
|
|
4124
4200
|
"description": "Grants permission to create a security group",
|
|
@@ -5113,6 +5189,41 @@
|
|
|
5113
5189
|
],
|
|
5114
5190
|
"dependentActions": []
|
|
5115
5191
|
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "secondary-interface",
|
|
5194
|
+
"required": false,
|
|
5195
|
+
"conditionKeys": [
|
|
5196
|
+
"aws:RequestTag/${TagKey}",
|
|
5197
|
+
"aws:ResourceTag/${TagKey}",
|
|
5198
|
+
"aws:TagKeys",
|
|
5199
|
+
"ec2:AvailabilityZone",
|
|
5200
|
+
"ec2:AvailabilityZoneId",
|
|
5201
|
+
"ec2:ResourceTag/${TagKey}"
|
|
5202
|
+
],
|
|
5203
|
+
"dependentActions": []
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"name": "secondary-network",
|
|
5207
|
+
"required": false,
|
|
5208
|
+
"conditionKeys": [
|
|
5209
|
+
"aws:RequestTag/${TagKey}",
|
|
5210
|
+
"aws:ResourceTag/${TagKey}",
|
|
5211
|
+
"aws:TagKeys",
|
|
5212
|
+
"ec2:ResourceTag/${TagKey}"
|
|
5213
|
+
],
|
|
5214
|
+
"dependentActions": []
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"name": "secondary-subnet",
|
|
5218
|
+
"required": false,
|
|
5219
|
+
"conditionKeys": [
|
|
5220
|
+
"aws:RequestTag/${TagKey}",
|
|
5221
|
+
"aws:ResourceTag/${TagKey}",
|
|
5222
|
+
"aws:TagKeys",
|
|
5223
|
+
"ec2:ResourceTag/${TagKey}"
|
|
5224
|
+
],
|
|
5225
|
+
"dependentActions": []
|
|
5226
|
+
},
|
|
5116
5227
|
{
|
|
5117
5228
|
"name": "security-group",
|
|
5118
5229
|
"required": false,
|
|
@@ -8045,6 +8156,46 @@
|
|
|
8045
8156
|
],
|
|
8046
8157
|
"dependentActions": []
|
|
8047
8158
|
},
|
|
8159
|
+
"deletesecondarynetwork": {
|
|
8160
|
+
"name": "DeleteSecondaryNetwork",
|
|
8161
|
+
"description": "Grants permission to delete a secondary network",
|
|
8162
|
+
"accessLevel": "Write",
|
|
8163
|
+
"resourceTypes": [
|
|
8164
|
+
{
|
|
8165
|
+
"name": "secondary-network",
|
|
8166
|
+
"required": true,
|
|
8167
|
+
"conditionKeys": [
|
|
8168
|
+
"aws:ResourceTag/${TagKey}",
|
|
8169
|
+
"ec2:ResourceTag/${TagKey}"
|
|
8170
|
+
],
|
|
8171
|
+
"dependentActions": []
|
|
8172
|
+
}
|
|
8173
|
+
],
|
|
8174
|
+
"conditionKeys": [
|
|
8175
|
+
"ec2:Region"
|
|
8176
|
+
],
|
|
8177
|
+
"dependentActions": []
|
|
8178
|
+
},
|
|
8179
|
+
"deletesecondarysubnet": {
|
|
8180
|
+
"name": "DeleteSecondarySubnet",
|
|
8181
|
+
"description": "Grants permission to delete a secondary subnet",
|
|
8182
|
+
"accessLevel": "Write",
|
|
8183
|
+
"resourceTypes": [
|
|
8184
|
+
{
|
|
8185
|
+
"name": "secondary-subnet",
|
|
8186
|
+
"required": true,
|
|
8187
|
+
"conditionKeys": [
|
|
8188
|
+
"aws:ResourceTag/${TagKey}",
|
|
8189
|
+
"ec2:ResourceTag/${TagKey}"
|
|
8190
|
+
],
|
|
8191
|
+
"dependentActions": []
|
|
8192
|
+
}
|
|
8193
|
+
],
|
|
8194
|
+
"conditionKeys": [
|
|
8195
|
+
"ec2:Region"
|
|
8196
|
+
],
|
|
8197
|
+
"dependentActions": []
|
|
8198
|
+
},
|
|
8048
8199
|
"deletesecuritygroup": {
|
|
8049
8200
|
"name": "DeleteSecurityGroup",
|
|
8050
8201
|
"description": "Grants permission to delete a security group",
|
|
@@ -8814,6 +8965,39 @@
|
|
|
8814
8965
|
],
|
|
8815
8966
|
"dependentActions": []
|
|
8816
8967
|
},
|
|
8968
|
+
{
|
|
8969
|
+
"name": "secondary-interface",
|
|
8970
|
+
"required": false,
|
|
8971
|
+
"conditionKeys": [
|
|
8972
|
+
"aws:RequestTag/${TagKey}",
|
|
8973
|
+
"aws:ResourceTag/${TagKey}",
|
|
8974
|
+
"aws:TagKeys",
|
|
8975
|
+
"ec2:ResourceTag/${TagKey}"
|
|
8976
|
+
],
|
|
8977
|
+
"dependentActions": []
|
|
8978
|
+
},
|
|
8979
|
+
{
|
|
8980
|
+
"name": "secondary-network",
|
|
8981
|
+
"required": false,
|
|
8982
|
+
"conditionKeys": [
|
|
8983
|
+
"aws:RequestTag/${TagKey}",
|
|
8984
|
+
"aws:ResourceTag/${TagKey}",
|
|
8985
|
+
"aws:TagKeys",
|
|
8986
|
+
"ec2:ResourceTag/${TagKey}"
|
|
8987
|
+
],
|
|
8988
|
+
"dependentActions": []
|
|
8989
|
+
},
|
|
8990
|
+
{
|
|
8991
|
+
"name": "secondary-subnet",
|
|
8992
|
+
"required": false,
|
|
8993
|
+
"conditionKeys": [
|
|
8994
|
+
"aws:RequestTag/${TagKey}",
|
|
8995
|
+
"aws:ResourceTag/${TagKey}",
|
|
8996
|
+
"aws:TagKeys",
|
|
8997
|
+
"ec2:ResourceTag/${TagKey}"
|
|
8998
|
+
],
|
|
8999
|
+
"dependentActions": []
|
|
9000
|
+
},
|
|
8817
9001
|
{
|
|
8818
9002
|
"name": "security-group",
|
|
8819
9003
|
"required": false,
|
|
@@ -11519,6 +11703,36 @@
|
|
|
11519
11703
|
],
|
|
11520
11704
|
"dependentActions": []
|
|
11521
11705
|
},
|
|
11706
|
+
"describesecondaryinterfaces": {
|
|
11707
|
+
"name": "DescribeSecondaryInterfaces",
|
|
11708
|
+
"description": "Grants permission to describe one or more secondary interfaces",
|
|
11709
|
+
"accessLevel": "List",
|
|
11710
|
+
"resourceTypes": [],
|
|
11711
|
+
"conditionKeys": [
|
|
11712
|
+
"ec2:Region"
|
|
11713
|
+
],
|
|
11714
|
+
"dependentActions": []
|
|
11715
|
+
},
|
|
11716
|
+
"describesecondarynetworks": {
|
|
11717
|
+
"name": "DescribeSecondaryNetworks",
|
|
11718
|
+
"description": "Grants permission to describe one or more secondary networks",
|
|
11719
|
+
"accessLevel": "List",
|
|
11720
|
+
"resourceTypes": [],
|
|
11721
|
+
"conditionKeys": [
|
|
11722
|
+
"ec2:Region"
|
|
11723
|
+
],
|
|
11724
|
+
"dependentActions": []
|
|
11725
|
+
},
|
|
11726
|
+
"describesecondarysubnets": {
|
|
11727
|
+
"name": "DescribeSecondarySubnets",
|
|
11728
|
+
"description": "Grants permission to describe one or more secondary subnets",
|
|
11729
|
+
"accessLevel": "List",
|
|
11730
|
+
"resourceTypes": [],
|
|
11731
|
+
"conditionKeys": [
|
|
11732
|
+
"ec2:Region"
|
|
11733
|
+
],
|
|
11734
|
+
"dependentActions": []
|
|
11735
|
+
},
|
|
11522
11736
|
"describesecuritygroupreferences": {
|
|
11523
11737
|
"name": "DescribeSecurityGroupReferences",
|
|
11524
11738
|
"description": "Grants permission to describe the VPCs on the other side of a VPC peering connection that are referencing specified VPC security groups",
|
|
@@ -12388,6 +12602,29 @@
|
|
|
12388
12602
|
],
|
|
12389
12603
|
"dependentActions": []
|
|
12390
12604
|
},
|
|
12605
|
+
"detachresourcesfromplacementgroup": {
|
|
12606
|
+
"name": "DetachResourcesFromPlacementGroup",
|
|
12607
|
+
"isPermissionOnly": true,
|
|
12608
|
+
"description": "Grants permission to detach resources from a placement group",
|
|
12609
|
+
"accessLevel": "Permissions management",
|
|
12610
|
+
"resourceTypes": [
|
|
12611
|
+
{
|
|
12612
|
+
"name": "placement-group",
|
|
12613
|
+
"required": true,
|
|
12614
|
+
"conditionKeys": [
|
|
12615
|
+
"aws:ResourceTag/${TagKey}",
|
|
12616
|
+
"ec2:PlacementGroupName",
|
|
12617
|
+
"ec2:PlacementGroupStrategy",
|
|
12618
|
+
"ec2:ResourceTag/${TagKey}"
|
|
12619
|
+
],
|
|
12620
|
+
"dependentActions": []
|
|
12621
|
+
}
|
|
12622
|
+
],
|
|
12623
|
+
"conditionKeys": [
|
|
12624
|
+
"ec2:Region"
|
|
12625
|
+
],
|
|
12626
|
+
"dependentActions": []
|
|
12627
|
+
},
|
|
12391
12628
|
"detachverifiedaccesstrustprovider": {
|
|
12392
12629
|
"name": "DetachVerifiedAccessTrustProvider",
|
|
12393
12630
|
"description": "Grants permission to detach a trust provider from a Verified Access instance",
|
|
@@ -20041,6 +20278,15 @@
|
|
|
20041
20278
|
],
|
|
20042
20279
|
"dependentActions": []
|
|
20043
20280
|
},
|
|
20281
|
+
{
|
|
20282
|
+
"name": "secondary-subnet",
|
|
20283
|
+
"required": false,
|
|
20284
|
+
"conditionKeys": [
|
|
20285
|
+
"aws:ResourceTag/${TagKey}",
|
|
20286
|
+
"ec2:ResourceTag/${TagKey}"
|
|
20287
|
+
],
|
|
20288
|
+
"dependentActions": []
|
|
20289
|
+
},
|
|
20044
20290
|
{
|
|
20045
20291
|
"name": "snapshot",
|
|
20046
20292
|
"required": false,
|
|
@@ -208,10 +208,20 @@
|
|
|
208
208
|
"createwebaclassociation": {
|
|
209
209
|
"name": "CreateWebACLAssociation",
|
|
210
210
|
"isPermissionOnly": true,
|
|
211
|
-
"description": "Grants permission to
|
|
212
|
-
"accessLevel": "
|
|
213
|
-
"resourceTypes": [
|
|
214
|
-
|
|
211
|
+
"description": "Grants permission to associate WAF WebACL to the specified load balancer",
|
|
212
|
+
"accessLevel": "Write",
|
|
213
|
+
"resourceTypes": [
|
|
214
|
+
{
|
|
215
|
+
"name": "loadbalancer/app/",
|
|
216
|
+
"required": true,
|
|
217
|
+
"conditionKeys": [],
|
|
218
|
+
"dependentActions": []
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"conditionKeys": [
|
|
222
|
+
"aws:ResourceTag/${TagKey}",
|
|
223
|
+
"elasticloadbalancing:ResourceTag/${TagKey}"
|
|
224
|
+
],
|
|
215
225
|
"dependentActions": []
|
|
216
226
|
},
|
|
217
227
|
"deletelistener": {
|
|
@@ -343,10 +353,20 @@
|
|
|
343
353
|
"deletewebaclassociation": {
|
|
344
354
|
"name": "DeleteWebACLAssociation",
|
|
345
355
|
"isPermissionOnly": true,
|
|
346
|
-
"description": "Grants permission to
|
|
347
|
-
"accessLevel": "
|
|
348
|
-
"resourceTypes": [
|
|
349
|
-
|
|
356
|
+
"description": "Grants permission to disassociate WAF WebACL from the specified load balancer",
|
|
357
|
+
"accessLevel": "Write",
|
|
358
|
+
"resourceTypes": [
|
|
359
|
+
{
|
|
360
|
+
"name": "loadbalancer/app/",
|
|
361
|
+
"required": true,
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": []
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
"conditionKeys": [
|
|
367
|
+
"aws:ResourceTag/${TagKey}",
|
|
368
|
+
"elasticloadbalancing:ResourceTag/${TagKey}"
|
|
369
|
+
],
|
|
350
370
|
"dependentActions": []
|
|
351
371
|
},
|
|
352
372
|
"deregistertargets": {
|
|
@@ -498,8 +518,8 @@
|
|
|
498
518
|
"describewebaclassociation": {
|
|
499
519
|
"name": "DescribeWebACLAssociation",
|
|
500
520
|
"isPermissionOnly": true,
|
|
501
|
-
"description": "Grants permission to describe
|
|
502
|
-
"accessLevel": "
|
|
521
|
+
"description": "Grants permission to describe all load balancers associated to a WAF WebACL in your account",
|
|
522
|
+
"accessLevel": "List",
|
|
503
523
|
"resourceTypes": [],
|
|
504
524
|
"conditionKeys": [],
|
|
505
525
|
"dependentActions": []
|
|
@@ -507,10 +527,20 @@
|
|
|
507
527
|
"getloadbalancerwebacl": {
|
|
508
528
|
"name": "GetLoadBalancerWebACL",
|
|
509
529
|
"isPermissionOnly": true,
|
|
510
|
-
"description": "Grants permission to
|
|
511
|
-
"accessLevel": "
|
|
512
|
-
"resourceTypes": [
|
|
513
|
-
|
|
530
|
+
"description": "Grants permission to retrieve the WAF WebACL associated to the specified load balancer",
|
|
531
|
+
"accessLevel": "Read",
|
|
532
|
+
"resourceTypes": [
|
|
533
|
+
{
|
|
534
|
+
"name": "loadbalancer/app/",
|
|
535
|
+
"required": true,
|
|
536
|
+
"conditionKeys": [],
|
|
537
|
+
"dependentActions": []
|
|
538
|
+
}
|
|
539
|
+
],
|
|
540
|
+
"conditionKeys": [
|
|
541
|
+
"aws:ResourceTag/${TagKey}",
|
|
542
|
+
"elasticloadbalancing:ResourceTag/${TagKey}"
|
|
543
|
+
],
|
|
514
544
|
"dependentActions": []
|
|
515
545
|
},
|
|
516
546
|
"getresourcepolicy": {
|
package/data/actions/glue.json
CHANGED
|
@@ -503,6 +503,8 @@
|
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
505
|
"conditionKeys": [
|
|
506
|
+
"aws:RequestTag/${TagKey}",
|
|
507
|
+
"aws:TagKeys",
|
|
506
508
|
"glue:LakeFormationPermissions",
|
|
507
509
|
"glue:FederatedAuthorizationSource"
|
|
508
510
|
],
|
|
@@ -626,6 +628,8 @@
|
|
|
626
628
|
}
|
|
627
629
|
],
|
|
628
630
|
"conditionKeys": [
|
|
631
|
+
"aws:RequestTag/${TagKey}",
|
|
632
|
+
"aws:TagKeys",
|
|
629
633
|
"glue:LakeFormationPermissions",
|
|
630
634
|
"glue:FederatedAuthorizationSource"
|
|
631
635
|
],
|
|
@@ -3324,6 +3328,24 @@
|
|
|
3324
3328
|
"conditionKeys": [],
|
|
3325
3329
|
"dependentActions": []
|
|
3326
3330
|
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "catalog",
|
|
3333
|
+
"required": false,
|
|
3334
|
+
"conditionKeys": [],
|
|
3335
|
+
"dependentActions": []
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "connection",
|
|
3339
|
+
"required": false,
|
|
3340
|
+
"conditionKeys": [],
|
|
3341
|
+
"dependentActions": []
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "connectionType",
|
|
3345
|
+
"required": false,
|
|
3346
|
+
"conditionKeys": [],
|
|
3347
|
+
"dependentActions": []
|
|
3348
|
+
},
|
|
3327
3349
|
{
|
|
3328
3350
|
"name": "crawler",
|
|
3329
3351
|
"required": false,
|
|
@@ -3336,6 +3358,12 @@
|
|
|
3336
3358
|
"conditionKeys": [],
|
|
3337
3359
|
"dependentActions": []
|
|
3338
3360
|
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "database",
|
|
3363
|
+
"required": false,
|
|
3364
|
+
"conditionKeys": [],
|
|
3365
|
+
"dependentActions": []
|
|
3366
|
+
},
|
|
3339
3367
|
{
|
|
3340
3368
|
"name": "devendpoint",
|
|
3341
3369
|
"required": false,
|
|
@@ -4146,7 +4174,9 @@
|
|
|
4146
4174
|
}
|
|
4147
4175
|
],
|
|
4148
4176
|
"conditionKeys": [
|
|
4149
|
-
"aws:ResourceTag/${TagKey}"
|
|
4177
|
+
"aws:ResourceTag/${TagKey}",
|
|
4178
|
+
"aws:RequestTag/${TagKey}",
|
|
4179
|
+
"aws:TagKeys"
|
|
4150
4180
|
],
|
|
4151
4181
|
"dependentActions": []
|
|
4152
4182
|
},
|
|
@@ -4742,12 +4772,24 @@
|
|
|
4742
4772
|
"conditionKeys": [],
|
|
4743
4773
|
"dependentActions": []
|
|
4744
4774
|
},
|
|
4775
|
+
{
|
|
4776
|
+
"name": "catalog",
|
|
4777
|
+
"required": false,
|
|
4778
|
+
"conditionKeys": [],
|
|
4779
|
+
"dependentActions": []
|
|
4780
|
+
},
|
|
4745
4781
|
{
|
|
4746
4782
|
"name": "connection",
|
|
4747
4783
|
"required": false,
|
|
4748
4784
|
"conditionKeys": [],
|
|
4749
4785
|
"dependentActions": []
|
|
4750
4786
|
},
|
|
4787
|
+
{
|
|
4788
|
+
"name": "connectionType",
|
|
4789
|
+
"required": false,
|
|
4790
|
+
"conditionKeys": [],
|
|
4791
|
+
"dependentActions": []
|
|
4792
|
+
},
|
|
4751
4793
|
{
|
|
4752
4794
|
"name": "crawler",
|
|
4753
4795
|
"required": false,
|
|
@@ -4766,6 +4808,12 @@
|
|
|
4766
4808
|
"conditionKeys": [],
|
|
4767
4809
|
"dependentActions": []
|
|
4768
4810
|
},
|
|
4811
|
+
{
|
|
4812
|
+
"name": "database",
|
|
4813
|
+
"required": false,
|
|
4814
|
+
"conditionKeys": [],
|
|
4815
|
+
"dependentActions": []
|
|
4816
|
+
},
|
|
4769
4817
|
{
|
|
4770
4818
|
"name": "devendpoint",
|
|
4771
4819
|
"required": false,
|
|
@@ -4880,12 +4928,24 @@
|
|
|
4880
4928
|
"conditionKeys": [],
|
|
4881
4929
|
"dependentActions": []
|
|
4882
4930
|
},
|
|
4931
|
+
{
|
|
4932
|
+
"name": "catalog",
|
|
4933
|
+
"required": false,
|
|
4934
|
+
"conditionKeys": [],
|
|
4935
|
+
"dependentActions": []
|
|
4936
|
+
},
|
|
4883
4937
|
{
|
|
4884
4938
|
"name": "connection",
|
|
4885
4939
|
"required": false,
|
|
4886
4940
|
"conditionKeys": [],
|
|
4887
4941
|
"dependentActions": []
|
|
4888
4942
|
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "connectionType",
|
|
4945
|
+
"required": false,
|
|
4946
|
+
"conditionKeys": [],
|
|
4947
|
+
"dependentActions": []
|
|
4948
|
+
},
|
|
4889
4949
|
{
|
|
4890
4950
|
"name": "crawler",
|
|
4891
4951
|
"required": false,
|
|
@@ -4904,6 +4964,12 @@
|
|
|
4904
4964
|
"conditionKeys": [],
|
|
4905
4965
|
"dependentActions": []
|
|
4906
4966
|
},
|
|
4967
|
+
{
|
|
4968
|
+
"name": "database",
|
|
4969
|
+
"required": false,
|
|
4970
|
+
"conditionKeys": [],
|
|
4971
|
+
"dependentActions": []
|
|
4972
|
+
},
|
|
4907
4973
|
{
|
|
4908
4974
|
"name": "devendpoint",
|
|
4909
4975
|
"required": false,
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
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
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"bedrock-mantle:bearertokentype": {
|
|
3
18
|
"key": "bedrock-mantle:BearerTokenType",
|
|
4
19
|
"description": "Filters access by the Short-term or Long-term bearer tokens",
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"project": {
|
|
3
3
|
"key": "project",
|
|
4
|
-
"arn": "arn:${Partition}:bedrock-mantle:${Region}:${Account}:project/${ResourceId}"
|
|
4
|
+
"arn": "arn:${Partition}:bedrock-mantle:${Region}:${Account}:project/${ResourceId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
}
|
|
6
9
|
}
|
|
@@ -876,6 +876,43 @@
|
|
|
876
876
|
"ec2:Vpc"
|
|
877
877
|
]
|
|
878
878
|
},
|
|
879
|
+
"secondary-interface": {
|
|
880
|
+
"key": "secondary-interface",
|
|
881
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:secondary-interface/${SecondaryInterfaceId}",
|
|
882
|
+
"conditionKeys": [
|
|
883
|
+
"aws:RequestTag/${TagKey}",
|
|
884
|
+
"aws:ResourceTag/${TagKey}",
|
|
885
|
+
"aws:TagKeys",
|
|
886
|
+
"ec2:AvailabilityZone",
|
|
887
|
+
"ec2:AvailabilityZoneId",
|
|
888
|
+
"ec2:IsLaunchTemplateResource",
|
|
889
|
+
"ec2:LaunchTemplate",
|
|
890
|
+
"ec2:Region",
|
|
891
|
+
"ec2:ResourceTag/${TagKey}"
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
"secondary-network": {
|
|
895
|
+
"key": "secondary-network",
|
|
896
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:secondary-network/${SecondaryNetworkId}",
|
|
897
|
+
"conditionKeys": [
|
|
898
|
+
"aws:RequestTag/${TagKey}",
|
|
899
|
+
"aws:ResourceTag/${TagKey}",
|
|
900
|
+
"aws:TagKeys",
|
|
901
|
+
"ec2:Region",
|
|
902
|
+
"ec2:ResourceTag/${TagKey}"
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
"secondary-subnet": {
|
|
906
|
+
"key": "secondary-subnet",
|
|
907
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:secondary-subnet/${SecondarySubnetId}",
|
|
908
|
+
"conditionKeys": [
|
|
909
|
+
"aws:RequestTag/${TagKey}",
|
|
910
|
+
"aws:ResourceTag/${TagKey}",
|
|
911
|
+
"aws:TagKeys",
|
|
912
|
+
"ec2:Region",
|
|
913
|
+
"ec2:ResourceTag/${TagKey}"
|
|
914
|
+
]
|
|
915
|
+
},
|
|
879
916
|
"security-group": {
|
|
880
917
|
"key": "security-group",
|
|
881
918
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:security-group/${SecurityGroupId}",
|
|
@@ -5,11 +5,17 @@
|
|
|
5
5
|
},
|
|
6
6
|
"catalog": {
|
|
7
7
|
"key": "catalog",
|
|
8
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:catalog/${CatalogName}"
|
|
8
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:catalog/${CatalogName}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
},
|
|
10
13
|
"database": {
|
|
11
14
|
"key": "database",
|
|
12
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:database/${DatabaseName}"
|
|
15
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:database/${DatabaseName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"table": {
|
|
15
21
|
"key": "table",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.202602271",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-02-
|
|
9
|
+
"updatedAt": "2026-02-27T05:40:40.838Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|