@cloud-copilot/iam-data 0.19.202606271 → 0.19.202607011

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.
@@ -138,7 +138,13 @@
138
138
  "resourceTypes": [
139
139
  {
140
140
  "name": "event-bus",
141
- "required": true,
141
+ "required": false,
142
+ "conditionKeys": [],
143
+ "dependentActions": []
144
+ },
145
+ {
146
+ "name": "event-busv2",
147
+ "required": false,
142
148
  "conditionKeys": [],
143
149
  "dependentActions": []
144
150
  }
@@ -261,7 +267,13 @@
261
267
  "resourceTypes": [
262
268
  {
263
269
  "name": "event-bus",
264
- "required": true,
270
+ "required": false,
271
+ "conditionKeys": [],
272
+ "dependentActions": []
273
+ },
274
+ {
275
+ "name": "event-busv2",
276
+ "required": false,
265
277
  "conditionKeys": [],
266
278
  "dependentActions": []
267
279
  }
@@ -384,6 +396,12 @@
384
396
  "required": false,
385
397
  "conditionKeys": [],
386
398
  "dependentActions": []
399
+ },
400
+ {
401
+ "name": "event-busv2",
402
+ "required": false,
403
+ "conditionKeys": [],
404
+ "dependentActions": []
387
405
  }
388
406
  ],
389
407
  "conditionKeys": [],
@@ -627,6 +645,18 @@
627
645
  "conditionKeys": [],
628
646
  "dependentActions": []
629
647
  },
648
+ {
649
+ "name": "event-busv2",
650
+ "required": false,
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ },
654
+ {
655
+ "name": "publisher",
656
+ "required": false,
657
+ "conditionKeys": [],
658
+ "dependentActions": []
659
+ },
630
660
  {
631
661
  "name": "rule-on-custom-event-bus",
632
662
  "required": false,
@@ -638,6 +668,12 @@
638
668
  "required": false,
639
669
  "conditionKeys": [],
640
670
  "dependentActions": []
671
+ },
672
+ {
673
+ "name": "subscriber",
674
+ "required": false,
675
+ "conditionKeys": [],
676
+ "dependentActions": []
641
677
  }
642
678
  ],
643
679
  "conditionKeys": [
@@ -853,6 +889,18 @@
853
889
  "conditionKeys": [],
854
890
  "dependentActions": []
855
891
  },
892
+ {
893
+ "name": "event-busv2",
894
+ "required": false,
895
+ "conditionKeys": [],
896
+ "dependentActions": []
897
+ },
898
+ {
899
+ "name": "publisher",
900
+ "required": false,
901
+ "conditionKeys": [],
902
+ "dependentActions": []
903
+ },
856
904
  {
857
905
  "name": "rule-on-custom-event-bus",
858
906
  "required": false,
@@ -864,6 +912,12 @@
864
912
  "required": false,
865
913
  "conditionKeys": [],
866
914
  "dependentActions": []
915
+ },
916
+ {
917
+ "name": "subscriber",
918
+ "required": false,
919
+ "conditionKeys": [],
920
+ "dependentActions": []
867
921
  }
868
922
  ],
869
923
  "conditionKeys": [
@@ -892,6 +946,18 @@
892
946
  "conditionKeys": [],
893
947
  "dependentActions": []
894
948
  },
949
+ {
950
+ "name": "event-busv2",
951
+ "required": false,
952
+ "conditionKeys": [],
953
+ "dependentActions": []
954
+ },
955
+ {
956
+ "name": "publisher",
957
+ "required": false,
958
+ "conditionKeys": [],
959
+ "dependentActions": []
960
+ },
895
961
  {
896
962
  "name": "rule-on-custom-event-bus",
897
963
  "required": false,
@@ -903,6 +969,12 @@
903
969
  "required": false,
904
970
  "conditionKeys": [],
905
971
  "dependentActions": []
972
+ },
973
+ {
974
+ "name": "subscriber",
975
+ "required": false,
976
+ "conditionKeys": [],
977
+ "dependentActions": []
906
978
  }
907
979
  ],
908
980
  "conditionKeys": [
@@ -992,7 +1064,13 @@
992
1064
  "resourceTypes": [
993
1065
  {
994
1066
  "name": "event-bus",
995
- "required": true,
1067
+ "required": false,
1068
+ "conditionKeys": [],
1069
+ "dependentActions": []
1070
+ },
1071
+ {
1072
+ "name": "event-busv2",
1073
+ "required": false,
996
1074
  "conditionKeys": [],
997
1075
  "dependentActions": []
998
1076
  }
@@ -377,6 +377,35 @@
377
377
  ],
378
378
  "dependentActions": []
379
379
  },
380
+ "createmarketplacerevenueshare": {
381
+ "name": "CreateMarketplaceRevenueShare",
382
+ "description": "Grants permission to create marketplace revenue shares in AWS Partner Central",
383
+ "accessLevel": "Write",
384
+ "resourceTypes": [],
385
+ "conditionKeys": [
386
+ "aws:RequestTag/${TagKey}",
387
+ "aws:TagKeys",
388
+ "partnercentral:Catalog"
389
+ ],
390
+ "dependentActions": []
391
+ },
392
+ "createmarketplacerevenueshareallocation": {
393
+ "name": "CreateMarketplaceRevenueShareAllocation",
394
+ "description": "Grants permission to create marketplace revenue share allocations in AWS Partner Central",
395
+ "accessLevel": "Write",
396
+ "resourceTypes": [
397
+ {
398
+ "name": "MarketplaceRevenueShare",
399
+ "required": true,
400
+ "conditionKeys": [],
401
+ "dependentActions": []
402
+ }
403
+ ],
404
+ "conditionKeys": [
405
+ "partnercentral:Catalog"
406
+ ],
407
+ "dependentActions": []
408
+ },
380
409
  "createopportunity": {
381
410
  "name": "CreateOpportunity",
382
411
  "description": "Grants permission to create new Opportunities on AWS Partner Central",
@@ -478,6 +507,18 @@
478
507
  ],
479
508
  "dependentActions": []
480
509
  },
510
+ "createrevenueattribution": {
511
+ "name": "CreateRevenueAttribution",
512
+ "description": "Grants permission to create revenue attributions in AWS Partner Central",
513
+ "accessLevel": "Write",
514
+ "resourceTypes": [],
515
+ "conditionKeys": [
516
+ "aws:RequestTag/${TagKey}",
517
+ "aws:TagKeys",
518
+ "partnercentral:Catalog"
519
+ ],
520
+ "dependentActions": []
521
+ },
481
522
  "deleteprogrammanagementaccount": {
482
523
  "name": "DeleteProgramManagementAccount",
483
524
  "description": "Grants permission to delete program management accounts in AWS Partner Central",
@@ -798,6 +839,40 @@
798
839
  ],
799
840
  "dependentActions": []
800
841
  },
842
+ "getmarketplacerevenueshare": {
843
+ "name": "GetMarketplaceRevenueShare",
844
+ "description": "Grants permission to retrieve marketplace revenue share details in AWS Partner Central",
845
+ "accessLevel": "Read",
846
+ "resourceTypes": [
847
+ {
848
+ "name": "MarketplaceRevenueShare",
849
+ "required": true,
850
+ "conditionKeys": [],
851
+ "dependentActions": []
852
+ }
853
+ ],
854
+ "conditionKeys": [
855
+ "partnercentral:Catalog"
856
+ ],
857
+ "dependentActions": []
858
+ },
859
+ "getmarketplacerevenueshareallocation": {
860
+ "name": "GetMarketplaceRevenueShareAllocation",
861
+ "description": "Grants permission to retrieve marketplace revenue share allocation details in AWS Partner Central",
862
+ "accessLevel": "Read",
863
+ "resourceTypes": [
864
+ {
865
+ "name": "MarketplaceRevenueShare",
866
+ "required": true,
867
+ "conditionKeys": [],
868
+ "dependentActions": []
869
+ }
870
+ ],
871
+ "conditionKeys": [
872
+ "partnercentral:Catalog"
873
+ ],
874
+ "dependentActions": []
875
+ },
801
876
  "getopportunity": {
802
877
  "name": "GetOpportunity",
803
878
  "description": "Grants permission to retrieve details of Opportunities on AWS Partner Central",
@@ -975,6 +1050,57 @@
975
1050
  ],
976
1051
  "dependentActions": []
977
1052
  },
1053
+ "getrevenueattribution": {
1054
+ "name": "GetRevenueAttribution",
1055
+ "description": "Grants permission to retrieve revenue attribution details in AWS Partner Central",
1056
+ "accessLevel": "Read",
1057
+ "resourceTypes": [
1058
+ {
1059
+ "name": "RevenueAttribution",
1060
+ "required": true,
1061
+ "conditionKeys": [],
1062
+ "dependentActions": []
1063
+ }
1064
+ ],
1065
+ "conditionKeys": [
1066
+ "partnercentral:Catalog"
1067
+ ],
1068
+ "dependentActions": []
1069
+ },
1070
+ "getrevenueattributionallocation": {
1071
+ "name": "GetRevenueAttributionAllocation",
1072
+ "description": "Grants permission to retrieve revenue attribution allocation details in AWS Partner Central",
1073
+ "accessLevel": "Read",
1074
+ "resourceTypes": [
1075
+ {
1076
+ "name": "RevenueAttribution",
1077
+ "required": true,
1078
+ "conditionKeys": [],
1079
+ "dependentActions": []
1080
+ }
1081
+ ],
1082
+ "conditionKeys": [
1083
+ "partnercentral:Catalog"
1084
+ ],
1085
+ "dependentActions": []
1086
+ },
1087
+ "getrevenueattributionallocationstask": {
1088
+ "name": "GetRevenueAttributionAllocationsTask",
1089
+ "description": "Grants permission to retrieve revenue attribution allocations task details in AWS Partner Central",
1090
+ "accessLevel": "Read",
1091
+ "resourceTypes": [
1092
+ {
1093
+ "name": "RevenueAttribution",
1094
+ "required": true,
1095
+ "conditionKeys": [],
1096
+ "dependentActions": []
1097
+ }
1098
+ ],
1099
+ "conditionKeys": [
1100
+ "partnercentral:Catalog"
1101
+ ],
1102
+ "dependentActions": []
1103
+ },
978
1104
  "getsellingsystemsettings": {
979
1105
  "name": "GetSellingSystemSettings",
980
1106
  "description": "Grants permission to retrieving selling system settings in AWS Partner Central",
@@ -1182,6 +1308,33 @@
1182
1308
  ],
1183
1309
  "dependentActions": []
1184
1310
  },
1311
+ "listmarketplacerevenueshareallocations": {
1312
+ "name": "ListMarketplaceRevenueShareAllocations",
1313
+ "description": "Grants permission to list marketplace revenue share allocations in AWS Partner Central",
1314
+ "accessLevel": "List",
1315
+ "resourceTypes": [
1316
+ {
1317
+ "name": "MarketplaceRevenueShare",
1318
+ "required": true,
1319
+ "conditionKeys": [],
1320
+ "dependentActions": []
1321
+ }
1322
+ ],
1323
+ "conditionKeys": [
1324
+ "partnercentral:Catalog"
1325
+ ],
1326
+ "dependentActions": []
1327
+ },
1328
+ "listmarketplacerevenueshares": {
1329
+ "name": "ListMarketplaceRevenueShares",
1330
+ "description": "Grants permission to list marketplace revenue shares in AWS Partner Central",
1331
+ "accessLevel": "List",
1332
+ "resourceTypes": [],
1333
+ "conditionKeys": [
1334
+ "partnercentral:Catalog"
1335
+ ],
1336
+ "dependentActions": []
1337
+ },
1185
1338
  "listopportunities": {
1186
1339
  "name": "ListOpportunities",
1187
1340
  "description": "Grants permission to list Opportunities on AWS Partner Central",
@@ -1292,6 +1445,33 @@
1292
1445
  ],
1293
1446
  "dependentActions": []
1294
1447
  },
1448
+ "listrevenueattributionallocations": {
1449
+ "name": "ListRevenueAttributionAllocations",
1450
+ "description": "Grants permission to list revenue attribution allocations in AWS Partner Central",
1451
+ "accessLevel": "List",
1452
+ "resourceTypes": [
1453
+ {
1454
+ "name": "RevenueAttribution",
1455
+ "required": true,
1456
+ "conditionKeys": [],
1457
+ "dependentActions": []
1458
+ }
1459
+ ],
1460
+ "conditionKeys": [
1461
+ "partnercentral:Catalog"
1462
+ ],
1463
+ "dependentActions": []
1464
+ },
1465
+ "listrevenueattributions": {
1466
+ "name": "ListRevenueAttributions",
1467
+ "description": "Grants permission to list revenue attributions in AWS Partner Central",
1468
+ "accessLevel": "List",
1469
+ "resourceTypes": [],
1470
+ "conditionKeys": [
1471
+ "partnercentral:Catalog"
1472
+ ],
1473
+ "dependentActions": []
1474
+ },
1295
1475
  "listsolutions": {
1296
1476
  "name": "ListSolutions",
1297
1477
  "description": "Grants permission to list Solutions on AWS Partner Central",
@@ -1595,6 +1775,23 @@
1595
1775
  ],
1596
1776
  "dependentActions": []
1597
1777
  },
1778
+ "startrevenueattributionallocationstask": {
1779
+ "name": "StartRevenueAttributionAllocationsTask",
1780
+ "description": "Grants permission to initiate tasks that manage revenue attribution allocations in AWS Partner Central",
1781
+ "accessLevel": "Write",
1782
+ "resourceTypes": [
1783
+ {
1784
+ "name": "RevenueAttribution",
1785
+ "required": true,
1786
+ "conditionKeys": [],
1787
+ "dependentActions": []
1788
+ }
1789
+ ],
1790
+ "conditionKeys": [
1791
+ "partnercentral:Catalog"
1792
+ ],
1793
+ "dependentActions": []
1794
+ },
1598
1795
  "startverification": {
1599
1796
  "name": "StartVerification",
1600
1797
  "description": "Grants permission to start verification processes in AWS Partner Central",
@@ -1677,6 +1874,12 @@
1677
1874
  "conditionKeys": [],
1678
1875
  "dependentActions": []
1679
1876
  },
1877
+ {
1878
+ "name": "MarketplaceRevenueShare",
1879
+ "required": false,
1880
+ "conditionKeys": [],
1881
+ "dependentActions": []
1882
+ },
1680
1883
  {
1681
1884
  "name": "Opportunity",
1682
1885
  "required": false,
@@ -1701,6 +1904,12 @@
1701
1904
  "conditionKeys": [],
1702
1905
  "dependentActions": []
1703
1906
  },
1907
+ {
1908
+ "name": "RevenueAttribution",
1909
+ "required": false,
1910
+ "conditionKeys": [],
1911
+ "dependentActions": []
1912
+ },
1704
1913
  {
1705
1914
  "name": "resource-snapshot-job",
1706
1915
  "required": false,
@@ -1735,6 +1944,12 @@
1735
1944
  "conditionKeys": [],
1736
1945
  "dependentActions": []
1737
1946
  },
1947
+ {
1948
+ "name": "MarketplaceRevenueShare",
1949
+ "required": false,
1950
+ "conditionKeys": [],
1951
+ "dependentActions": []
1952
+ },
1738
1953
  {
1739
1954
  "name": "Opportunity",
1740
1955
  "required": false,
@@ -1759,6 +1974,12 @@
1759
1974
  "conditionKeys": [],
1760
1975
  "dependentActions": []
1761
1976
  },
1977
+ {
1978
+ "name": "RevenueAttribution",
1979
+ "required": false,
1980
+ "conditionKeys": [],
1981
+ "dependentActions": []
1982
+ },
1762
1983
  {
1763
1984
  "name": "resource-snapshot-job",
1764
1985
  "required": false,
@@ -1822,6 +2043,23 @@
1822
2043
  ],
1823
2044
  "dependentActions": []
1824
2045
  },
2046
+ "updatemarketplacerevenueshareallocation": {
2047
+ "name": "UpdateMarketplaceRevenueShareAllocation",
2048
+ "description": "Grants permission to update marketplace revenue share allocations in AWS Partner Central",
2049
+ "accessLevel": "Write",
2050
+ "resourceTypes": [
2051
+ {
2052
+ "name": "MarketplaceRevenueShare",
2053
+ "required": true,
2054
+ "conditionKeys": [],
2055
+ "dependentActions": []
2056
+ }
2057
+ ],
2058
+ "conditionKeys": [
2059
+ "partnercentral:Catalog"
2060
+ ],
2061
+ "dependentActions": []
2062
+ },
1825
2063
  "updateopportunity": {
1826
2064
  "name": "UpdateOpportunity",
1827
2065
  "description": "Grants permission to update Opportunities on AWS Partner Central",
@@ -1875,6 +2113,23 @@
1875
2113
  ],
1876
2114
  "dependentActions": []
1877
2115
  },
2116
+ "updaterevenueattribution": {
2117
+ "name": "UpdateRevenueAttribution",
2118
+ "description": "Grants permission to update revenue attributions in AWS Partner Central",
2119
+ "accessLevel": "Write",
2120
+ "resourceTypes": [
2121
+ {
2122
+ "name": "RevenueAttribution",
2123
+ "required": true,
2124
+ "conditionKeys": [],
2125
+ "dependentActions": []
2126
+ }
2127
+ ],
2128
+ "conditionKeys": [
2129
+ "partnercentral:Catalog"
2130
+ ],
2131
+ "dependentActions": []
2132
+ },
1878
2133
  "usesession": {
1879
2134
  "name": "UseSession",
1880
2135
  "isPermissionOnly": true,
@@ -593,6 +593,21 @@
593
593
  "conditionKeys": [],
594
594
  "dependentActions": []
595
595
  },
596
+ "batchwriterecord": {
597
+ "name": "BatchWriteRecord",
598
+ "description": "Grants permission to put a batch of records to one or more feature groups",
599
+ "accessLevel": "Write",
600
+ "resourceTypes": [
601
+ {
602
+ "name": "feature-group",
603
+ "required": true,
604
+ "conditionKeys": [],
605
+ "dependentActions": []
606
+ }
607
+ ],
608
+ "conditionKeys": [],
609
+ "dependentActions": []
610
+ },
596
611
  "callmlflowappapi": {
597
612
  "name": "CallMlflowAppApi",
598
613
  "description": "Grants permission to invoke MLflow APIs",
@@ -5969,6 +5984,21 @@
5969
5984
  "conditionKeys": [],
5970
5985
  "dependentActions": []
5971
5986
  },
5987
+ "listrecords": {
5988
+ "name": "ListRecords",
5989
+ "description": "Grants permission to list record identifiers from a feature group",
5990
+ "accessLevel": "List",
5991
+ "resourceTypes": [
5992
+ {
5993
+ "name": "feature-group",
5994
+ "required": true,
5995
+ "conditionKeys": [],
5996
+ "dependentActions": []
5997
+ }
5998
+ ],
5999
+ "conditionKeys": [],
6000
+ "dependentActions": []
6001
+ },
5972
6002
  "listresourcecatalogs": {
5973
6003
  "name": "ListResourceCatalogs",
5974
6004
  "description": "Grants permission to list resource catalogs",
@@ -557,6 +557,14 @@
557
557
  ],
558
558
  "dependentActions": []
559
559
  },
560
+ "sendtelemetryevent": {
561
+ "name": "SendTelemetryEvent",
562
+ "description": "Grants permission to send a CLI telemetry event",
563
+ "accessLevel": "Write",
564
+ "resourceTypes": [],
565
+ "conditionKeys": [],
566
+ "dependentActions": []
567
+ },
560
568
  "sharetransformationpackage": {
561
569
  "name": "ShareTransformationPackage",
562
570
  "description": "Grants permission to share a Transformation Package with another AWS account or AWS Organization",
@@ -14,6 +14,7 @@
14
14
  "apprunner:AssociateWebAcl",
15
15
  "appsync:AssociateWebACL",
16
16
  "appsync:SetWebACL",
17
+ "bedrock-agentcore:GatewayAssociateWebACL",
17
18
  "cognito-idp:AssociateWebACL",
18
19
  "ec2:AssociateVerifiedAccessInstanceWebAcl",
19
20
  "elasticloadbalancing:CreateWebACLAssociation",
@@ -22,6 +23,12 @@
22
23
  "wafv2:PutPermissionPolicy"
23
24
  ]
24
25
  },
26
+ {
27
+ "name": "agentcore-gateway",
28
+ "required": false,
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
25
32
  {
26
33
  "name": "amplify-app",
27
34
  "required": false,
@@ -361,7 +368,7 @@
361
368
  "accessLevel": "Write",
362
369
  "resourceTypes": [
363
370
  {
364
- "name": "amplify-app",
371
+ "name": "agentcore-gateway",
365
372
  "required": false,
366
373
  "conditionKeys": [],
367
374
  "dependentActions": [
@@ -370,6 +377,7 @@
370
377
  "apprunner:DisassociateWebAcl",
371
378
  "appsync:DisassociateWebACL",
372
379
  "appsync:SetWebACL",
380
+ "bedrock-agentcore:GatewayDisassociateWebACL",
373
381
  "cognito-idp:DisassociateWebACL",
374
382
  "ec2:DisassociateVerifiedAccessInstanceWebAcl",
375
383
  "elasticloadbalancing:DeleteWebACLAssociation",
@@ -377,6 +385,12 @@
377
385
  "wafv2:PutPermissionPolicy"
378
386
  ]
379
387
  },
388
+ {
389
+ "name": "amplify-app",
390
+ "required": false,
391
+ "conditionKeys": [],
392
+ "dependentActions": []
393
+ },
380
394
  {
381
395
  "name": "apigateway",
382
396
  "required": false,
@@ -641,12 +655,19 @@
641
655
  "amplify:GetWebACLForResource",
642
656
  "apprunner:DescribeWebAclForService",
643
657
  "appsync:GetWebACLForResource",
658
+ "bedrock-agentcore:GatewayGetWebACLForResource",
644
659
  "cognito-idp:GetWebACLForResource",
645
660
  "ec2:GetVerifiedAccessInstanceWebAcl",
646
661
  "elasticloadbalancing:GetLoadBalancerWebACL",
647
662
  "wafv2:GetWebACL"
648
663
  ]
649
664
  },
665
+ {
666
+ "name": "agentcore-gateway",
667
+ "required": false,
668
+ "conditionKeys": [],
669
+ "dependentActions": []
670
+ },
650
671
  {
651
672
  "name": "amplify-app",
652
673
  "required": false,
@@ -772,11 +793,18 @@
772
793
  "amplify:ListResourcesForWebACL",
773
794
  "apprunner:ListAssociatedServicesForWebAcl",
774
795
  "appsync:ListResourcesForWebACL",
796
+ "bedrock-agentcore:GatewayListResourcesForWebACL",
775
797
  "cognito-idp:ListResourcesForWebACL",
776
798
  "ec2:DescribeVerifiedAccessInstanceWebAclAssociations",
777
799
  "elasticloadbalancing:DescribeWebACLAssociation"
778
800
  ]
779
801
  },
802
+ {
803
+ "name": "agentcore-gateway",
804
+ "required": false,
805
+ "conditionKeys": [],
806
+ "dependentActions": []
807
+ },
780
808
  {
781
809
  "name": "amplify-app",
782
810
  "required": false,
@@ -4,6 +4,11 @@
4
4
  "description": "Filters access by certificateAuthority in the request. Can be used to restrict which Certificate Authorites certificates can be issued from",
5
5
  "type": "String"
6
6
  },
7
+ "acm:certificatekeypairorigin": {
8
+ "key": "acm:CertificateKeyPairOrigin",
9
+ "description": "Filters access by certificateKeyPairOrigin in the request. Can be used to restrict which certificate provisioning paths are permitted",
10
+ "type": "String"
11
+ },
7
12
  "acm:certificatetransparencylogging": {
8
13
  "key": "acm:CertificateTransparencyLogging",
9
14
  "description": "Filters access by certificateTransparencyLogging option in the request. Default 'ENABLED' if no key is present in the request",
@@ -8,5 +8,20 @@
8
8
  "key": "artifact:ReportSeries",
9
9
  "description": "Filters access by which series reports are associated with",
10
10
  "type": "String"
11
+ },
12
+ "aws:requesttag/${tagkey}": {
13
+ "key": "aws:RequestTag/${TagKey}",
14
+ "description": "Filters access by the tags that are passed in the request",
15
+ "type": "String"
16
+ },
17
+ "aws:resourcetag/${tagkey}": {
18
+ "key": "aws:ResourceTag/${TagKey}",
19
+ "description": "Filters access by the tags associated with the resource",
20
+ "type": "String"
21
+ },
22
+ "aws:tagkeys": {
23
+ "key": "aws:TagKeys",
24
+ "description": "Filters access by the tag keys that are passed in the request",
25
+ "type": "ArrayOfString"
11
26
  }
12
27
  }