@cloud-copilot/iam-data 0.21.202608071 → 0.21.202608131
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/account-access.json +164 -0
- package/data/actions/agent-registry.json +302 -0
- package/data/actions/backup.json +90 -34
- package/data/actions/bedrock-agentcore.json +228 -0
- package/data/actions/cleanrooms.json +45 -0
- package/data/actions/connect.json +162 -0
- package/data/actions/datazone.json +8 -0
- package/data/actions/dms.json +98 -22
- package/data/actions/dynamodb.json +21 -0
- package/data/actions/eks.json +6 -0
- package/data/actions/elasticmapreduce.json +92 -0
- package/data/actions/iam.json +12 -6
- package/data/actions/quicksight.json +213 -49
- package/data/actions/securityagent.json +6 -0
- package/data/actions/securityhub.json +15 -0
- package/data/actions/transform-custom.json +34 -0
- package/data/actions/workspaces.json +45 -0
- package/data/categories/machine-learning-and-ai.json +1 -0
- package/data/categories/security-identity-and-compliance.json +1 -0
- package/data/conditionKeys/account-access.json +17 -0
- package/data/conditionKeys/agent-registry.json +17 -0
- package/data/conditionKeys/airflow.json +2 -2
- package/data/conditionKeys/autoscaling.json +5 -0
- package/data/conditionKeys/bedrock-agentcore.json +6 -1
- package/data/conditionKeys/eks.json +15 -0
- package/data/rcpSupportedServices.json +2 -0
- package/data/resourceTypes/account-access.json +9 -0
- package/data/resourceTypes/agent-registry.json +16 -0
- package/data/resourceTypes/backup.json +7 -0
- package/data/resourceTypes/bedrock-agentcore.json +7 -0
- package/data/resourceTypes/connect.json +14 -0
- package/data/resourceTypes/elasticmapreduce.json +8 -0
- package/data/resourceTypes/quicksight.json +7 -0
- package/data/serviceCategories.json +2 -0
- package/data/serviceNames.json +2 -0
- package/data/services.json +2 -0
- package/package.json +2 -2
|
@@ -147,6 +147,21 @@
|
|
|
147
147
|
"conditionKeys": [],
|
|
148
148
|
"dependentActions": []
|
|
149
149
|
},
|
|
150
|
+
"describedlpjob": {
|
|
151
|
+
"name": "DescribeDlpJob",
|
|
152
|
+
"description": "Grants permission to describe a DLP evaluation job",
|
|
153
|
+
"accessLevel": "Read",
|
|
154
|
+
"resourceTypes": [
|
|
155
|
+
{
|
|
156
|
+
"name": "dlpSetting",
|
|
157
|
+
"required": true,
|
|
158
|
+
"conditionKeys": [],
|
|
159
|
+
"dependentActions": []
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"conditionKeys": [],
|
|
163
|
+
"dependentActions": []
|
|
164
|
+
},
|
|
150
165
|
"describeemailcustomizationtemplate": {
|
|
151
166
|
"name": "DescribeEmailCustomizationTemplate",
|
|
152
167
|
"description": "Grants permission to describe a QuickSight email customization template",
|
|
@@ -232,6 +247,14 @@
|
|
|
232
247
|
"conditionKeys": [],
|
|
233
248
|
"dependentActions": []
|
|
234
249
|
},
|
|
250
|
+
"listdlplabels": {
|
|
251
|
+
"name": "ListDlpLabels",
|
|
252
|
+
"description": "Grants permission to list sensitivity labels available from a DLP provider",
|
|
253
|
+
"accessLevel": "List",
|
|
254
|
+
"resourceTypes": [],
|
|
255
|
+
"conditionKeys": [],
|
|
256
|
+
"dependentActions": []
|
|
257
|
+
},
|
|
235
258
|
"listextensionaccesses": {
|
|
236
259
|
"name": "ListExtensionAccesses",
|
|
237
260
|
"description": "Grants permission to list extension accesses",
|
|
@@ -373,6 +396,21 @@
|
|
|
373
396
|
"conditionKeys": [],
|
|
374
397
|
"dependentActions": []
|
|
375
398
|
},
|
|
399
|
+
"startdlpjob": {
|
|
400
|
+
"name": "StartDlpJob",
|
|
401
|
+
"description": "Grants permission to start a DLP evaluation job",
|
|
402
|
+
"accessLevel": "Write",
|
|
403
|
+
"resourceTypes": [
|
|
404
|
+
{
|
|
405
|
+
"name": "dlpSetting",
|
|
406
|
+
"required": true,
|
|
407
|
+
"conditionKeys": [],
|
|
408
|
+
"dependentActions": []
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"conditionKeys": [],
|
|
412
|
+
"dependentActions": []
|
|
413
|
+
},
|
|
376
414
|
"subscribe": {
|
|
377
415
|
"name": "Subscribe",
|
|
378
416
|
"description": "Grants permission to subscribe to Amazon QuickSight, and also to allow the user to upgrade the subscription to Enterprise edition",
|
|
@@ -461,21 +499,6 @@
|
|
|
461
499
|
"conditionKeys": [],
|
|
462
500
|
"dependentActions": []
|
|
463
501
|
},
|
|
464
|
-
"batchassignlimitsprofile": {
|
|
465
|
-
"name": "BatchAssignLimitsProfile",
|
|
466
|
-
"description": "Grants permission to assign a limits profile to targets",
|
|
467
|
-
"accessLevel": "Write",
|
|
468
|
-
"resourceTypes": [
|
|
469
|
-
{
|
|
470
|
-
"name": "limitsProfile",
|
|
471
|
-
"required": true,
|
|
472
|
-
"conditionKeys": [],
|
|
473
|
-
"dependentActions": []
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"conditionKeys": [],
|
|
477
|
-
"dependentActions": []
|
|
478
|
-
},
|
|
479
502
|
"batchcreatetopicreviewedanswer": {
|
|
480
503
|
"name": "BatchCreateTopicReviewedAnswer",
|
|
481
504
|
"description": "Grants permission to create reviewed answers for a topic",
|
|
@@ -527,10 +550,10 @@
|
|
|
527
550
|
],
|
|
528
551
|
"dependentActions": []
|
|
529
552
|
},
|
|
530
|
-
"
|
|
531
|
-
"name": "
|
|
532
|
-
"description": "Grants permission to
|
|
533
|
-
"accessLevel": "
|
|
553
|
+
"batchdescribeuserlimits": {
|
|
554
|
+
"name": "BatchDescribeUserLimits",
|
|
555
|
+
"description": "Grants permission to describe the effective resource limits for users",
|
|
556
|
+
"accessLevel": "Read",
|
|
534
557
|
"resourceTypes": [
|
|
535
558
|
{
|
|
536
559
|
"name": "limitsProfile",
|
|
@@ -633,6 +656,21 @@
|
|
|
633
656
|
],
|
|
634
657
|
"dependentActions": []
|
|
635
658
|
},
|
|
659
|
+
"createapprovalpolicy": {
|
|
660
|
+
"name": "CreateApprovalPolicy",
|
|
661
|
+
"description": "Grants permission to create an approval policy for governed actions",
|
|
662
|
+
"accessLevel": "Write",
|
|
663
|
+
"resourceTypes": [
|
|
664
|
+
{
|
|
665
|
+
"name": "approvalPolicy",
|
|
666
|
+
"required": true,
|
|
667
|
+
"conditionKeys": [],
|
|
668
|
+
"dependentActions": []
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"conditionKeys": [],
|
|
672
|
+
"dependentActions": []
|
|
673
|
+
},
|
|
636
674
|
"createbrand": {
|
|
637
675
|
"name": "CreateBrand",
|
|
638
676
|
"description": "Grants permission to create an Amazon QuickSight brand",
|
|
@@ -716,6 +754,24 @@
|
|
|
716
754
|
],
|
|
717
755
|
"dependentActions": []
|
|
718
756
|
},
|
|
757
|
+
"createdlpsetting": {
|
|
758
|
+
"name": "CreateDlpSetting",
|
|
759
|
+
"description": "Grants permission to create a DLP setting",
|
|
760
|
+
"accessLevel": "Write",
|
|
761
|
+
"resourceTypes": [
|
|
762
|
+
{
|
|
763
|
+
"name": "dlpSetting",
|
|
764
|
+
"required": true,
|
|
765
|
+
"conditionKeys": [],
|
|
766
|
+
"dependentActions": []
|
|
767
|
+
}
|
|
768
|
+
],
|
|
769
|
+
"conditionKeys": [
|
|
770
|
+
"aws:RequestTag/${TagKey}",
|
|
771
|
+
"aws:TagKeys"
|
|
772
|
+
],
|
|
773
|
+
"dependentActions": []
|
|
774
|
+
},
|
|
719
775
|
"createflow": {
|
|
720
776
|
"name": "CreateFlow",
|
|
721
777
|
"description": "Grants permission to create a flow",
|
|
@@ -1172,6 +1228,21 @@
|
|
|
1172
1228
|
"conditionKeys": [],
|
|
1173
1229
|
"dependentActions": []
|
|
1174
1230
|
},
|
|
1231
|
+
"deleteapprovalpolicy": {
|
|
1232
|
+
"name": "DeleteApprovalPolicy",
|
|
1233
|
+
"description": "Grants permission to delete an approval policy",
|
|
1234
|
+
"accessLevel": "Write",
|
|
1235
|
+
"resourceTypes": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "approvalPolicy",
|
|
1238
|
+
"required": true,
|
|
1239
|
+
"conditionKeys": [],
|
|
1240
|
+
"dependentActions": []
|
|
1241
|
+
}
|
|
1242
|
+
],
|
|
1243
|
+
"conditionKeys": [],
|
|
1244
|
+
"dependentActions": []
|
|
1245
|
+
},
|
|
1175
1246
|
"deletebrand": {
|
|
1176
1247
|
"name": "DeleteBrand",
|
|
1177
1248
|
"description": "Grants permission to delete an Amazon QuickSight brand",
|
|
@@ -1277,6 +1348,21 @@
|
|
|
1277
1348
|
"conditionKeys": [],
|
|
1278
1349
|
"dependentActions": []
|
|
1279
1350
|
},
|
|
1351
|
+
"deletedlpsetting": {
|
|
1352
|
+
"name": "DeleteDlpSetting",
|
|
1353
|
+
"description": "Grants permission to delete a DLP setting",
|
|
1354
|
+
"accessLevel": "Write",
|
|
1355
|
+
"resourceTypes": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "dlpSetting",
|
|
1358
|
+
"required": true,
|
|
1359
|
+
"conditionKeys": [],
|
|
1360
|
+
"dependentActions": []
|
|
1361
|
+
}
|
|
1362
|
+
],
|
|
1363
|
+
"conditionKeys": [],
|
|
1364
|
+
"dependentActions": []
|
|
1365
|
+
},
|
|
1280
1366
|
"deleteflow": {
|
|
1281
1367
|
"name": "DeleteFlow",
|
|
1282
1368
|
"description": "Grants permission to delete a flow",
|
|
@@ -1828,6 +1914,21 @@
|
|
|
1828
1914
|
"conditionKeys": [],
|
|
1829
1915
|
"dependentActions": []
|
|
1830
1916
|
},
|
|
1917
|
+
"describeapprovalpolicy": {
|
|
1918
|
+
"name": "DescribeApprovalPolicy",
|
|
1919
|
+
"description": "Grants permission to describe an approval policy",
|
|
1920
|
+
"accessLevel": "Read",
|
|
1921
|
+
"resourceTypes": [
|
|
1922
|
+
{
|
|
1923
|
+
"name": "approvalPolicy",
|
|
1924
|
+
"required": true,
|
|
1925
|
+
"conditionKeys": [],
|
|
1926
|
+
"dependentActions": []
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
"conditionKeys": [],
|
|
1930
|
+
"dependentActions": []
|
|
1931
|
+
},
|
|
1831
1932
|
"describeassetbundleexportjob": {
|
|
1832
1933
|
"name": "DescribeAssetBundleExportJob",
|
|
1833
1934
|
"description": "Grants permission to describe an asset bundle export job",
|
|
@@ -2119,6 +2220,21 @@
|
|
|
2119
2220
|
"conditionKeys": [],
|
|
2120
2221
|
"dependentActions": []
|
|
2121
2222
|
},
|
|
2223
|
+
"describedlpsetting": {
|
|
2224
|
+
"name": "DescribeDlpSetting",
|
|
2225
|
+
"description": "Grants permission to describe a DLP setting",
|
|
2226
|
+
"accessLevel": "Read",
|
|
2227
|
+
"resourceTypes": [
|
|
2228
|
+
{
|
|
2229
|
+
"name": "dlpSetting",
|
|
2230
|
+
"required": true,
|
|
2231
|
+
"conditionKeys": [],
|
|
2232
|
+
"dependentActions": []
|
|
2233
|
+
}
|
|
2234
|
+
],
|
|
2235
|
+
"conditionKeys": [],
|
|
2236
|
+
"dependentActions": []
|
|
2237
|
+
},
|
|
2122
2238
|
"describeflow": {
|
|
2123
2239
|
"name": "DescribeFlow",
|
|
2124
2240
|
"description": "Grants permission to describe a flow",
|
|
@@ -2775,6 +2891,21 @@
|
|
|
2775
2891
|
"conditionKeys": [],
|
|
2776
2892
|
"dependentActions": []
|
|
2777
2893
|
},
|
|
2894
|
+
"listapprovalpolicies": {
|
|
2895
|
+
"name": "ListApprovalPolicies",
|
|
2896
|
+
"description": "Grants permission to list approval policies",
|
|
2897
|
+
"accessLevel": "List",
|
|
2898
|
+
"resourceTypes": [
|
|
2899
|
+
{
|
|
2900
|
+
"name": "approvalPolicy",
|
|
2901
|
+
"required": true,
|
|
2902
|
+
"conditionKeys": [],
|
|
2903
|
+
"dependentActions": []
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"conditionKeys": [],
|
|
2907
|
+
"dependentActions": []
|
|
2908
|
+
},
|
|
2778
2909
|
"listapps": {
|
|
2779
2910
|
"name": "ListApps",
|
|
2780
2911
|
"description": "Grants permission to list all apps in a QuickSight account",
|
|
@@ -2820,21 +2951,6 @@
|
|
|
2820
2951
|
"conditionKeys": [],
|
|
2821
2952
|
"dependentActions": []
|
|
2822
2953
|
},
|
|
2823
|
-
"listassignmentsforprincipal": {
|
|
2824
|
-
"name": "ListAssignmentsForPrincipal",
|
|
2825
|
-
"description": "Grants permission to list limits profile assignments for a principal",
|
|
2826
|
-
"accessLevel": "List",
|
|
2827
|
-
"resourceTypes": [
|
|
2828
|
-
{
|
|
2829
|
-
"name": "limitsProfile",
|
|
2830
|
-
"required": true,
|
|
2831
|
-
"conditionKeys": [],
|
|
2832
|
-
"dependentActions": []
|
|
2833
|
-
}
|
|
2834
|
-
],
|
|
2835
|
-
"conditionKeys": [],
|
|
2836
|
-
"dependentActions": []
|
|
2837
|
-
},
|
|
2838
2954
|
"listautomationgroups": {
|
|
2839
2955
|
"name": "ListAutomationGroups",
|
|
2840
2956
|
"description": "Grants permission to list all automation groups in an account",
|
|
@@ -2911,6 +3027,21 @@
|
|
|
2911
3027
|
],
|
|
2912
3028
|
"dependentActions": []
|
|
2913
3029
|
},
|
|
3030
|
+
"listdlpsettings": {
|
|
3031
|
+
"name": "ListDlpSettings",
|
|
3032
|
+
"description": "Grants permission to list DLP settings in an account",
|
|
3033
|
+
"accessLevel": "List",
|
|
3034
|
+
"resourceTypes": [
|
|
3035
|
+
{
|
|
3036
|
+
"name": "dlpSetting",
|
|
3037
|
+
"required": true,
|
|
3038
|
+
"conditionKeys": [],
|
|
3039
|
+
"dependentActions": []
|
|
3040
|
+
}
|
|
3041
|
+
],
|
|
3042
|
+
"conditionKeys": [],
|
|
3043
|
+
"dependentActions": []
|
|
3044
|
+
},
|
|
2914
3045
|
"listflows": {
|
|
2915
3046
|
"name": "ListFlows",
|
|
2916
3047
|
"description": "Grants permission to list all flows in an Amazon QuickSight account",
|
|
@@ -3109,21 +3240,6 @@
|
|
|
3109
3240
|
],
|
|
3110
3241
|
"dependentActions": []
|
|
3111
3242
|
},
|
|
3112
|
-
"listprofileassignments": {
|
|
3113
|
-
"name": "ListProfileAssignments",
|
|
3114
|
-
"description": "Grants permission to list assignments for a limits profile",
|
|
3115
|
-
"accessLevel": "List",
|
|
3116
|
-
"resourceTypes": [
|
|
3117
|
-
{
|
|
3118
|
-
"name": "limitsProfile",
|
|
3119
|
-
"required": true,
|
|
3120
|
-
"conditionKeys": [],
|
|
3121
|
-
"dependentActions": []
|
|
3122
|
-
}
|
|
3123
|
-
],
|
|
3124
|
-
"conditionKeys": [],
|
|
3125
|
-
"dependentActions": []
|
|
3126
|
-
},
|
|
3127
3243
|
"listrefreshschedules": {
|
|
3128
3244
|
"name": "ListRefreshSchedules",
|
|
3129
3245
|
"description": "Grants permission to list all refresh schedules on a dataset",
|
|
@@ -3237,6 +3353,12 @@
|
|
|
3237
3353
|
"conditionKeys": [],
|
|
3238
3354
|
"dependentActions": []
|
|
3239
3355
|
},
|
|
3356
|
+
{
|
|
3357
|
+
"name": "dlpSetting",
|
|
3358
|
+
"required": false,
|
|
3359
|
+
"conditionKeys": [],
|
|
3360
|
+
"dependentActions": []
|
|
3361
|
+
},
|
|
3240
3362
|
{
|
|
3241
3363
|
"name": "emailCustomizationTemplate",
|
|
3242
3364
|
"required": false,
|
|
@@ -3850,6 +3972,12 @@
|
|
|
3850
3972
|
"conditionKeys": [],
|
|
3851
3973
|
"dependentActions": []
|
|
3852
3974
|
},
|
|
3975
|
+
{
|
|
3976
|
+
"name": "dlpSetting",
|
|
3977
|
+
"required": false,
|
|
3978
|
+
"conditionKeys": [],
|
|
3979
|
+
"dependentActions": []
|
|
3980
|
+
},
|
|
3853
3981
|
{
|
|
3854
3982
|
"name": "emailCustomizationTemplate",
|
|
3855
3983
|
"required": false,
|
|
@@ -3982,6 +4110,12 @@
|
|
|
3982
4110
|
"conditionKeys": [],
|
|
3983
4111
|
"dependentActions": []
|
|
3984
4112
|
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "dlpSetting",
|
|
4115
|
+
"required": false,
|
|
4116
|
+
"conditionKeys": [],
|
|
4117
|
+
"dependentActions": []
|
|
4118
|
+
},
|
|
3985
4119
|
{
|
|
3986
4120
|
"name": "emailCustomizationTemplate",
|
|
3987
4121
|
"required": false,
|
|
@@ -4198,6 +4332,21 @@
|
|
|
4198
4332
|
"conditionKeys": [],
|
|
4199
4333
|
"dependentActions": []
|
|
4200
4334
|
},
|
|
4335
|
+
"updateapprovalpolicy": {
|
|
4336
|
+
"name": "UpdateApprovalPolicy",
|
|
4337
|
+
"description": "Grants permission to update an approval policy",
|
|
4338
|
+
"accessLevel": "Write",
|
|
4339
|
+
"resourceTypes": [
|
|
4340
|
+
{
|
|
4341
|
+
"name": "approvalPolicy",
|
|
4342
|
+
"required": true,
|
|
4343
|
+
"conditionKeys": [],
|
|
4344
|
+
"dependentActions": []
|
|
4345
|
+
}
|
|
4346
|
+
],
|
|
4347
|
+
"conditionKeys": [],
|
|
4348
|
+
"dependentActions": []
|
|
4349
|
+
},
|
|
4201
4350
|
"updateautomationgrouppermissions": {
|
|
4202
4351
|
"name": "UpdateAutomationGroupPermissions",
|
|
4203
4352
|
"description": "Grants permission to update permissions for an automation group",
|
|
@@ -4420,6 +4569,21 @@
|
|
|
4420
4569
|
"conditionKeys": [],
|
|
4421
4570
|
"dependentActions": []
|
|
4422
4571
|
},
|
|
4572
|
+
"updatedlpsetting": {
|
|
4573
|
+
"name": "UpdateDlpSetting",
|
|
4574
|
+
"description": "Grants permission to update a DLP setting",
|
|
4575
|
+
"accessLevel": "Write",
|
|
4576
|
+
"resourceTypes": [
|
|
4577
|
+
{
|
|
4578
|
+
"name": "dlpSetting",
|
|
4579
|
+
"required": true,
|
|
4580
|
+
"conditionKeys": [],
|
|
4581
|
+
"dependentActions": []
|
|
4582
|
+
}
|
|
4583
|
+
],
|
|
4584
|
+
"conditionKeys": [],
|
|
4585
|
+
"dependentActions": []
|
|
4586
|
+
},
|
|
4423
4587
|
"updateflow": {
|
|
4424
4588
|
"name": "UpdateFlow",
|
|
4425
4589
|
"description": "Grants permission to update a flow",
|
|
@@ -1544,6 +1544,12 @@
|
|
|
1544
1544
|
"required": true,
|
|
1545
1545
|
"conditionKeys": [],
|
|
1546
1546
|
"dependentActions": []
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "Integration",
|
|
1550
|
+
"required": true,
|
|
1551
|
+
"conditionKeys": [],
|
|
1552
|
+
"dependentActions": []
|
|
1547
1553
|
}
|
|
1548
1554
|
],
|
|
1549
1555
|
"conditionKeys": [],
|
|
@@ -1449,6 +1449,21 @@
|
|
|
1449
1449
|
"conditionKeys": [],
|
|
1450
1450
|
"dependentActions": []
|
|
1451
1451
|
},
|
|
1452
|
+
"listfreetrialstatusesv2": {
|
|
1453
|
+
"name": "ListFreeTrialStatusesV2",
|
|
1454
|
+
"description": "Grants permission to retrieve a list of Security Hub free trial statuses for an account or accounts in an organization",
|
|
1455
|
+
"accessLevel": "List",
|
|
1456
|
+
"resourceTypes": [
|
|
1457
|
+
{
|
|
1458
|
+
"name": "hubv2",
|
|
1459
|
+
"required": true,
|
|
1460
|
+
"conditionKeys": [],
|
|
1461
|
+
"dependentActions": []
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1464
|
+
"conditionKeys": [],
|
|
1465
|
+
"dependentActions": []
|
|
1466
|
+
},
|
|
1452
1467
|
"listinvitations": {
|
|
1453
1468
|
"name": "ListInvitations",
|
|
1454
1469
|
"description": "Grants permission to retrieve the Security Hub invitations sent to the account",
|
|
@@ -328,6 +328,23 @@
|
|
|
328
328
|
"conditionKeys": [],
|
|
329
329
|
"dependentActions": []
|
|
330
330
|
},
|
|
331
|
+
"getanalysisartifactdownloadurl": {
|
|
332
|
+
"name": "GetAnalysisArtifactDownloadUrl",
|
|
333
|
+
"description": "Grants permission to invoke GetAnalysisArtifactDownloadUrl on AWS Transform custom",
|
|
334
|
+
"accessLevel": "Read",
|
|
335
|
+
"resourceTypes": [
|
|
336
|
+
{
|
|
337
|
+
"name": "analysis",
|
|
338
|
+
"required": true,
|
|
339
|
+
"conditionKeys": [
|
|
340
|
+
"aws:ResourceTag/${TagKey}"
|
|
341
|
+
],
|
|
342
|
+
"dependentActions": []
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"conditionKeys": [],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
},
|
|
331
348
|
"getcampaign": {
|
|
332
349
|
"name": "GetCampaign",
|
|
333
350
|
"description": "Grants permission to invoke GetCampaign on AWS Transform custom",
|
|
@@ -463,6 +480,23 @@
|
|
|
463
480
|
"conditionKeys": [],
|
|
464
481
|
"dependentActions": []
|
|
465
482
|
},
|
|
483
|
+
"listanalysisartifacts": {
|
|
484
|
+
"name": "ListAnalysisArtifacts",
|
|
485
|
+
"description": "Grants permission to invoke ListAnalysisArtifacts on AWS Transform custom",
|
|
486
|
+
"accessLevel": "Read",
|
|
487
|
+
"resourceTypes": [
|
|
488
|
+
{
|
|
489
|
+
"name": "analysis",
|
|
490
|
+
"required": true,
|
|
491
|
+
"conditionKeys": [
|
|
492
|
+
"aws:ResourceTag/${TagKey}"
|
|
493
|
+
],
|
|
494
|
+
"dependentActions": []
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"conditionKeys": [],
|
|
498
|
+
"dependentActions": []
|
|
499
|
+
},
|
|
466
500
|
"listcampaignrepositories": {
|
|
467
501
|
"name": "ListCampaignRepositories",
|
|
468
502
|
"description": "Grants permission to invoke ListCampaignRepositories on AWS Transform custom",
|
|
@@ -284,6 +284,15 @@
|
|
|
284
284
|
"aws:ResourceTag/${TagKey}"
|
|
285
285
|
],
|
|
286
286
|
"dependentActions": []
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "workspaceid",
|
|
290
|
+
"required": true,
|
|
291
|
+
"conditionKeys": [
|
|
292
|
+
"aws:RequestTag/${TagKey}",
|
|
293
|
+
"aws:TagKeys"
|
|
294
|
+
],
|
|
295
|
+
"dependentActions": []
|
|
287
296
|
}
|
|
288
297
|
],
|
|
289
298
|
"conditionKeys": [],
|
|
@@ -324,6 +333,15 @@
|
|
|
324
333
|
"description": "Grants permission to create a WorkSpace bundle",
|
|
325
334
|
"accessLevel": "Write",
|
|
326
335
|
"resourceTypes": [
|
|
336
|
+
{
|
|
337
|
+
"name": "workspacebundle",
|
|
338
|
+
"required": true,
|
|
339
|
+
"conditionKeys": [
|
|
340
|
+
"aws:RequestTag/${TagKey}",
|
|
341
|
+
"aws:TagKeys"
|
|
342
|
+
],
|
|
343
|
+
"dependentActions": []
|
|
344
|
+
},
|
|
327
345
|
{
|
|
328
346
|
"name": "workspaceimage",
|
|
329
347
|
"required": true,
|
|
@@ -348,6 +366,15 @@
|
|
|
348
366
|
"aws:ResourceTag/${TagKey}"
|
|
349
367
|
],
|
|
350
368
|
"dependentActions": []
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "workspaceimage",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [
|
|
374
|
+
"aws:RequestTag/${TagKey}",
|
|
375
|
+
"aws:TagKeys"
|
|
376
|
+
],
|
|
377
|
+
"dependentActions": []
|
|
351
378
|
}
|
|
352
379
|
],
|
|
353
380
|
"conditionKeys": [],
|
|
@@ -373,6 +400,15 @@
|
|
|
373
400
|
"aws:ResourceTag/${TagKey}"
|
|
374
401
|
],
|
|
375
402
|
"dependentActions": []
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "workspaceid",
|
|
406
|
+
"required": true,
|
|
407
|
+
"conditionKeys": [
|
|
408
|
+
"aws:RequestTag/${TagKey}",
|
|
409
|
+
"aws:TagKeys"
|
|
410
|
+
],
|
|
411
|
+
"dependentActions": []
|
|
376
412
|
}
|
|
377
413
|
],
|
|
378
414
|
"conditionKeys": [],
|
|
@@ -398,6 +434,15 @@
|
|
|
398
434
|
"aws:ResourceTag/${TagKey}"
|
|
399
435
|
],
|
|
400
436
|
"dependentActions": []
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "workspacespool",
|
|
440
|
+
"required": true,
|
|
441
|
+
"conditionKeys": [
|
|
442
|
+
"aws:RequestTag/${TagKey}",
|
|
443
|
+
"aws:TagKeys"
|
|
444
|
+
],
|
|
445
|
+
"dependentActions": []
|
|
401
446
|
}
|
|
402
447
|
],
|
|
403
448
|
"conditionKeys": [],
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by tag key-value pairs in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by tag key-value pairs attached to the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by tag keys",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by having actions based on the tag value associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by creating requests based on the presence of mandatory tags in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"description": "Filters access by the Airflow resource type specified in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
-
"airflow:
|
|
23
|
-
"key": "airflow:
|
|
22
|
+
"airflow:teamnames": {
|
|
23
|
+
"key": "airflow:TeamNames",
|
|
24
24
|
"description": "Filters access by the team names associated with the caller's identity, enabling team-based access control for Airflow resources",
|
|
25
25
|
"type": "ArrayOfString"
|
|
26
26
|
},
|
|
@@ -69,6 +69,11 @@
|
|
|
69
69
|
"description": "Filters access based on the minimum scaling size in the request",
|
|
70
70
|
"type": "Numeric"
|
|
71
71
|
},
|
|
72
|
+
"autoscaling:operatorprincipal": {
|
|
73
|
+
"key": "autoscaling:OperatorPrincipal",
|
|
74
|
+
"description": "Filters access based on the the operator for EC2 Managed Instances",
|
|
75
|
+
"type": "String"
|
|
76
|
+
},
|
|
72
77
|
"autoscaling:resourcetag/${tagkey}": {
|
|
73
78
|
"key": "autoscaling:ResourceTag/${TagKey}",
|
|
74
79
|
"description": "Filters access based on the tags associated with the resource",
|
|
@@ -134,6 +134,11 @@
|
|
|
134
134
|
"description": "Filters access by namespace",
|
|
135
135
|
"type": "String"
|
|
136
136
|
},
|
|
137
|
+
"bedrock-agentcore:runtimesessionid": {
|
|
138
|
+
"key": "bedrock-agentcore:runtimeSessionId",
|
|
139
|
+
"description": "Filters access by Runtime Session Id",
|
|
140
|
+
"type": "String"
|
|
141
|
+
},
|
|
137
142
|
"bedrock-agentcore:securitygroups": {
|
|
138
143
|
"key": "bedrock-agentcore:securityGroups",
|
|
139
144
|
"description": "Filters access by the ID of security groups configured for an AgentCore resource",
|
|
@@ -141,7 +146,7 @@
|
|
|
141
146
|
},
|
|
142
147
|
"bedrock-agentcore:sessionid": {
|
|
143
148
|
"key": "bedrock-agentcore:sessionId",
|
|
144
|
-
"description": "Filters access by Session Id",
|
|
149
|
+
"description": "Filters access by Memory Session Id",
|
|
145
150
|
"type": "String"
|
|
146
151
|
},
|
|
147
152
|
"bedrock-agentcore:strategyid": {
|
|
@@ -99,6 +99,21 @@
|
|
|
99
99
|
"description": "Filters access by the issuerUrl present in the associateIdentityProviderConfig request the user makes to the EKS service",
|
|
100
100
|
"type": "String"
|
|
101
101
|
},
|
|
102
|
+
"eks:kubeapiserverconfig": {
|
|
103
|
+
"key": "eks:kubeApiServerConfig",
|
|
104
|
+
"description": "Filters access by whether the kube-api-server configuration is present in the create / update cluster request",
|
|
105
|
+
"type": "Bool"
|
|
106
|
+
},
|
|
107
|
+
"eks:kubecontrollermanagerconfig": {
|
|
108
|
+
"key": "eks:kubeControllerManagerConfig",
|
|
109
|
+
"description": "Filters access by whether the kube-controller-manager configuration is present in the create / update cluster request",
|
|
110
|
+
"type": "Bool"
|
|
111
|
+
},
|
|
112
|
+
"eks:kubeschedulerconfig": {
|
|
113
|
+
"key": "eks:kubeSchedulerConfig",
|
|
114
|
+
"description": "Filters access by whether the kube-scheduler configuration is present in the create / update cluster request",
|
|
115
|
+
"type": "Bool"
|
|
116
|
+
},
|
|
102
117
|
"eks:kubernetesgroups": {
|
|
103
118
|
"key": "eks:kubernetesGroups",
|
|
104
119
|
"description": "Filters access by the kubernetesGroups present in the access entry requests the user makes to the EKS service",
|