@cloud-copilot/iam-data 0.18.202604081 → 0.18.202604111
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/aws-marketplace.json +135 -0
- package/data/actions/bcm-dashboards.json +53 -0
- package/data/actions/bedrock-agentcore.json +196 -0
- package/data/actions/deadline.json +30 -0
- package/data/actions/ecs.json +66 -64
- package/data/actions/es.json +45 -0
- package/data/actions/observabilityadmin.json +36 -12
- package/data/actions/omics.json +151 -0
- package/data/actions/securitylake.json +1 -0
- package/data/actions/verifiedpermissions.json +53 -0
- package/data/actions/workspaces.json +48 -0
- package/data/conditionKeys/bcm-dashboards.json +5 -0
- package/data/conditionKeys/observabilityadmin.json +20 -0
- package/data/resourceTypes/aws-marketplace.json +20 -0
- package/data/resourceTypes/bcm-dashboards.json +18 -1
- package/data/resourceTypes/bedrock-agentcore.json +8 -0
- package/data/resourceTypes/ecs.json +34 -34
- package/data/resourceTypes/omics.json +7 -0
- package/package.json +2 -2
package/data/actions/omics.json
CHANGED
|
@@ -60,6 +60,21 @@
|
|
|
60
60
|
"conditionKeys": [],
|
|
61
61
|
"dependentActions": []
|
|
62
62
|
},
|
|
63
|
+
"cancelrunbatch": {
|
|
64
|
+
"name": "CancelRunBatch",
|
|
65
|
+
"description": "Grants permission to cancel a batch of workflow runs",
|
|
66
|
+
"accessLevel": "Write",
|
|
67
|
+
"resourceTypes": [
|
|
68
|
+
{
|
|
69
|
+
"name": "runBatch",
|
|
70
|
+
"required": true,
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
63
78
|
"cancelvariantimportjob": {
|
|
64
79
|
"name": "CancelVariantImportJob",
|
|
65
80
|
"description": "Grants permission to cancel a Variant Import Job",
|
|
@@ -270,6 +285,21 @@
|
|
|
270
285
|
"conditionKeys": [],
|
|
271
286
|
"dependentActions": []
|
|
272
287
|
},
|
|
288
|
+
"deletebatch": {
|
|
289
|
+
"name": "DeleteBatch",
|
|
290
|
+
"description": "Grants permission to delete a batch",
|
|
291
|
+
"accessLevel": "Write",
|
|
292
|
+
"resourceTypes": [
|
|
293
|
+
{
|
|
294
|
+
"name": "runBatch",
|
|
295
|
+
"required": true,
|
|
296
|
+
"conditionKeys": [],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"conditionKeys": [],
|
|
301
|
+
"dependentActions": []
|
|
302
|
+
},
|
|
273
303
|
"deleteconfiguration": {
|
|
274
304
|
"name": "DeleteConfiguration",
|
|
275
305
|
"description": "Grants permission to delete a configuration",
|
|
@@ -336,6 +366,27 @@
|
|
|
336
366
|
"conditionKeys": [],
|
|
337
367
|
"dependentActions": []
|
|
338
368
|
},
|
|
369
|
+
"deleterunbatch": {
|
|
370
|
+
"name": "DeleteRunBatch",
|
|
371
|
+
"description": "Grants permission to delete a batch of workflow runs",
|
|
372
|
+
"accessLevel": "Write",
|
|
373
|
+
"resourceTypes": [
|
|
374
|
+
{
|
|
375
|
+
"name": "run",
|
|
376
|
+
"required": true,
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "runBatch",
|
|
382
|
+
"required": true,
|
|
383
|
+
"conditionKeys": [],
|
|
384
|
+
"dependentActions": []
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"conditionKeys": [],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
339
390
|
"deleteruncache": {
|
|
340
391
|
"name": "DeleteRunCache",
|
|
341
392
|
"description": "Grants permission to delete a workflow run cache",
|
|
@@ -493,6 +544,21 @@
|
|
|
493
544
|
"conditionKeys": [],
|
|
494
545
|
"dependentActions": []
|
|
495
546
|
},
|
|
547
|
+
"getbatch": {
|
|
548
|
+
"name": "GetBatch",
|
|
549
|
+
"description": "Grants permission to retrieve batch details and status",
|
|
550
|
+
"accessLevel": "Read",
|
|
551
|
+
"resourceTypes": [
|
|
552
|
+
{
|
|
553
|
+
"name": "runBatch",
|
|
554
|
+
"required": true,
|
|
555
|
+
"conditionKeys": [],
|
|
556
|
+
"dependentActions": []
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"conditionKeys": [],
|
|
560
|
+
"dependentActions": []
|
|
561
|
+
},
|
|
496
562
|
"getconfiguration": {
|
|
497
563
|
"name": "GetConfiguration",
|
|
498
564
|
"description": "Grants permission to retrieve configuration details",
|
|
@@ -861,6 +927,14 @@
|
|
|
861
927
|
"conditionKeys": [],
|
|
862
928
|
"dependentActions": []
|
|
863
929
|
},
|
|
930
|
+
"listbatch": {
|
|
931
|
+
"name": "ListBatch",
|
|
932
|
+
"description": "Grants permission to retrieve list of batches",
|
|
933
|
+
"accessLevel": "List",
|
|
934
|
+
"resourceTypes": [],
|
|
935
|
+
"conditionKeys": [],
|
|
936
|
+
"dependentActions": []
|
|
937
|
+
},
|
|
864
938
|
"listconfigurations": {
|
|
865
939
|
"name": "ListConfigurations",
|
|
866
940
|
"description": "Grants permission to retrieve a list of configurations",
|
|
@@ -1036,6 +1110,21 @@
|
|
|
1036
1110
|
"conditionKeys": [],
|
|
1037
1111
|
"dependentActions": []
|
|
1038
1112
|
},
|
|
1113
|
+
"listrunsinbatch": {
|
|
1114
|
+
"name": "ListRunsInBatch",
|
|
1115
|
+
"description": "Grants permission to retrieve list of workflow runs in batch",
|
|
1116
|
+
"accessLevel": "List",
|
|
1117
|
+
"resourceTypes": [
|
|
1118
|
+
{
|
|
1119
|
+
"name": "runBatch",
|
|
1120
|
+
"required": true,
|
|
1121
|
+
"conditionKeys": [],
|
|
1122
|
+
"dependentActions": []
|
|
1123
|
+
}
|
|
1124
|
+
],
|
|
1125
|
+
"conditionKeys": [],
|
|
1126
|
+
"dependentActions": []
|
|
1127
|
+
},
|
|
1039
1128
|
"listsequencestores": {
|
|
1040
1129
|
"name": "ListSequenceStores",
|
|
1041
1130
|
"description": "Grants permission to list Sequence Stores",
|
|
@@ -1214,6 +1303,56 @@
|
|
|
1214
1303
|
"conditionKeys": [],
|
|
1215
1304
|
"dependentActions": []
|
|
1216
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "runBatch",
|
|
1308
|
+
"required": false,
|
|
1309
|
+
"conditionKeys": [],
|
|
1310
|
+
"dependentActions": []
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "runCache",
|
|
1314
|
+
"required": false,
|
|
1315
|
+
"conditionKeys": [],
|
|
1316
|
+
"dependentActions": []
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "runGroup",
|
|
1320
|
+
"required": false,
|
|
1321
|
+
"conditionKeys": [],
|
|
1322
|
+
"dependentActions": []
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "workflow",
|
|
1326
|
+
"required": false,
|
|
1327
|
+
"conditionKeys": [],
|
|
1328
|
+
"dependentActions": []
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"conditionKeys": [
|
|
1332
|
+
"aws:RequestTag/${TagKey}",
|
|
1333
|
+
"aws:TagKeys"
|
|
1334
|
+
],
|
|
1335
|
+
"dependentActions": []
|
|
1336
|
+
},
|
|
1337
|
+
"startrunbatch": {
|
|
1338
|
+
"name": "StartRunBatch",
|
|
1339
|
+
"description": "Grants permission to start batch of workflow runs",
|
|
1340
|
+
"accessLevel": "Write",
|
|
1341
|
+
"resourceTypes": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "run",
|
|
1344
|
+
"required": true,
|
|
1345
|
+
"conditionKeys": [],
|
|
1346
|
+
"dependentActions": [
|
|
1347
|
+
"iam:PassRole"
|
|
1348
|
+
]
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "runBatch",
|
|
1352
|
+
"required": true,
|
|
1353
|
+
"conditionKeys": [],
|
|
1354
|
+
"dependentActions": []
|
|
1355
|
+
},
|
|
1217
1356
|
{
|
|
1218
1357
|
"name": "runCache",
|
|
1219
1358
|
"required": false,
|
|
@@ -1313,6 +1452,12 @@
|
|
|
1313
1452
|
"conditionKeys": [],
|
|
1314
1453
|
"dependentActions": []
|
|
1315
1454
|
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "runBatch",
|
|
1457
|
+
"required": false,
|
|
1458
|
+
"conditionKeys": [],
|
|
1459
|
+
"dependentActions": []
|
|
1460
|
+
},
|
|
1316
1461
|
{
|
|
1317
1462
|
"name": "runCache",
|
|
1318
1463
|
"required": false,
|
|
@@ -1403,6 +1548,12 @@
|
|
|
1403
1548
|
"conditionKeys": [],
|
|
1404
1549
|
"dependentActions": []
|
|
1405
1550
|
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "runBatch",
|
|
1553
|
+
"required": false,
|
|
1554
|
+
"conditionKeys": [],
|
|
1555
|
+
"dependentActions": []
|
|
1556
|
+
},
|
|
1406
1557
|
{
|
|
1407
1558
|
"name": "runCache",
|
|
1408
1559
|
"required": false,
|
|
@@ -41,6 +41,21 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependentActions": []
|
|
43
43
|
},
|
|
44
|
+
"createpolicystorealias": {
|
|
45
|
+
"name": "CreatePolicyStoreAlias",
|
|
46
|
+
"description": "Grants permission to create an alias against a policy store",
|
|
47
|
+
"accessLevel": "Write",
|
|
48
|
+
"resourceTypes": [
|
|
49
|
+
{
|
|
50
|
+
"name": "policy-store",
|
|
51
|
+
"required": true,
|
|
52
|
+
"conditionKeys": [],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"conditionKeys": [],
|
|
57
|
+
"dependentActions": []
|
|
58
|
+
},
|
|
44
59
|
"createpolicytemplate": {
|
|
45
60
|
"name": "CreatePolicyTemplate",
|
|
46
61
|
"description": "Grants permission to create a policy template",
|
|
@@ -101,6 +116,21 @@
|
|
|
101
116
|
"conditionKeys": [],
|
|
102
117
|
"dependentActions": []
|
|
103
118
|
},
|
|
119
|
+
"deletepolicystorealias": {
|
|
120
|
+
"name": "DeletePolicyStoreAlias",
|
|
121
|
+
"description": "Grants permission to delete an alias for a policy store",
|
|
122
|
+
"accessLevel": "Write",
|
|
123
|
+
"resourceTypes": [
|
|
124
|
+
{
|
|
125
|
+
"name": "policy-store-alias",
|
|
126
|
+
"required": true,
|
|
127
|
+
"conditionKeys": [],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"conditionKeys": [],
|
|
132
|
+
"dependentActions": []
|
|
133
|
+
},
|
|
104
134
|
"deletepolicytemplate": {
|
|
105
135
|
"name": "DeletePolicyTemplate",
|
|
106
136
|
"description": "Grants permission to delete the specified policy template from the policy store",
|
|
@@ -163,6 +193,21 @@
|
|
|
163
193
|
"verifiedpermissions:ListTagsForResource"
|
|
164
194
|
]
|
|
165
195
|
},
|
|
196
|
+
"getpolicystorealias": {
|
|
197
|
+
"name": "GetPolicyStoreAlias",
|
|
198
|
+
"description": "Grants permission to retrieve details about an alias for a policy store",
|
|
199
|
+
"accessLevel": "Read",
|
|
200
|
+
"resourceTypes": [
|
|
201
|
+
{
|
|
202
|
+
"name": "policy-store-alias",
|
|
203
|
+
"required": true,
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
},
|
|
166
211
|
"getpolicytemplate": {
|
|
167
212
|
"name": "GetPolicyTemplate",
|
|
168
213
|
"description": "Grants permission to retrieve the details for the specified policy template in the specified policy store",
|
|
@@ -253,6 +298,14 @@
|
|
|
253
298
|
"conditionKeys": [],
|
|
254
299
|
"dependentActions": []
|
|
255
300
|
},
|
|
301
|
+
"listpolicystorealiases": {
|
|
302
|
+
"name": "ListPolicyStoreAliases",
|
|
303
|
+
"description": "Grants permission to return a paginated list of all policy store aliases",
|
|
304
|
+
"accessLevel": "List",
|
|
305
|
+
"resourceTypes": [],
|
|
306
|
+
"conditionKeys": [],
|
|
307
|
+
"dependentActions": []
|
|
308
|
+
},
|
|
256
309
|
"listpolicystores": {
|
|
257
310
|
"name": "ListPolicyStores",
|
|
258
311
|
"description": "Grants permission to return a paginated list of all policy stores in the calling Amazon Web Services account",
|
|
@@ -867,6 +867,22 @@
|
|
|
867
867
|
"conditionKeys": [],
|
|
868
868
|
"dependentActions": []
|
|
869
869
|
},
|
|
870
|
+
"gettroubleshootingrecommendation": {
|
|
871
|
+
"name": "GetTroubleshootingRecommendation",
|
|
872
|
+
"isPermissionOnly": true,
|
|
873
|
+
"description": "Grants permission to get troubleshooting recommendations",
|
|
874
|
+
"accessLevel": "Read",
|
|
875
|
+
"resourceTypes": [
|
|
876
|
+
{
|
|
877
|
+
"name": "workspaceid",
|
|
878
|
+
"required": true,
|
|
879
|
+
"conditionKeys": [],
|
|
880
|
+
"dependentActions": []
|
|
881
|
+
}
|
|
882
|
+
],
|
|
883
|
+
"conditionKeys": [],
|
|
884
|
+
"dependentActions": []
|
|
885
|
+
},
|
|
870
886
|
"importclientbranding": {
|
|
871
887
|
"name": "ImportClientBranding",
|
|
872
888
|
"description": "Grants permission to import AWS WorkSpaces Client branding data within a directory",
|
|
@@ -901,6 +917,22 @@
|
|
|
901
917
|
"ec2:ModifyImageAttribute"
|
|
902
918
|
]
|
|
903
919
|
},
|
|
920
|
+
"invoketroubleshootinginvestigation": {
|
|
921
|
+
"name": "InvokeTroubleshootingInvestigation",
|
|
922
|
+
"isPermissionOnly": true,
|
|
923
|
+
"description": "Grants permission to invoke troubleshooting investigation",
|
|
924
|
+
"accessLevel": "Read",
|
|
925
|
+
"resourceTypes": [
|
|
926
|
+
{
|
|
927
|
+
"name": "workspaceid",
|
|
928
|
+
"required": true,
|
|
929
|
+
"conditionKeys": [],
|
|
930
|
+
"dependentActions": []
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"conditionKeys": [],
|
|
934
|
+
"dependentActions": []
|
|
935
|
+
},
|
|
904
936
|
"listaccountlinks": {
|
|
905
937
|
"name": "ListAccountLinks",
|
|
906
938
|
"description": "Grants permission to retrieve links with the AWS Account(s) that share your configuration for WorkSpaces BYOL",
|
|
@@ -917,6 +949,22 @@
|
|
|
917
949
|
"conditionKeys": [],
|
|
918
950
|
"dependentActions": []
|
|
919
951
|
},
|
|
952
|
+
"listtroubleshootingrecommendations": {
|
|
953
|
+
"name": "ListTroubleshootingRecommendations",
|
|
954
|
+
"isPermissionOnly": true,
|
|
955
|
+
"description": "Grants permission to list troubleshooting recommendations",
|
|
956
|
+
"accessLevel": "Read",
|
|
957
|
+
"resourceTypes": [
|
|
958
|
+
{
|
|
959
|
+
"name": "workspaceid",
|
|
960
|
+
"required": true,
|
|
961
|
+
"conditionKeys": [],
|
|
962
|
+
"dependentActions": []
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"conditionKeys": [],
|
|
966
|
+
"dependentActions": []
|
|
967
|
+
},
|
|
920
968
|
"migrateworkspace": {
|
|
921
969
|
"name": "MigrateWorkspace",
|
|
922
970
|
"description": "Grants permission to migrate WorkSpaces",
|
|
@@ -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 tag key-value pairs attached to 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",
|
|
@@ -19,11 +19,26 @@
|
|
|
19
19
|
"description": "Filters access by the backup region that is passed in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"observabilityadmin:centralizationdestinationaccount": {
|
|
23
|
+
"key": "observabilityadmin:CentralizationDestinationAccount",
|
|
24
|
+
"description": "Filters access by the destination account that is passed in the request",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"observabilityadmin:centralizationdestinationregion": {
|
|
23
28
|
"key": "observabilityadmin:CentralizationDestinationRegion",
|
|
24
29
|
"description": "Filters access by the destination region that is passed in the request",
|
|
25
30
|
"type": "String"
|
|
26
31
|
},
|
|
32
|
+
"observabilityadmin:centralizationrulename": {
|
|
33
|
+
"key": "observabilityadmin:CentralizationRuleName",
|
|
34
|
+
"description": "Filters access by the name of the centralization rule that is passed in the request",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
37
|
+
"observabilityadmin:centralizationsourceid": {
|
|
38
|
+
"key": "observabilityadmin:CentralizationSourceId",
|
|
39
|
+
"description": "Filters access by the source account, organizational unit, or organization IDs that is passed in the request",
|
|
40
|
+
"type": "ArrayOfString"
|
|
41
|
+
},
|
|
27
42
|
"observabilityadmin:centralizationsourceregions": {
|
|
28
43
|
"key": "observabilityadmin:CentralizationSourceRegions",
|
|
29
44
|
"description": "Filters access by the source regions that are passed in the request",
|
|
@@ -33,5 +48,10 @@
|
|
|
33
48
|
"key": "observabilityadmin:SourceType",
|
|
34
49
|
"description": "Filters access by the source type that is passed in the request",
|
|
35
50
|
"type": "String"
|
|
51
|
+
},
|
|
52
|
+
"observabilityadmin:targetregions": {
|
|
53
|
+
"key": "observabilityadmin:TargetRegions",
|
|
54
|
+
"description": "Filters access by the regions that are targetted by the request",
|
|
55
|
+
"type": "String"
|
|
36
56
|
}
|
|
37
57
|
}
|
|
@@ -28,6 +28,26 @@
|
|
|
28
28
|
"aws:TagKeys"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
+
"product": {
|
|
32
|
+
"key": "Product",
|
|
33
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/product/${ProductId}"
|
|
34
|
+
},
|
|
35
|
+
"listing": {
|
|
36
|
+
"key": "Listing",
|
|
37
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/listing/${ListingId}"
|
|
38
|
+
},
|
|
39
|
+
"offer": {
|
|
40
|
+
"key": "Offer",
|
|
41
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/offer/${OfferId}"
|
|
42
|
+
},
|
|
43
|
+
"offerset": {
|
|
44
|
+
"key": "OfferSet",
|
|
45
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/offerSet/${OfferSetId}"
|
|
46
|
+
},
|
|
47
|
+
"purchaseoption": {
|
|
48
|
+
"key": "PurchaseOption",
|
|
49
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/purchaseOption/${PurchaseOptionId}"
|
|
50
|
+
},
|
|
31
51
|
"dashboard": {
|
|
32
52
|
"key": "Dashboard",
|
|
33
53
|
"arn": "arn:${Partition}:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/Dashboard/${DashboardName}"
|
|
@@ -1 +1,18 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"dashboard": {
|
|
3
|
+
"key": "dashboard",
|
|
4
|
+
"arn": "arn:${Partition}:bcm-dashboards::${Account}:dashboard/${DashboardName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
7
|
+
"aws:TagKeys"
|
|
8
|
+
]
|
|
9
|
+
},
|
|
10
|
+
"scheduled-report": {
|
|
11
|
+
"key": "scheduled-report",
|
|
12
|
+
"arn": "arn:${Partition}:bcm-dashboards::${Account}:scheduled-report/${ScheduledReportName}",
|
|
13
|
+
"conditionKeys": [
|
|
14
|
+
"aws:ResourceTag/${TagKey}",
|
|
15
|
+
"aws:TagKeys"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -116,5 +116,13 @@
|
|
|
116
116
|
"policy-generation": {
|
|
117
117
|
"key": "policy-generation",
|
|
118
118
|
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:policy-engine/${PolicyEngineId}/policy-generation/${PolicyGenerationId}"
|
|
119
|
+
},
|
|
120
|
+
"registry": {
|
|
121
|
+
"key": "registry",
|
|
122
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}"
|
|
123
|
+
},
|
|
124
|
+
"registry-record": {
|
|
125
|
+
"key": "registry-record",
|
|
126
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}/record/${RecordId}"
|
|
119
127
|
}
|
|
120
128
|
}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"capacity-provider": {
|
|
3
|
+
"key": "capacity-provider",
|
|
4
|
+
"arn": "arn:${Partition}:ecs:${Region}:${Account}:capacity-provider/${CapacityProviderName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
7
|
+
"ecs:ResourceTag/${TagKey}"
|
|
8
|
+
]
|
|
9
|
+
},
|
|
2
10
|
"cluster": {
|
|
3
11
|
"key": "cluster",
|
|
4
12
|
"arn": "arn:${Partition}:ecs:${Region}:${Account}:cluster/${ClusterName}",
|
|
@@ -15,32 +23,6 @@
|
|
|
15
23
|
"ecs:ResourceTag/${TagKey}"
|
|
16
24
|
]
|
|
17
25
|
},
|
|
18
|
-
"service": {
|
|
19
|
-
"key": "service",
|
|
20
|
-
"arn": "arn:${Partition}:ecs:${Region}:${Account}:service/${ClusterName}/${ServiceName}",
|
|
21
|
-
"conditionKeys": [
|
|
22
|
-
"aws:ResourceTag/${TagKey}",
|
|
23
|
-
"ecs:ResourceTag/${TagKey}"
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
"service-deployment": {
|
|
27
|
-
"key": "service-deployment",
|
|
28
|
-
"arn": "arn:${Partition}:ecs:${Region}:${Account}:service-deployment/${ClusterName}/${ServiceName}/${ServiceDeploymentId}",
|
|
29
|
-
"conditionKeys": [
|
|
30
|
-
"aws:ResourceTag/${TagKey}",
|
|
31
|
-
"ecs:cluster",
|
|
32
|
-
"ecs:service"
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
"service-revision": {
|
|
36
|
-
"key": "service-revision",
|
|
37
|
-
"arn": "arn:${Partition}:ecs:${Region}:${Account}:service-revision/${ClusterName}/${ServiceName}/${ServiceRevisionId}",
|
|
38
|
-
"conditionKeys": [
|
|
39
|
-
"aws:ResourceTag/${TagKey}",
|
|
40
|
-
"ecs:cluster",
|
|
41
|
-
"ecs:service"
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
26
|
"daemon": {
|
|
45
27
|
"key": "daemon",
|
|
46
28
|
"arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon/${ClusterName}/${DaemonName}",
|
|
@@ -74,6 +56,32 @@
|
|
|
74
56
|
"aws:ResourceTag/${TagKey}"
|
|
75
57
|
]
|
|
76
58
|
},
|
|
59
|
+
"service": {
|
|
60
|
+
"key": "service",
|
|
61
|
+
"arn": "arn:${Partition}:ecs:${Region}:${Account}:service/${ClusterName}/${ServiceName}",
|
|
62
|
+
"conditionKeys": [
|
|
63
|
+
"aws:ResourceTag/${TagKey}",
|
|
64
|
+
"ecs:ResourceTag/${TagKey}"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"service-deployment": {
|
|
68
|
+
"key": "service-deployment",
|
|
69
|
+
"arn": "arn:${Partition}:ecs:${Region}:${Account}:service-deployment/${ClusterName}/${ServiceName}/${ServiceDeploymentId}",
|
|
70
|
+
"conditionKeys": [
|
|
71
|
+
"aws:ResourceTag/${TagKey}",
|
|
72
|
+
"ecs:cluster",
|
|
73
|
+
"ecs:service"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"service-revision": {
|
|
77
|
+
"key": "service-revision",
|
|
78
|
+
"arn": "arn:${Partition}:ecs:${Region}:${Account}:service-revision/${ClusterName}/${ServiceName}/${ServiceRevisionId}",
|
|
79
|
+
"conditionKeys": [
|
|
80
|
+
"aws:ResourceTag/${TagKey}",
|
|
81
|
+
"ecs:cluster",
|
|
82
|
+
"ecs:service"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
77
85
|
"task": {
|
|
78
86
|
"key": "task",
|
|
79
87
|
"arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}",
|
|
@@ -90,14 +98,6 @@
|
|
|
90
98
|
"ecs:ResourceTag/${TagKey}"
|
|
91
99
|
]
|
|
92
100
|
},
|
|
93
|
-
"capacity-provider": {
|
|
94
|
-
"key": "capacity-provider",
|
|
95
|
-
"arn": "arn:${Partition}:ecs:${Region}:${Account}:capacity-provider/${CapacityProviderName}",
|
|
96
|
-
"conditionKeys": [
|
|
97
|
-
"aws:ResourceTag/${TagKey}",
|
|
98
|
-
"ecs:ResourceTag/${TagKey}"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
101
|
"task-set": {
|
|
102
102
|
"key": "task-set",
|
|
103
103
|
"arn": "arn:${Partition}:ecs:${Region}:${Account}:task-set/${ClusterName}/${ServiceName}/${TaskSetId}",
|
|
@@ -48,6 +48,13 @@
|
|
|
48
48
|
"aws:ResourceTag/${TagKey}"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
+
"runbatch": {
|
|
52
|
+
"key": "runBatch",
|
|
53
|
+
"arn": "arn:${Partition}:omics:${Region}:${Account}:runBatch/${BatchId}",
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"aws:ResourceTag/${TagKey}"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
51
58
|
"runcache": {
|
|
52
59
|
"key": "runCache",
|
|
53
60
|
"arn": "arn:${Partition}:omics:${Region}:${Account}:runCache/${Id}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.202604111",
|
|
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-04-
|
|
9
|
+
"updatedAt": "2026-04-11T05:13:18.156Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|