@cloud-copilot/iam-data 0.19.202606241 → 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.
@@ -112,6 +112,21 @@
112
112
  "conditionKeys": [],
113
113
  "dependentActions": []
114
114
  },
115
+ "deleteconnector": {
116
+ "name": "DeleteConnector",
117
+ "description": "Grants permission to delete a connector configuration",
118
+ "accessLevel": "Write",
119
+ "resourceTypes": [
120
+ {
121
+ "name": "Connector",
122
+ "required": true,
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ }
126
+ ],
127
+ "conditionKeys": [],
128
+ "dependentActions": []
129
+ },
115
130
  "deletedeliverychannel": {
116
131
  "name": "DeleteDeliveryChannel",
117
132
  "description": "Grants permission to delete the delivery channel",
@@ -671,6 +686,21 @@
671
686
  "conditionKeys": [],
672
687
  "dependentActions": []
673
688
  },
689
+ "getconnector": {
690
+ "name": "GetConnector",
691
+ "description": "Grants permission to return the details of a specific connector configuration",
692
+ "accessLevel": "Read",
693
+ "resourceTypes": [
694
+ {
695
+ "name": "Connector",
696
+ "required": true,
697
+ "conditionKeys": [],
698
+ "dependentActions": []
699
+ }
700
+ ],
701
+ "conditionKeys": [],
702
+ "dependentActions": []
703
+ },
674
704
  "getcustomrulepolicy": {
675
705
  "name": "GetCustomRulePolicy",
676
706
  "description": "Grants permission to return the policy definition containing the logic for your AWS Config Custom Policy rule",
@@ -801,6 +831,14 @@
801
831
  "conditionKeys": [],
802
832
  "dependentActions": []
803
833
  },
834
+ "listconnectors": {
835
+ "name": "ListConnectors",
836
+ "description": "Grants permission to list all connectors in the AWS account and region",
837
+ "accessLevel": "List",
838
+ "resourceTypes": [],
839
+ "conditionKeys": [],
840
+ "dependentActions": []
841
+ },
804
842
  "listdiscoveredresources": {
805
843
  "name": "ListDiscoveredResources",
806
844
  "description": "Grants permission to accept a resource type and returns a list of resource identifiers for the resources of that type",
@@ -987,6 +1025,26 @@
987
1025
  "ssm:GetDocument"
988
1026
  ]
989
1027
  },
1028
+ "putconnector": {
1029
+ "name": "PutConnector",
1030
+ "description": "Grants permission to create a connector configuration that contains provider identity information, as well as other optional provider-specific information required for third-party recording",
1031
+ "accessLevel": "Write",
1032
+ "resourceTypes": [
1033
+ {
1034
+ "name": "Connector",
1035
+ "required": true,
1036
+ "conditionKeys": [],
1037
+ "dependentActions": [
1038
+ "iam:CreateServiceLinkedRole"
1039
+ ]
1040
+ }
1041
+ ],
1042
+ "conditionKeys": [
1043
+ "aws:RequestTag/${TagKey}",
1044
+ "aws:TagKeys"
1045
+ ],
1046
+ "dependentActions": []
1047
+ },
990
1048
  "putdeliverychannel": {
991
1049
  "name": "PutDeliveryChannel",
992
1050
  "description": "Grants permission to create a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic",
@@ -1133,6 +1191,27 @@
1133
1191
  ],
1134
1192
  "dependentActions": []
1135
1193
  },
1194
+ "putthirdpartyservicelinkedconfigurationrecorder": {
1195
+ "name": "PutThirdPartyServiceLinkedConfigurationRecorder",
1196
+ "description": "Grants permission to create or update a service-linked configuration recorder for a third-party provider linked to a specific AWS partner service",
1197
+ "accessLevel": "Write",
1198
+ "resourceTypes": [
1199
+ {
1200
+ "name": "Connector",
1201
+ "required": true,
1202
+ "conditionKeys": [],
1203
+ "dependentActions": [
1204
+ "config:GetConnector"
1205
+ ]
1206
+ }
1207
+ ],
1208
+ "conditionKeys": [
1209
+ "aws:RequestTag/${TagKey}",
1210
+ "aws:TagKeys",
1211
+ "config:ConfigurationRecorderServicePrincipal"
1212
+ ],
1213
+ "dependentActions": []
1214
+ },
1136
1215
  "selectaggregateresourceconfig": {
1137
1216
  "name": "SelectAggregateResourceConfig",
1138
1217
  "description": "Grants permission to accept a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties",
@@ -142,6 +142,24 @@
142
142
  ],
143
143
  "dependentActions": []
144
144
  },
145
+ "createconnector": {
146
+ "name": "CreateConnector",
147
+ "description": "Grants permission to create a connector to scan resources from a third-party cloud provider",
148
+ "accessLevel": "Write",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "Connector",
152
+ "required": true,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ }
156
+ ],
157
+ "conditionKeys": [
158
+ "aws:RequestTag/${TagKey}",
159
+ "aws:TagKeys"
160
+ ],
161
+ "dependentActions": []
162
+ },
145
163
  "createfilter": {
146
164
  "name": "CreateFilter",
147
165
  "description": "Grants permission to create and define the settings for a findings filter",
@@ -223,6 +241,21 @@
223
241
  "conditionKeys": [],
224
242
  "dependentActions": []
225
243
  },
244
+ "deleteconnector": {
245
+ "name": "DeleteConnector",
246
+ "description": "Grants permission to delete a connector configured for scanning resources from a third-party cloud provider",
247
+ "accessLevel": "Write",
248
+ "resourceTypes": [
249
+ {
250
+ "name": "Connector",
251
+ "required": true,
252
+ "conditionKeys": [],
253
+ "dependentActions": []
254
+ }
255
+ ],
256
+ "conditionKeys": [],
257
+ "dependentActions": []
258
+ },
226
259
  "deletefilter": {
227
260
  "name": "DeleteFilter",
228
261
  "description": "Grants permission to delete a findings filter",
@@ -454,6 +487,22 @@
454
487
  "conditionKeys": [],
455
488
  "dependentActions": []
456
489
  },
490
+ "listconnectorscanconfigurations": {
491
+ "name": "ListConnectorScanConfigurations",
492
+ "description": "Grants permission to list scan configurations for connectors",
493
+ "accessLevel": "List",
494
+ "resourceTypes": [],
495
+ "conditionKeys": [],
496
+ "dependentActions": []
497
+ },
498
+ "listconnectors": {
499
+ "name": "ListConnectors",
500
+ "description": "Grants permission to list connectors configured for scanning resources from third-party cloud providers",
501
+ "accessLevel": "List",
502
+ "resourceTypes": [],
503
+ "conditionKeys": [],
504
+ "dependentActions": []
505
+ },
457
506
  "listcoverage": {
458
507
  "name": "ListCoverage",
459
508
  "description": "Grants permission to retrieve the types of statistics Amazon Inspector can generate for resources Inspector monitors",
@@ -726,6 +775,33 @@
726
775
  "conditionKeys": [],
727
776
  "dependentActions": []
728
777
  },
778
+ "updateconnector": {
779
+ "name": "UpdateConnector",
780
+ "description": "Grants permission to update a connector configured for scanning resources from a third-party cloud provider",
781
+ "accessLevel": "Write",
782
+ "resourceTypes": [
783
+ {
784
+ "name": "Connector",
785
+ "required": true,
786
+ "conditionKeys": [],
787
+ "dependentActions": []
788
+ }
789
+ ],
790
+ "conditionKeys": [
791
+ "aws:ResourceTag/${TagKey}",
792
+ "aws:RequestTag/${TagKey}",
793
+ "aws:TagKeys"
794
+ ],
795
+ "dependentActions": []
796
+ },
797
+ "updateconnectorscanconfiguration": {
798
+ "name": "UpdateConnectorScanConfiguration",
799
+ "description": "Grants permission to update scan configuration settings for resources associated with a connector",
800
+ "accessLevel": "Write",
801
+ "resourceTypes": [],
802
+ "conditionKeys": [],
803
+ "dependentActions": []
804
+ },
729
805
  "updateec2deepinspectionconfiguration": {
730
806
  "name": "UpdateEc2DeepInspectionConfiguration",
731
807
  "description": "Grants permission to update ec2 deep inspection configuration by delegated administrator, member and standalone account",
@@ -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",
@@ -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
  }
@@ -58,5 +58,12 @@
58
58
  "conditionKeys": [
59
59
  "aws:ResourceTag/${TagKey}"
60
60
  ]
61
+ },
62
+ "connector": {
63
+ "key": "Connector",
64
+ "arn": "arn:${Partition}:config:${Region}:${Account}:connector/${Provider}/${ProviderId}/${ConnectorId}",
65
+ "conditionKeys": [
66
+ "aws:ResourceTag/${TagKey}"
67
+ ]
61
68
  }
62
69
  }
@@ -30,5 +30,12 @@
30
30
  "conditionKeys": [
31
31
  "aws:ResourceTag/${TagKey}"
32
32
  ]
33
+ },
34
+ "connector": {
35
+ "key": "Connector",
36
+ "arn": "arn:${Partition}:inspector2:${Region}:${Account}:connector/${ConnectorId}",
37
+ "conditionKeys": [
38
+ "aws:ResourceTag/${TagKey}"
39
+ ]
33
40
  }
34
41
  }
@@ -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.202606241",
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-24T06:00:42.161Z",
9
+ "updatedAt": "2026-06-26T06:01:08.887Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",