@cloud-copilot/iam-data 0.9.202412111 → 0.9.202412121
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/mgh.json
CHANGED
|
@@ -1,4 +1,37 @@
|
|
|
1
1
|
{
|
|
2
|
+
"acceptconnection": {
|
|
3
|
+
"name": "AcceptConnection",
|
|
4
|
+
"description": "Grants permission to accept a connection",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "ConnectionResource",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:TagKeys",
|
|
16
|
+
"aws:RequestTag/${TagKey}"
|
|
17
|
+
],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
20
|
+
"associateautomationunitrole": {
|
|
21
|
+
"name": "AssociateAutomationUnitRole",
|
|
22
|
+
"description": "Grants permission to associate an IAM role to an automation unit",
|
|
23
|
+
"accessLevel": "Write",
|
|
24
|
+
"resourceTypes": [
|
|
25
|
+
{
|
|
26
|
+
"name": "AutomationUnitResource",
|
|
27
|
+
"required": true,
|
|
28
|
+
"conditionKeys": [],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"conditionKeys": [],
|
|
33
|
+
"dependentActions": []
|
|
34
|
+
},
|
|
2
35
|
"associatecreatedartifact": {
|
|
3
36
|
"name": "AssociateCreatedArtifact",
|
|
4
37
|
"description": "Grants permission to associate a given AWS artifact to a MigrationTask",
|
|
@@ -29,6 +62,67 @@
|
|
|
29
62
|
"conditionKeys": [],
|
|
30
63
|
"dependentActions": []
|
|
31
64
|
},
|
|
65
|
+
"associatesourceresource": {
|
|
66
|
+
"name": "AssociateSourceResource",
|
|
67
|
+
"description": "Grants permission to associate source resource",
|
|
68
|
+
"accessLevel": "Write",
|
|
69
|
+
"resourceTypes": [
|
|
70
|
+
{
|
|
71
|
+
"name": "migrationTask",
|
|
72
|
+
"required": true,
|
|
73
|
+
"conditionKeys": [],
|
|
74
|
+
"dependentActions": []
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"conditionKeys": [],
|
|
78
|
+
"dependentActions": []
|
|
79
|
+
},
|
|
80
|
+
"batchassociateiamrolewithconnection": {
|
|
81
|
+
"name": "BatchAssociateIamRoleWithConnection",
|
|
82
|
+
"description": "Grants permission to batch-associate IAM roles with a connection",
|
|
83
|
+
"accessLevel": "Write",
|
|
84
|
+
"resourceTypes": [
|
|
85
|
+
{
|
|
86
|
+
"name": "ConnectionResource",
|
|
87
|
+
"required": true,
|
|
88
|
+
"conditionKeys": [],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"conditionKeys": [],
|
|
93
|
+
"dependentActions": []
|
|
94
|
+
},
|
|
95
|
+
"batchdisassociateiamrolefromconnection": {
|
|
96
|
+
"name": "BatchDisassociateIamRoleFromConnection",
|
|
97
|
+
"description": "Grants permission to batch-disassociate IAM roles from a connection",
|
|
98
|
+
"accessLevel": "Write",
|
|
99
|
+
"resourceTypes": [
|
|
100
|
+
{
|
|
101
|
+
"name": "ConnectionResource",
|
|
102
|
+
"required": true,
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
},
|
|
110
|
+
"createautomationrun": {
|
|
111
|
+
"name": "CreateAutomationRun",
|
|
112
|
+
"description": "Grants permission to create an automation unit run",
|
|
113
|
+
"accessLevel": "Write",
|
|
114
|
+
"resourceTypes": [],
|
|
115
|
+
"conditionKeys": [],
|
|
116
|
+
"dependentActions": []
|
|
117
|
+
},
|
|
118
|
+
"createautomationunit": {
|
|
119
|
+
"name": "CreateAutomationUnit",
|
|
120
|
+
"description": "Grants permission to create an automation unit",
|
|
121
|
+
"accessLevel": "Write",
|
|
122
|
+
"resourceTypes": [],
|
|
123
|
+
"conditionKeys": [],
|
|
124
|
+
"dependentActions": []
|
|
125
|
+
},
|
|
32
126
|
"createhomeregioncontrol": {
|
|
33
127
|
"name": "CreateHomeRegionControl",
|
|
34
128
|
"description": "Grants permission to create a Migration Hub Home Region Control",
|
|
@@ -52,6 +146,51 @@
|
|
|
52
146
|
"conditionKeys": [],
|
|
53
147
|
"dependentActions": []
|
|
54
148
|
},
|
|
149
|
+
"deleteautomationrun": {
|
|
150
|
+
"name": "DeleteAutomationRun",
|
|
151
|
+
"description": "Grants permission to delete an automation unit run",
|
|
152
|
+
"accessLevel": "Write",
|
|
153
|
+
"resourceTypes": [
|
|
154
|
+
{
|
|
155
|
+
"name": "AutomationRunResource",
|
|
156
|
+
"required": true,
|
|
157
|
+
"conditionKeys": [],
|
|
158
|
+
"dependentActions": []
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"conditionKeys": [],
|
|
162
|
+
"dependentActions": []
|
|
163
|
+
},
|
|
164
|
+
"deleteautomationunit": {
|
|
165
|
+
"name": "DeleteAutomationUnit",
|
|
166
|
+
"description": "Grants permission to delete an automation unit",
|
|
167
|
+
"accessLevel": "Write",
|
|
168
|
+
"resourceTypes": [
|
|
169
|
+
{
|
|
170
|
+
"name": "AutomationUnitResource",
|
|
171
|
+
"required": true,
|
|
172
|
+
"conditionKeys": [],
|
|
173
|
+
"dependentActions": []
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"conditionKeys": [],
|
|
177
|
+
"dependentActions": []
|
|
178
|
+
},
|
|
179
|
+
"deleteconnection": {
|
|
180
|
+
"name": "DeleteConnection",
|
|
181
|
+
"description": "Grants permission to delete a connection",
|
|
182
|
+
"accessLevel": "Write",
|
|
183
|
+
"resourceTypes": [
|
|
184
|
+
{
|
|
185
|
+
"name": "ConnectionResource",
|
|
186
|
+
"required": true,
|
|
187
|
+
"conditionKeys": [],
|
|
188
|
+
"dependentActions": []
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
55
194
|
"deletehomeregioncontrol": {
|
|
56
195
|
"name": "DeleteHomeRegionControl",
|
|
57
196
|
"description": "Grants permission to delete a Migration Hub Home Region Control",
|
|
@@ -83,6 +222,36 @@
|
|
|
83
222
|
"conditionKeys": [],
|
|
84
223
|
"dependentActions": []
|
|
85
224
|
},
|
|
225
|
+
"describeautomationrun": {
|
|
226
|
+
"name": "DescribeAutomationRun",
|
|
227
|
+
"description": "Grants permission to describe an automation unit run",
|
|
228
|
+
"accessLevel": "Read",
|
|
229
|
+
"resourceTypes": [
|
|
230
|
+
{
|
|
231
|
+
"name": "AutomationRunResource",
|
|
232
|
+
"required": true,
|
|
233
|
+
"conditionKeys": [],
|
|
234
|
+
"dependentActions": []
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"conditionKeys": [],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
},
|
|
240
|
+
"describeautomationunit": {
|
|
241
|
+
"name": "DescribeAutomationUnit",
|
|
242
|
+
"description": "Grants permission to describe an automation unit",
|
|
243
|
+
"accessLevel": "Read",
|
|
244
|
+
"resourceTypes": [
|
|
245
|
+
{
|
|
246
|
+
"name": "AutomationUnitResource",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
},
|
|
86
255
|
"describehomeregioncontrols": {
|
|
87
256
|
"name": "DescribeHomeRegionControls",
|
|
88
257
|
"description": "Grants permission to list Home Region Controls",
|
|
@@ -106,6 +275,21 @@
|
|
|
106
275
|
"conditionKeys": [],
|
|
107
276
|
"dependentActions": []
|
|
108
277
|
},
|
|
278
|
+
"disassociateautomationunitrole": {
|
|
279
|
+
"name": "DisassociateAutomationUnitRole",
|
|
280
|
+
"description": "Grants permission to disassociate an IAM role from an automation unit",
|
|
281
|
+
"accessLevel": "Write",
|
|
282
|
+
"resourceTypes": [
|
|
283
|
+
{
|
|
284
|
+
"name": "AutomationUnitResource",
|
|
285
|
+
"required": true,
|
|
286
|
+
"conditionKeys": [],
|
|
287
|
+
"dependentActions": []
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"conditionKeys": [],
|
|
291
|
+
"dependentActions": []
|
|
292
|
+
},
|
|
109
293
|
"disassociatecreatedartifact": {
|
|
110
294
|
"name": "DisassociateCreatedArtifact",
|
|
111
295
|
"description": "Grants permission to disassociate a given AWS artifact from a MigrationTask",
|
|
@@ -136,6 +320,36 @@
|
|
|
136
320
|
"conditionKeys": [],
|
|
137
321
|
"dependentActions": []
|
|
138
322
|
},
|
|
323
|
+
"disassociatesourceresource": {
|
|
324
|
+
"name": "DisassociateSourceResource",
|
|
325
|
+
"description": "Grants permission to diassociate source resource",
|
|
326
|
+
"accessLevel": "Write",
|
|
327
|
+
"resourceTypes": [
|
|
328
|
+
{
|
|
329
|
+
"name": "migrationTask",
|
|
330
|
+
"required": true,
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"conditionKeys": [],
|
|
336
|
+
"dependentActions": []
|
|
337
|
+
},
|
|
338
|
+
"getconnection": {
|
|
339
|
+
"name": "GetConnection",
|
|
340
|
+
"description": "Grants permission to get a connection",
|
|
341
|
+
"accessLevel": "Read",
|
|
342
|
+
"resourceTypes": [
|
|
343
|
+
{
|
|
344
|
+
"name": "ConnectionResource",
|
|
345
|
+
"required": true,
|
|
346
|
+
"conditionKeys": [],
|
|
347
|
+
"dependentActions": []
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"conditionKeys": [],
|
|
351
|
+
"dependentActions": []
|
|
352
|
+
},
|
|
139
353
|
"gethomeregion": {
|
|
140
354
|
"name": "GetHomeRegion",
|
|
141
355
|
"description": "Grants permission to get the Migration Hub Home Region",
|
|
@@ -167,6 +381,45 @@
|
|
|
167
381
|
"conditionKeys": [],
|
|
168
382
|
"dependentActions": []
|
|
169
383
|
},
|
|
384
|
+
"listautomationruns": {
|
|
385
|
+
"name": "ListAutomationRuns",
|
|
386
|
+
"description": "Grants permission to list automation unit runs",
|
|
387
|
+
"accessLevel": "List",
|
|
388
|
+
"resourceTypes": [],
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
},
|
|
392
|
+
"listautomationunits": {
|
|
393
|
+
"name": "ListAutomationUnits",
|
|
394
|
+
"description": "Grants permission to list automation units",
|
|
395
|
+
"accessLevel": "List",
|
|
396
|
+
"resourceTypes": [],
|
|
397
|
+
"conditionKeys": [],
|
|
398
|
+
"dependentActions": []
|
|
399
|
+
},
|
|
400
|
+
"listconnectionroles": {
|
|
401
|
+
"name": "ListConnectionRoles",
|
|
402
|
+
"description": "Grants permission to list connection roles",
|
|
403
|
+
"accessLevel": "List",
|
|
404
|
+
"resourceTypes": [
|
|
405
|
+
{
|
|
406
|
+
"name": "ConnectionResource",
|
|
407
|
+
"required": true,
|
|
408
|
+
"conditionKeys": [],
|
|
409
|
+
"dependentActions": []
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"conditionKeys": [],
|
|
413
|
+
"dependentActions": []
|
|
414
|
+
},
|
|
415
|
+
"listconnections": {
|
|
416
|
+
"name": "ListConnections",
|
|
417
|
+
"description": "Grants permission to list connections",
|
|
418
|
+
"accessLevel": "List",
|
|
419
|
+
"resourceTypes": [],
|
|
420
|
+
"conditionKeys": [],
|
|
421
|
+
"dependentActions": []
|
|
422
|
+
},
|
|
170
423
|
"listcreatedartifacts": {
|
|
171
424
|
"name": "ListCreatedArtifacts",
|
|
172
425
|
"description": "Grants permission to list associated created artifacts for a MigrationTask",
|
|
@@ -197,6 +450,21 @@
|
|
|
197
450
|
"conditionKeys": [],
|
|
198
451
|
"dependentActions": []
|
|
199
452
|
},
|
|
453
|
+
"listmigrationtaskupdates": {
|
|
454
|
+
"name": "ListMigrationTaskUpdates",
|
|
455
|
+
"description": "Grants permission to list migration tasks updates",
|
|
456
|
+
"accessLevel": "List",
|
|
457
|
+
"resourceTypes": [
|
|
458
|
+
{
|
|
459
|
+
"name": "migrationTask",
|
|
460
|
+
"required": true,
|
|
461
|
+
"conditionKeys": [],
|
|
462
|
+
"dependentActions": []
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"conditionKeys": [],
|
|
466
|
+
"dependentActions": []
|
|
467
|
+
},
|
|
200
468
|
"listmigrationtasks": {
|
|
201
469
|
"name": "ListMigrationTasks",
|
|
202
470
|
"description": "Grants permission to list MigrationTasks",
|
|
@@ -213,6 +481,29 @@
|
|
|
213
481
|
"conditionKeys": [],
|
|
214
482
|
"dependentActions": []
|
|
215
483
|
},
|
|
484
|
+
"listsourceresources": {
|
|
485
|
+
"name": "ListSourceResources",
|
|
486
|
+
"description": "Grants permission to list source resources",
|
|
487
|
+
"accessLevel": "List",
|
|
488
|
+
"resourceTypes": [
|
|
489
|
+
{
|
|
490
|
+
"name": "migrationTask",
|
|
491
|
+
"required": true,
|
|
492
|
+
"conditionKeys": [],
|
|
493
|
+
"dependentActions": []
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"conditionKeys": [],
|
|
497
|
+
"dependentActions": []
|
|
498
|
+
},
|
|
499
|
+
"listtagsforresource": {
|
|
500
|
+
"name": "ListTagsForResource",
|
|
501
|
+
"description": "Grants permission to list tags for a resource",
|
|
502
|
+
"accessLevel": "List",
|
|
503
|
+
"resourceTypes": [],
|
|
504
|
+
"conditionKeys": [],
|
|
505
|
+
"dependentActions": []
|
|
506
|
+
},
|
|
216
507
|
"notifyapplicationstate": {
|
|
217
508
|
"name": "NotifyApplicationState",
|
|
218
509
|
"description": "Grants permission to update an Application Discovery Service Application's state",
|
|
@@ -250,5 +541,41 @@
|
|
|
250
541
|
],
|
|
251
542
|
"conditionKeys": [],
|
|
252
543
|
"dependentActions": []
|
|
544
|
+
},
|
|
545
|
+
"rejectconnection": {
|
|
546
|
+
"name": "RejectConnection",
|
|
547
|
+
"description": "Grants permission to reject a connection",
|
|
548
|
+
"accessLevel": "Write",
|
|
549
|
+
"resourceTypes": [
|
|
550
|
+
{
|
|
551
|
+
"name": "ConnectionResource",
|
|
552
|
+
"required": true,
|
|
553
|
+
"conditionKeys": [],
|
|
554
|
+
"dependentActions": []
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"conditionKeys": [],
|
|
558
|
+
"dependentActions": []
|
|
559
|
+
},
|
|
560
|
+
"tagresource": {
|
|
561
|
+
"name": "TagResource",
|
|
562
|
+
"description": "Grants permission to tag a resource",
|
|
563
|
+
"accessLevel": "Tagging",
|
|
564
|
+
"resourceTypes": [],
|
|
565
|
+
"conditionKeys": [
|
|
566
|
+
"aws:TagKeys",
|
|
567
|
+
"aws:RequestTag/${TagKey}"
|
|
568
|
+
],
|
|
569
|
+
"dependentActions": []
|
|
570
|
+
},
|
|
571
|
+
"untagresource": {
|
|
572
|
+
"name": "UntagResource",
|
|
573
|
+
"description": "Grants permission to untag a resource",
|
|
574
|
+
"accessLevel": "Tagging",
|
|
575
|
+
"resourceTypes": [],
|
|
576
|
+
"conditionKeys": [
|
|
577
|
+
"aws:TagKeys"
|
|
578
|
+
],
|
|
579
|
+
"dependentActions": []
|
|
253
580
|
}
|
|
254
581
|
}
|
|
@@ -13,20 +13,5 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
-
},
|
|
17
|
-
"bcm-pricing-calculator:bill-estimatebillestimateid": {
|
|
18
|
-
"key": "bcm-pricing-calculator:bill-estimateBillEstimateId",
|
|
19
|
-
"description": "bill-estimate resource billEstimateId identifier",
|
|
20
|
-
"type": "String"
|
|
21
|
-
},
|
|
22
|
-
"bcm-pricing-calculator:bill-scenariobillscenarioid": {
|
|
23
|
-
"key": "bcm-pricing-calculator:bill-scenarioBillScenarioId",
|
|
24
|
-
"description": "bill-scenario resource billScenarioId identifier",
|
|
25
|
-
"type": "String"
|
|
26
|
-
},
|
|
27
|
-
"bcm-pricing-calculator:workload-estimateworkloadestimateid": {
|
|
28
|
-
"key": "bcm-pricing-calculator:workload-estimateWorkloadEstimateId",
|
|
29
|
-
"description": "workload-estimate resource workloadEstimateId identifier",
|
|
30
|
-
"type": "String"
|
|
31
16
|
}
|
|
32
17
|
}
|
|
@@ -1 +1,32 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access based on 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 based on the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access based on the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"mgh:automationrunresourcerunid": {
|
|
18
|
+
"key": "mgh:AutomationRunResourceRunID",
|
|
19
|
+
"description": "AutomationRunResource resource runID identifier",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"mgh:automationunitresourceautomationunitarn": {
|
|
23
|
+
"key": "mgh:AutomationUnitResourceAutomationUnitArn",
|
|
24
|
+
"description": "AutomationUnitResource resource automationUnitArn identifier",
|
|
25
|
+
"type": "ARN"
|
|
26
|
+
},
|
|
27
|
+
"mgh:connectionresourceconnectionarn": {
|
|
28
|
+
"key": "mgh:ConnectionResourceConnectionArn",
|
|
29
|
+
"description": "ConnectionResource resource connectionArn identifier",
|
|
30
|
+
"type": "String"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,23 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bill-estimate": {
|
|
3
3
|
"key": "bill-estimate",
|
|
4
|
-
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-estimate/${BillEstimateId}"
|
|
5
|
-
"conditionKeys": [
|
|
6
|
-
"bcm-pricing-calculator:bill-estimateBillEstimateId"
|
|
7
|
-
]
|
|
4
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-estimate/${BillEstimateId}"
|
|
8
5
|
},
|
|
9
6
|
"bill-scenario": {
|
|
10
7
|
"key": "bill-scenario",
|
|
11
|
-
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-scenario/${BillScenarioId}"
|
|
12
|
-
"conditionKeys": [
|
|
13
|
-
"bcm-pricing-calculator:bill-scenarioBillScenarioId"
|
|
14
|
-
]
|
|
8
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-scenario/${BillScenarioId}"
|
|
15
9
|
},
|
|
16
10
|
"workload-estimate": {
|
|
17
11
|
"key": "workload-estimate",
|
|
18
|
-
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:workload-estimate/${WorkloadEstimateId}"
|
|
19
|
-
"conditionKeys": [
|
|
20
|
-
"bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
|
|
21
|
-
]
|
|
12
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:workload-estimate/${WorkloadEstimateId}"
|
|
22
13
|
}
|
|
23
14
|
}
|
|
@@ -6,5 +6,27 @@
|
|
|
6
6
|
"migrationtask": {
|
|
7
7
|
"key": "migrationTask",
|
|
8
8
|
"arn": "arn:${Partition}:mgh:${Region}:${Account}:progressUpdateStream/${Stream}/migrationTask/${Task}"
|
|
9
|
+
},
|
|
10
|
+
"automationrunresource": {
|
|
11
|
+
"key": "AutomationRunResource",
|
|
12
|
+
"arn": "arn:${Partition}:mgh:${Region}:${Account}:automation-run/${RunID}",
|
|
13
|
+
"conditionKeys": [
|
|
14
|
+
"mgh:AutomationRunResourceRunID"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"automationunitresource": {
|
|
18
|
+
"key": "AutomationUnitResource",
|
|
19
|
+
"arn": "arn:${Partition}:mgh:${Region}:${Account}:automation-unit/${AutomationUnitId}",
|
|
20
|
+
"conditionKeys": [
|
|
21
|
+
"mgh:AutomationUnitResourceAutomationUnitArn"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"connectionresource": {
|
|
25
|
+
"key": "ConnectionResource",
|
|
26
|
+
"arn": "arn:${Partition}:mgh:${Region}:${Account}:${ConnectionArn}",
|
|
27
|
+
"conditionKeys": [
|
|
28
|
+
"aws:ResourceTag/${TagKey}",
|
|
29
|
+
"mgh:ConnectionResourceConnectionArn"
|
|
30
|
+
]
|
|
9
31
|
}
|
|
10
32
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202412121",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-12-
|
|
6
|
+
"updatedAt": "2024-12-12T04:48:29.515Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|