@cloud-copilot/iam-data 0.15.202512191 → 0.15.202512231
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/apigateway.json +451 -0
- package/data/actions/arc-region-switch.json +15 -0
- package/data/actions/bedrock.json +18 -33
- package/data/actions/cleanrooms.json +15 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/network-firewall.json +403 -0
- package/data/actions/payment-cryptography.json +108 -0
- package/data/actions/ses.json +66 -8
- package/data/actions/wickr.json +603 -9
- package/data/conditionKeys/apigateway.json +95 -0
- package/data/resourceTypes/apigateway.json +38 -0
- package/data/resourceTypes/network-firewall.json +21 -0
- package/data/resourceTypes/ses.json +8 -2
- package/data/serviceNames.json +1 -1
- package/package.json +2 -2
package/data/actions/logs.json
CHANGED
|
@@ -30,6 +30,14 @@
|
|
|
30
30
|
"conditionKeys": [],
|
|
31
31
|
"dependentActions": []
|
|
32
32
|
},
|
|
33
|
+
"cancelimporttask": {
|
|
34
|
+
"name": "CancelImportTask",
|
|
35
|
+
"description": "Grants permission to cancel an import from CloudTrail Lake to CloudWatch",
|
|
36
|
+
"accessLevel": "Write",
|
|
37
|
+
"resourceTypes": [],
|
|
38
|
+
"conditionKeys": [],
|
|
39
|
+
"dependentActions": []
|
|
40
|
+
},
|
|
33
41
|
"createdelivery": {
|
|
34
42
|
"name": "CreateDelivery",
|
|
35
43
|
"description": "Grants permission to create a delivery connecting a delivery source to a delivery destination",
|
|
@@ -75,6 +83,14 @@
|
|
|
75
83
|
"conditionKeys": [],
|
|
76
84
|
"dependentActions": []
|
|
77
85
|
},
|
|
86
|
+
"createimporttask": {
|
|
87
|
+
"name": "CreateImportTask",
|
|
88
|
+
"description": "Grants permission to start an asynchronous process to import data from a CloudTrail Lake event data store into a managed log group in CloudWatch",
|
|
89
|
+
"accessLevel": "Write",
|
|
90
|
+
"resourceTypes": [],
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
},
|
|
78
94
|
"createloganomalydetector": {
|
|
79
95
|
"name": "CreateLogAnomalyDetector",
|
|
80
96
|
"description": "Grants permission to create a log anomaly detector",
|
|
@@ -485,6 +501,22 @@
|
|
|
485
501
|
"conditionKeys": [],
|
|
486
502
|
"dependentActions": []
|
|
487
503
|
},
|
|
504
|
+
"describeimporttaskbatches": {
|
|
505
|
+
"name": "DescribeImportTaskBatches",
|
|
506
|
+
"description": "Grants permission to return detailed information about the individual batches within an import task, including status and any error",
|
|
507
|
+
"accessLevel": "List",
|
|
508
|
+
"resourceTypes": [],
|
|
509
|
+
"conditionKeys": [],
|
|
510
|
+
"dependentActions": []
|
|
511
|
+
},
|
|
512
|
+
"describeimporttasks": {
|
|
513
|
+
"name": "DescribeImportTasks",
|
|
514
|
+
"description": "Grants permission to return all the import tasks associated with the AWS account making the request",
|
|
515
|
+
"accessLevel": "List",
|
|
516
|
+
"resourceTypes": [],
|
|
517
|
+
"conditionKeys": [],
|
|
518
|
+
"dependentActions": []
|
|
519
|
+
},
|
|
488
520
|
"describeindexpolicies": {
|
|
489
521
|
"name": "DescribeIndexPolicies",
|
|
490
522
|
"description": "Grants permission to return all the index policies that are attached with the log groups",
|
|
@@ -65,6 +65,27 @@
|
|
|
65
65
|
"conditionKeys": [],
|
|
66
66
|
"dependentActions": []
|
|
67
67
|
},
|
|
68
|
+
"attachrulegroupstoproxyconfiguration": {
|
|
69
|
+
"name": "AttachRuleGroupsToProxyConfiguration",
|
|
70
|
+
"description": "Grants permission to attach proxy rule groups to a proxy configuration",
|
|
71
|
+
"accessLevel": "Write",
|
|
72
|
+
"resourceTypes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "ProxyConfiguration",
|
|
75
|
+
"required": true,
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ProxyRuleGroup",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
},
|
|
68
89
|
"createfirewall": {
|
|
69
90
|
"name": "CreateFirewall",
|
|
70
91
|
"description": "Grants permission to create an AWS Network Firewall firewall",
|
|
@@ -127,6 +148,89 @@
|
|
|
127
148
|
],
|
|
128
149
|
"dependentActions": []
|
|
129
150
|
},
|
|
151
|
+
"createproxy": {
|
|
152
|
+
"name": "CreateProxy",
|
|
153
|
+
"description": "Grants permission to create an AWS Network Firewall proxy",
|
|
154
|
+
"accessLevel": "Write",
|
|
155
|
+
"resourceTypes": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Proxy",
|
|
158
|
+
"required": true,
|
|
159
|
+
"conditionKeys": [],
|
|
160
|
+
"dependentActions": [
|
|
161
|
+
"ec2:AttachApplianceToNatGateway"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "ProxyConfiguration",
|
|
166
|
+
"required": true,
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"conditionKeys": [
|
|
172
|
+
"aws:RequestTag/${TagKey}",
|
|
173
|
+
"aws:TagKeys"
|
|
174
|
+
],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
},
|
|
177
|
+
"createproxyconfiguration": {
|
|
178
|
+
"name": "CreateProxyConfiguration",
|
|
179
|
+
"description": "Grants permission to create an AWS Network Firewall proxy configuration",
|
|
180
|
+
"accessLevel": "Write",
|
|
181
|
+
"resourceTypes": [
|
|
182
|
+
{
|
|
183
|
+
"name": "ProxyConfiguration",
|
|
184
|
+
"required": true,
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "ProxyRuleGroup",
|
|
190
|
+
"required": false,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"conditionKeys": [
|
|
196
|
+
"aws:RequestTag/${TagKey}",
|
|
197
|
+
"aws:TagKeys"
|
|
198
|
+
],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
},
|
|
201
|
+
"createproxyrulegroup": {
|
|
202
|
+
"name": "CreateProxyRuleGroup",
|
|
203
|
+
"description": "Grants permission to create an AWS Network Firewall proxy rule group",
|
|
204
|
+
"accessLevel": "Write",
|
|
205
|
+
"resourceTypes": [
|
|
206
|
+
{
|
|
207
|
+
"name": "ProxyRuleGroup",
|
|
208
|
+
"required": true,
|
|
209
|
+
"conditionKeys": [],
|
|
210
|
+
"dependentActions": []
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"aws:RequestTag/${TagKey}",
|
|
215
|
+
"aws:TagKeys"
|
|
216
|
+
],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
219
|
+
"createproxyrules": {
|
|
220
|
+
"name": "CreateProxyRules",
|
|
221
|
+
"description": "Grants permission to add proxy rules to a proxy rule group",
|
|
222
|
+
"accessLevel": "Write",
|
|
223
|
+
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "ProxyRuleGroup",
|
|
226
|
+
"required": true,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
},
|
|
130
234
|
"createrulegroup": {
|
|
131
235
|
"name": "CreateRuleGroup",
|
|
132
236
|
"description": "Grants permission to create an AWS Network Firewall rule group",
|
|
@@ -242,6 +346,68 @@
|
|
|
242
346
|
"conditionKeys": [],
|
|
243
347
|
"dependentActions": []
|
|
244
348
|
},
|
|
349
|
+
"deleteproxy": {
|
|
350
|
+
"name": "DeleteProxy",
|
|
351
|
+
"description": "Grants permission to delete a proxy",
|
|
352
|
+
"accessLevel": "Write",
|
|
353
|
+
"resourceTypes": [
|
|
354
|
+
{
|
|
355
|
+
"name": "Proxy",
|
|
356
|
+
"required": true,
|
|
357
|
+
"conditionKeys": [],
|
|
358
|
+
"dependentActions": []
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"conditionKeys": [],
|
|
362
|
+
"dependentActions": [
|
|
363
|
+
"ec2:DetachApplianceFromNatGateway"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"deleteproxyconfiguration": {
|
|
367
|
+
"name": "DeleteProxyConfiguration",
|
|
368
|
+
"description": "Grants permission to delete a proxy configuration",
|
|
369
|
+
"accessLevel": "Write",
|
|
370
|
+
"resourceTypes": [
|
|
371
|
+
{
|
|
372
|
+
"name": "ProxyConfiguration",
|
|
373
|
+
"required": true,
|
|
374
|
+
"conditionKeys": [],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
381
|
+
"deleteproxyrulegroup": {
|
|
382
|
+
"name": "DeleteProxyRuleGroup",
|
|
383
|
+
"description": "Grants permission to delete a proxy rule group",
|
|
384
|
+
"accessLevel": "Write",
|
|
385
|
+
"resourceTypes": [
|
|
386
|
+
{
|
|
387
|
+
"name": "ProxyRuleGroup",
|
|
388
|
+
"required": true,
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
396
|
+
"deleteproxyrules": {
|
|
397
|
+
"name": "DeleteProxyRules",
|
|
398
|
+
"description": "Grants permission to remove proxy rules from a proxy rule group",
|
|
399
|
+
"accessLevel": "Write",
|
|
400
|
+
"resourceTypes": [
|
|
401
|
+
{
|
|
402
|
+
"name": "ProxyRuleGroup",
|
|
403
|
+
"required": true,
|
|
404
|
+
"conditionKeys": [],
|
|
405
|
+
"dependentActions": []
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"conditionKeys": [],
|
|
409
|
+
"dependentActions": []
|
|
410
|
+
},
|
|
245
411
|
"deleteresourcepolicy": {
|
|
246
412
|
"name": "DeleteResourcePolicy",
|
|
247
413
|
"description": "Grants permission to delete a resource policy for a firewall policy or rule group or firewall",
|
|
@@ -422,6 +588,66 @@
|
|
|
422
588
|
"logs:ListLogDeliveries"
|
|
423
589
|
]
|
|
424
590
|
},
|
|
591
|
+
"describeproxy": {
|
|
592
|
+
"name": "DescribeProxy",
|
|
593
|
+
"description": "Grants permission to retrieve the data objects that define a proxy",
|
|
594
|
+
"accessLevel": "Read",
|
|
595
|
+
"resourceTypes": [
|
|
596
|
+
{
|
|
597
|
+
"name": "Proxy",
|
|
598
|
+
"required": true,
|
|
599
|
+
"conditionKeys": [],
|
|
600
|
+
"dependentActions": []
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
606
|
+
"describeproxyconfiguration": {
|
|
607
|
+
"name": "DescribeProxyConfiguration",
|
|
608
|
+
"description": "Grants permission to retrieve the data objects that define a proxy configuration",
|
|
609
|
+
"accessLevel": "Read",
|
|
610
|
+
"resourceTypes": [
|
|
611
|
+
{
|
|
612
|
+
"name": "ProxyConfiguration",
|
|
613
|
+
"required": true,
|
|
614
|
+
"conditionKeys": [],
|
|
615
|
+
"dependentActions": []
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"conditionKeys": [],
|
|
619
|
+
"dependentActions": []
|
|
620
|
+
},
|
|
621
|
+
"describeproxyrule": {
|
|
622
|
+
"name": "DescribeProxyRule",
|
|
623
|
+
"description": "Grants permission to retrieve the data objects that define a proxy rule",
|
|
624
|
+
"accessLevel": "Read",
|
|
625
|
+
"resourceTypes": [
|
|
626
|
+
{
|
|
627
|
+
"name": "ProxyRuleGroup",
|
|
628
|
+
"required": true,
|
|
629
|
+
"conditionKeys": [],
|
|
630
|
+
"dependentActions": []
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"conditionKeys": [],
|
|
634
|
+
"dependentActions": []
|
|
635
|
+
},
|
|
636
|
+
"describeproxyrulegroup": {
|
|
637
|
+
"name": "DescribeProxyRuleGroup",
|
|
638
|
+
"description": "Grants permission to retrieve the data objects that define a proxy rule group",
|
|
639
|
+
"accessLevel": "Read",
|
|
640
|
+
"resourceTypes": [
|
|
641
|
+
{
|
|
642
|
+
"name": "ProxyRuleGroup",
|
|
643
|
+
"required": true,
|
|
644
|
+
"conditionKeys": [],
|
|
645
|
+
"dependentActions": []
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"conditionKeys": [],
|
|
649
|
+
"dependentActions": []
|
|
650
|
+
},
|
|
425
651
|
"describeresourcepolicy": {
|
|
426
652
|
"name": "DescribeResourcePolicy",
|
|
427
653
|
"description": "Grants permission to describe a resource policy for a firewall policy or rule group or firewall",
|
|
@@ -548,6 +774,27 @@
|
|
|
548
774
|
"conditionKeys": [],
|
|
549
775
|
"dependentActions": []
|
|
550
776
|
},
|
|
777
|
+
"detachrulegroupsfromproxyconfiguration": {
|
|
778
|
+
"name": "DetachRuleGroupsFromProxyConfiguration",
|
|
779
|
+
"description": "Grants permission to detach proxy rule groups from a proxy configuration",
|
|
780
|
+
"accessLevel": "Write",
|
|
781
|
+
"resourceTypes": [
|
|
782
|
+
{
|
|
783
|
+
"name": "ProxyConfiguration",
|
|
784
|
+
"required": true,
|
|
785
|
+
"conditionKeys": [],
|
|
786
|
+
"dependentActions": []
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "ProxyRuleGroup",
|
|
790
|
+
"required": true,
|
|
791
|
+
"conditionKeys": [],
|
|
792
|
+
"dependentActions": []
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"conditionKeys": [],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
},
|
|
551
798
|
"disassociateavailabilityzones": {
|
|
552
799
|
"name": "DisassociateAvailabilityZones",
|
|
553
800
|
"description": "Grants permission to disassociate availability zones to a firewall",
|
|
@@ -668,6 +915,51 @@
|
|
|
668
915
|
"conditionKeys": [],
|
|
669
916
|
"dependentActions": []
|
|
670
917
|
},
|
|
918
|
+
"listproxies": {
|
|
919
|
+
"name": "ListProxies",
|
|
920
|
+
"description": "Grants permission to retrieve the metadata for proxies",
|
|
921
|
+
"accessLevel": "List",
|
|
922
|
+
"resourceTypes": [
|
|
923
|
+
{
|
|
924
|
+
"name": "Proxy",
|
|
925
|
+
"required": true,
|
|
926
|
+
"conditionKeys": [],
|
|
927
|
+
"dependentActions": []
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"conditionKeys": [],
|
|
931
|
+
"dependentActions": []
|
|
932
|
+
},
|
|
933
|
+
"listproxyconfigurations": {
|
|
934
|
+
"name": "ListProxyConfigurations",
|
|
935
|
+
"description": "Grants permission to retrieve the metadata for proxy configurations",
|
|
936
|
+
"accessLevel": "List",
|
|
937
|
+
"resourceTypes": [
|
|
938
|
+
{
|
|
939
|
+
"name": "ProxyConfiguration",
|
|
940
|
+
"required": true,
|
|
941
|
+
"conditionKeys": [],
|
|
942
|
+
"dependentActions": []
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"conditionKeys": [],
|
|
946
|
+
"dependentActions": []
|
|
947
|
+
},
|
|
948
|
+
"listproxyrulegroups": {
|
|
949
|
+
"name": "ListProxyRuleGroups",
|
|
950
|
+
"description": "Grants permission to retrieve the metadata for proxy rule groups",
|
|
951
|
+
"accessLevel": "List",
|
|
952
|
+
"resourceTypes": [
|
|
953
|
+
{
|
|
954
|
+
"name": "ProxyRuleGroup",
|
|
955
|
+
"required": true,
|
|
956
|
+
"conditionKeys": [],
|
|
957
|
+
"dependentActions": []
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"conditionKeys": [],
|
|
961
|
+
"dependentActions": []
|
|
962
|
+
},
|
|
671
963
|
"listrulegroups": {
|
|
672
964
|
"name": "ListRuleGroups",
|
|
673
965
|
"description": "Grants permission to retrieve the metadata for rule groups",
|
|
@@ -861,6 +1153,24 @@
|
|
|
861
1153
|
"conditionKeys": [],
|
|
862
1154
|
"dependentActions": []
|
|
863
1155
|
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "Proxy",
|
|
1158
|
+
"required": false,
|
|
1159
|
+
"conditionKeys": [],
|
|
1160
|
+
"dependentActions": []
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "ProxyConfiguration",
|
|
1164
|
+
"required": false,
|
|
1165
|
+
"conditionKeys": [],
|
|
1166
|
+
"dependentActions": []
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "ProxyRuleGroup",
|
|
1170
|
+
"required": false,
|
|
1171
|
+
"conditionKeys": [],
|
|
1172
|
+
"dependentActions": []
|
|
1173
|
+
},
|
|
864
1174
|
{
|
|
865
1175
|
"name": "StatefulRuleGroup",
|
|
866
1176
|
"required": false,
|
|
@@ -909,6 +1219,24 @@
|
|
|
909
1219
|
"conditionKeys": [],
|
|
910
1220
|
"dependentActions": []
|
|
911
1221
|
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "Proxy",
|
|
1224
|
+
"required": false,
|
|
1225
|
+
"conditionKeys": [],
|
|
1226
|
+
"dependentActions": []
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "ProxyConfiguration",
|
|
1230
|
+
"required": false,
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "ProxyRuleGroup",
|
|
1236
|
+
"required": false,
|
|
1237
|
+
"conditionKeys": [],
|
|
1238
|
+
"dependentActions": []
|
|
1239
|
+
},
|
|
912
1240
|
{
|
|
913
1241
|
"name": "StatefulRuleGroup",
|
|
914
1242
|
"required": false,
|
|
@@ -1077,6 +1405,81 @@
|
|
|
1077
1405
|
"conditionKeys": [],
|
|
1078
1406
|
"dependentActions": []
|
|
1079
1407
|
},
|
|
1408
|
+
"updateproxy": {
|
|
1409
|
+
"name": "UpdateProxy",
|
|
1410
|
+
"description": "Grants permission to modify a proxy",
|
|
1411
|
+
"accessLevel": "Write",
|
|
1412
|
+
"resourceTypes": [
|
|
1413
|
+
{
|
|
1414
|
+
"name": "Proxy",
|
|
1415
|
+
"required": true,
|
|
1416
|
+
"conditionKeys": [],
|
|
1417
|
+
"dependentActions": []
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"conditionKeys": [],
|
|
1421
|
+
"dependentActions": []
|
|
1422
|
+
},
|
|
1423
|
+
"updateproxyconfiguration": {
|
|
1424
|
+
"name": "UpdateProxyConfiguration",
|
|
1425
|
+
"description": "Grants permission to modify a proxy configuration",
|
|
1426
|
+
"accessLevel": "Write",
|
|
1427
|
+
"resourceTypes": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "ProxyConfiguration",
|
|
1430
|
+
"required": true,
|
|
1431
|
+
"conditionKeys": [],
|
|
1432
|
+
"dependentActions": []
|
|
1433
|
+
}
|
|
1434
|
+
],
|
|
1435
|
+
"conditionKeys": [],
|
|
1436
|
+
"dependentActions": []
|
|
1437
|
+
},
|
|
1438
|
+
"updateproxyrule": {
|
|
1439
|
+
"name": "UpdateProxyRule",
|
|
1440
|
+
"description": "Grants permission to update an existing proxy rule on a proxy rule group",
|
|
1441
|
+
"accessLevel": "Write",
|
|
1442
|
+
"resourceTypes": [
|
|
1443
|
+
{
|
|
1444
|
+
"name": "ProxyRuleGroup",
|
|
1445
|
+
"required": true,
|
|
1446
|
+
"conditionKeys": [],
|
|
1447
|
+
"dependentActions": []
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"conditionKeys": [],
|
|
1451
|
+
"dependentActions": []
|
|
1452
|
+
},
|
|
1453
|
+
"updateproxyrulegrouppriorities": {
|
|
1454
|
+
"name": "UpdateProxyRuleGroupPriorities",
|
|
1455
|
+
"description": "Grants permission to modify rule group priorities on a proxy configuration",
|
|
1456
|
+
"accessLevel": "Write",
|
|
1457
|
+
"resourceTypes": [
|
|
1458
|
+
{
|
|
1459
|
+
"name": "ProxyConfiguration",
|
|
1460
|
+
"required": true,
|
|
1461
|
+
"conditionKeys": [],
|
|
1462
|
+
"dependentActions": []
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
1465
|
+
"conditionKeys": [],
|
|
1466
|
+
"dependentActions": []
|
|
1467
|
+
},
|
|
1468
|
+
"updateproxyrulepriorities": {
|
|
1469
|
+
"name": "UpdateProxyRulePriorities",
|
|
1470
|
+
"description": "Grants permission to update proxy rule priorities within a proxy rule group",
|
|
1471
|
+
"accessLevel": "Write",
|
|
1472
|
+
"resourceTypes": [
|
|
1473
|
+
{
|
|
1474
|
+
"name": "ProxyRuleGroup",
|
|
1475
|
+
"required": true,
|
|
1476
|
+
"conditionKeys": [],
|
|
1477
|
+
"dependentActions": []
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"conditionKeys": [],
|
|
1481
|
+
"dependentActions": []
|
|
1482
|
+
},
|
|
1080
1483
|
"updaterulegroup": {
|
|
1081
1484
|
"name": "UpdateRuleGroup",
|
|
1082
1485
|
"description": "Grants permission to modify a rule group",
|
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addkeyreplicationregions": {
|
|
3
|
+
"name": "AddKeyReplicationRegions",
|
|
4
|
+
"description": "Grants permission to add replication regions to an existing AWS Payment Cryptography key",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "alias",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "key",
|
|
15
|
+
"required": true,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"conditionKeys": [],
|
|
21
|
+
"dependentActions": []
|
|
22
|
+
},
|
|
2
23
|
"createalias": {
|
|
3
24
|
"name": "CreateAlias",
|
|
4
25
|
"description": "Grants permission to create a user-friendly name for a Key",
|
|
@@ -87,6 +108,22 @@
|
|
|
87
108
|
"conditionKeys": [],
|
|
88
109
|
"dependentActions": []
|
|
89
110
|
},
|
|
111
|
+
"disabledefaultkeyreplicationregions": {
|
|
112
|
+
"name": "DisableDefaultKeyReplicationRegions",
|
|
113
|
+
"description": "Grants permission to disable default key replication regions for account-level replication",
|
|
114
|
+
"accessLevel": "Write",
|
|
115
|
+
"resourceTypes": [],
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
},
|
|
119
|
+
"enabledefaultkeyreplicationregions": {
|
|
120
|
+
"name": "EnableDefaultKeyReplicationRegions",
|
|
121
|
+
"description": "Grants permission to enable default key replication regions for account-level replication",
|
|
122
|
+
"accessLevel": "Write",
|
|
123
|
+
"resourceTypes": [],
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
90
127
|
"encryptdata": {
|
|
91
128
|
"name": "EncryptData",
|
|
92
129
|
"description": "Grants permission to encrypt plaintext data to ciphertext using symmetric, asymmetric or DUKPT data encryption key",
|
|
@@ -231,6 +268,35 @@
|
|
|
231
268
|
],
|
|
232
269
|
"dependentActions": []
|
|
233
270
|
},
|
|
271
|
+
"getcertificatesigningrequest": {
|
|
272
|
+
"name": "GetCertificateSigningRequest",
|
|
273
|
+
"description": "Grants permission to return the Certificate Signing Request for a public key from a key of class PUBLIC_KEY",
|
|
274
|
+
"accessLevel": "Read",
|
|
275
|
+
"resourceTypes": [
|
|
276
|
+
{
|
|
277
|
+
"name": "alias",
|
|
278
|
+
"required": true,
|
|
279
|
+
"conditionKeys": [],
|
|
280
|
+
"dependentActions": []
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "key",
|
|
284
|
+
"required": true,
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"conditionKeys": [],
|
|
290
|
+
"dependentActions": []
|
|
291
|
+
},
|
|
292
|
+
"getdefaultkeyreplicationregions": {
|
|
293
|
+
"name": "GetDefaultKeyReplicationRegions",
|
|
294
|
+
"description": "Grants permission to retrieve the default key replication regions configured at the account level",
|
|
295
|
+
"accessLevel": "Read",
|
|
296
|
+
"resourceTypes": [],
|
|
297
|
+
"conditionKeys": [],
|
|
298
|
+
"dependentActions": []
|
|
299
|
+
},
|
|
234
300
|
"getkey": {
|
|
235
301
|
"name": "GetKey",
|
|
236
302
|
"description": "Grants permission to return the detailed information about the specified key",
|
|
@@ -342,6 +408,27 @@
|
|
|
342
408
|
"conditionKeys": [],
|
|
343
409
|
"dependentActions": []
|
|
344
410
|
},
|
|
411
|
+
"removekeyreplicationregions": {
|
|
412
|
+
"name": "RemoveKeyReplicationRegions",
|
|
413
|
+
"description": "Grants permission to remove replication regions from an existing AWS Payment Cryptography key",
|
|
414
|
+
"accessLevel": "Write",
|
|
415
|
+
"resourceTypes": [
|
|
416
|
+
{
|
|
417
|
+
"name": "alias",
|
|
418
|
+
"required": true,
|
|
419
|
+
"conditionKeys": [],
|
|
420
|
+
"dependentActions": []
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "key",
|
|
424
|
+
"required": true,
|
|
425
|
+
"conditionKeys": [],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"conditionKeys": [],
|
|
430
|
+
"dependentActions": []
|
|
431
|
+
},
|
|
345
432
|
"restorekey": {
|
|
346
433
|
"name": "RestoreKey",
|
|
347
434
|
"description": "Grants permission to cancel a scheduled key deletion if at any point during the waiting period a Key needs to be revived",
|
|
@@ -405,6 +492,27 @@
|
|
|
405
492
|
],
|
|
406
493
|
"dependentActions": []
|
|
407
494
|
},
|
|
495
|
+
"translatekeymaterial": {
|
|
496
|
+
"name": "TranslateKeyMaterial",
|
|
497
|
+
"description": "Grants permission to translate wrapping key type for a wrapped key",
|
|
498
|
+
"accessLevel": "Write",
|
|
499
|
+
"resourceTypes": [
|
|
500
|
+
{
|
|
501
|
+
"name": "alias",
|
|
502
|
+
"required": true,
|
|
503
|
+
"conditionKeys": [],
|
|
504
|
+
"dependentActions": []
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "key",
|
|
508
|
+
"required": true,
|
|
509
|
+
"conditionKeys": [],
|
|
510
|
+
"dependentActions": []
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"conditionKeys": [],
|
|
514
|
+
"dependentActions": []
|
|
515
|
+
},
|
|
408
516
|
"translatepindata": {
|
|
409
517
|
"name": "TranslatePinData",
|
|
410
518
|
"description": "Grants permission to translate encrypted PIN block from and to ISO 9564 formats 0,1,3,4",
|