@cloud-copilot/iam-data 0.19.202606251 → 0.19.202606261
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.
|
@@ -285,6 +285,17 @@
|
|
|
285
285
|
],
|
|
286
286
|
"dependentActions": []
|
|
287
287
|
},
|
|
288
|
+
"createconnector": {
|
|
289
|
+
"name": "CreateConnector",
|
|
290
|
+
"description": "Grants permission to create a connector based on input parameters",
|
|
291
|
+
"accessLevel": "Write",
|
|
292
|
+
"resourceTypes": [],
|
|
293
|
+
"conditionKeys": [
|
|
294
|
+
"aws:RequestTag/${TagKey}",
|
|
295
|
+
"aws:TagKeys"
|
|
296
|
+
],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
},
|
|
288
299
|
"createconnectorv2": {
|
|
289
300
|
"name": "CreateConnectorV2",
|
|
290
301
|
"description": "Grants permission to create a connector V2 based on input parameters",
|
|
@@ -424,6 +435,21 @@
|
|
|
424
435
|
"conditionKeys": [],
|
|
425
436
|
"dependentActions": []
|
|
426
437
|
},
|
|
438
|
+
"deleteconnector": {
|
|
439
|
+
"name": "DeleteConnector",
|
|
440
|
+
"description": "Grants permission to delete a connector in Security Hub CSPM",
|
|
441
|
+
"accessLevel": "Write",
|
|
442
|
+
"resourceTypes": [
|
|
443
|
+
{
|
|
444
|
+
"name": "connector",
|
|
445
|
+
"required": true,
|
|
446
|
+
"conditionKeys": [],
|
|
447
|
+
"dependentActions": []
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"conditionKeys": [],
|
|
451
|
+
"dependentActions": []
|
|
452
|
+
},
|
|
427
453
|
"deleteconnectorv2": {
|
|
428
454
|
"name": "DeleteConnectorV2",
|
|
429
455
|
"description": "Grants permission to delete a connector V2 in Security Hub",
|
|
@@ -661,6 +687,21 @@
|
|
|
661
687
|
"conditionKeys": [],
|
|
662
688
|
"dependentActions": []
|
|
663
689
|
},
|
|
690
|
+
"disablesecurityhubfeaturev2": {
|
|
691
|
+
"name": "DisableSecurityHubFeatureV2",
|
|
692
|
+
"description": "Grants permission to disable a Security Hub V2 feature",
|
|
693
|
+
"accessLevel": "Write",
|
|
694
|
+
"resourceTypes": [
|
|
695
|
+
{
|
|
696
|
+
"name": "hubv2",
|
|
697
|
+
"required": true,
|
|
698
|
+
"conditionKeys": [],
|
|
699
|
+
"dependentActions": []
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"conditionKeys": [],
|
|
703
|
+
"dependentActions": []
|
|
704
|
+
},
|
|
664
705
|
"disablesecurityhubv2": {
|
|
665
706
|
"name": "DisableSecurityHubV2",
|
|
666
707
|
"description": "Grants permission to disable Security Hub V2",
|
|
@@ -768,6 +809,21 @@
|
|
|
768
809
|
],
|
|
769
810
|
"dependentActions": []
|
|
770
811
|
},
|
|
812
|
+
"enablesecurityhubfeaturev2": {
|
|
813
|
+
"name": "EnableSecurityHubFeatureV2",
|
|
814
|
+
"description": "Grants permission to enable a Security Hub V2 feature",
|
|
815
|
+
"accessLevel": "Write",
|
|
816
|
+
"resourceTypes": [
|
|
817
|
+
{
|
|
818
|
+
"name": "hubv2",
|
|
819
|
+
"required": true,
|
|
820
|
+
"conditionKeys": [],
|
|
821
|
+
"dependentActions": []
|
|
822
|
+
}
|
|
823
|
+
],
|
|
824
|
+
"conditionKeys": [],
|
|
825
|
+
"dependentActions": []
|
|
826
|
+
},
|
|
771
827
|
"enablesecurityhubv2": {
|
|
772
828
|
"name": "EnableSecurityHubV2",
|
|
773
829
|
"description": "Grants permission to enable Security Hub V2",
|
|
@@ -884,6 +940,21 @@
|
|
|
884
940
|
"conditionKeys": [],
|
|
885
941
|
"dependentActions": []
|
|
886
942
|
},
|
|
943
|
+
"getconnector": {
|
|
944
|
+
"name": "GetConnector",
|
|
945
|
+
"description": "Grants permission to retrieve details for a connector from Security Hub CSPM based on connector id",
|
|
946
|
+
"accessLevel": "Read",
|
|
947
|
+
"resourceTypes": [
|
|
948
|
+
{
|
|
949
|
+
"name": "connector",
|
|
950
|
+
"required": true,
|
|
951
|
+
"conditionKeys": [],
|
|
952
|
+
"dependentActions": []
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"conditionKeys": [],
|
|
956
|
+
"dependentActions": []
|
|
957
|
+
},
|
|
887
958
|
"getconnectorv2": {
|
|
888
959
|
"name": "GetConnectorV2",
|
|
889
960
|
"description": "Grants permission to retrieve details for a connector V2 from Security Hub based on connector id",
|
|
@@ -1292,6 +1363,14 @@
|
|
|
1292
1363
|
"conditionKeys": [],
|
|
1293
1364
|
"dependentActions": []
|
|
1294
1365
|
},
|
|
1366
|
+
"listconnectors": {
|
|
1367
|
+
"name": "ListConnectors",
|
|
1368
|
+
"description": "Grants permission to retrieve a list of connectors and their metadata for the calling account from Security Hub CSPM",
|
|
1369
|
+
"accessLevel": "List",
|
|
1370
|
+
"resourceTypes": [],
|
|
1371
|
+
"conditionKeys": [],
|
|
1372
|
+
"dependentActions": []
|
|
1373
|
+
},
|
|
1295
1374
|
"listconnectorsv2": {
|
|
1296
1375
|
"name": "ListConnectorsV2",
|
|
1297
1376
|
"description": "Grants permission to retrieve a list of connectors V2 and their metadata for the calling account from Security Hub",
|
|
@@ -1523,6 +1602,12 @@
|
|
|
1523
1602
|
"conditionKeys": [],
|
|
1524
1603
|
"dependentActions": []
|
|
1525
1604
|
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "connector",
|
|
1607
|
+
"required": false,
|
|
1608
|
+
"conditionKeys": [],
|
|
1609
|
+
"dependentActions": []
|
|
1610
|
+
},
|
|
1526
1611
|
{
|
|
1527
1612
|
"name": "connectorv2",
|
|
1528
1613
|
"required": false,
|
|
@@ -1574,6 +1659,12 @@
|
|
|
1574
1659
|
"conditionKeys": [],
|
|
1575
1660
|
"dependentActions": []
|
|
1576
1661
|
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "connector",
|
|
1664
|
+
"required": false,
|
|
1665
|
+
"conditionKeys": [],
|
|
1666
|
+
"dependentActions": []
|
|
1667
|
+
},
|
|
1577
1668
|
{
|
|
1578
1669
|
"name": "connectorv2",
|
|
1579
1670
|
"required": false,
|
|
@@ -1656,6 +1747,21 @@
|
|
|
1656
1747
|
"conditionKeys": [],
|
|
1657
1748
|
"dependentActions": []
|
|
1658
1749
|
},
|
|
1750
|
+
"updateconnector": {
|
|
1751
|
+
"name": "UpdateConnector",
|
|
1752
|
+
"description": "Grants permission to update a connector in Security Hub CSPM based on connector id and input parameters",
|
|
1753
|
+
"accessLevel": "Write",
|
|
1754
|
+
"resourceTypes": [
|
|
1755
|
+
{
|
|
1756
|
+
"name": "connector",
|
|
1757
|
+
"required": true,
|
|
1758
|
+
"conditionKeys": [],
|
|
1759
|
+
"dependentActions": []
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1762
|
+
"conditionKeys": [],
|
|
1763
|
+
"dependentActions": []
|
|
1764
|
+
},
|
|
1659
1765
|
"updateconnectorv2": {
|
|
1660
1766
|
"name": "UpdateConnectorV2",
|
|
1661
1767
|
"description": "Grants permission to update a connector V2 in Security Hub based on connector id and input parameters",
|
package/data/actions/ssm.json
CHANGED
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"conditionKeys": [],
|
|
17
17
|
"dependentActions": []
|
|
18
18
|
},
|
|
19
|
+
{
|
|
20
|
+
"name": "cloud-connector",
|
|
21
|
+
"required": false,
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
},
|
|
19
25
|
{
|
|
20
26
|
"name": "document",
|
|
21
27
|
"required": false,
|
|
@@ -195,6 +201,28 @@
|
|
|
195
201
|
],
|
|
196
202
|
"dependentActions": []
|
|
197
203
|
},
|
|
204
|
+
"createcloudconnector": {
|
|
205
|
+
"name": "CreateCloudConnector",
|
|
206
|
+
"description": "Grants permission to create a cloud connector for managing instances in other cloud environments",
|
|
207
|
+
"accessLevel": "Write",
|
|
208
|
+
"resourceTypes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "cloud-connector",
|
|
211
|
+
"required": true,
|
|
212
|
+
"conditionKeys": [],
|
|
213
|
+
"dependentActions": [
|
|
214
|
+
"config:GetConnector",
|
|
215
|
+
"config:PutThirdPartyServiceLinkedConfigurationRecorder",
|
|
216
|
+
"iam:PassRole"
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"conditionKeys": [
|
|
221
|
+
"aws:RequestTag/${TagKey}",
|
|
222
|
+
"aws:TagKeys"
|
|
223
|
+
],
|
|
224
|
+
"dependentActions": []
|
|
225
|
+
},
|
|
198
226
|
"createdocument": {
|
|
199
227
|
"name": "CreateDocument",
|
|
200
228
|
"description": "Grants permission to create a Systems Manager SSM document",
|
|
@@ -320,6 +348,28 @@
|
|
|
320
348
|
],
|
|
321
349
|
"dependentActions": []
|
|
322
350
|
},
|
|
351
|
+
"deletecloudconnector": {
|
|
352
|
+
"name": "DeleteCloudConnector",
|
|
353
|
+
"description": "Grants permission to delete a specified cloud connector",
|
|
354
|
+
"accessLevel": "Write",
|
|
355
|
+
"resourceTypes": [
|
|
356
|
+
{
|
|
357
|
+
"name": "cloud-connector",
|
|
358
|
+
"required": true,
|
|
359
|
+
"conditionKeys": [],
|
|
360
|
+
"dependentActions": [
|
|
361
|
+
"config:DeleteServiceLinkedConfigurationRecorder",
|
|
362
|
+
"config:GetConnector",
|
|
363
|
+
"config:PutThirdPartyServiceLinkedConfigurationRecorder",
|
|
364
|
+
"ssm:ListAssociations"
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"conditionKeys": [
|
|
369
|
+
"aws:ResourceTag/${TagKey}"
|
|
370
|
+
],
|
|
371
|
+
"dependentActions": []
|
|
372
|
+
},
|
|
323
373
|
"deletedocument": {
|
|
324
374
|
"name": "DeleteDocument",
|
|
325
375
|
"description": "Grants permission to delete a specified SSM document and its instance associations",
|
|
@@ -1082,6 +1132,23 @@
|
|
|
1082
1132
|
"conditionKeys": [],
|
|
1083
1133
|
"dependentActions": []
|
|
1084
1134
|
},
|
|
1135
|
+
"getcloudconnector": {
|
|
1136
|
+
"name": "GetCloudConnector",
|
|
1137
|
+
"description": "Grants permission to view details about a specified cloud connector",
|
|
1138
|
+
"accessLevel": "Read",
|
|
1139
|
+
"resourceTypes": [
|
|
1140
|
+
{
|
|
1141
|
+
"name": "cloud-connector",
|
|
1142
|
+
"required": true,
|
|
1143
|
+
"conditionKeys": [],
|
|
1144
|
+
"dependentActions": []
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"conditionKeys": [
|
|
1148
|
+
"aws:ResourceTag/${TagKey}"
|
|
1149
|
+
],
|
|
1150
|
+
"dependentActions": []
|
|
1151
|
+
},
|
|
1085
1152
|
"getcommandinvocation": {
|
|
1086
1153
|
"name": "GetCommandInvocation",
|
|
1087
1154
|
"description": "Grants permission to view details about the command execution of a specified invocation or plugin",
|
|
@@ -1468,6 +1535,14 @@
|
|
|
1468
1535
|
"conditionKeys": [],
|
|
1469
1536
|
"dependentActions": []
|
|
1470
1537
|
},
|
|
1538
|
+
"listcloudconnectors": {
|
|
1539
|
+
"name": "ListCloudConnectors",
|
|
1540
|
+
"description": "Grants permission to list cloud connectors in your account",
|
|
1541
|
+
"accessLevel": "List",
|
|
1542
|
+
"resourceTypes": [],
|
|
1543
|
+
"conditionKeys": [],
|
|
1544
|
+
"dependentActions": []
|
|
1545
|
+
},
|
|
1471
1546
|
"listcommandinvocations": {
|
|
1472
1547
|
"name": "ListCommandInvocations",
|
|
1473
1548
|
"description": "Grants permission to list information about command invocations sent to a specified instance",
|
|
@@ -1662,6 +1737,12 @@
|
|
|
1662
1737
|
"conditionKeys": [],
|
|
1663
1738
|
"dependentActions": []
|
|
1664
1739
|
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "cloud-connector",
|
|
1742
|
+
"required": false,
|
|
1743
|
+
"conditionKeys": [],
|
|
1744
|
+
"dependentActions": []
|
|
1745
|
+
},
|
|
1665
1746
|
{
|
|
1666
1747
|
"name": "document",
|
|
1667
1748
|
"required": false,
|
|
@@ -1921,6 +2002,12 @@
|
|
|
1921
2002
|
"conditionKeys": [],
|
|
1922
2003
|
"dependentActions": []
|
|
1923
2004
|
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "cloud-connector",
|
|
2007
|
+
"required": false,
|
|
2008
|
+
"conditionKeys": [],
|
|
2009
|
+
"dependentActions": []
|
|
2010
|
+
},
|
|
1924
2011
|
{
|
|
1925
2012
|
"name": "document",
|
|
1926
2013
|
"required": false,
|
|
@@ -2338,6 +2425,26 @@
|
|
|
2338
2425
|
],
|
|
2339
2426
|
"dependentActions": []
|
|
2340
2427
|
},
|
|
2428
|
+
"updatecloudconnector": {
|
|
2429
|
+
"name": "UpdateCloudConnector",
|
|
2430
|
+
"description": "Grants permission to update a specified cloud connector",
|
|
2431
|
+
"accessLevel": "Write",
|
|
2432
|
+
"resourceTypes": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "cloud-connector",
|
|
2435
|
+
"required": true,
|
|
2436
|
+
"conditionKeys": [],
|
|
2437
|
+
"dependentActions": [
|
|
2438
|
+
"config:GetConnector",
|
|
2439
|
+
"config:PutThirdPartyServiceLinkedConfigurationRecorder"
|
|
2440
|
+
]
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"conditionKeys": [
|
|
2444
|
+
"aws:ResourceTag/${TagKey}"
|
|
2445
|
+
],
|
|
2446
|
+
"dependentActions": []
|
|
2447
|
+
},
|
|
2341
2448
|
"updatedocument": {
|
|
2342
2449
|
"name": "UpdateDocument",
|
|
2343
2450
|
"description": "Grants permission to update one or more values for an SSM document",
|
|
@@ -2601,5 +2708,22 @@
|
|
|
2601
2708
|
],
|
|
2602
2709
|
"conditionKeys": [],
|
|
2603
2710
|
"dependentActions": []
|
|
2711
|
+
},
|
|
2712
|
+
"validatecloudconnector": {
|
|
2713
|
+
"name": "ValidateCloudConnector",
|
|
2714
|
+
"description": "Grants permission to verify that a specified cloud connector is functioning properly and to retrieve any validation findings or issues detected",
|
|
2715
|
+
"accessLevel": "Read",
|
|
2716
|
+
"resourceTypes": [
|
|
2717
|
+
{
|
|
2718
|
+
"name": "cloud-connector",
|
|
2719
|
+
"required": true,
|
|
2720
|
+
"conditionKeys": [],
|
|
2721
|
+
"dependentActions": []
|
|
2722
|
+
}
|
|
2723
|
+
],
|
|
2724
|
+
"conditionKeys": [
|
|
2725
|
+
"aws:ResourceTag/${TagKey}"
|
|
2726
|
+
],
|
|
2727
|
+
"dependentActions": []
|
|
2604
2728
|
}
|
|
2605
2729
|
}
|
|
@@ -49,6 +49,13 @@
|
|
|
49
49
|
"aws:ResourceTag/${TagKey}"
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
|
+
"connector": {
|
|
53
|
+
"key": "connector",
|
|
54
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:connector/${ConnectorId}",
|
|
55
|
+
"conditionKeys": [
|
|
56
|
+
"aws:ResourceTag/${TagKey}"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
52
59
|
"connectorv2": {
|
|
53
60
|
"key": "connectorv2",
|
|
54
61
|
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:connectorv2/${ConnectorV2Id}",
|
|
@@ -25,6 +25,13 @@
|
|
|
25
25
|
"key": "bucket",
|
|
26
26
|
"arn": "arn:${Partition}:s3:::${BucketName}"
|
|
27
27
|
},
|
|
28
|
+
"cloud-connector": {
|
|
29
|
+
"key": "cloud-connector",
|
|
30
|
+
"arn": "arn:${Partition}:ssm:${Region}:${Account}:cloud-connector/${CloudConnectorId}",
|
|
31
|
+
"conditionKeys": [
|
|
32
|
+
"aws:ResourceTag/${TagKey}"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
28
35
|
"document": {
|
|
29
36
|
"key": "document",
|
|
30
37
|
"arn": "arn:${Partition}:ssm:${Region}:${Account}:document/${DocumentName}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202606261",
|
|
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-06-
|
|
9
|
+
"updatedAt": "2026-06-26T06:01:08.887Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|