@cloud-copilot/iam-data 0.3.202409051 → 0.3.202409061
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/appconfig.json +16 -0
- package/data/actions/ec2.json +96 -16
- package/data/actions/elasticloadbalancing.json +32 -0
- package/data/actions/events.json +1 -4
- package/data/actions/logs.json +38 -0
- package/data/actions/s3.json +29 -0
- package/data/conditionKeys/ec2.json +40 -0
- package/data/resourceTypes/ec2.json +18 -1
- package/package.json +2 -2
|
@@ -229,6 +229,14 @@
|
|
|
229
229
|
"conditionKeys": [],
|
|
230
230
|
"dependentActions": []
|
|
231
231
|
},
|
|
232
|
+
"getaccountsettings": {
|
|
233
|
+
"name": "GetAccountSettings",
|
|
234
|
+
"description": "Grants permission to view account-wide AppConfig settings",
|
|
235
|
+
"accessLevel": "Read",
|
|
236
|
+
"resourceTypes": [],
|
|
237
|
+
"conditionKeys": [],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
},
|
|
232
240
|
"getapplication": {
|
|
233
241
|
"name": "GetApplication",
|
|
234
242
|
"description": "Grants permission to view details about an application",
|
|
@@ -802,6 +810,14 @@
|
|
|
802
810
|
],
|
|
803
811
|
"dependentActions": []
|
|
804
812
|
},
|
|
813
|
+
"updateaccountsettings": {
|
|
814
|
+
"name": "UpdateAccountSettings",
|
|
815
|
+
"description": "Grants permission to modify account-wide AppConfig settings",
|
|
816
|
+
"accessLevel": "Write",
|
|
817
|
+
"resourceTypes": [],
|
|
818
|
+
"conditionKeys": [],
|
|
819
|
+
"dependentActions": []
|
|
820
|
+
},
|
|
805
821
|
"updateapplication": {
|
|
806
822
|
"name": "UpdateApplication",
|
|
807
823
|
"description": "Grants permission to modify an application",
|
package/data/actions/ec2.json
CHANGED
|
@@ -187,6 +187,15 @@
|
|
|
187
187
|
"ec2:CreateTags"
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
|
+
{
|
|
191
|
+
"name": "ipam-pool",
|
|
192
|
+
"required": false,
|
|
193
|
+
"conditionKeys": [
|
|
194
|
+
"aws:ResourceTag/${TagKey}",
|
|
195
|
+
"ec2:ResourceTag/${TagKey}"
|
|
196
|
+
],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
},
|
|
190
199
|
{
|
|
191
200
|
"name": "ipv4pool-ec2",
|
|
192
201
|
"required": false,
|
|
@@ -1294,8 +1303,7 @@
|
|
|
1294
1303
|
"required": true,
|
|
1295
1304
|
"conditionKeys": [
|
|
1296
1305
|
"aws:ResourceTag/${TagKey}",
|
|
1297
|
-
"ec2:CapacityReservationFleet"
|
|
1298
|
-
"ec2:ResourceTag/${TagKey}"
|
|
1306
|
+
"ec2:CapacityReservationFleet"
|
|
1299
1307
|
],
|
|
1300
1308
|
"dependentActions": []
|
|
1301
1309
|
}
|
|
@@ -1579,6 +1587,43 @@
|
|
|
1579
1587
|
],
|
|
1580
1588
|
"dependentActions": []
|
|
1581
1589
|
},
|
|
1590
|
+
"createcapacityreservationbysplitting": {
|
|
1591
|
+
"name": "CreateCapacityReservationBySplitting",
|
|
1592
|
+
"description": "Grants permission to create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation",
|
|
1593
|
+
"accessLevel": "Write",
|
|
1594
|
+
"resourceTypes": [
|
|
1595
|
+
{
|
|
1596
|
+
"name": "capacity-reservation",
|
|
1597
|
+
"required": true,
|
|
1598
|
+
"conditionKeys": [
|
|
1599
|
+
"aws:ResourceTag/${TagKey}",
|
|
1600
|
+
"ec2:AvailabilityZone",
|
|
1601
|
+
"ec2:CapacityReservationFleet",
|
|
1602
|
+
"ec2:CreateDate",
|
|
1603
|
+
"ec2:DestinationCapacityReservationId",
|
|
1604
|
+
"ec2:EbsOptimized",
|
|
1605
|
+
"ec2:EndDate",
|
|
1606
|
+
"ec2:EndDateType",
|
|
1607
|
+
"ec2:InstanceCount",
|
|
1608
|
+
"ec2:InstanceMatchCriteria",
|
|
1609
|
+
"ec2:InstancePlatform",
|
|
1610
|
+
"ec2:InstanceType",
|
|
1611
|
+
"ec2:OutpostArn",
|
|
1612
|
+
"ec2:PlacementGroup",
|
|
1613
|
+
"ec2:ResourceTag/${TagKey}",
|
|
1614
|
+
"ec2:SourceCapacityReservationId",
|
|
1615
|
+
"ec2:Tenancy"
|
|
1616
|
+
],
|
|
1617
|
+
"dependentActions": [
|
|
1618
|
+
"ec2:CreateTags"
|
|
1619
|
+
]
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"conditionKeys": [
|
|
1623
|
+
"ec2:Region"
|
|
1624
|
+
],
|
|
1625
|
+
"dependentActions": []
|
|
1626
|
+
},
|
|
1582
1627
|
"createcapacityreservationfleet": {
|
|
1583
1628
|
"name": "CreateCapacityReservationFleet",
|
|
1584
1629
|
"description": "Grants permission to create a Capacity Reservation Fleet",
|
|
@@ -3488,8 +3533,7 @@
|
|
|
3488
3533
|
"name": "capacity-reservation",
|
|
3489
3534
|
"required": false,
|
|
3490
3535
|
"conditionKeys": [
|
|
3491
|
-
"aws:ResourceTag/${TagKey}"
|
|
3492
|
-
"ec2:ResourceTag/${TagKey}"
|
|
3536
|
+
"aws:ResourceTag/${TagKey}"
|
|
3493
3537
|
],
|
|
3494
3538
|
"dependentActions": []
|
|
3495
3539
|
},
|
|
@@ -4389,7 +4433,10 @@
|
|
|
4389
4433
|
{
|
|
4390
4434
|
"name": "traffic-mirror-filter-rule",
|
|
4391
4435
|
"required": true,
|
|
4392
|
-
"conditionKeys": [
|
|
4436
|
+
"conditionKeys": [
|
|
4437
|
+
"aws:RequestTag/${TagKey}",
|
|
4438
|
+
"aws:TagKeys"
|
|
4439
|
+
],
|
|
4393
4440
|
"dependentActions": []
|
|
4394
4441
|
}
|
|
4395
4442
|
],
|
|
@@ -7204,7 +7251,9 @@
|
|
|
7204
7251
|
{
|
|
7205
7252
|
"name": "traffic-mirror-filter-rule",
|
|
7206
7253
|
"required": true,
|
|
7207
|
-
"conditionKeys": [
|
|
7254
|
+
"conditionKeys": [
|
|
7255
|
+
"aws:ResourceTag/${TagKey}"
|
|
7256
|
+
],
|
|
7208
7257
|
"dependentActions": []
|
|
7209
7258
|
}
|
|
7210
7259
|
],
|
|
@@ -11308,8 +11357,7 @@
|
|
|
11308
11357
|
"required": true,
|
|
11309
11358
|
"conditionKeys": [
|
|
11310
11359
|
"aws:ResourceTag/${TagKey}",
|
|
11311
|
-
"ec2:CapacityReservationFleet"
|
|
11312
|
-
"ec2:ResourceTag/${TagKey}"
|
|
11360
|
+
"ec2:CapacityReservationFleet"
|
|
11313
11361
|
],
|
|
11314
11362
|
"dependentActions": []
|
|
11315
11363
|
}
|
|
@@ -11472,8 +11520,7 @@
|
|
|
11472
11520
|
"required": true,
|
|
11473
11521
|
"conditionKeys": [
|
|
11474
11522
|
"aws:ResourceTag/${TagKey}",
|
|
11475
|
-
"ec2:CapacityReservationFleet"
|
|
11476
|
-
"ec2:ResourceTag/${TagKey}"
|
|
11523
|
+
"ec2:CapacityReservationFleet"
|
|
11477
11524
|
],
|
|
11478
11525
|
"dependentActions": []
|
|
11479
11526
|
}
|
|
@@ -12582,8 +12629,7 @@
|
|
|
12582
12629
|
"aws:ResourceTag/${TagKey}",
|
|
12583
12630
|
"ec2:Attribute",
|
|
12584
12631
|
"ec2:Attribute/${AttributeName}",
|
|
12585
|
-
"ec2:CapacityReservationFleet"
|
|
12586
|
-
"ec2:ResourceTag/${TagKey}"
|
|
12632
|
+
"ec2:CapacityReservationFleet"
|
|
12587
12633
|
],
|
|
12588
12634
|
"dependentActions": []
|
|
12589
12635
|
}
|
|
@@ -12939,8 +12985,7 @@
|
|
|
12939
12985
|
"name": "capacity-reservation",
|
|
12940
12986
|
"required": false,
|
|
12941
12987
|
"conditionKeys": [
|
|
12942
|
-
"aws:ResourceTag/${TagKey}"
|
|
12943
|
-
"ec2:ResourceTag/${TagKey}"
|
|
12988
|
+
"aws:ResourceTag/${TagKey}"
|
|
12944
12989
|
],
|
|
12945
12990
|
"dependentActions": []
|
|
12946
12991
|
}
|
|
@@ -13731,6 +13776,7 @@
|
|
|
13731
13776
|
"name": "traffic-mirror-filter-rule",
|
|
13732
13777
|
"required": true,
|
|
13733
13778
|
"conditionKeys": [
|
|
13779
|
+
"aws:ResourceTag/${TagKey}",
|
|
13734
13780
|
"ec2:Attribute",
|
|
13735
13781
|
"ec2:Attribute/${AttributeName}"
|
|
13736
13782
|
],
|
|
@@ -14538,6 +14584,41 @@
|
|
|
14538
14584
|
],
|
|
14539
14585
|
"dependentActions": []
|
|
14540
14586
|
},
|
|
14587
|
+
"movecapacityreservationinstances": {
|
|
14588
|
+
"name": "MoveCapacityReservationInstances",
|
|
14589
|
+
"description": "Grants permission to move available capacity from a source Capacity Reservation to a destination Capacity Reservation",
|
|
14590
|
+
"accessLevel": "Write",
|
|
14591
|
+
"resourceTypes": [
|
|
14592
|
+
{
|
|
14593
|
+
"name": "capacity-reservation",
|
|
14594
|
+
"required": true,
|
|
14595
|
+
"conditionKeys": [
|
|
14596
|
+
"aws:ResourceTag/${TagKey}",
|
|
14597
|
+
"ec2:AvailabilityZone",
|
|
14598
|
+
"ec2:CapacityReservationFleet",
|
|
14599
|
+
"ec2:CreateDate",
|
|
14600
|
+
"ec2:DestinationCapacityReservationId",
|
|
14601
|
+
"ec2:EbsOptimized",
|
|
14602
|
+
"ec2:EndDate",
|
|
14603
|
+
"ec2:EndDateType",
|
|
14604
|
+
"ec2:InstanceCount",
|
|
14605
|
+
"ec2:InstanceMatchCriteria",
|
|
14606
|
+
"ec2:InstancePlatform",
|
|
14607
|
+
"ec2:InstanceType",
|
|
14608
|
+
"ec2:OutpostArn",
|
|
14609
|
+
"ec2:PlacementGroup",
|
|
14610
|
+
"ec2:ResourceTag/${TagKey}",
|
|
14611
|
+
"ec2:SourceCapacityReservationId",
|
|
14612
|
+
"ec2:Tenancy"
|
|
14613
|
+
],
|
|
14614
|
+
"dependentActions": []
|
|
14615
|
+
}
|
|
14616
|
+
],
|
|
14617
|
+
"conditionKeys": [
|
|
14618
|
+
"ec2:Region"
|
|
14619
|
+
],
|
|
14620
|
+
"dependentActions": []
|
|
14621
|
+
},
|
|
14541
14622
|
"pausevolumeio": {
|
|
14542
14623
|
"name": "PauseVolumeIO",
|
|
14543
14624
|
"isPermissionOnly": true,
|
|
@@ -16036,8 +16117,7 @@
|
|
|
16036
16117
|
"conditionKeys": [
|
|
16037
16118
|
"aws:ResourceTag/${TagKey}",
|
|
16038
16119
|
"ec2:IsLaunchTemplateResource",
|
|
16039
|
-
"ec2:LaunchTemplate"
|
|
16040
|
-
"ec2:ResourceTag/${TagKey}"
|
|
16120
|
+
"ec2:LaunchTemplate"
|
|
16041
16121
|
],
|
|
16042
16122
|
"dependentActions": []
|
|
16043
16123
|
},
|
|
@@ -336,6 +336,14 @@
|
|
|
336
336
|
"conditionKeys": [],
|
|
337
337
|
"dependentActions": []
|
|
338
338
|
},
|
|
339
|
+
"describelistenerattributes": {
|
|
340
|
+
"name": "DescribeListenerAttributes",
|
|
341
|
+
"description": "Grants permission to describe the attributes for the specified listener",
|
|
342
|
+
"accessLevel": "Read",
|
|
343
|
+
"resourceTypes": [],
|
|
344
|
+
"conditionKeys": [],
|
|
345
|
+
"dependentActions": []
|
|
346
|
+
},
|
|
339
347
|
"describelistenercertificates": {
|
|
340
348
|
"name": "DescribeListenerCertificates",
|
|
341
349
|
"description": "Grants permission to describe the certificates for the specified secure listener",
|
|
@@ -520,6 +528,30 @@
|
|
|
520
528
|
],
|
|
521
529
|
"dependentActions": []
|
|
522
530
|
},
|
|
531
|
+
"modifylistenerattributes": {
|
|
532
|
+
"name": "ModifyListenerAttributes",
|
|
533
|
+
"description": "Grants permission to modify the attributes of the specified listener",
|
|
534
|
+
"accessLevel": "Write",
|
|
535
|
+
"resourceTypes": [
|
|
536
|
+
{
|
|
537
|
+
"name": "listener/app",
|
|
538
|
+
"required": true,
|
|
539
|
+
"conditionKeys": [],
|
|
540
|
+
"dependentActions": []
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "listener/net",
|
|
544
|
+
"required": true,
|
|
545
|
+
"conditionKeys": [],
|
|
546
|
+
"dependentActions": []
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"conditionKeys": [
|
|
550
|
+
"aws:ResourceTag/${TagKey}",
|
|
551
|
+
"elasticloadbalancing:ResourceTag/${TagKey}"
|
|
552
|
+
],
|
|
553
|
+
"dependentActions": []
|
|
554
|
+
},
|
|
523
555
|
"modifyloadbalancerattributes": {
|
|
524
556
|
"name": "ModifyLoadBalancerAttributes",
|
|
525
557
|
"description": "Grants permission to modify the attributes of the specified load balancer",
|
package/data/actions/events.json
CHANGED
package/data/actions/logs.json
CHANGED
|
@@ -348,6 +348,14 @@
|
|
|
348
348
|
"conditionKeys": [],
|
|
349
349
|
"dependentActions": []
|
|
350
350
|
},
|
|
351
|
+
"describeconfigurationtemplates": {
|
|
352
|
+
"name": "DescribeConfigurationTemplates",
|
|
353
|
+
"description": "Grants permission to retrieve a list of configuration templates of available log types",
|
|
354
|
+
"accessLevel": "List",
|
|
355
|
+
"resourceTypes": [],
|
|
356
|
+
"conditionKeys": [],
|
|
357
|
+
"dependentActions": []
|
|
358
|
+
},
|
|
351
359
|
"describedeliveries": {
|
|
352
360
|
"name": "DescribeDeliveries",
|
|
353
361
|
"description": "Grants permission to retrieve a list of deliveries an account",
|
|
@@ -1173,6 +1181,36 @@
|
|
|
1173
1181
|
"conditionKeys": [],
|
|
1174
1182
|
"dependentActions": []
|
|
1175
1183
|
},
|
|
1184
|
+
"updatedeliveryconfiguration": {
|
|
1185
|
+
"name": "UpdateDeliveryConfiguration",
|
|
1186
|
+
"description": "Grants permission to update configuration related to a delivery",
|
|
1187
|
+
"accessLevel": "Write",
|
|
1188
|
+
"resourceTypes": [
|
|
1189
|
+
{
|
|
1190
|
+
"name": "delivery",
|
|
1191
|
+
"required": true,
|
|
1192
|
+
"conditionKeys": [],
|
|
1193
|
+
"dependentActions": []
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "delivery-destination",
|
|
1197
|
+
"required": true,
|
|
1198
|
+
"conditionKeys": [],
|
|
1199
|
+
"dependentActions": []
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "delivery-source",
|
|
1203
|
+
"required": true,
|
|
1204
|
+
"conditionKeys": [],
|
|
1205
|
+
"dependentActions": []
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"conditionKeys": [
|
|
1209
|
+
"aws:TagKeys",
|
|
1210
|
+
"aws:RequestTag/${TagKey}"
|
|
1211
|
+
],
|
|
1212
|
+
"dependentActions": []
|
|
1213
|
+
},
|
|
1176
1214
|
"updateloganomalydetector": {
|
|
1177
1215
|
"name": "UpdateLogAnomalyDetector",
|
|
1178
1216
|
"description": "Grants permission to update a log anomaly detector",
|
package/data/actions/s3.json
CHANGED
|
@@ -1815,6 +1815,12 @@
|
|
|
1815
1815
|
"description": "Grants permission to retrieve attributes related to a specific object",
|
|
1816
1816
|
"accessLevel": "Read",
|
|
1817
1817
|
"resourceTypes": [
|
|
1818
|
+
{
|
|
1819
|
+
"name": "accesspoint",
|
|
1820
|
+
"required": true,
|
|
1821
|
+
"conditionKeys": [],
|
|
1822
|
+
"dependentActions": []
|
|
1823
|
+
},
|
|
1818
1824
|
{
|
|
1819
1825
|
"name": "object",
|
|
1820
1826
|
"required": true,
|
|
@@ -2407,6 +2413,29 @@
|
|
|
2407
2413
|
],
|
|
2408
2414
|
"dependentActions": []
|
|
2409
2415
|
},
|
|
2416
|
+
"listcalleraccessgrants": {
|
|
2417
|
+
"name": "ListCallerAccessGrants",
|
|
2418
|
+
"description": "Grants permission to list caller's Access Grant",
|
|
2419
|
+
"accessLevel": "List",
|
|
2420
|
+
"resourceTypes": [
|
|
2421
|
+
{
|
|
2422
|
+
"name": "accessgrantsinstance",
|
|
2423
|
+
"required": true,
|
|
2424
|
+
"conditionKeys": [],
|
|
2425
|
+
"dependentActions": []
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"conditionKeys": [
|
|
2429
|
+
"s3:authType",
|
|
2430
|
+
"s3:ResourceAccount",
|
|
2431
|
+
"s3:signatureAge",
|
|
2432
|
+
"s3:signatureversion",
|
|
2433
|
+
"s3:TlsVersion",
|
|
2434
|
+
"s3:x-amz-content-sha256",
|
|
2435
|
+
"aws:ResourceTag/${TagKey}"
|
|
2436
|
+
],
|
|
2437
|
+
"dependentActions": []
|
|
2438
|
+
},
|
|
2410
2439
|
"listjobs": {
|
|
2411
2440
|
"name": "ListJobs",
|
|
2412
2441
|
"description": "Grants permission to list current jobs and jobs that have ended recently",
|
|
@@ -104,11 +104,21 @@
|
|
|
104
104
|
"description": "Filters access by the name of a resource-creating API action",
|
|
105
105
|
"type": "String"
|
|
106
106
|
},
|
|
107
|
+
"ec2:createdate": {
|
|
108
|
+
"key": "ec2:CreateDate",
|
|
109
|
+
"description": "Filters access by the date and time at which the Capacity Reservation was created",
|
|
110
|
+
"type": "Date"
|
|
111
|
+
},
|
|
107
112
|
"ec2:dpdtimeoutseconds": {
|
|
108
113
|
"key": "ec2:DPDTimeoutSeconds",
|
|
109
114
|
"description": "Filters access by the duration after which DPD timeout occurs on a VPN tunnel",
|
|
110
115
|
"type": "Numeric"
|
|
111
116
|
},
|
|
117
|
+
"ec2:destinationcapacityreservationid": {
|
|
118
|
+
"key": "ec2:DestinationCapacityReservationId",
|
|
119
|
+
"description": "Filters access by the ID of the Capacity Reservation that you want to move capacity into",
|
|
120
|
+
"type": "ARN"
|
|
121
|
+
},
|
|
112
122
|
"ec2:dhcpoptionsid": {
|
|
113
123
|
"key": "ec2:DhcpOptionsID",
|
|
114
124
|
"description": "Filters access by the ID of a dynamic host configuration protocol (DHCP) options set",
|
|
@@ -139,6 +149,16 @@
|
|
|
139
149
|
"description": "Filters access by whether the EBS volume is encrypted",
|
|
140
150
|
"type": "Bool"
|
|
141
151
|
},
|
|
152
|
+
"ec2:enddate": {
|
|
153
|
+
"key": "ec2:EndDate",
|
|
154
|
+
"description": "Filters access by the date and time at which the Capacity Reservation ends",
|
|
155
|
+
"type": "Date"
|
|
156
|
+
},
|
|
157
|
+
"ec2:enddatetype": {
|
|
158
|
+
"key": "ec2:EndDateType",
|
|
159
|
+
"description": "Filters access by the way in which the Capacity Reservation ends",
|
|
160
|
+
"type": "String"
|
|
161
|
+
},
|
|
142
162
|
"ec2:fisactionid": {
|
|
143
163
|
"key": "ec2:FisActionId",
|
|
144
164
|
"description": "Filters access by the ID of an AWS FIS action",
|
|
@@ -189,6 +209,11 @@
|
|
|
189
209
|
"description": "Filters access by whether the instance type supports auto recovery",
|
|
190
210
|
"type": "String"
|
|
191
211
|
},
|
|
212
|
+
"ec2:instancecount": {
|
|
213
|
+
"key": "ec2:InstanceCount",
|
|
214
|
+
"description": "Filters access by the number of instances",
|
|
215
|
+
"type": "Numeric"
|
|
216
|
+
},
|
|
192
217
|
"ec2:instanceid": {
|
|
193
218
|
"key": "ec2:InstanceID",
|
|
194
219
|
"description": "Filters access by the ID of an instance",
|
|
@@ -199,11 +224,21 @@
|
|
|
199
224
|
"description": "Filters access by the market or purchasing option of an instance (capacity-block, on-demand, or spot)",
|
|
200
225
|
"type": "String"
|
|
201
226
|
},
|
|
227
|
+
"ec2:instancematchcriteria": {
|
|
228
|
+
"key": "ec2:InstanceMatchCriteria",
|
|
229
|
+
"description": "Filters access by the type of instance launches that the Capacity Reservation accepts",
|
|
230
|
+
"type": "String"
|
|
231
|
+
},
|
|
202
232
|
"ec2:instancemetadatatags": {
|
|
203
233
|
"key": "ec2:InstanceMetadataTags",
|
|
204
234
|
"description": "Filters access by whether the instance allows access to instance tags from the instance metadata",
|
|
205
235
|
"type": "String"
|
|
206
236
|
},
|
|
237
|
+
"ec2:instanceplatform": {
|
|
238
|
+
"key": "ec2:InstancePlatform",
|
|
239
|
+
"description": "Filters access by the type of operating system for which the Capacity Reservation reserves capacity",
|
|
240
|
+
"type": "ARN"
|
|
241
|
+
},
|
|
207
242
|
"ec2:instanceprofile": {
|
|
208
243
|
"key": "ec2:InstanceProfile",
|
|
209
244
|
"description": "Filters access by the ARN of an instance profile",
|
|
@@ -484,6 +519,11 @@
|
|
|
484
519
|
"description": "Filters access by the initiation time of a snapshot",
|
|
485
520
|
"type": "String"
|
|
486
521
|
},
|
|
522
|
+
"ec2:sourcecapacityreservationid": {
|
|
523
|
+
"key": "ec2:SourceCapacityReservationId",
|
|
524
|
+
"description": "Filters access by the ID of the Capacity Reservation from which you want to move capacity",
|
|
525
|
+
"type": "ARN"
|
|
526
|
+
},
|
|
487
527
|
"ec2:sourceinstancearn": {
|
|
488
528
|
"key": "ec2:SourceInstanceARN",
|
|
489
529
|
"description": "Filters access by the ARN of the instance from which the request originated",
|
|
@@ -37,11 +37,25 @@
|
|
|
37
37
|
"aws:TagKeys",
|
|
38
38
|
"ec2:Attribute",
|
|
39
39
|
"ec2:Attribute/${AttributeName}",
|
|
40
|
+
"ec2:AvailabilityZone",
|
|
40
41
|
"ec2:CapacityReservationFleet",
|
|
42
|
+
"ec2:CreateDate",
|
|
43
|
+
"ec2:DestinationCapacityReservationId",
|
|
44
|
+
"ec2:EbsOptimized",
|
|
45
|
+
"ec2:EndDate",
|
|
46
|
+
"ec2:EndDateType",
|
|
47
|
+
"ec2:InstanceCount",
|
|
48
|
+
"ec2:InstanceMatchCriteria",
|
|
49
|
+
"ec2:InstancePlatform",
|
|
50
|
+
"ec2:InstanceType",
|
|
41
51
|
"ec2:IsLaunchTemplateResource",
|
|
42
52
|
"ec2:LaunchTemplate",
|
|
53
|
+
"ec2:OutpostArn",
|
|
54
|
+
"ec2:PlacementGroup",
|
|
43
55
|
"ec2:Region",
|
|
44
|
-
"ec2:ResourceTag/${TagKey}"
|
|
56
|
+
"ec2:ResourceTag/${TagKey}",
|
|
57
|
+
"ec2:SourceCapacityReservationId",
|
|
58
|
+
"ec2:Tenancy"
|
|
45
59
|
]
|
|
46
60
|
},
|
|
47
61
|
"carrier-gateway": {
|
|
@@ -827,6 +841,9 @@
|
|
|
827
841
|
"key": "traffic-mirror-filter-rule",
|
|
828
842
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-filter-rule/${TrafficMirrorFilterRuleId}",
|
|
829
843
|
"conditionKeys": [
|
|
844
|
+
"aws:RequestTag/${TagKey}",
|
|
845
|
+
"aws:ResourceTag/${TagKey}",
|
|
846
|
+
"aws:TagKeys",
|
|
830
847
|
"ec2:Attribute",
|
|
831
848
|
"ec2:Attribute/${AttributeName}",
|
|
832
849
|
"ec2:Region"
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.202409061",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-09-
|
|
6
|
+
"updatedAt": "2024-09-06T04:46:24.316Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|