@cloud-copilot/iam-data 0.15.202511061 → 0.15.202511081
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/autoscaling.json +7 -3
- package/data/actions/batch.json +28 -18
- package/data/actions/guardduty.json +23 -1
- package/data/actions/profile.json +368 -0
- package/data/actions/s3tables.json +85 -2
- package/data/actions/sts.json +34 -0
- package/data/actions/support-console.json +18 -0
- package/data/actions/user-subscriptions.json +8 -0
- package/data/actions/vpc-lattice.json +81 -0
- package/data/conditionKeys/s3tables.json +20 -0
- package/data/conditionKeys/sts.json +10 -0
- package/data/conditionKeys/vpc-lattice.json +15 -0
- package/data/conditionPatterns.json +3 -0
- package/data/resourceTypes/guardduty.json +4 -1
- package/data/resourceTypes/profile.json +14 -0
- package/data/resourceTypes/s3tables.json +7 -1
- package/data/resourceTypes/vpc-lattice.json +12 -0
- package/package.json +2 -2
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
],
|
|
170
170
|
"conditionKeys": [
|
|
171
|
+
"autoscaling:ImageId",
|
|
171
172
|
"autoscaling:CapacityReservationIds",
|
|
172
173
|
"autoscaling:CapacityReservationResourceGroupArns",
|
|
173
174
|
"autoscaling:InstanceTypes",
|
|
@@ -943,13 +944,15 @@
|
|
|
943
944
|
{
|
|
944
945
|
"name": "autoScalingGroup",
|
|
945
946
|
"required": true,
|
|
946
|
-
"conditionKeys": [
|
|
947
|
+
"conditionKeys": [
|
|
948
|
+
"autoscaling:ResourceTag/${TagKey}",
|
|
949
|
+
"aws:ResourceTag/${TagKey}"
|
|
950
|
+
],
|
|
947
951
|
"dependentActions": []
|
|
948
952
|
}
|
|
949
953
|
],
|
|
950
954
|
"conditionKeys": [
|
|
951
|
-
"autoscaling:
|
|
952
|
-
"aws:ResourceTag/${TagKey}"
|
|
955
|
+
"autoscaling:ImageId"
|
|
953
956
|
],
|
|
954
957
|
"dependentActions": []
|
|
955
958
|
},
|
|
@@ -1007,6 +1010,7 @@
|
|
|
1007
1010
|
}
|
|
1008
1011
|
],
|
|
1009
1012
|
"conditionKeys": [
|
|
1013
|
+
"autoscaling:ImageId",
|
|
1010
1014
|
"autoscaling:CapacityReservationIds",
|
|
1011
1015
|
"autoscaling:CapacityReservationResourceGroupArns",
|
|
1012
1016
|
"autoscaling:InstanceTypes",
|
package/data/actions/batch.json
CHANGED
|
@@ -58,10 +58,7 @@
|
|
|
58
58
|
{
|
|
59
59
|
"name": "job-queue",
|
|
60
60
|
"required": true,
|
|
61
|
-
"conditionKeys": [
|
|
62
|
-
"aws:RequestTag/${TagKey}",
|
|
63
|
-
"aws:TagKeys"
|
|
64
|
-
],
|
|
61
|
+
"conditionKeys": [],
|
|
65
62
|
"dependentActions": []
|
|
66
63
|
},
|
|
67
64
|
{
|
|
@@ -83,7 +80,10 @@
|
|
|
83
80
|
"dependentActions": []
|
|
84
81
|
}
|
|
85
82
|
],
|
|
86
|
-
"conditionKeys": [
|
|
83
|
+
"conditionKeys": [
|
|
84
|
+
"aws:RequestTag/${TagKey}",
|
|
85
|
+
"aws:TagKeys"
|
|
86
|
+
],
|
|
87
87
|
"dependentActions": []
|
|
88
88
|
},
|
|
89
89
|
"createschedulingpolicy": {
|
|
@@ -412,7 +412,9 @@
|
|
|
412
412
|
{
|
|
413
413
|
"name": "job-definition",
|
|
414
414
|
"required": true,
|
|
415
|
-
"conditionKeys": [
|
|
415
|
+
"conditionKeys": [
|
|
416
|
+
"aws:ResourceTag/${TagKey}"
|
|
417
|
+
],
|
|
416
418
|
"dependentActions": []
|
|
417
419
|
},
|
|
418
420
|
{
|
|
@@ -453,32 +455,39 @@
|
|
|
453
455
|
"conditionKeys": [
|
|
454
456
|
"batch:ShareIdentifier",
|
|
455
457
|
"batch:EKSImage",
|
|
456
|
-
"batch:EKSNamespace"
|
|
457
|
-
"aws:RequestTag/${TagKey}",
|
|
458
|
-
"aws:TagKeys"
|
|
458
|
+
"batch:EKSNamespace"
|
|
459
459
|
],
|
|
460
460
|
"dependentActions": []
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
|
-
"name": "job-
|
|
463
|
+
"name": "job-queue",
|
|
464
464
|
"required": true,
|
|
465
465
|
"conditionKeys": [],
|
|
466
466
|
"dependentActions": []
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
|
-
"name": "
|
|
470
|
-
"required":
|
|
469
|
+
"name": "consumable-resource",
|
|
470
|
+
"required": false,
|
|
471
471
|
"conditionKeys": [],
|
|
472
472
|
"dependentActions": []
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
|
-
"name": "
|
|
475
|
+
"name": "job-definition",
|
|
476
|
+
"required": false,
|
|
477
|
+
"conditionKeys": [],
|
|
478
|
+
"dependentActions": []
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "job-definition-revision",
|
|
476
482
|
"required": false,
|
|
477
483
|
"conditionKeys": [],
|
|
478
484
|
"dependentActions": []
|
|
479
485
|
}
|
|
480
486
|
],
|
|
481
|
-
"conditionKeys": [
|
|
487
|
+
"conditionKeys": [
|
|
488
|
+
"aws:RequestTag/${TagKey}",
|
|
489
|
+
"aws:TagKeys"
|
|
490
|
+
],
|
|
482
491
|
"dependentActions": []
|
|
483
492
|
},
|
|
484
493
|
"submitservicejob": {
|
|
@@ -496,14 +505,15 @@
|
|
|
496
505
|
"name": "service-job",
|
|
497
506
|
"required": true,
|
|
498
507
|
"conditionKeys": [
|
|
499
|
-
"batch:ShareIdentifier"
|
|
500
|
-
"aws:RequestTag/${TagKey}",
|
|
501
|
-
"aws:TagKeys"
|
|
508
|
+
"batch:ShareIdentifier"
|
|
502
509
|
],
|
|
503
510
|
"dependentActions": []
|
|
504
511
|
}
|
|
505
512
|
],
|
|
506
|
-
"conditionKeys": [
|
|
513
|
+
"conditionKeys": [
|
|
514
|
+
"aws:RequestTag/${TagKey}",
|
|
515
|
+
"aws:TagKeys"
|
|
516
|
+
],
|
|
507
517
|
"dependentActions": []
|
|
508
518
|
},
|
|
509
519
|
"tagresource": {
|
|
@@ -93,7 +93,11 @@
|
|
|
93
93
|
"description": "Grants permission to create a publishing destination",
|
|
94
94
|
"accessLevel": "Write",
|
|
95
95
|
"resourceTypes": [],
|
|
96
|
-
"conditionKeys": [
|
|
96
|
+
"conditionKeys": [
|
|
97
|
+
"aws:RequestTag/${TagKey}",
|
|
98
|
+
"aws:ResourceTag/${TagKey}",
|
|
99
|
+
"aws:TagKeys"
|
|
100
|
+
],
|
|
97
101
|
"dependentActions": [
|
|
98
102
|
"s3:GetObject",
|
|
99
103
|
"s3:ListBucket"
|
|
@@ -692,6 +696,12 @@
|
|
|
692
696
|
"conditionKeys": [],
|
|
693
697
|
"dependentActions": []
|
|
694
698
|
},
|
|
699
|
+
{
|
|
700
|
+
"name": "publishingDestination",
|
|
701
|
+
"required": false,
|
|
702
|
+
"conditionKeys": [],
|
|
703
|
+
"dependentActions": []
|
|
704
|
+
},
|
|
695
705
|
{
|
|
696
706
|
"name": "threatentityset",
|
|
697
707
|
"required": false,
|
|
@@ -799,6 +809,12 @@
|
|
|
799
809
|
"conditionKeys": [],
|
|
800
810
|
"dependentActions": []
|
|
801
811
|
},
|
|
812
|
+
{
|
|
813
|
+
"name": "publishingDestination",
|
|
814
|
+
"required": false,
|
|
815
|
+
"conditionKeys": [],
|
|
816
|
+
"dependentActions": []
|
|
817
|
+
},
|
|
802
818
|
{
|
|
803
819
|
"name": "threatentityset",
|
|
804
820
|
"required": false,
|
|
@@ -861,6 +877,12 @@
|
|
|
861
877
|
"conditionKeys": [],
|
|
862
878
|
"dependentActions": []
|
|
863
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "publishingDestination",
|
|
882
|
+
"required": false,
|
|
883
|
+
"conditionKeys": [],
|
|
884
|
+
"dependentActions": []
|
|
885
|
+
},
|
|
864
886
|
{
|
|
865
887
|
"name": "threatentityset",
|
|
866
888
|
"required": false,
|
|
@@ -208,6 +208,30 @@
|
|
|
208
208
|
"conditionKeys": [],
|
|
209
209
|
"dependentActions": []
|
|
210
210
|
},
|
|
211
|
+
"createrecommender": {
|
|
212
|
+
"name": "CreateRecommender",
|
|
213
|
+
"description": "Grants permission to create a Recommender in the domain",
|
|
214
|
+
"accessLevel": "Write",
|
|
215
|
+
"resourceTypes": [
|
|
216
|
+
{
|
|
217
|
+
"name": "domains",
|
|
218
|
+
"required": true,
|
|
219
|
+
"conditionKeys": [],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "recommenders",
|
|
224
|
+
"required": true,
|
|
225
|
+
"conditionKeys": [
|
|
226
|
+
"aws:RequestTag/${TagKey}",
|
|
227
|
+
"aws:TagKeys"
|
|
228
|
+
],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"conditionKeys": [],
|
|
233
|
+
"dependentActions": []
|
|
234
|
+
},
|
|
211
235
|
"createsegmentdefinition": {
|
|
212
236
|
"name": "CreateSegmentDefinition",
|
|
213
237
|
"description": "Grants permission to create a segment definition in the domain",
|
|
@@ -356,6 +380,27 @@
|
|
|
356
380
|
"conditionKeys": [],
|
|
357
381
|
"dependentActions": []
|
|
358
382
|
},
|
|
383
|
+
"deletedomainobjecttype": {
|
|
384
|
+
"name": "DeleteDomainObjectType",
|
|
385
|
+
"description": "Grants permission to delete a specific domain object type in the domain",
|
|
386
|
+
"accessLevel": "Write",
|
|
387
|
+
"resourceTypes": [
|
|
388
|
+
{
|
|
389
|
+
"name": "domain-object-types",
|
|
390
|
+
"required": true,
|
|
391
|
+
"conditionKeys": [],
|
|
392
|
+
"dependentActions": []
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "domains",
|
|
396
|
+
"required": true,
|
|
397
|
+
"conditionKeys": [],
|
|
398
|
+
"dependentActions": []
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"conditionKeys": [],
|
|
402
|
+
"dependentActions": []
|
|
403
|
+
},
|
|
359
404
|
"deleteeventstream": {
|
|
360
405
|
"name": "DeleteEventStream",
|
|
361
406
|
"description": "Grants permission to delete an event stream in a domain",
|
|
@@ -493,6 +538,27 @@
|
|
|
493
538
|
"conditionKeys": [],
|
|
494
539
|
"dependentActions": []
|
|
495
540
|
},
|
|
541
|
+
"deleterecommender": {
|
|
542
|
+
"name": "DeleteRecommender",
|
|
543
|
+
"description": "Grants permission to delete a recommender in a domain",
|
|
544
|
+
"accessLevel": "Write",
|
|
545
|
+
"resourceTypes": [
|
|
546
|
+
{
|
|
547
|
+
"name": "domains",
|
|
548
|
+
"required": true,
|
|
549
|
+
"conditionKeys": [],
|
|
550
|
+
"dependentActions": []
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "recommenders",
|
|
554
|
+
"required": true,
|
|
555
|
+
"conditionKeys": [],
|
|
556
|
+
"dependentActions": []
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"conditionKeys": [],
|
|
560
|
+
"dependentActions": []
|
|
561
|
+
},
|
|
496
562
|
"deletesegmentdefinition": {
|
|
497
563
|
"name": "DeleteSegmentDefinition",
|
|
498
564
|
"description": "Grants permission to delete a segment definition in the domain",
|
|
@@ -637,6 +703,27 @@
|
|
|
637
703
|
"conditionKeys": [],
|
|
638
704
|
"dependentActions": []
|
|
639
705
|
},
|
|
706
|
+
"getdomainobjecttype": {
|
|
707
|
+
"name": "GetDomainObjectType",
|
|
708
|
+
"description": "Grants permission to get a specific domain object type in the domain",
|
|
709
|
+
"accessLevel": "Read",
|
|
710
|
+
"resourceTypes": [
|
|
711
|
+
{
|
|
712
|
+
"name": "domain-object-types",
|
|
713
|
+
"required": true,
|
|
714
|
+
"conditionKeys": [],
|
|
715
|
+
"dependentActions": []
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "domains",
|
|
719
|
+
"required": true,
|
|
720
|
+
"conditionKeys": [],
|
|
721
|
+
"dependentActions": []
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
"conditionKeys": [],
|
|
725
|
+
"dependentActions": []
|
|
726
|
+
},
|
|
640
727
|
"geteventstream": {
|
|
641
728
|
"name": "GetEventStream",
|
|
642
729
|
"description": "Grants permission to get a specific event stream in a domain",
|
|
@@ -732,6 +819,27 @@
|
|
|
732
819
|
"conditionKeys": [],
|
|
733
820
|
"dependentActions": []
|
|
734
821
|
},
|
|
822
|
+
"getobjecttypeattributestatistics": {
|
|
823
|
+
"name": "GetObjectTypeAttributeStatistics",
|
|
824
|
+
"description": "Grants permission to get statistics of a specific attribute for object type in the domain",
|
|
825
|
+
"accessLevel": "Read",
|
|
826
|
+
"resourceTypes": [
|
|
827
|
+
{
|
|
828
|
+
"name": "domains",
|
|
829
|
+
"required": true,
|
|
830
|
+
"conditionKeys": [],
|
|
831
|
+
"dependentActions": []
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "object-types",
|
|
835
|
+
"required": true,
|
|
836
|
+
"conditionKeys": [],
|
|
837
|
+
"dependentActions": []
|
|
838
|
+
}
|
|
839
|
+
],
|
|
840
|
+
"conditionKeys": [],
|
|
841
|
+
"dependentActions": []
|
|
842
|
+
},
|
|
735
843
|
"getprofilehistoryrecord": {
|
|
736
844
|
"name": "GetProfileHistoryRecord",
|
|
737
845
|
"description": "Grants permission to get a profile history record for a profile in a domain",
|
|
@@ -747,6 +855,21 @@
|
|
|
747
855
|
"conditionKeys": [],
|
|
748
856
|
"dependentActions": []
|
|
749
857
|
},
|
|
858
|
+
"getprofileinsights": {
|
|
859
|
+
"name": "GetProfileInsights",
|
|
860
|
+
"description": "Grants permission to list insights for a profile",
|
|
861
|
+
"accessLevel": "Read",
|
|
862
|
+
"resourceTypes": [
|
|
863
|
+
{
|
|
864
|
+
"name": "domains",
|
|
865
|
+
"required": true,
|
|
866
|
+
"conditionKeys": [],
|
|
867
|
+
"dependentActions": []
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"conditionKeys": [],
|
|
871
|
+
"dependentActions": []
|
|
872
|
+
},
|
|
750
873
|
"getprofileobjecttype": {
|
|
751
874
|
"name": "GetProfileObjectType",
|
|
752
875
|
"description": "Grants permission to get a specific profile object type in the domain",
|
|
@@ -776,6 +899,48 @@
|
|
|
776
899
|
"conditionKeys": [],
|
|
777
900
|
"dependentActions": []
|
|
778
901
|
},
|
|
902
|
+
"getprofilerecommendations": {
|
|
903
|
+
"name": "GetProfileRecommendations",
|
|
904
|
+
"description": "Grants permission to list recommendations for a profile",
|
|
905
|
+
"accessLevel": "Read",
|
|
906
|
+
"resourceTypes": [
|
|
907
|
+
{
|
|
908
|
+
"name": "domains",
|
|
909
|
+
"required": true,
|
|
910
|
+
"conditionKeys": [],
|
|
911
|
+
"dependentActions": []
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "recommenders",
|
|
915
|
+
"required": true,
|
|
916
|
+
"conditionKeys": [],
|
|
917
|
+
"dependentActions": []
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"conditionKeys": [],
|
|
921
|
+
"dependentActions": []
|
|
922
|
+
},
|
|
923
|
+
"getrecommender": {
|
|
924
|
+
"name": "GetRecommender",
|
|
925
|
+
"description": "Grants permission to get Recommender details in a domain",
|
|
926
|
+
"accessLevel": "Read",
|
|
927
|
+
"resourceTypes": [
|
|
928
|
+
{
|
|
929
|
+
"name": "domains",
|
|
930
|
+
"required": true,
|
|
931
|
+
"conditionKeys": [],
|
|
932
|
+
"dependentActions": []
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "recommenders",
|
|
936
|
+
"required": true,
|
|
937
|
+
"conditionKeys": [],
|
|
938
|
+
"dependentActions": []
|
|
939
|
+
}
|
|
940
|
+
],
|
|
941
|
+
"conditionKeys": [],
|
|
942
|
+
"dependentActions": []
|
|
943
|
+
},
|
|
779
944
|
"getsegmentdefinition": {
|
|
780
945
|
"name": "GetSegmentDefinition",
|
|
781
946
|
"description": "Grants permission to get a segment definition in the domain",
|
|
@@ -998,6 +1163,42 @@
|
|
|
998
1163
|
"conditionKeys": [],
|
|
999
1164
|
"dependentActions": []
|
|
1000
1165
|
},
|
|
1166
|
+
"listdomainobjecttypes": {
|
|
1167
|
+
"name": "ListDomainObjectTypes",
|
|
1168
|
+
"description": "Grants permission to list all the domain object types in the domain",
|
|
1169
|
+
"accessLevel": "List",
|
|
1170
|
+
"resourceTypes": [
|
|
1171
|
+
{
|
|
1172
|
+
"name": "domains",
|
|
1173
|
+
"required": true,
|
|
1174
|
+
"conditionKeys": [],
|
|
1175
|
+
"dependentActions": []
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"conditionKeys": [],
|
|
1179
|
+
"dependentActions": []
|
|
1180
|
+
},
|
|
1181
|
+
"listdomainobjects": {
|
|
1182
|
+
"name": "ListDomainObjects",
|
|
1183
|
+
"description": "Grants permission to list domain objects in a domain",
|
|
1184
|
+
"accessLevel": "List",
|
|
1185
|
+
"resourceTypes": [
|
|
1186
|
+
{
|
|
1187
|
+
"name": "domain-object-types",
|
|
1188
|
+
"required": true,
|
|
1189
|
+
"conditionKeys": [],
|
|
1190
|
+
"dependentActions": []
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "domains",
|
|
1194
|
+
"required": true,
|
|
1195
|
+
"conditionKeys": [],
|
|
1196
|
+
"dependentActions": []
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"conditionKeys": [],
|
|
1200
|
+
"dependentActions": []
|
|
1201
|
+
},
|
|
1001
1202
|
"listdomains": {
|
|
1002
1203
|
"name": "ListDomains",
|
|
1003
1204
|
"description": "Grants permission to list all the domains in an account",
|
|
@@ -1066,6 +1267,27 @@
|
|
|
1066
1267
|
"conditionKeys": [],
|
|
1067
1268
|
"dependentActions": []
|
|
1068
1269
|
},
|
|
1270
|
+
"listobjecttypeattributevalues": {
|
|
1271
|
+
"name": "ListObjectTypeAttributeValues",
|
|
1272
|
+
"description": "Grants permission to list values of a specific attribute for object type in the domain",
|
|
1273
|
+
"accessLevel": "List",
|
|
1274
|
+
"resourceTypes": [
|
|
1275
|
+
{
|
|
1276
|
+
"name": "domains",
|
|
1277
|
+
"required": true,
|
|
1278
|
+
"conditionKeys": [],
|
|
1279
|
+
"dependentActions": []
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "object-types",
|
|
1283
|
+
"required": true,
|
|
1284
|
+
"conditionKeys": [],
|
|
1285
|
+
"dependentActions": []
|
|
1286
|
+
}
|
|
1287
|
+
],
|
|
1288
|
+
"conditionKeys": [],
|
|
1289
|
+
"dependentActions": []
|
|
1290
|
+
},
|
|
1069
1291
|
"listobjecttypeattributes": {
|
|
1070
1292
|
"name": "ListObjectTypeAttributes",
|
|
1071
1293
|
"description": "Grants permission to list all the attributes of a specific object type in the domain",
|
|
@@ -1161,6 +1383,29 @@
|
|
|
1161
1383
|
"conditionKeys": [],
|
|
1162
1384
|
"dependentActions": []
|
|
1163
1385
|
},
|
|
1386
|
+
"listrecommenderrecipes": {
|
|
1387
|
+
"name": "ListRecommenderRecipes",
|
|
1388
|
+
"description": "Grants permission to list all the Recommenders Recipes in the domain",
|
|
1389
|
+
"accessLevel": "List",
|
|
1390
|
+
"resourceTypes": [],
|
|
1391
|
+
"conditionKeys": [],
|
|
1392
|
+
"dependentActions": []
|
|
1393
|
+
},
|
|
1394
|
+
"listrecommenders": {
|
|
1395
|
+
"name": "ListRecommenders",
|
|
1396
|
+
"description": "Grants permission to list all the Recommenders in the domain",
|
|
1397
|
+
"accessLevel": "List",
|
|
1398
|
+
"resourceTypes": [
|
|
1399
|
+
{
|
|
1400
|
+
"name": "domains",
|
|
1401
|
+
"required": true,
|
|
1402
|
+
"conditionKeys": [],
|
|
1403
|
+
"dependentActions": []
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"conditionKeys": [],
|
|
1407
|
+
"dependentActions": []
|
|
1408
|
+
},
|
|
1164
1409
|
"listrulebasedmatches": {
|
|
1165
1410
|
"name": "ListRuleBasedMatches",
|
|
1166
1411
|
"description": "Grants permission to list all the rule-based matching result in the domain",
|
|
@@ -1202,6 +1447,12 @@
|
|
|
1202
1447
|
"conditionKeys": [],
|
|
1203
1448
|
"dependentActions": []
|
|
1204
1449
|
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "domain-object-types",
|
|
1452
|
+
"required": false,
|
|
1453
|
+
"conditionKeys": [],
|
|
1454
|
+
"dependentActions": []
|
|
1455
|
+
},
|
|
1205
1456
|
{
|
|
1206
1457
|
"name": "domains",
|
|
1207
1458
|
"required": false,
|
|
@@ -1238,6 +1489,12 @@
|
|
|
1238
1489
|
"conditionKeys": [],
|
|
1239
1490
|
"dependentActions": []
|
|
1240
1491
|
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "recommenders",
|
|
1494
|
+
"required": false,
|
|
1495
|
+
"conditionKeys": [],
|
|
1496
|
+
"dependentActions": []
|
|
1497
|
+
},
|
|
1241
1498
|
{
|
|
1242
1499
|
"name": "segment-definitions",
|
|
1243
1500
|
"required": false,
|
|
@@ -1293,6 +1550,30 @@
|
|
|
1293
1550
|
"conditionKeys": [],
|
|
1294
1551
|
"dependentActions": []
|
|
1295
1552
|
},
|
|
1553
|
+
"putdomainobjecttype": {
|
|
1554
|
+
"name": "PutDomainObjectType",
|
|
1555
|
+
"description": "Grants permission to put a specific domain object type in the domain",
|
|
1556
|
+
"accessLevel": "Write",
|
|
1557
|
+
"resourceTypes": [
|
|
1558
|
+
{
|
|
1559
|
+
"name": "domain-object-types",
|
|
1560
|
+
"required": true,
|
|
1561
|
+
"conditionKeys": [
|
|
1562
|
+
"aws:RequestTag/${TagKey}",
|
|
1563
|
+
"aws:TagKeys"
|
|
1564
|
+
],
|
|
1565
|
+
"dependentActions": []
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "domains",
|
|
1569
|
+
"required": true,
|
|
1570
|
+
"conditionKeys": [],
|
|
1571
|
+
"dependentActions": []
|
|
1572
|
+
}
|
|
1573
|
+
],
|
|
1574
|
+
"conditionKeys": [],
|
|
1575
|
+
"dependentActions": []
|
|
1576
|
+
},
|
|
1296
1577
|
"putintegration": {
|
|
1297
1578
|
"name": "PutIntegration",
|
|
1298
1579
|
"description": "Grants permission to put a integration in a domain",
|
|
@@ -1383,6 +1664,27 @@
|
|
|
1383
1664
|
"conditionKeys": [],
|
|
1384
1665
|
"dependentActions": []
|
|
1385
1666
|
},
|
|
1667
|
+
"startrecommender": {
|
|
1668
|
+
"name": "StartRecommender",
|
|
1669
|
+
"description": "Grants permission to start a recommender in a domain",
|
|
1670
|
+
"accessLevel": "Write",
|
|
1671
|
+
"resourceTypes": [
|
|
1672
|
+
{
|
|
1673
|
+
"name": "domains",
|
|
1674
|
+
"required": true,
|
|
1675
|
+
"conditionKeys": [],
|
|
1676
|
+
"dependentActions": []
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "recommenders",
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"conditionKeys": [],
|
|
1682
|
+
"dependentActions": []
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"conditionKeys": [],
|
|
1686
|
+
"dependentActions": []
|
|
1687
|
+
},
|
|
1386
1688
|
"startuploadjob": {
|
|
1387
1689
|
"name": "StartUploadJob",
|
|
1388
1690
|
"description": "Grants permission to start an upload job in the domain",
|
|
@@ -1398,6 +1700,27 @@
|
|
|
1398
1700
|
"conditionKeys": [],
|
|
1399
1701
|
"dependentActions": []
|
|
1400
1702
|
},
|
|
1703
|
+
"stoprecommender": {
|
|
1704
|
+
"name": "StopRecommender",
|
|
1705
|
+
"description": "Grants permission to stop a recommender in a domain",
|
|
1706
|
+
"accessLevel": "Write",
|
|
1707
|
+
"resourceTypes": [
|
|
1708
|
+
{
|
|
1709
|
+
"name": "domains",
|
|
1710
|
+
"required": true,
|
|
1711
|
+
"conditionKeys": [],
|
|
1712
|
+
"dependentActions": []
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "recommenders",
|
|
1716
|
+
"required": true,
|
|
1717
|
+
"conditionKeys": [],
|
|
1718
|
+
"dependentActions": []
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"conditionKeys": [],
|
|
1722
|
+
"dependentActions": []
|
|
1723
|
+
},
|
|
1401
1724
|
"stopuploadjob": {
|
|
1402
1725
|
"name": "StopUploadJob",
|
|
1403
1726
|
"description": "Grants permission to stop an upload job in the domain",
|
|
@@ -1424,6 +1747,12 @@
|
|
|
1424
1747
|
"conditionKeys": [],
|
|
1425
1748
|
"dependentActions": []
|
|
1426
1749
|
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "domain-object-types",
|
|
1752
|
+
"required": false,
|
|
1753
|
+
"conditionKeys": [],
|
|
1754
|
+
"dependentActions": []
|
|
1755
|
+
},
|
|
1427
1756
|
{
|
|
1428
1757
|
"name": "domains",
|
|
1429
1758
|
"required": false,
|
|
@@ -1460,6 +1789,12 @@
|
|
|
1460
1789
|
"conditionKeys": [],
|
|
1461
1790
|
"dependentActions": []
|
|
1462
1791
|
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "recommenders",
|
|
1794
|
+
"required": false,
|
|
1795
|
+
"conditionKeys": [],
|
|
1796
|
+
"dependentActions": []
|
|
1797
|
+
},
|
|
1463
1798
|
{
|
|
1464
1799
|
"name": "segment-definitions",
|
|
1465
1800
|
"required": false,
|
|
@@ -1484,6 +1819,12 @@
|
|
|
1484
1819
|
"conditionKeys": [],
|
|
1485
1820
|
"dependentActions": []
|
|
1486
1821
|
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "domain-object-types",
|
|
1824
|
+
"required": false,
|
|
1825
|
+
"conditionKeys": [],
|
|
1826
|
+
"dependentActions": []
|
|
1827
|
+
},
|
|
1487
1828
|
{
|
|
1488
1829
|
"name": "domains",
|
|
1489
1830
|
"required": false,
|
|
@@ -1520,6 +1861,12 @@
|
|
|
1520
1861
|
"conditionKeys": [],
|
|
1521
1862
|
"dependentActions": []
|
|
1522
1863
|
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "recommenders",
|
|
1866
|
+
"required": false,
|
|
1867
|
+
"conditionKeys": [],
|
|
1868
|
+
"dependentActions": []
|
|
1869
|
+
},
|
|
1523
1870
|
{
|
|
1524
1871
|
"name": "segment-definitions",
|
|
1525
1872
|
"required": false,
|
|
@@ -1626,5 +1973,26 @@
|
|
|
1626
1973
|
],
|
|
1627
1974
|
"conditionKeys": [],
|
|
1628
1975
|
"dependentActions": []
|
|
1976
|
+
},
|
|
1977
|
+
"updaterecommender": {
|
|
1978
|
+
"name": "UpdateRecommender",
|
|
1979
|
+
"description": "Grants permission to update a Recommender in the domain",
|
|
1980
|
+
"accessLevel": "Write",
|
|
1981
|
+
"resourceTypes": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "domains",
|
|
1984
|
+
"required": true,
|
|
1985
|
+
"conditionKeys": [],
|
|
1986
|
+
"dependentActions": []
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "recommenders",
|
|
1990
|
+
"required": true,
|
|
1991
|
+
"conditionKeys": [],
|
|
1992
|
+
"dependentActions": []
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"conditionKeys": [],
|
|
1996
|
+
"dependentActions": []
|
|
1629
1997
|
}
|
|
1630
1998
|
}
|
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
"conditionKeys": [
|
|
30
30
|
"s3tables:namespace",
|
|
31
31
|
"s3tables:SSEAlgorithm",
|
|
32
|
-
"s3tables:KMSKeyArn"
|
|
32
|
+
"s3tables:KMSKeyArn",
|
|
33
|
+
"s3tables:TableBucketTag/${TagKey}",
|
|
34
|
+
"aws:RequestTag/${TagKey}",
|
|
35
|
+
"aws:ResourceTag/${TagKey}",
|
|
36
|
+
"aws:TagKeys"
|
|
33
37
|
],
|
|
34
38
|
"dependentActions": []
|
|
35
39
|
},
|
|
@@ -47,7 +51,11 @@
|
|
|
47
51
|
],
|
|
48
52
|
"conditionKeys": [
|
|
49
53
|
"s3tables:SSEAlgorithm",
|
|
50
|
-
"s3tables:KMSKeyArn"
|
|
54
|
+
"s3tables:KMSKeyArn",
|
|
55
|
+
"s3tables:TableBucketTag/${TagKey}",
|
|
56
|
+
"aws:RequestTag/${TagKey}",
|
|
57
|
+
"aws:ResourceTag/${TagKey}",
|
|
58
|
+
"aws:TagKeys"
|
|
51
59
|
],
|
|
52
60
|
"dependentActions": []
|
|
53
61
|
},
|
|
@@ -393,6 +401,30 @@
|
|
|
393
401
|
],
|
|
394
402
|
"dependentActions": []
|
|
395
403
|
},
|
|
404
|
+
"listtagsforresource": {
|
|
405
|
+
"name": "ListTagsForResource",
|
|
406
|
+
"description": "Grants permission to list the tag for a S3Table's resource",
|
|
407
|
+
"accessLevel": "List",
|
|
408
|
+
"resourceTypes": [
|
|
409
|
+
{
|
|
410
|
+
"name": "Table",
|
|
411
|
+
"required": false,
|
|
412
|
+
"conditionKeys": [],
|
|
413
|
+
"dependentActions": []
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "TableBucket",
|
|
417
|
+
"required": false,
|
|
418
|
+
"conditionKeys": [],
|
|
419
|
+
"dependentActions": []
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"conditionKeys": [
|
|
423
|
+
"aws:ResourceTag/${TagKey}",
|
|
424
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
425
|
+
],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
},
|
|
396
428
|
"puttablebucketencryption": {
|
|
397
429
|
"name": "PutTableBucketEncryption",
|
|
398
430
|
"description": "Grants permission to put or overwrite encryption configuration on a table bucket",
|
|
@@ -534,6 +566,57 @@
|
|
|
534
566
|
],
|
|
535
567
|
"dependentActions": []
|
|
536
568
|
},
|
|
569
|
+
"tagresource": {
|
|
570
|
+
"name": "TagResource",
|
|
571
|
+
"description": "Grants permission to tag a S3Table's resource",
|
|
572
|
+
"accessLevel": "Tagging",
|
|
573
|
+
"resourceTypes": [
|
|
574
|
+
{
|
|
575
|
+
"name": "Table",
|
|
576
|
+
"required": false,
|
|
577
|
+
"conditionKeys": [],
|
|
578
|
+
"dependentActions": []
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "TableBucket",
|
|
582
|
+
"required": false,
|
|
583
|
+
"conditionKeys": [],
|
|
584
|
+
"dependentActions": []
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"conditionKeys": [
|
|
588
|
+
"aws:TagKeys",
|
|
589
|
+
"aws:RequestTag/${TagKey}",
|
|
590
|
+
"aws:ResourceTag/${TagKey}",
|
|
591
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
592
|
+
],
|
|
593
|
+
"dependentActions": []
|
|
594
|
+
},
|
|
595
|
+
"untagresource": {
|
|
596
|
+
"name": "UntagResource",
|
|
597
|
+
"description": "Grants permission to untag a S3Table's resource",
|
|
598
|
+
"accessLevel": "Tagging",
|
|
599
|
+
"resourceTypes": [
|
|
600
|
+
{
|
|
601
|
+
"name": "Table",
|
|
602
|
+
"required": false,
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "TableBucket",
|
|
608
|
+
"required": false,
|
|
609
|
+
"conditionKeys": [],
|
|
610
|
+
"dependentActions": []
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"conditionKeys": [
|
|
614
|
+
"aws:TagKeys",
|
|
615
|
+
"aws:ResourceTag/${TagKey}",
|
|
616
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
617
|
+
],
|
|
618
|
+
"dependentActions": []
|
|
619
|
+
},
|
|
537
620
|
"updatetablemetadatalocation": {
|
|
538
621
|
"name": "UpdateTableMetadataLocation",
|
|
539
622
|
"description": "Grants permission to update the metadata location of a table",
|
package/data/actions/sts.json
CHANGED
|
@@ -159,6 +159,14 @@
|
|
|
159
159
|
"conditionKeys": [],
|
|
160
160
|
"dependentActions": []
|
|
161
161
|
},
|
|
162
|
+
"getdelegatedaccesstoken": {
|
|
163
|
+
"name": "GetDelegatedAccessToken",
|
|
164
|
+
"description": "Returns temporary security credentials for accessing an AWS account after temporary delegation request approval. This API requires the tradeInToken provided upon request delegation approval and is intended to be used only by Amazon or AWS Partners",
|
|
165
|
+
"accessLevel": "Write",
|
|
166
|
+
"resourceTypes": [],
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
},
|
|
162
170
|
"getfederationtoken": {
|
|
163
171
|
"name": "GetFederationToken",
|
|
164
172
|
"description": "Grants permission to obtain a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user",
|
|
@@ -203,6 +211,20 @@
|
|
|
203
211
|
"conditionKeys": [],
|
|
204
212
|
"dependentActions": []
|
|
205
213
|
},
|
|
214
|
+
"getwebidentitytoken": {
|
|
215
|
+
"name": "GetWebIdentityToken",
|
|
216
|
+
"description": "Grants permission to obtain a short-lived, publicly verifiable JSON Web Token (JWT) that represents the calling IAM principal's identity",
|
|
217
|
+
"accessLevel": "Write",
|
|
218
|
+
"resourceTypes": [],
|
|
219
|
+
"conditionKeys": [
|
|
220
|
+
"sts:DurationSeconds",
|
|
221
|
+
"sts:IdentityTokenAudience",
|
|
222
|
+
"sts:SigningAlgorithm",
|
|
223
|
+
"aws:TagKeys",
|
|
224
|
+
"aws:RequestTag/${TagKey}"
|
|
225
|
+
],
|
|
226
|
+
"dependentActions": []
|
|
227
|
+
},
|
|
206
228
|
"setcontext": {
|
|
207
229
|
"name": "SetContext",
|
|
208
230
|
"isPermissionOnly": true,
|
|
@@ -252,6 +274,18 @@
|
|
|
252
274
|
],
|
|
253
275
|
"dependentActions": []
|
|
254
276
|
},
|
|
277
|
+
"taggetwebidentitytoken": {
|
|
278
|
+
"name": "TagGetWebIdentityToken",
|
|
279
|
+
"isPermissionOnly": true,
|
|
280
|
+
"description": "Grants permission to add tags to the JSON Web Token (JWT) generated by the GetWebIdentityToken API",
|
|
281
|
+
"accessLevel": "Tagging",
|
|
282
|
+
"resourceTypes": [],
|
|
283
|
+
"conditionKeys": [
|
|
284
|
+
"aws:TagKeys",
|
|
285
|
+
"aws:RequestTag/${TagKey}"
|
|
286
|
+
],
|
|
287
|
+
"dependentActions": []
|
|
288
|
+
},
|
|
255
289
|
"tagsession": {
|
|
256
290
|
"name": "TagSession",
|
|
257
291
|
"isPermissionOnly": true,
|
|
@@ -80,6 +80,24 @@
|
|
|
80
80
|
"conditionKeys": [],
|
|
81
81
|
"dependentActions": []
|
|
82
82
|
},
|
|
83
|
+
"getissueclassificationpredictions": {
|
|
84
|
+
"name": "GetIssueClassificationPredictions",
|
|
85
|
+
"isPermissionOnly": true,
|
|
86
|
+
"description": "Grants permission to get classification predictions of an issue",
|
|
87
|
+
"accessLevel": "Read",
|
|
88
|
+
"resourceTypes": [],
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
92
|
+
"getissuetextsummary": {
|
|
93
|
+
"name": "GetIssueTextSummary",
|
|
94
|
+
"isPermissionOnly": true,
|
|
95
|
+
"description": "Grants permission to get a generated text summary of an issue",
|
|
96
|
+
"accessLevel": "Read",
|
|
97
|
+
"resourceTypes": [],
|
|
98
|
+
"conditionKeys": [],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
},
|
|
83
101
|
"getquestionnaire": {
|
|
84
102
|
"name": "GetQuestionnaire",
|
|
85
103
|
"isPermissionOnly": true,
|
|
@@ -41,6 +41,14 @@
|
|
|
41
41
|
"conditionKeys": [],
|
|
42
42
|
"dependentActions": []
|
|
43
43
|
},
|
|
44
|
+
"setoverageconfig": {
|
|
45
|
+
"name": "SetOverageConfig",
|
|
46
|
+
"description": "Grants permission to set a User subscription overage configuration",
|
|
47
|
+
"accessLevel": "Write",
|
|
48
|
+
"resourceTypes": [],
|
|
49
|
+
"conditionKeys": [],
|
|
50
|
+
"dependentActions": []
|
|
51
|
+
},
|
|
44
52
|
"updateclaim": {
|
|
45
53
|
"name": "UpdateClaim",
|
|
46
54
|
"description": "Grants permission to update a User subscription Claim",
|
|
@@ -81,6 +81,12 @@
|
|
|
81
81
|
"description": "Grants permission to create a resource configuration",
|
|
82
82
|
"accessLevel": "Write",
|
|
83
83
|
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "DomainVerification",
|
|
86
|
+
"required": false,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
},
|
|
84
90
|
{
|
|
85
91
|
"name": "ResourceConfiguration",
|
|
86
92
|
"required": false,
|
|
@@ -271,6 +277,8 @@
|
|
|
271
277
|
"conditionKeys": [
|
|
272
278
|
"aws:RequestTag/${TagKey}",
|
|
273
279
|
"aws:TagKeys",
|
|
280
|
+
"vpc-lattice:PrivateDnsPreference",
|
|
281
|
+
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
274
282
|
"vpc-lattice:SecurityGroupIds",
|
|
275
283
|
"vpc-lattice:ServiceNetworkArn",
|
|
276
284
|
"vpc-lattice:VpcId"
|
|
@@ -348,6 +356,23 @@
|
|
|
348
356
|
"conditionKeys": [],
|
|
349
357
|
"dependentActions": []
|
|
350
358
|
},
|
|
359
|
+
"deletedomainverification": {
|
|
360
|
+
"name": "DeleteDomainVerification",
|
|
361
|
+
"description": "Grants permission to delete a domain verification",
|
|
362
|
+
"accessLevel": "Write",
|
|
363
|
+
"resourceTypes": [
|
|
364
|
+
{
|
|
365
|
+
"name": "DomainVerification",
|
|
366
|
+
"required": true,
|
|
367
|
+
"conditionKeys": [],
|
|
368
|
+
"dependentActions": []
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"conditionKeys": [
|
|
372
|
+
"aws:ResourceTag/${TagKey}"
|
|
373
|
+
],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
},
|
|
351
376
|
"deletelistener": {
|
|
352
377
|
"name": "DeleteListener",
|
|
353
378
|
"description": "Grants permission to delete a listener",
|
|
@@ -621,6 +646,23 @@
|
|
|
621
646
|
"conditionKeys": [],
|
|
622
647
|
"dependentActions": []
|
|
623
648
|
},
|
|
649
|
+
"getdomainverification": {
|
|
650
|
+
"name": "GetDomainVerification",
|
|
651
|
+
"description": "Grants permission to get information about a domain verification",
|
|
652
|
+
"accessLevel": "Read",
|
|
653
|
+
"resourceTypes": [
|
|
654
|
+
{
|
|
655
|
+
"name": "DomainVerification",
|
|
656
|
+
"required": true,
|
|
657
|
+
"conditionKeys": [],
|
|
658
|
+
"dependentActions": []
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"conditionKeys": [
|
|
662
|
+
"aws:ResourceTag/${TagKey}"
|
|
663
|
+
],
|
|
664
|
+
"dependentActions": []
|
|
665
|
+
},
|
|
624
666
|
"getlistener": {
|
|
625
667
|
"name": "GetListener",
|
|
626
668
|
"description": "Grants permission to get information about a listener",
|
|
@@ -830,6 +872,14 @@
|
|
|
830
872
|
"conditionKeys": [],
|
|
831
873
|
"dependentActions": []
|
|
832
874
|
},
|
|
875
|
+
"listdomainverifications": {
|
|
876
|
+
"name": "ListDomainVerifications",
|
|
877
|
+
"description": "Grants permission to list some or all domain verifications",
|
|
878
|
+
"accessLevel": "List",
|
|
879
|
+
"resourceTypes": [],
|
|
880
|
+
"conditionKeys": [],
|
|
881
|
+
"dependentActions": []
|
|
882
|
+
},
|
|
833
883
|
"listlisteners": {
|
|
834
884
|
"name": "ListListeners",
|
|
835
885
|
"description": "Grants permission to list some or all listeners",
|
|
@@ -1021,6 +1071,25 @@
|
|
|
1021
1071
|
"conditionKeys": [],
|
|
1022
1072
|
"dependentActions": []
|
|
1023
1073
|
},
|
|
1074
|
+
"startdomainverification": {
|
|
1075
|
+
"name": "StartDomainVerification",
|
|
1076
|
+
"description": "Grants permission to start a domain verification",
|
|
1077
|
+
"accessLevel": "Write",
|
|
1078
|
+
"resourceTypes": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "DomainVerification",
|
|
1081
|
+
"required": true,
|
|
1082
|
+
"conditionKeys": [],
|
|
1083
|
+
"dependentActions": []
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"conditionKeys": [
|
|
1087
|
+
"aws:RequestTag/${TagKey}",
|
|
1088
|
+
"aws:TagKeys",
|
|
1089
|
+
"vpc-lattice:DomainName"
|
|
1090
|
+
],
|
|
1091
|
+
"dependentActions": []
|
|
1092
|
+
},
|
|
1024
1093
|
"tagresource": {
|
|
1025
1094
|
"name": "TagResource",
|
|
1026
1095
|
"description": "Grants permission to tag a vpc-lattice resource",
|
|
@@ -1032,6 +1101,12 @@
|
|
|
1032
1101
|
"conditionKeys": [],
|
|
1033
1102
|
"dependentActions": []
|
|
1034
1103
|
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "DomainVerification",
|
|
1106
|
+
"required": false,
|
|
1107
|
+
"conditionKeys": [],
|
|
1108
|
+
"dependentActions": []
|
|
1109
|
+
},
|
|
1035
1110
|
{
|
|
1036
1111
|
"name": "Listener",
|
|
1037
1112
|
"required": false,
|
|
@@ -1117,6 +1192,12 @@
|
|
|
1117
1192
|
"conditionKeys": [],
|
|
1118
1193
|
"dependentActions": []
|
|
1119
1194
|
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "DomainVerification",
|
|
1197
|
+
"required": false,
|
|
1198
|
+
"conditionKeys": [],
|
|
1199
|
+
"dependentActions": []
|
|
1200
|
+
},
|
|
1120
1201
|
{
|
|
1121
1202
|
"name": "Listener",
|
|
1122
1203
|
"required": false,
|
|
@@ -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
|
"s3tables:kmskeyarn": {
|
|
3
18
|
"key": "s3tables:KMSKeyArn",
|
|
4
19
|
"description": "Filters access by the AWS KMS key ARN for the key used to encrypt a table",
|
|
@@ -9,6 +24,11 @@
|
|
|
9
24
|
"description": "Filters access by the server-side encryption algorithm used to encrypt a table",
|
|
10
25
|
"type": "String"
|
|
11
26
|
},
|
|
27
|
+
"s3tables:tablebuckettag/${tagkey}": {
|
|
28
|
+
"key": "s3tables:TableBucketTag/${TagKey}",
|
|
29
|
+
"description": "Filters access by the tags associated with the table bucket",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
12
32
|
"s3tables:namespace": {
|
|
13
33
|
"key": "s3tables:namespace",
|
|
14
34
|
"description": "Filters access by the namespaces created in the table bucket",
|
|
@@ -234,6 +234,11 @@
|
|
|
234
234
|
"description": "Filters access by the unique identifier required when you assume a role in another account",
|
|
235
235
|
"type": "String"
|
|
236
236
|
},
|
|
237
|
+
"sts:identitytokenaudience": {
|
|
238
|
+
"key": "sts:IdentityTokenAudience",
|
|
239
|
+
"description": "Filters access by the audience that is passed in the request",
|
|
240
|
+
"type": "String"
|
|
241
|
+
},
|
|
237
242
|
"sts:requestcontext/${contextkey}": {
|
|
238
243
|
"key": "sts:RequestContext/${ContextKey}",
|
|
239
244
|
"description": "Filters access by the session context key-value pairs embedded in the signed context assertion retrieved from a trusted context provider",
|
|
@@ -249,6 +254,11 @@
|
|
|
249
254
|
"description": "Filters access by the role session name required when you assume a role",
|
|
250
255
|
"type": "String"
|
|
251
256
|
},
|
|
257
|
+
"sts:signingalgorithm": {
|
|
258
|
+
"key": "sts:SigningAlgorithm",
|
|
259
|
+
"description": "Filters access by the signing algorithm that is passed in the request",
|
|
260
|
+
"type": "String"
|
|
261
|
+
},
|
|
252
262
|
"sts:sourceidentity": {
|
|
253
263
|
"key": "sts:SourceIdentity",
|
|
254
264
|
"description": "Filters access by the source identity that is passed in the request",
|
|
@@ -19,6 +19,21 @@
|
|
|
19
19
|
"description": "Filters access by the auth type specified in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"vpc-lattice:domainname": {
|
|
23
|
+
"key": "vpc-lattice:DomainName",
|
|
24
|
+
"description": "Filters access by the domain name",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"vpc-lattice:privatednspreference": {
|
|
28
|
+
"key": "vpc-lattice:PrivateDnsPreference",
|
|
29
|
+
"description": "Filters access by the private dns preference",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"vpc-lattice:privatednsspecifieddomains": {
|
|
33
|
+
"key": "vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
34
|
+
"description": "Filters access by the private dns domains",
|
|
35
|
+
"type": "ArrayOfString"
|
|
36
|
+
},
|
|
22
37
|
"vpc-lattice:protocol": {
|
|
23
38
|
"key": "vpc-lattice:Protocol",
|
|
24
39
|
"description": "Filters access by the protocol specified in the request",
|
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
"s3express:AccessPointTag/.+?": "s3express:AccessPointTag/${TagKey}",
|
|
114
114
|
"s3express:BucketTag/.+?": "s3express:BucketTag/${TagKey}"
|
|
115
115
|
},
|
|
116
|
+
"s3tables": {
|
|
117
|
+
"s3tables:TableBucketTag/.+?": "s3tables:TableBucketTag/${TagKey}"
|
|
118
|
+
},
|
|
116
119
|
"s3-outposts": {
|
|
117
120
|
"s3-outposts:ExistingObjectTag/.+?": "s3-outposts:ExistingObjectTag/<key>",
|
|
118
121
|
"s3-outposts:RequestObjectTag/.+?": "s3-outposts:RequestObjectTag/<key>"
|
|
@@ -43,7 +43,10 @@
|
|
|
43
43
|
},
|
|
44
44
|
"publishingdestination": {
|
|
45
45
|
"key": "publishingDestination",
|
|
46
|
-
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/
|
|
46
|
+
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingdestination/${PublishingDestinationId}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
47
50
|
},
|
|
48
51
|
"malwareprotectionplan": {
|
|
49
52
|
"key": "malwareprotectionplan",
|
|
@@ -54,5 +54,19 @@
|
|
|
54
54
|
"conditionKeys": [
|
|
55
55
|
"aws:ResourceTag/${TagKey}"
|
|
56
56
|
]
|
|
57
|
+
},
|
|
58
|
+
"recommenders": {
|
|
59
|
+
"key": "recommenders",
|
|
60
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/recommenders/${RecommenderTypeName}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"domain-object-types": {
|
|
66
|
+
"key": "domain-object-types",
|
|
67
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/domain-object-types/${ObjectTypeName}",
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"aws:ResourceTag/${TagKey}"
|
|
70
|
+
]
|
|
57
71
|
}
|
|
58
72
|
}
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tablebucket": {
|
|
3
3
|
"key": "TableBucket",
|
|
4
|
-
"arn": "arn:${Partition}:s3tables:${Region}:${Account}:bucket/${TableBucketName}"
|
|
4
|
+
"arn": "arn:${Partition}:s3tables:${Region}:${Account}:bucket/${TableBucketName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
7
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
8
|
+
]
|
|
5
9
|
},
|
|
6
10
|
"table": {
|
|
7
11
|
"key": "Table",
|
|
8
12
|
"arn": "arn:${Partition}:s3tables:${Region}:${Account}:bucket/${TableBucketName}/table/${TableID}",
|
|
9
13
|
"conditionKeys": [
|
|
14
|
+
"aws:ResourceTag/${TagKey}",
|
|
15
|
+
"s3tables:TableBucketTag/${TagKey}",
|
|
10
16
|
"s3tables:namespace",
|
|
11
17
|
"s3tables:tableName"
|
|
12
18
|
]
|
|
@@ -8,6 +8,16 @@
|
|
|
8
8
|
"aws:TagKeys"
|
|
9
9
|
]
|
|
10
10
|
},
|
|
11
|
+
"domainverification": {
|
|
12
|
+
"key": "DomainVerification",
|
|
13
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:domainverification/${DomainVerificationId}",
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:RequestTag/${TagKey}",
|
|
16
|
+
"aws:ResourceTag/${TagKey}",
|
|
17
|
+
"aws:TagKeys",
|
|
18
|
+
"vpc-lattice:DomainName"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
11
21
|
"listener": {
|
|
12
22
|
"key": "Listener",
|
|
13
23
|
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}/listener/${ListenerId}",
|
|
@@ -108,6 +118,8 @@
|
|
|
108
118
|
"aws:RequestTag/${TagKey}",
|
|
109
119
|
"aws:ResourceTag/${TagKey}",
|
|
110
120
|
"aws:TagKeys",
|
|
121
|
+
"vpc-lattice:PrivateDnsPreference",
|
|
122
|
+
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
111
123
|
"vpc-lattice:SecurityGroupIds",
|
|
112
124
|
"vpc-lattice:ServiceNetworkArn",
|
|
113
125
|
"vpc-lattice:VpcId"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202511081",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2025-11-
|
|
9
|
+
"updatedAt": "2025-11-08T04:46:41.933Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|