@cloud-copilot/iam-data 0.9.202507021 → 0.9.202507041
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/app-integrations.json +108 -0
- package/data/actions/artifact.json +0 -36
- package/data/actions/connect.json +4 -0
- package/data/actions/qbusiness.json +114 -0
- package/data/actions/s3express.json +77 -2
- package/data/actions/ssm.json +3 -1
- package/data/conditionKeys/s3express.json +21 -1
- package/data/conditionKeys/ssm.json +5 -0
- package/data/resourceTypes/artifact.json +5 -5
- package/data/resourceTypes/qbusiness.json +7 -0
- package/data/resourceTypes/s3express.json +5 -1
- package/package.json +2 -2
|
@@ -97,6 +97,21 @@
|
|
|
97
97
|
],
|
|
98
98
|
"dependentActions": []
|
|
99
99
|
},
|
|
100
|
+
"createdataintegrationschedule": {
|
|
101
|
+
"name": "CreateDataIntegrationSchedule",
|
|
102
|
+
"description": "Grants permission to create a data integration schedule",
|
|
103
|
+
"accessLevel": "Write",
|
|
104
|
+
"resourceTypes": [
|
|
105
|
+
{
|
|
106
|
+
"name": "data-integration",
|
|
107
|
+
"required": true,
|
|
108
|
+
"conditionKeys": [],
|
|
109
|
+
"dependentActions": []
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"conditionKeys": [],
|
|
113
|
+
"dependentActions": []
|
|
114
|
+
},
|
|
100
115
|
"createeventintegration": {
|
|
101
116
|
"name": "CreateEventIntegration",
|
|
102
117
|
"description": "Grants permission to create a new EventIntegration",
|
|
@@ -286,6 +301,36 @@
|
|
|
286
301
|
],
|
|
287
302
|
"dependentActions": []
|
|
288
303
|
},
|
|
304
|
+
"getdataintegrationexecution": {
|
|
305
|
+
"name": "GetDataIntegrationExecution",
|
|
306
|
+
"description": "Grants permission to get details about a data integration execution",
|
|
307
|
+
"accessLevel": "Read",
|
|
308
|
+
"resourceTypes": [
|
|
309
|
+
{
|
|
310
|
+
"name": "data-integration",
|
|
311
|
+
"required": true,
|
|
312
|
+
"conditionKeys": [],
|
|
313
|
+
"dependentActions": []
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"conditionKeys": [],
|
|
317
|
+
"dependentActions": []
|
|
318
|
+
},
|
|
319
|
+
"getdataintegrationschedule": {
|
|
320
|
+
"name": "GetDataIntegrationSchedule",
|
|
321
|
+
"description": "Grants permission to get details about a data integration schedule",
|
|
322
|
+
"accessLevel": "Read",
|
|
323
|
+
"resourceTypes": [
|
|
324
|
+
{
|
|
325
|
+
"name": "data-integration",
|
|
326
|
+
"required": true,
|
|
327
|
+
"conditionKeys": [],
|
|
328
|
+
"dependentActions": []
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
},
|
|
289
334
|
"geteventintegration": {
|
|
290
335
|
"name": "GetEventIntegration",
|
|
291
336
|
"description": "Grants permission to view details about EventIntegrations",
|
|
@@ -327,6 +372,36 @@
|
|
|
327
372
|
"conditionKeys": [],
|
|
328
373
|
"dependentActions": []
|
|
329
374
|
},
|
|
375
|
+
"listdataintegrationexecutions": {
|
|
376
|
+
"name": "ListDataIntegrationExecutions",
|
|
377
|
+
"description": "Grants permission to list data integration executions",
|
|
378
|
+
"accessLevel": "List",
|
|
379
|
+
"resourceTypes": [
|
|
380
|
+
{
|
|
381
|
+
"name": "data-integration",
|
|
382
|
+
"required": true,
|
|
383
|
+
"conditionKeys": [],
|
|
384
|
+
"dependentActions": []
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"conditionKeys": [],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
390
|
+
"listdataintegrationschedules": {
|
|
391
|
+
"name": "ListDataIntegrationSchedules",
|
|
392
|
+
"description": "Grants permission to list data integration schedules",
|
|
393
|
+
"accessLevel": "List",
|
|
394
|
+
"resourceTypes": [
|
|
395
|
+
{
|
|
396
|
+
"name": "data-integration",
|
|
397
|
+
"required": true,
|
|
398
|
+
"conditionKeys": [],
|
|
399
|
+
"dependentActions": []
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"conditionKeys": [],
|
|
403
|
+
"dependentActions": []
|
|
404
|
+
},
|
|
330
405
|
"listdataintegrations": {
|
|
331
406
|
"name": "ListDataIntegrations",
|
|
332
407
|
"description": "Grants permission to list DataIntegrations",
|
|
@@ -392,6 +467,24 @@
|
|
|
392
467
|
],
|
|
393
468
|
"dependentActions": []
|
|
394
469
|
},
|
|
470
|
+
"startdataintegrationexecution": {
|
|
471
|
+
"name": "StartDataIntegrationExecution",
|
|
472
|
+
"description": "Grants permission to start a data integration execution",
|
|
473
|
+
"accessLevel": "Write",
|
|
474
|
+
"resourceTypes": [
|
|
475
|
+
{
|
|
476
|
+
"name": "data-integration",
|
|
477
|
+
"required": true,
|
|
478
|
+
"conditionKeys": [],
|
|
479
|
+
"dependentActions": []
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"conditionKeys": [],
|
|
483
|
+
"dependentActions": [
|
|
484
|
+
"profile:CreateSegmentSnapshot",
|
|
485
|
+
"profile:CreateSnapshot"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
395
488
|
"tagresource": {
|
|
396
489
|
"name": "TagResource",
|
|
397
490
|
"description": "Grants permission to tag an Amazon AppIntegration resource",
|
|
@@ -543,6 +636,21 @@
|
|
|
543
636
|
],
|
|
544
637
|
"dependentActions": []
|
|
545
638
|
},
|
|
639
|
+
"updatedataintegrationschedule": {
|
|
640
|
+
"name": "UpdateDataIntegrationSchedule",
|
|
641
|
+
"description": "Grants permission to update a data integration schedule",
|
|
642
|
+
"accessLevel": "Write",
|
|
643
|
+
"resourceTypes": [
|
|
644
|
+
{
|
|
645
|
+
"name": "data-integration",
|
|
646
|
+
"required": true,
|
|
647
|
+
"conditionKeys": [],
|
|
648
|
+
"dependentActions": []
|
|
649
|
+
}
|
|
650
|
+
],
|
|
651
|
+
"conditionKeys": [],
|
|
652
|
+
"dependentActions": []
|
|
653
|
+
},
|
|
546
654
|
"updateeventintegration": {
|
|
547
655
|
"name": "UpdateEventIntegration",
|
|
548
656
|
"description": "Grants permission to modify an EventIntegration",
|
|
@@ -29,42 +29,6 @@
|
|
|
29
29
|
"conditionKeys": [],
|
|
30
30
|
"dependentActions": []
|
|
31
31
|
},
|
|
32
|
-
"downloadagreement": {
|
|
33
|
-
"name": "DownloadAgreement",
|
|
34
|
-
"description": "Grants permission to download an AWS agreement that has not yet been accepted or a customer agreement that has been accepted by the customer account",
|
|
35
|
-
"accessLevel": "Read",
|
|
36
|
-
"resourceTypes": [
|
|
37
|
-
{
|
|
38
|
-
"name": "agreement",
|
|
39
|
-
"required": false,
|
|
40
|
-
"conditionKeys": [],
|
|
41
|
-
"dependentActions": []
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "customer-agreement",
|
|
45
|
-
"required": false,
|
|
46
|
-
"conditionKeys": [],
|
|
47
|
-
"dependentActions": []
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"conditionKeys": [],
|
|
51
|
-
"dependentActions": []
|
|
52
|
-
},
|
|
53
|
-
"get": {
|
|
54
|
-
"name": "Get",
|
|
55
|
-
"description": "Grants permission to download an AWS compliance report package",
|
|
56
|
-
"accessLevel": "Read",
|
|
57
|
-
"resourceTypes": [
|
|
58
|
-
{
|
|
59
|
-
"name": "report-package",
|
|
60
|
-
"required": true,
|
|
61
|
-
"conditionKeys": [],
|
|
62
|
-
"dependentActions": []
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"conditionKeys": [],
|
|
66
|
-
"dependentActions": []
|
|
67
|
-
},
|
|
68
32
|
"getaccountsettings": {
|
|
69
33
|
"name": "GetAccountSettings",
|
|
70
34
|
"description": "Grants permission to get the account settings for Artifact",
|
|
@@ -755,6 +755,9 @@
|
|
|
755
755
|
"app-integrations:CreateApplicationAssociation",
|
|
756
756
|
"app-integrations:CreateEventIntegrationAssociation",
|
|
757
757
|
"app-integrations:GetApplication",
|
|
758
|
+
"app-integrations:GetDataIntegration",
|
|
759
|
+
"app-integrations:ListDataIntegrationAssociations",
|
|
760
|
+
"app-integrations:TagResource",
|
|
758
761
|
"cases:GetDomain",
|
|
759
762
|
"chime:AssociateVoiceConnectorConnect",
|
|
760
763
|
"chime:DisassociateVoiceConnectorConnect",
|
|
@@ -1441,6 +1444,7 @@
|
|
|
1441
1444
|
"dependentActions": [
|
|
1442
1445
|
"app-integrations:DeleteApplicationAssociation",
|
|
1443
1446
|
"app-integrations:DeleteEventIntegrationAssociation",
|
|
1447
|
+
"app-integrations:UntagResource",
|
|
1444
1448
|
"connect:DescribeInstance",
|
|
1445
1449
|
"ds:DescribeDirectories",
|
|
1446
1450
|
"events:DeleteRule",
|
|
@@ -188,6 +188,24 @@
|
|
|
188
188
|
],
|
|
189
189
|
"dependentActions": []
|
|
190
190
|
},
|
|
191
|
+
"createchatresponseconfiguration": {
|
|
192
|
+
"name": "CreateChatResponseConfiguration",
|
|
193
|
+
"description": "Grants permission to create a chat response configuration to the application",
|
|
194
|
+
"accessLevel": "Write",
|
|
195
|
+
"resourceTypes": [
|
|
196
|
+
{
|
|
197
|
+
"name": "application",
|
|
198
|
+
"required": true,
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"conditionKeys": [
|
|
204
|
+
"aws:RequestTag/${TagKey}",
|
|
205
|
+
"aws:TagKeys"
|
|
206
|
+
],
|
|
207
|
+
"dependentActions": []
|
|
208
|
+
},
|
|
191
209
|
"createdataaccessor": {
|
|
192
210
|
"name": "CreateDataAccessor",
|
|
193
211
|
"description": "Grants permission to create DataAccessor to the application",
|
|
@@ -424,6 +442,27 @@
|
|
|
424
442
|
"conditionKeys": [],
|
|
425
443
|
"dependentActions": []
|
|
426
444
|
},
|
|
445
|
+
"deletechatresponseconfiguration": {
|
|
446
|
+
"name": "DeleteChatResponseConfiguration",
|
|
447
|
+
"description": "Grants permission to delete a chat response configuration",
|
|
448
|
+
"accessLevel": "Write",
|
|
449
|
+
"resourceTypes": [
|
|
450
|
+
{
|
|
451
|
+
"name": "application",
|
|
452
|
+
"required": true,
|
|
453
|
+
"conditionKeys": [],
|
|
454
|
+
"dependentActions": []
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "chat-response-configuration",
|
|
458
|
+
"required": true,
|
|
459
|
+
"conditionKeys": [],
|
|
460
|
+
"dependentActions": []
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"conditionKeys": [],
|
|
464
|
+
"dependentActions": []
|
|
465
|
+
},
|
|
427
466
|
"deleteconversation": {
|
|
428
467
|
"name": "DeleteConversation",
|
|
429
468
|
"description": "Grants permission to delete a conversation",
|
|
@@ -691,6 +730,27 @@
|
|
|
691
730
|
"conditionKeys": [],
|
|
692
731
|
"dependentActions": []
|
|
693
732
|
},
|
|
733
|
+
"getchatresponseconfiguration": {
|
|
734
|
+
"name": "GetChatResponseConfiguration",
|
|
735
|
+
"description": "Grants permission to get a chat response configuration",
|
|
736
|
+
"accessLevel": "Read",
|
|
737
|
+
"resourceTypes": [
|
|
738
|
+
{
|
|
739
|
+
"name": "application",
|
|
740
|
+
"required": true,
|
|
741
|
+
"conditionKeys": [],
|
|
742
|
+
"dependentActions": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "chat-response-configuration",
|
|
746
|
+
"required": true,
|
|
747
|
+
"conditionKeys": [],
|
|
748
|
+
"dependentActions": []
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"conditionKeys": [],
|
|
752
|
+
"dependentActions": []
|
|
753
|
+
},
|
|
694
754
|
"getdataaccessor": {
|
|
695
755
|
"name": "GetDataAccessor",
|
|
696
756
|
"description": "Grants permission to get DataAccessor",
|
|
@@ -948,6 +1008,21 @@
|
|
|
948
1008
|
"conditionKeys": [],
|
|
949
1009
|
"dependentActions": []
|
|
950
1010
|
},
|
|
1011
|
+
"listchatresponseconfigurations": {
|
|
1012
|
+
"name": "ListChatResponseConfigurations",
|
|
1013
|
+
"description": "Grants permission to list chat response configurations for an application",
|
|
1014
|
+
"accessLevel": "List",
|
|
1015
|
+
"resourceTypes": [
|
|
1016
|
+
{
|
|
1017
|
+
"name": "application",
|
|
1018
|
+
"required": true,
|
|
1019
|
+
"conditionKeys": [],
|
|
1020
|
+
"dependentActions": []
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"conditionKeys": [],
|
|
1024
|
+
"dependentActions": []
|
|
1025
|
+
},
|
|
951
1026
|
"listconversations": {
|
|
952
1027
|
"name": "ListConversations",
|
|
953
1028
|
"description": "Grants permission to list all conversations for an application",
|
|
@@ -1206,6 +1281,12 @@
|
|
|
1206
1281
|
"conditionKeys": [],
|
|
1207
1282
|
"dependentActions": []
|
|
1208
1283
|
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "chat-response-configuration",
|
|
1286
|
+
"required": false,
|
|
1287
|
+
"conditionKeys": [],
|
|
1288
|
+
"dependentActions": []
|
|
1289
|
+
},
|
|
1209
1290
|
{
|
|
1210
1291
|
"name": "data-accessor",
|
|
1211
1292
|
"required": false,
|
|
@@ -1436,6 +1517,12 @@
|
|
|
1436
1517
|
"conditionKeys": [],
|
|
1437
1518
|
"dependentActions": []
|
|
1438
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "chat-response-configuration",
|
|
1522
|
+
"required": false,
|
|
1523
|
+
"conditionKeys": [],
|
|
1524
|
+
"dependentActions": []
|
|
1525
|
+
},
|
|
1439
1526
|
{
|
|
1440
1527
|
"name": "data-accessor",
|
|
1441
1528
|
"required": false,
|
|
@@ -1496,6 +1583,12 @@
|
|
|
1496
1583
|
"conditionKeys": [],
|
|
1497
1584
|
"dependentActions": []
|
|
1498
1585
|
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "chat-response-configuration",
|
|
1588
|
+
"required": false,
|
|
1589
|
+
"conditionKeys": [],
|
|
1590
|
+
"dependentActions": []
|
|
1591
|
+
},
|
|
1499
1592
|
{
|
|
1500
1593
|
"name": "data-accessor",
|
|
1501
1594
|
"required": false,
|
|
@@ -1574,6 +1667,27 @@
|
|
|
1574
1667
|
"conditionKeys": [],
|
|
1575
1668
|
"dependentActions": []
|
|
1576
1669
|
},
|
|
1670
|
+
"updatechatresponseconfiguration": {
|
|
1671
|
+
"name": "UpdateChatResponseConfiguration",
|
|
1672
|
+
"description": "Grants permission to update a chat response configuration",
|
|
1673
|
+
"accessLevel": "Write",
|
|
1674
|
+
"resourceTypes": [
|
|
1675
|
+
{
|
|
1676
|
+
"name": "application",
|
|
1677
|
+
"required": true,
|
|
1678
|
+
"conditionKeys": [],
|
|
1679
|
+
"dependentActions": []
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "chat-response-configuration",
|
|
1683
|
+
"required": true,
|
|
1684
|
+
"conditionKeys": [],
|
|
1685
|
+
"dependentActions": []
|
|
1686
|
+
}
|
|
1687
|
+
],
|
|
1688
|
+
"conditionKeys": [],
|
|
1689
|
+
"dependentActions": []
|
|
1690
|
+
},
|
|
1577
1691
|
"updatedataaccessor": {
|
|
1578
1692
|
"name": "UpdateDataAccessor",
|
|
1579
1693
|
"description": "Grants permission to update DataAccessor",
|
|
@@ -42,7 +42,9 @@
|
|
|
42
42
|
"s3express:ResourceAccount",
|
|
43
43
|
"s3express:signatureversion",
|
|
44
44
|
"s3express:TlsVersion",
|
|
45
|
-
"s3express:x-amz-content-sha256"
|
|
45
|
+
"s3express:x-amz-content-sha256",
|
|
46
|
+
"aws:RequestTag/${TagKey}",
|
|
47
|
+
"aws:TagKeys"
|
|
46
48
|
],
|
|
47
49
|
"dependentActions": []
|
|
48
50
|
},
|
|
@@ -199,7 +201,14 @@
|
|
|
199
201
|
"name": "GetAccessPoint",
|
|
200
202
|
"description": "Grants permission to return configuration information about the specified access point",
|
|
201
203
|
"accessLevel": "Read",
|
|
202
|
-
"resourceTypes": [
|
|
204
|
+
"resourceTypes": [
|
|
205
|
+
{
|
|
206
|
+
"name": "accesspoint",
|
|
207
|
+
"required": true,
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
}
|
|
211
|
+
],
|
|
203
212
|
"conditionKeys": [
|
|
204
213
|
"s3express:DataAccessPointAccount",
|
|
205
214
|
"s3express:DataAccessPointArn",
|
|
@@ -351,6 +360,27 @@
|
|
|
351
360
|
],
|
|
352
361
|
"dependentActions": []
|
|
353
362
|
},
|
|
363
|
+
"listtagsforresource": {
|
|
364
|
+
"name": "ListTagsForResource",
|
|
365
|
+
"description": "Grants permission to lists all of the tags for a specified resource",
|
|
366
|
+
"accessLevel": "List",
|
|
367
|
+
"resourceTypes": [
|
|
368
|
+
{
|
|
369
|
+
"name": "bucket",
|
|
370
|
+
"required": true,
|
|
371
|
+
"conditionKeys": [],
|
|
372
|
+
"dependentActions": []
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"conditionKeys": [
|
|
376
|
+
"s3express:authType",
|
|
377
|
+
"s3express:ResourceAccount",
|
|
378
|
+
"s3express:signatureversion",
|
|
379
|
+
"s3express:TlsVersion",
|
|
380
|
+
"s3express:x-amz-content-sha256"
|
|
381
|
+
],
|
|
382
|
+
"dependentActions": []
|
|
383
|
+
},
|
|
354
384
|
"putaccesspointpolicy": {
|
|
355
385
|
"name": "PutAccessPointPolicy",
|
|
356
386
|
"description": "Grants permission to associate an access policy with a specified access point",
|
|
@@ -461,5 +491,50 @@
|
|
|
461
491
|
"s3express:x-amz-content-sha256"
|
|
462
492
|
],
|
|
463
493
|
"dependentActions": []
|
|
494
|
+
},
|
|
495
|
+
"tagresource": {
|
|
496
|
+
"name": "TagResource",
|
|
497
|
+
"description": "Grants permission to create a new user-defined tag or update an existing tag",
|
|
498
|
+
"accessLevel": "Tagging",
|
|
499
|
+
"resourceTypes": [
|
|
500
|
+
{
|
|
501
|
+
"name": "bucket",
|
|
502
|
+
"required": true,
|
|
503
|
+
"conditionKeys": [],
|
|
504
|
+
"dependentActions": []
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"conditionKeys": [
|
|
508
|
+
"s3express:authType",
|
|
509
|
+
"s3express:ResourceAccount",
|
|
510
|
+
"s3express:signatureversion",
|
|
511
|
+
"s3express:TlsVersion",
|
|
512
|
+
"s3express:x-amz-content-sha256",
|
|
513
|
+
"aws:RequestTag/${TagKey}",
|
|
514
|
+
"aws:TagKeys"
|
|
515
|
+
],
|
|
516
|
+
"dependentActions": []
|
|
517
|
+
},
|
|
518
|
+
"untagresource": {
|
|
519
|
+
"name": "UntagResource",
|
|
520
|
+
"description": "Grants permission to remove the specified user-defined tags from an S3 resource",
|
|
521
|
+
"accessLevel": "Tagging",
|
|
522
|
+
"resourceTypes": [
|
|
523
|
+
{
|
|
524
|
+
"name": "bucket",
|
|
525
|
+
"required": true,
|
|
526
|
+
"conditionKeys": [],
|
|
527
|
+
"dependentActions": []
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"conditionKeys": [
|
|
531
|
+
"s3express:authType",
|
|
532
|
+
"s3express:ResourceAccount",
|
|
533
|
+
"s3express:signatureversion",
|
|
534
|
+
"s3express:TlsVersion",
|
|
535
|
+
"s3express:x-amz-content-sha256",
|
|
536
|
+
"aws:TagKeys"
|
|
537
|
+
],
|
|
538
|
+
"dependentActions": []
|
|
464
539
|
}
|
|
465
540
|
}
|
package/data/actions/ssm.json
CHANGED
|
@@ -1781,7 +1781,9 @@
|
|
|
1781
1781
|
"description": "Grants permission to add or update inventory items on multiple specified managed instances",
|
|
1782
1782
|
"accessLevel": "Write",
|
|
1783
1783
|
"resourceTypes": [],
|
|
1784
|
-
"conditionKeys": [
|
|
1784
|
+
"conditionKeys": [
|
|
1785
|
+
"ssm:InventoryTypeName"
|
|
1786
|
+
],
|
|
1785
1787
|
"dependentActions": []
|
|
1786
1788
|
},
|
|
1787
1789
|
"putparameter": {
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"s3express:accesspointnetworkorigin": {
|
|
3
18
|
"key": "s3express:AccessPointNetworkOrigin",
|
|
4
19
|
"description": "Filters access by the network origin (Internet or VPC)",
|
|
@@ -9,6 +24,11 @@
|
|
|
9
24
|
"description": "Filters access by AWS Local Zone network border group(s) provided in this condition key",
|
|
10
25
|
"type": "String"
|
|
11
26
|
},
|
|
27
|
+
"s3express:buckettag/${tagkey}": {
|
|
28
|
+
"key": "s3express:BucketTag/${TagKey}",
|
|
29
|
+
"description": "Filters access by tag key-value pairs attached to the bucket",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
12
32
|
"s3express:dataaccesspointaccount": {
|
|
13
33
|
"key": "s3express:DataAccessPointAccount",
|
|
14
34
|
"description": "Filters access by the AWS Account ID that owns the access point",
|
|
@@ -21,7 +41,7 @@
|
|
|
21
41
|
},
|
|
22
42
|
"s3express:locationname": {
|
|
23
43
|
"key": "s3express:LocationName",
|
|
24
|
-
"description": "Filters access by a specific Availability Zone ID",
|
|
44
|
+
"description": "Filters access by a specific Availability Zone or Local Zone ID",
|
|
25
45
|
"type": "String"
|
|
26
46
|
},
|
|
27
47
|
"s3express:permissions": {
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
"description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
|
|
40
40
|
"type": "String"
|
|
41
41
|
},
|
|
42
|
+
"ssm:inventorytypename": {
|
|
43
|
+
"key": "ssm:InventoryTypeName",
|
|
44
|
+
"description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
|
|
45
|
+
"type": "ArrayOfString"
|
|
46
|
+
},
|
|
42
47
|
"ssm:overwrite": {
|
|
43
48
|
"key": "ssm:Overwrite",
|
|
44
49
|
"description": "Filters access by controling whether Systems Manager parameters can be overwritten",
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"report-package": {
|
|
3
|
-
"key": "report-package",
|
|
4
|
-
"arn": "arn:${Partition}:artifact:::report-package/*"
|
|
5
|
-
},
|
|
6
2
|
"customer-agreement": {
|
|
7
3
|
"key": "customer-agreement",
|
|
8
4
|
"arn": "arn:${Partition}:artifact::${Account}:customer-agreement/*"
|
|
@@ -13,6 +9,10 @@
|
|
|
13
9
|
},
|
|
14
10
|
"report": {
|
|
15
11
|
"key": "report",
|
|
16
|
-
"arn": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}"
|
|
12
|
+
"arn": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}",
|
|
13
|
+
"conditionKeys": [
|
|
14
|
+
"artifact:ReportCategory",
|
|
15
|
+
"artifact:ReportSeries"
|
|
16
|
+
]
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -62,5 +62,12 @@
|
|
|
62
62
|
"conditionKeys": [
|
|
63
63
|
"aws:ResourceTag/${TagKey}"
|
|
64
64
|
]
|
|
65
|
+
},
|
|
66
|
+
"chat-response-configuration": {
|
|
67
|
+
"key": "chat-response-configuration",
|
|
68
|
+
"arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/chat-response-configuration/${ChatResponseConfigurationId}",
|
|
69
|
+
"conditionKeys": [
|
|
70
|
+
"aws:ResourceTag/${TagKey}"
|
|
71
|
+
]
|
|
65
72
|
}
|
|
66
73
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bucket": {
|
|
3
3
|
"key": "bucket",
|
|
4
|
-
"arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}"
|
|
4
|
+
"arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
7
|
+
"s3express:BucketTag/${TagKey}"
|
|
8
|
+
]
|
|
5
9
|
},
|
|
6
10
|
"accesspoint": {
|
|
7
11
|
"key": "accesspoint",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202507041",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-07-
|
|
6
|
+
"updatedAt": "2025-07-04T04:56:26.926Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|