@cloud-copilot/iam-data 0.19.202606061 → 0.19.202606101

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.
@@ -184,7 +184,8 @@
184
184
  ],
185
185
  "conditionKeys": [
186
186
  "aws:RequestTag/${TagKey}",
187
- "aws:TagKeys"
187
+ "aws:TagKeys",
188
+ "bedrock-mantle:DataRetentionMode"
188
189
  ],
189
190
  "dependentActions": []
190
191
  },
@@ -327,6 +328,14 @@
327
328
  ],
328
329
  "dependentActions": []
329
330
  },
331
+ "getaccountdataretention": {
332
+ "name": "GetAccountDataRetention",
333
+ "description": "Grants permission to retrieve the account-wide data retention setting",
334
+ "accessLevel": "Read",
335
+ "resourceTypes": [],
336
+ "conditionKeys": [],
337
+ "dependentActions": []
338
+ },
330
339
  "getcustomizedmodel": {
331
340
  "name": "GetCustomizedModel",
332
341
  "description": "Grants permission to get customized model",
@@ -594,6 +603,16 @@
594
603
  "conditionKeys": [],
595
604
  "dependentActions": []
596
605
  },
606
+ "putaccountdataretention": {
607
+ "name": "PutAccountDataRetention",
608
+ "description": "Grants permission to set the account-wide data retention setting",
609
+ "accessLevel": "Write",
610
+ "resourceTypes": [],
611
+ "conditionKeys": [
612
+ "bedrock-mantle:DataRetentionMode"
613
+ ],
614
+ "dependentActions": []
615
+ },
597
616
  "tagresource": {
598
617
  "name": "TagResource",
599
618
  "description": "Grants permission to tag a resource",
@@ -673,12 +692,14 @@
673
692
  {
674
693
  "name": "project",
675
694
  "required": true,
676
- "conditionKeys": [],
695
+ "conditionKeys": [
696
+ "aws:ResourceTag/${TagKey}"
697
+ ],
677
698
  "dependentActions": []
678
699
  }
679
700
  ],
680
701
  "conditionKeys": [
681
- "aws:ResourceTag/${TagKey}"
702
+ "bedrock-mantle:DataRetentionMode"
682
703
  ],
683
704
  "dependentActions": []
684
705
  },
@@ -1334,6 +1334,14 @@
1334
1334
  "conditionKeys": [],
1335
1335
  "dependentActions": []
1336
1336
  },
1337
+ "getaccountdataretention": {
1338
+ "name": "GetAccountDataRetention",
1339
+ "description": "Returns the account-wide data retention mode for Amazon Bedrock",
1340
+ "accessLevel": "Read",
1341
+ "resourceTypes": [],
1342
+ "conditionKeys": [],
1343
+ "dependentActions": []
1344
+ },
1337
1345
  "getagent": {
1338
1346
  "name": "GetAgent",
1339
1347
  "description": "Grants permission to retrieve an existing agent",
@@ -3356,6 +3364,16 @@
3356
3364
  "conditionKeys": [],
3357
3365
  "dependentActions": []
3358
3366
  },
3367
+ "putaccountdataretention": {
3368
+ "name": "PutAccountDataRetention",
3369
+ "description": "Sets the account-wide data retention mode for Amazon Bedrock",
3370
+ "accessLevel": "Write",
3371
+ "resourceTypes": [],
3372
+ "conditionKeys": [
3373
+ "bedrock:DataRetentionMode"
3374
+ ],
3375
+ "dependentActions": []
3376
+ },
3359
3377
  "putenforcedguardrailconfiguration": {
3360
3378
  "name": "PutEnforcedGuardrailConfiguration",
3361
3379
  "description": "Grants permission to set account-level enforced guardrail configuration",
@@ -83,6 +83,27 @@
83
83
  ],
84
84
  "dependentActions": []
85
85
  },
86
+ "accepttransitgatewayclientvpnattachment": {
87
+ "name": "AcceptTransitGatewayClientVpnAttachment",
88
+ "description": "Grants permission to accept a transit gateway attachment request for a Client VPN endpoint",
89
+ "accessLevel": "Write",
90
+ "resourceTypes": [
91
+ {
92
+ "name": "transit-gateway-attachment",
93
+ "required": true,
94
+ "conditionKeys": [
95
+ "aws:ResourceTag/${TagKey}",
96
+ "ec2:ResourceTag/${TagKey}",
97
+ "ec2:transitGatewayAttachmentId"
98
+ ],
99
+ "dependentActions": []
100
+ }
101
+ ],
102
+ "conditionKeys": [
103
+ "ec2:Region"
104
+ ],
105
+ "dependentActions": []
106
+ },
86
107
  "accepttransitgatewaymulticastdomainassociations": {
87
108
  "name": "AcceptTransitGatewayMulticastDomainAssociations",
88
109
  "description": "Grants permission to accept a request to associate subnets with a transit gateway multicast domain",
@@ -301,6 +322,17 @@
301
322
  "aws:ResourceTag/${TagKey}",
302
323
  "ec2:ResourceTag/${TagKey}"
303
324
  ],
325
+ "dependentActions": [
326
+ "ec2:CreateTags"
327
+ ]
328
+ },
329
+ {
330
+ "name": "ipam-pool-allocation",
331
+ "required": false,
332
+ "conditionKeys": [
333
+ "aws:RequestTag/${TagKey}",
334
+ "aws:TagKeys"
335
+ ],
304
336
  "dependentActions": []
305
337
  }
306
338
  ],
@@ -549,7 +581,7 @@
549
581
  },
550
582
  {
551
583
  "name": "subnet",
552
- "required": true,
584
+ "required": false,
553
585
  "conditionKeys": [
554
586
  "aws:ResourceTag/${TagKey}",
555
587
  "ec2:AvailabilityZoneId",
@@ -1541,6 +1573,15 @@
1541
1573
  "ec2:CapacityReservationFleet"
1542
1574
  ],
1543
1575
  "dependentActions": []
1576
+ },
1577
+ {
1578
+ "name": "capacity-reservation-cancellation-quote",
1579
+ "required": false,
1580
+ "conditionKeys": [
1581
+ "aws:ResourceTag/${TagKey}",
1582
+ "ec2:ResourceTag/${TagKey}"
1583
+ ],
1584
+ "dependentActions": []
1544
1585
  }
1545
1586
  ],
1546
1587
  "conditionKeys": [
@@ -1954,6 +1995,28 @@
1954
1995
  ],
1955
1996
  "dependentActions": []
1956
1997
  },
1998
+ "createcapacityreservationcancellationquote": {
1999
+ "name": "CreateCapacityReservationCancellationQuote",
2000
+ "description": "Grants permission to generate a cancellation quote for a future-dated Capacity Reservation",
2001
+ "accessLevel": "Write",
2002
+ "resourceTypes": [
2003
+ {
2004
+ "name": "capacity-reservation-cancellation-quote",
2005
+ "required": true,
2006
+ "conditionKeys": [
2007
+ "aws:RequestTag/${TagKey}",
2008
+ "aws:TagKeys"
2009
+ ],
2010
+ "dependentActions": [
2011
+ "ec2:CreateTags"
2012
+ ]
2013
+ }
2014
+ ],
2015
+ "conditionKeys": [
2016
+ "ec2:Region"
2017
+ ],
2018
+ "dependentActions": []
2019
+ },
1957
2020
  "createcapacityreservationfleet": {
1958
2021
  "name": "CreateCapacityReservationFleet",
1959
2022
  "description": "Grants permission to create a Capacity Reservation Fleet",
@@ -2044,6 +2107,16 @@
2044
2107
  ],
2045
2108
  "dependentActions": []
2046
2109
  },
2110
+ {
2111
+ "name": "transit-gateway",
2112
+ "required": false,
2113
+ "conditionKeys": [
2114
+ "aws:ResourceTag/${TagKey}",
2115
+ "ec2:ResourceTag/${TagKey}",
2116
+ "ec2:transitGatewayId"
2117
+ ],
2118
+ "dependentActions": []
2119
+ },
2047
2120
  {
2048
2121
  "name": "vpc",
2049
2122
  "required": false,
@@ -2082,7 +2155,7 @@
2082
2155
  },
2083
2156
  {
2084
2157
  "name": "subnet",
2085
- "required": true,
2158
+ "required": false,
2086
2159
  "conditionKeys": [
2087
2160
  "aws:ResourceTag/${TagKey}",
2088
2161
  "ec2:AvailabilityZoneId",
@@ -4484,6 +4557,17 @@
4484
4557
  ],
4485
4558
  "dependentActions": []
4486
4559
  },
4560
+ {
4561
+ "name": "capacity-reservation-cancellation-quote",
4562
+ "required": false,
4563
+ "conditionKeys": [
4564
+ "aws:RequestTag/${TagKey}",
4565
+ "aws:ResourceTag/${TagKey}",
4566
+ "aws:TagKeys",
4567
+ "ec2:ResourceTag/${TagKey}"
4568
+ ],
4569
+ "dependentActions": []
4570
+ },
4487
4571
  {
4488
4572
  "name": "capacity-reservation-fleet",
4489
4573
  "required": false,
@@ -4838,6 +4922,17 @@
4838
4922
  ],
4839
4923
  "dependentActions": []
4840
4924
  },
4925
+ {
4926
+ "name": "ipam-pool-allocation",
4927
+ "required": false,
4928
+ "conditionKeys": [
4929
+ "aws:RequestTag/${TagKey}",
4930
+ "aws:ResourceTag/${TagKey}",
4931
+ "aws:TagKeys",
4932
+ "ec2:ResourceTag/${TagKey}"
4933
+ ],
4934
+ "dependentActions": []
4935
+ },
4841
4936
  {
4842
4937
  "name": "ipam-prefix-list-resolver",
4843
4938
  "required": false,
@@ -8327,6 +8422,17 @@
8327
8422
  ],
8328
8423
  "dependentActions": []
8329
8424
  },
8425
+ {
8426
+ "name": "capacity-reservation-cancellation-quote",
8427
+ "required": false,
8428
+ "conditionKeys": [
8429
+ "aws:RequestTag/${TagKey}",
8430
+ "aws:ResourceTag/${TagKey}",
8431
+ "aws:TagKeys",
8432
+ "ec2:ResourceTag/${TagKey}"
8433
+ ],
8434
+ "dependentActions": []
8435
+ },
8330
8436
  {
8331
8437
  "name": "capacity-reservation-fleet",
8332
8438
  "required": false,
@@ -8635,6 +8741,17 @@
8635
8741
  ],
8636
8742
  "dependentActions": []
8637
8743
  },
8744
+ {
8745
+ "name": "ipam-pool-allocation",
8746
+ "required": false,
8747
+ "conditionKeys": [
8748
+ "aws:RequestTag/${TagKey}",
8749
+ "aws:ResourceTag/${TagKey}",
8750
+ "aws:TagKeys",
8751
+ "ec2:ResourceTag/${TagKey}"
8752
+ ],
8753
+ "dependentActions": []
8754
+ },
8638
8755
  {
8639
8756
  "name": "ipam-prefix-list-resolver",
8640
8757
  "required": false,
@@ -9533,6 +9650,27 @@
9533
9650
  ],
9534
9651
  "dependentActions": []
9535
9652
  },
9653
+ "deletetransitgatewayclientvpnattachment": {
9654
+ "name": "DeleteTransitGatewayClientVpnAttachment",
9655
+ "description": "Grants permission to delete a transit gateway attachment for a Client VPN endpoint",
9656
+ "accessLevel": "Write",
9657
+ "resourceTypes": [
9658
+ {
9659
+ "name": "transit-gateway-attachment",
9660
+ "required": true,
9661
+ "conditionKeys": [
9662
+ "aws:ResourceTag/${TagKey}",
9663
+ "ec2:ResourceTag/${TagKey}",
9664
+ "ec2:transitGatewayAttachmentId"
9665
+ ],
9666
+ "dependentActions": []
9667
+ }
9668
+ ],
9669
+ "conditionKeys": [
9670
+ "ec2:Region"
9671
+ ],
9672
+ "dependentActions": []
9673
+ },
9536
9674
  "deletetransitgatewayconnect": {
9537
9675
  "name": "DeleteTransitGatewayConnect",
9538
9676
  "description": "Grants permission to delete a transit gateway connect attachment",
@@ -10507,6 +10645,16 @@
10507
10645
  ],
10508
10646
  "dependentActions": []
10509
10647
  },
10648
+ "describecapacityreservationcancellationquotes": {
10649
+ "name": "DescribeCapacityReservationCancellationQuotes",
10650
+ "description": "Grants permission to describe one or more Capacity Reservation cancellation quotes",
10651
+ "accessLevel": "List",
10652
+ "resourceTypes": [],
10653
+ "conditionKeys": [
10654
+ "ec2:Region"
10655
+ ],
10656
+ "dependentActions": []
10657
+ },
10510
10658
  "describecapacityreservationfleets": {
10511
10659
  "name": "DescribeCapacityReservationFleets",
10512
10660
  "description": "Grants permission to describe one or more Capacity Reservation Fleets",
@@ -11210,6 +11358,16 @@
11210
11358
  ],
11211
11359
  "dependentActions": []
11212
11360
  },
11361
+ "describeipampoolallocations": {
11362
+ "name": "DescribeIpamPoolAllocations",
11363
+ "description": "Grants permission to describe IPAM pool allocations",
11364
+ "accessLevel": "List",
11365
+ "resourceTypes": [],
11366
+ "conditionKeys": [
11367
+ "ec2:Region"
11368
+ ],
11369
+ "dependentActions": []
11370
+ },
11213
11371
  "describeipampools": {
11214
11372
  "name": "DescribeIpamPools",
11215
11373
  "description": "Grants permission to describe Amazon VPC IP Address Manager (IPAM) pools",
@@ -14491,6 +14649,16 @@
14491
14649
  ],
14492
14650
  "dependentActions": []
14493
14651
  },
14652
+ "getcapacitymanagermonitoredtagkeys": {
14653
+ "name": "GetCapacityManagerMonitoredTagKeys",
14654
+ "description": "Grants permission to retrieve the tag keys that are currently being monitored by EC2 Capacity Manager",
14655
+ "accessLevel": "List",
14656
+ "resourceTypes": [],
14657
+ "conditionKeys": [
14658
+ "ec2:Region"
14659
+ ],
14660
+ "dependentActions": []
14661
+ },
14494
14662
  "getcapacityreservationusage": {
14495
14663
  "name": "GetCapacityReservationUsage",
14496
14664
  "description": "Grants permission to get usage information about a Capacity Reservation",
@@ -15182,6 +15350,16 @@
15182
15350
  ],
15183
15351
  "dependentActions": []
15184
15352
  },
15353
+ "getmanagedresourcevisibility": {
15354
+ "name": "GetManagedResourceVisibility",
15355
+ "description": "Grants permission to retrieve the managed resource visibility configuration for the account",
15356
+ "accessLevel": "List",
15357
+ "resourceTypes": [],
15358
+ "conditionKeys": [
15359
+ "ec2:Region"
15360
+ ],
15361
+ "dependentActions": []
15362
+ },
15185
15363
  "getnetworkinsightsaccessscopeanalysisfindings": {
15186
15364
  "name": "GetNetworkInsightsAccessScopeAnalysisFindings",
15187
15365
  "description": "Grants permission to get the findings for one or more Network Access Scope analyses",
@@ -16208,6 +16386,16 @@
16208
16386
  ],
16209
16387
  "dependentActions": []
16210
16388
  },
16389
+ {
16390
+ "name": "transit-gateway",
16391
+ "required": false,
16392
+ "conditionKeys": [
16393
+ "aws:ResourceTag/${TagKey}",
16394
+ "ec2:ResourceTag/${TagKey}",
16395
+ "ec2:transitGatewayId"
16396
+ ],
16397
+ "dependentActions": []
16398
+ },
16211
16399
  {
16212
16400
  "name": "vpc",
16213
16401
  "required": false,
@@ -16963,6 +17151,28 @@
16963
17151
  ],
16964
17152
  "dependentActions": []
16965
17153
  },
17154
+ "modifyipampoolallocation": {
17155
+ "name": "ModifyIpamPoolAllocation",
17156
+ "description": "Grants permission to modify the description of an IPAM pool allocation",
17157
+ "accessLevel": "Write",
17158
+ "resourceTypes": [
17159
+ {
17160
+ "name": "ipam-pool-allocation",
17161
+ "required": true,
17162
+ "conditionKeys": [
17163
+ "aws:ResourceTag/${TagKey}",
17164
+ "ec2:Attribute",
17165
+ "ec2:Attribute/${AttributeName}",
17166
+ "ec2:ResourceTag/${TagKey}"
17167
+ ],
17168
+ "dependentActions": []
17169
+ }
17170
+ ],
17171
+ "conditionKeys": [
17172
+ "ec2:Region"
17173
+ ],
17174
+ "dependentActions": []
17175
+ },
16966
17176
  "modifyipamprefixlistresolver": {
16967
17177
  "name": "ModifyIpamPrefixListResolver",
16968
17178
  "description": "Grants permission to modify an IPAM prefix list resolver",
@@ -17181,6 +17391,16 @@
17181
17391
  ],
17182
17392
  "dependentActions": []
17183
17393
  },
17394
+ "modifymanagedresourcevisibility": {
17395
+ "name": "ModifyManagedResourceVisibility",
17396
+ "description": "Grants permission to modify the managed resource visibility configuration for the account",
17397
+ "accessLevel": "Write",
17398
+ "resourceTypes": [],
17399
+ "conditionKeys": [
17400
+ "ec2:Region"
17401
+ ],
17402
+ "dependentActions": []
17403
+ },
17184
17404
  "modifynetworkinterfaceattribute": {
17185
17405
  "name": "ModifyNetworkInterfaceAttribute",
17186
17406
  "description": "Grants permission to modify an attribute of a network interface",
@@ -19036,6 +19256,27 @@
19036
19256
  ],
19037
19257
  "dependentActions": []
19038
19258
  },
19259
+ "rejecttransitgatewayclientvpnattachment": {
19260
+ "name": "RejectTransitGatewayClientVpnAttachment",
19261
+ "description": "Grants permission to reject a transit gateway attachment request for a Client VPN endpoint",
19262
+ "accessLevel": "Write",
19263
+ "resourceTypes": [
19264
+ {
19265
+ "name": "transit-gateway-attachment",
19266
+ "required": true,
19267
+ "conditionKeys": [
19268
+ "aws:ResourceTag/${TagKey}",
19269
+ "ec2:ResourceTag/${TagKey}",
19270
+ "ec2:transitGatewayAttachmentId"
19271
+ ],
19272
+ "dependentActions": []
19273
+ }
19274
+ ],
19275
+ "conditionKeys": [
19276
+ "ec2:Region"
19277
+ ],
19278
+ "dependentActions": []
19279
+ },
19039
19280
  "rejecttransitgatewaymulticastdomainassociations": {
19040
19281
  "name": "RejectTransitGatewayMulticastDomainAssociations",
19041
19282
  "description": "Grants permission to reject requests to associate cross-account subnets with a transit gateway multicast domain",
@@ -21066,6 +21307,16 @@
21066
21307
  ],
21067
21308
  "dependentActions": []
21068
21309
  },
21310
+ "updatecapacitymanagermonitoredtagkeys": {
21311
+ "name": "UpdateCapacityManagerMonitoredTagKeys",
21312
+ "description": "Grants permission to activate or deactivate tag keys for monitoring by EC2 Capacity Manager",
21313
+ "accessLevel": "Write",
21314
+ "resourceTypes": [],
21315
+ "conditionKeys": [
21316
+ "ec2:Region"
21317
+ ],
21318
+ "dependentActions": []
21319
+ },
21069
21320
  "updatecapacitymanagerorganizationsaccess": {
21070
21321
  "name": "UpdateCapacityManagerOrganizationsAccess",
21071
21322
  "description": "Grants permission to update the Organizations access setting for EC2 Capacity Manager",
@@ -675,7 +675,13 @@
675
675
  "resourceTypes": [
676
676
  {
677
677
  "name": "event-bus",
678
- "required": true,
678
+ "required": false,
679
+ "conditionKeys": [],
680
+ "dependentActions": []
681
+ },
682
+ {
683
+ "name": "event-busv2",
684
+ "required": false,
679
685
  "conditionKeys": [],
680
686
  "dependentActions": []
681
687
  }
@@ -683,7 +689,9 @@
683
689
  "conditionKeys": [
684
690
  "events:detail-type",
685
691
  "events:source",
686
- "events:eventBusInvocation"
692
+ "events:eventBusInvocation",
693
+ "events:SystemMetadata/EventGroupId",
694
+ "events:ResourceArn"
687
695
  ],
688
696
  "dependentActions": []
689
697
  },
@@ -1581,6 +1581,24 @@
1581
1581
  "required": true,
1582
1582
  "conditionKeys": [],
1583
1583
  "dependentActions": []
1584
+ },
1585
+ {
1586
+ "name": "catalog",
1587
+ "required": false,
1588
+ "conditionKeys": [],
1589
+ "dependentActions": []
1590
+ },
1591
+ {
1592
+ "name": "database",
1593
+ "required": false,
1594
+ "conditionKeys": [],
1595
+ "dependentActions": []
1596
+ },
1597
+ {
1598
+ "name": "table",
1599
+ "required": false,
1600
+ "conditionKeys": [],
1601
+ "dependentActions": []
1584
1602
  }
1585
1603
  ],
1586
1604
  "conditionKeys": [],
@@ -2947,6 +2965,24 @@
2947
2965
  "required": true,
2948
2966
  "conditionKeys": [],
2949
2967
  "dependentActions": []
2968
+ },
2969
+ {
2970
+ "name": "catalog",
2971
+ "required": false,
2972
+ "conditionKeys": [],
2973
+ "dependentActions": []
2974
+ },
2975
+ {
2976
+ "name": "database",
2977
+ "required": false,
2978
+ "conditionKeys": [],
2979
+ "dependentActions": []
2980
+ },
2981
+ {
2982
+ "name": "table",
2983
+ "required": false,
2984
+ "conditionKeys": [],
2985
+ "dependentActions": []
2950
2986
  }
2951
2987
  ],
2952
2988
  "conditionKeys": [],
@@ -4095,6 +4131,24 @@
4095
4131
  "required": true,
4096
4132
  "conditionKeys": [],
4097
4133
  "dependentActions": []
4134
+ },
4135
+ {
4136
+ "name": "catalog",
4137
+ "required": false,
4138
+ "conditionKeys": [],
4139
+ "dependentActions": []
4140
+ },
4141
+ {
4142
+ "name": "database",
4143
+ "required": false,
4144
+ "conditionKeys": [],
4145
+ "dependentActions": []
4146
+ },
4147
+ {
4148
+ "name": "table",
4149
+ "required": false,
4150
+ "conditionKeys": [],
4151
+ "dependentActions": []
4098
4152
  }
4099
4153
  ],
4100
4154
  "conditionKeys": [],
@@ -605,6 +605,12 @@
605
605
  "conditionKeys": [],
606
606
  "dependentActions": []
607
607
  },
608
+ {
609
+ "name": "Connector",
610
+ "required": false,
611
+ "conditionKeys": [],
612
+ "dependentActions": []
613
+ },
608
614
  {
609
615
  "name": "Filter",
610
616
  "required": false,
@@ -642,6 +648,12 @@
642
648
  "conditionKeys": [],
643
649
  "dependentActions": []
644
650
  },
651
+ {
652
+ "name": "Connector",
653
+ "required": false,
654
+ "conditionKeys": [],
655
+ "dependentActions": []
656
+ },
645
657
  {
646
658
  "name": "Filter",
647
659
  "required": false,
@@ -2,7 +2,7 @@
2
2
  "batchgetsecretvalue": {
3
3
  "name": "BatchGetSecretValue",
4
4
  "description": "Grants permission to retrieve and decrypt a list of secrets",
5
- "accessLevel": "List",
5
+ "accessLevel": "Read",
6
6
  "resourceTypes": [],
7
7
  "conditionKeys": [],
8
8
  "dependentActions": []
@@ -24,6 +24,11 @@
24
24
  "description": "Filters access by the ARN of the customized model being associated or referenced in cross-resource operations",
25
25
  "type": "String"
26
26
  },
27
+ "bedrock-mantle:dataretentionmode": {
28
+ "key": "bedrock-mantle:DataRetentionMode",
29
+ "description": "Filters access by the data retention mode being set on a project or account",
30
+ "type": "String"
31
+ },
27
32
  "bedrock-mantle:files": {
28
33
  "key": "bedrock-mantle:Files",
29
34
  "description": "Filters access by the specified file identifiers",
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the Short-term or Long-term bearer tokens",
20
20
  "type": "String"
21
21
  },
22
+ "bedrock:dataretentionmode": {
23
+ "key": "bedrock:DataRetentionMode",
24
+ "description": "Filters access by the specified Data Retention Mode",
25
+ "type": "String"
26
+ },
22
27
  "bedrock:guardrailidentifier": {
23
28
  "key": "bedrock:GuardrailIdentifier",
24
29
  "description": "Filters access by the GuardrailIdentifier containing the GuardrailArn or the GuardrailArn:NumericVersion",
@@ -41,6 +41,19 @@
41
41
  "ec2:ResourceTag/${TagKey}"
42
42
  ]
43
43
  },
44
+ "capacity-reservation-cancellation-quote": {
45
+ "key": "capacity-reservation-cancellation-quote",
46
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation-cancellation-quote/${CapacityReservationCancellationQuoteId}",
47
+ "conditionKeys": [
48
+ "aws:RequestTag/${TagKey}",
49
+ "aws:ResourceTag/${TagKey}",
50
+ "aws:TagKeys",
51
+ "ec2:Attribute",
52
+ "ec2:Attribute/${AttributeName}",
53
+ "ec2:Region",
54
+ "ec2:ResourceTag/${TagKey}"
55
+ ]
56
+ },
44
57
  "capacity-reservation-fleet": {
45
58
  "key": "capacity-reservation-fleet",
46
59
  "arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation-fleet/${CapacityReservationFleetId}",
@@ -437,6 +450,19 @@
437
450
  "ec2:ResourceTag/${TagKey}"
438
451
  ]
439
452
  },
453
+ "ipam-pool-allocation": {
454
+ "key": "ipam-pool-allocation",
455
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:ipam-pool-allocation/${IpamPoolAllocationId}",
456
+ "conditionKeys": [
457
+ "aws:RequestTag/${TagKey}",
458
+ "aws:ResourceTag/${TagKey}",
459
+ "aws:TagKeys",
460
+ "ec2:Attribute",
461
+ "ec2:Attribute/${AttributeName}",
462
+ "ec2:Region",
463
+ "ec2:ResourceTag/${TagKey}"
464
+ ]
465
+ },
440
466
  "ipam-pool": {
441
467
  "key": "ipam-pool",
442
468
  "arn": "arn:${Partition}:ec2::${Account}:ipam-pool/${IpamPoolId}",
@@ -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
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202606061",
3
+ "version": "0.19.202606101",
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-06T05:58:26.888Z",
9
+ "updatedAt": "2026-06-10T06:07:09.481Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",