@awboost/cfntypes 1.0.0-beta.3 → 1.0.0-beta.5
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/lib/index-cjs.js +1025 -1025
- package/lib/index.d.ts +1027 -2053
- package/lib/index.js +1025 -1025
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -1,1030 +1,1030 @@
|
|
1
1
|
export const ResourceSpecificationVersion = "114.0.0";
|
2
2
|
export const ResourceType = {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
3
|
+
XRayGroup: "AWS::XRay::Group",
|
4
|
+
SESContactList: "AWS::SES::ContactList",
|
5
|
+
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
6
|
+
ServiceCatalogPortfolioShare: "AWS::ServiceCatalog::PortfolioShare",
|
7
|
+
WAFIPSet: "AWS::WAF::IPSet",
|
8
|
+
IAMGroup: "AWS::IAM::Group",
|
9
|
+
BackupBackupPlan: "AWS::Backup::BackupPlan",
|
10
|
+
AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration",
|
11
|
+
RekognitionCollection: "AWS::Rekognition::Collection",
|
12
|
+
S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint",
|
13
|
+
Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig",
|
14
|
+
EC2VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection",
|
15
|
+
FraudDetectorEntityType: "AWS::FraudDetector::EntityType",
|
16
|
+
ElasticsearchDomain: "AWS::Elasticsearch::Domain",
|
17
|
+
IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel",
|
18
|
+
IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob",
|
19
|
+
LookoutMetricsAlert: "AWS::LookoutMetrics::Alert",
|
20
|
+
WAFRegionalSqlInjectionMatchSet: "AWS::WAFRegional::SqlInjectionMatchSet",
|
21
|
+
KinesisStream: "AWS::Kinesis::Stream",
|
22
|
+
RAMResourceShare: "AWS::RAM::ResourceShare",
|
23
|
+
AmplifyUIBuilderForm: "AWS::AmplifyUIBuilder::Form",
|
24
|
+
RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess",
|
25
|
+
SageMakerImageVersion: "AWS::SageMaker::ImageVersion",
|
26
|
+
AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector",
|
27
|
+
EC2CapacityReservation: "AWS::EC2::CapacityReservation",
|
28
|
+
AppSyncResolver: "AWS::AppSync::Resolver",
|
29
|
+
RefactorSpacesEnvironment: "AWS::RefactorSpaces::Environment",
|
30
|
+
DataSyncLocationNFS: "AWS::DataSync::LocationNFS",
|
31
|
+
PinpointVoiceChannel: "AWS::Pinpoint::VoiceChannel",
|
32
|
+
EC2VPCEndpointServicePermissions: "AWS::EC2::VPCEndpointServicePermissions",
|
33
|
+
Route53RecordSet: "AWS::Route53::RecordSet",
|
34
|
+
WAFSizeConstraintSet: "AWS::WAF::SizeConstraintSet",
|
35
|
+
ManagedBlockchainMember: "AWS::ManagedBlockchain::Member",
|
36
|
+
TimestreamScheduledQuery: "AWS::Timestream::ScheduledQuery",
|
37
|
+
ECSCluster: "AWS::ECS::Cluster",
|
38
|
+
EventsEndpoint: "AWS::Events::Endpoint",
|
39
|
+
SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup",
|
40
|
+
NetworkManagerLink: "AWS::NetworkManager::Link",
|
41
|
+
KinesisAnalyticsApplicationOutput: "AWS::KinesisAnalytics::ApplicationOutput",
|
42
|
+
CloudFormationStackSet: "AWS::CloudFormation::StackSet",
|
43
|
+
CognitoUserPoolRiskConfigurationAttachment: "AWS::Cognito::UserPoolRiskConfigurationAttachment",
|
44
|
+
AppStreamStack: "AWS::AppStream::Stack",
|
45
|
+
AppSyncGraphQLSchema: "AWS::AppSync::GraphQLSchema",
|
46
|
+
EC2TransitGatewayRouteTableAssociation: "AWS::EC2::TransitGatewayRouteTableAssociation",
|
47
|
+
GreengrassConnectorDefinitionVersion: "AWS::Greengrass::ConnectorDefinitionVersion",
|
48
|
+
ServiceCatalogResourceUpdateConstraint: "AWS::ServiceCatalog::ResourceUpdateConstraint",
|
49
|
+
CloudFrontStreamingDistribution: "AWS::CloudFront::StreamingDistribution",
|
50
|
+
AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi",
|
51
|
+
SageMakerDataQualityJobDefinition: "AWS::SageMaker::DataQualityJobDefinition",
|
52
|
+
LakeFormationTag: "AWS::LakeFormation::Tag",
|
53
|
+
CognitoUserPoolIdentityProvider: "AWS::Cognito::UserPoolIdentityProvider",
|
54
|
+
ACMPCACertificateAuthorityActivation: "AWS::ACMPCA::CertificateAuthorityActivation",
|
55
|
+
OpenSearchServerlessAccessPolicy: "AWS::OpenSearchServerless::AccessPolicy",
|
56
|
+
WAFv2LoggingConfiguration: "AWS::WAFv2::LoggingConfiguration",
|
57
|
+
LakeFormationResource: "AWS::LakeFormation::Resource",
|
58
|
+
SNSTopic: "AWS::SNS::Topic",
|
59
|
+
ServiceCatalogTagOption: "AWS::ServiceCatalog::TagOption",
|
60
|
+
SageMakerSpace: "AWS::SageMaker::Space",
|
61
|
+
QuickSightDashboard: "AWS::QuickSight::Dashboard",
|
62
|
+
RedshiftScheduledAction: "AWS::Redshift::ScheduledAction",
|
63
|
+
RedshiftCluster: "AWS::Redshift::Cluster",
|
64
|
+
SageMakerMonitoringSchedule: "AWS::SageMaker::MonitoringSchedule",
|
65
|
+
EC2IPAM: "AWS::EC2::IPAM",
|
66
|
+
AppMeshRoute: "AWS::AppMesh::Route",
|
67
|
+
EKSNodegroup: "AWS::EKS::Nodegroup",
|
68
|
+
EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery",
|
69
|
+
CECostCategory: "AWS::CE::CostCategory",
|
70
|
+
ConnectInstance: "AWS::Connect::Instance",
|
71
|
+
TransferProfile: "AWS::Transfer::Profile",
|
72
|
+
IoT1ClickProject: "AWS::IoT1Click::Project",
|
73
|
+
EC2EIP: "AWS::EC2::EIP",
|
74
|
+
IoTCustomMetric: "AWS::IoT::CustomMetric",
|
75
|
+
MediaConvertQueue: "AWS::MediaConvert::Queue",
|
76
|
+
ApiGatewayDomainName: "AWS::ApiGateway::DomainName",
|
77
|
+
WAFv2RegexPatternSet: "AWS::WAFv2::RegexPatternSet",
|
78
|
+
BackupFramework: "AWS::Backup::Framework",
|
79
|
+
LambdaLayerVersion: "AWS::Lambda::LayerVersion",
|
80
|
+
NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation",
|
81
|
+
ApiGatewayDocumentationPart: "AWS::ApiGateway::DocumentationPart",
|
82
|
+
CloudFrontCachePolicy: "AWS::CloudFront::CachePolicy",
|
83
|
+
RDSDBSubnetGroup: "AWS::RDS::DBSubnetGroup",
|
84
|
+
LakeFormationDataLakeSettings: "AWS::LakeFormation::DataLakeSettings",
|
85
|
+
MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup",
|
86
|
+
GreengrassV2Deployment: "AWS::GreengrassV2::Deployment",
|
87
|
+
IoTFleetHubApplication: "AWS::IoTFleetHub::Application",
|
88
|
+
PinpointEventStream: "AWS::Pinpoint::EventStream",
|
89
|
+
MWAAEnvironment: "AWS::MWAA::Environment",
|
90
|
+
PinpointEmailConfigurationSetEventDestination: "AWS::PinpointEmail::ConfigurationSetEventDestination",
|
91
|
+
GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
|
92
|
+
OamSink: "AWS::Oam::Sink",
|
93
|
+
WAFRegionalRegexPatternSet: "AWS::WAFRegional::RegexPatternSet",
|
94
|
+
LogsMetricFilter: "AWS::Logs::MetricFilter",
|
95
|
+
LightsailDatabase: "AWS::Lightsail::Database",
|
96
|
+
LightsailCertificate: "AWS::Lightsail::Certificate",
|
97
|
+
MacieSession: "AWS::Macie::Session",
|
98
|
+
SecretsManagerRotationSchedule: "AWS::SecretsManager::RotationSchedule",
|
99
|
+
OmicsReferenceStore: "AWS::Omics::ReferenceStore",
|
100
|
+
SchedulerScheduleGroup: "AWS::Scheduler::ScheduleGroup",
|
101
|
+
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
102
|
+
ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
103
|
+
Route53DNSSEC: "AWS::Route53::DNSSEC",
|
104
|
+
CodeBuildSourceCredential: "AWS::CodeBuild::SourceCredential",
|
105
|
+
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
106
|
+
SESConfigurationSetEventDestination: "AWS::SES::ConfigurationSetEventDestination",
|
107
|
+
GrafanaWorkspace: "AWS::Grafana::Workspace",
|
108
|
+
SageMakerModelPackageGroup: "AWS::SageMaker::ModelPackageGroup",
|
109
|
+
WAFv2IPSet: "AWS::WAFv2::IPSet",
|
110
|
+
Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation",
|
111
|
+
LambdaAlias: "AWS::Lambda::Alias",
|
112
|
+
OmicsRunGroup: "AWS::Omics::RunGroup",
|
113
|
+
OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint",
|
114
|
+
EC2SecurityGroupEgress: "AWS::EC2::SecurityGroupEgress",
|
115
|
+
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
116
|
+
LambdaLayerVersionPermission: "AWS::Lambda::LayerVersionPermission",
|
117
|
+
StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine",
|
118
|
+
CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig",
|
119
|
+
MacieAllowList: "AWS::Macie::AllowList",
|
120
|
+
IoTMitigationAction: "AWS::IoT::MitigationAction",
|
121
|
+
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
122
|
+
CustomerProfilesIntegration: "AWS::CustomerProfiles::Integration",
|
123
|
+
EC2TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment",
|
124
|
+
FraudDetectorOutcome: "AWS::FraudDetector::Outcome",
|
125
|
+
LocationTracker: "AWS::Location::Tracker",
|
126
|
+
DAXParameterGroup: "AWS::DAX::ParameterGroup",
|
127
|
+
IoTSecurityProfile: "AWS::IoT::SecurityProfile",
|
128
|
+
S3StorageLens: "AWS::S3::StorageLens",
|
129
|
+
SESTemplate: "AWS::SES::Template",
|
130
|
+
CloudFrontDistribution: "AWS::CloudFront::Distribution",
|
131
|
+
RedshiftClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup",
|
132
|
+
BillingConductorPricingPlan: "AWS::BillingConductor::PricingPlan",
|
133
|
+
ElastiCacheUserGroup: "AWS::ElastiCache::UserGroup",
|
134
|
+
EMRInstanceGroupConfig: "AWS::EMR::InstanceGroupConfig",
|
135
|
+
ElasticLoadBalancingV2ListenerRule: "AWS::ElasticLoadBalancingV2::ListenerRule",
|
136
|
+
CodePipelinePipeline: "AWS::CodePipeline::Pipeline",
|
137
|
+
LightsailLoadBalancer: "AWS::Lightsail::LoadBalancer",
|
138
|
+
MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement",
|
139
|
+
IoTTopicRule: "AWS::IoT::TopicRule",
|
140
|
+
WAFRegionalWebACLAssociation: "AWS::WAFRegional::WebACLAssociation",
|
141
|
+
SSMContactsContact: "AWS::SSMContacts::Contact",
|
142
|
+
ServiceCatalogCloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct",
|
143
|
+
GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion",
|
144
|
+
IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel",
|
145
|
+
AmplifyApp: "AWS::Amplify::App",
|
146
|
+
NetworkManagerConnectAttachment: "AWS::NetworkManager::ConnectAttachment",
|
147
|
+
CloudWatchAnomalyDetector: "AWS::CloudWatch::AnomalyDetector",
|
148
|
+
Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2",
|
149
|
+
IoTCACertificate: "AWS::IoT::CACertificate",
|
150
|
+
CloudTrailResourcePolicy: "AWS::CloudTrail::ResourcePolicy",
|
151
|
+
CloudFormationHookTypeConfig: "AWS::CloudFormation::HookTypeConfig",
|
152
|
+
SageMakerModelBiasJobDefinition: "AWS::SageMaker::ModelBiasJobDefinition",
|
153
|
+
LocationGeofenceCollection: "AWS::Location::GeofenceCollection",
|
154
|
+
LexBot: "AWS::Lex::Bot",
|
155
|
+
AppSyncApiKey: "AWS::AppSync::ApiKey",
|
156
|
+
Route53HostedZone: "AWS::Route53::HostedZone",
|
157
|
+
PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate",
|
158
|
+
IVSChatRoom: "AWS::IVSChat::Room",
|
159
|
+
ServiceCatalogPortfolioProductAssociation: "AWS::ServiceCatalog::PortfolioProductAssociation",
|
160
|
+
EC2TransitGatewayMulticastDomainAssociation: "AWS::EC2::TransitGatewayMulticastDomainAssociation",
|
161
|
+
IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile",
|
162
|
+
MediaConvertJobTemplate: "AWS::MediaConvert::JobTemplate",
|
163
|
+
EKSCluster: "AWS::EKS::Cluster",
|
164
|
+
ConnectInstanceStorageConfig: "AWS::Connect::InstanceStorageConfig",
|
165
|
+
ConnectHoursOfOperation: "AWS::Connect::HoursOfOperation",
|
166
|
+
DocDBDBCluster: "AWS::DocDB::DBCluster",
|
167
|
+
DAXCluster: "AWS::DAX::Cluster",
|
168
|
+
CloudWatchCompositeAlarm: "AWS::CloudWatch::CompositeAlarm",
|
169
|
+
RDSGlobalCluster: "AWS::RDS::GlobalCluster",
|
170
|
+
SSMPatchBaseline: "AWS::SSM::PatchBaseline",
|
171
|
+
DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS",
|
172
|
+
IoTDomainConfiguration: "AWS::IoT::DomainConfiguration",
|
173
|
+
BillingConductorCustomLineItem: "AWS::BillingConductor::CustomLineItem",
|
174
|
+
RefactorSpacesService: "AWS::RefactorSpaces::Service",
|
175
|
+
KinesisAnalyticsV2ApplicationCloudWatchLoggingOption: "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption",
|
176
|
+
GuardDutyMember: "AWS::GuardDuty::Member",
|
177
|
+
ServiceCatalogAcceptedPortfolioShare: "AWS::ServiceCatalog::AcceptedPortfolioShare",
|
178
|
+
ServiceDiscoveryService: "AWS::ServiceDiscovery::Service",
|
179
|
+
OmicsSequenceStore: "AWS::Omics::SequenceStore",
|
180
|
+
LightsailDistribution: "AWS::Lightsail::Distribution",
|
181
|
+
OamLink: "AWS::Oam::Link",
|
182
|
+
IoTWirelessWirelessDevice: "AWS::IoTWireless::WirelessDevice",
|
183
|
+
RoboMakerSimulationApplicationVersion: "AWS::RoboMaker::SimulationApplicationVersion",
|
184
|
+
AutoScalingScalingPolicy: "AWS::AutoScaling::ScalingPolicy",
|
185
|
+
BackupBackupVault: "AWS::Backup::BackupVault",
|
186
|
+
AppFlowConnector: "AWS::AppFlow::Connector",
|
187
|
+
IoT1ClickPlacement: "AWS::IoT1Click::Placement",
|
188
|
+
IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration",
|
189
|
+
EC2DHCPOptions: "AWS::EC2::DHCPOptions",
|
190
|
+
ApiGatewayUsagePlan: "AWS::ApiGateway::UsagePlan",
|
191
|
+
SSMIncidentsReplicationSet: "AWS::SSMIncidents::ReplicationSet",
|
192
|
+
IAMUser: "AWS::IAM::User",
|
193
|
+
FSxDataRepositoryAssociation: "AWS::FSx::DataRepositoryAssociation",
|
194
|
+
SESConfigurationSet: "AWS::SES::ConfigurationSet",
|
195
|
+
KMSReplicaKey: "AWS::KMS::ReplicaKey",
|
196
|
+
LocationTrackerConsumer: "AWS::Location::TrackerConsumer",
|
197
|
+
CloudWatchInsightRule: "AWS::CloudWatch::InsightRule",
|
198
|
+
DetectiveMemberInvitation: "AWS::Detective::MemberInvitation",
|
199
|
+
IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore",
|
200
|
+
S3Bucket: "AWS::S3::Bucket",
|
201
|
+
SageMakerModelQualityJobDefinition: "AWS::SageMaker::ModelQualityJobDefinition",
|
202
|
+
SyntheticsCanary: "AWS::Synthetics::Canary",
|
203
|
+
DataBrewRecipe: "AWS::DataBrew::Recipe",
|
204
|
+
SageMakerNotebookInstance: "AWS::SageMaker::NotebookInstance",
|
205
|
+
WAFv2WebACLAssociation: "AWS::WAFv2::WebACLAssociation",
|
206
|
+
PinpointBaiduChannel: "AWS::Pinpoint::BaiduChannel",
|
207
|
+
CognitoUserPool: "AWS::Cognito::UserPool",
|
208
|
+
EC2EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway",
|
209
|
+
EventsApiDestination: "AWS::Events::ApiDestination",
|
210
|
+
ApiGatewayV2Api: "AWS::ApiGatewayV2::Api",
|
211
|
+
EC2NetworkInterfaceAttachment: "AWS::EC2::NetworkInterfaceAttachment",
|
212
|
+
RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication",
|
213
|
+
EC2CustomerGateway: "AWS::EC2::CustomerGateway",
|
214
|
+
IoTSiteWiseAsset: "AWS::IoTSiteWise::Asset",
|
215
|
+
CloudFormationResourceDefaultVersion: "AWS::CloudFormation::ResourceDefaultVersion",
|
216
|
+
ECRRepository: "AWS::ECR::Repository",
|
217
|
+
ApiGatewayGatewayResponse: "AWS::ApiGateway::GatewayResponse",
|
218
|
+
ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse",
|
219
|
+
EvidentlySegment: "AWS::Evidently::Segment",
|
220
|
+
GreengrassLoggerDefinitionVersion: "AWS::Greengrass::LoggerDefinitionVersion",
|
221
|
+
KMSAlias: "AWS::KMS::Alias",
|
222
|
+
RedshiftClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup",
|
223
|
+
PinpointGCMChannel: "AWS::Pinpoint::GCMChannel",
|
224
|
+
DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP",
|
225
|
+
IoTAuthorizer: "AWS::IoT::Authorizer",
|
226
|
+
IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice",
|
227
|
+
GlueDevEndpoint: "AWS::Glue::DevEndpoint",
|
228
|
+
CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup",
|
229
|
+
OpsWorksUserProfile: "AWS::OpsWorks::UserProfile",
|
230
|
+
FraudDetectorDetector: "AWS::FraudDetector::Detector",
|
231
|
+
NeptuneDBSubnetGroup: "AWS::Neptune::DBSubnetGroup",
|
232
|
+
AppStreamUser: "AWS::AppStream::User",
|
233
|
+
PinpointEmailDedicatedIpPool: "AWS::PinpointEmail::DedicatedIpPool",
|
234
|
+
KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application",
|
235
|
+
Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck",
|
236
|
+
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
237
|
+
GreengrassFunctionDefinitionVersion: "AWS::Greengrass::FunctionDefinitionVersion",
|
238
|
+
ResourceExplorer2View: "AWS::ResourceExplorer2::View",
|
239
|
+
RolesAnywhereProfile: "AWS::RolesAnywhere::Profile",
|
240
|
+
RedshiftClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup",
|
241
|
+
LogsDestination: "AWS::Logs::Destination",
|
242
|
+
LambdaUrl: "AWS::Lambda::Url",
|
243
|
+
WAFXssMatchSet: "AWS::WAF::XssMatchSet",
|
244
|
+
ResilienceHubApp: "AWS::ResilienceHub::App",
|
245
|
+
CloudTrailChannel: "AWS::CloudTrail::Channel",
|
246
|
+
MediaPackageChannel: "AWS::MediaPackage::Channel",
|
247
|
+
TransferWorkflow: "AWS::Transfer::Workflow",
|
248
|
+
OpenSearchServerlessSecurityConfig: "AWS::OpenSearchServerless::SecurityConfig",
|
249
|
+
Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule",
|
250
|
+
NeptuneDBInstance: "AWS::Neptune::DBInstance",
|
251
|
+
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
252
|
+
GlueSchemaVersionMetadata: "AWS::Glue::SchemaVersionMetadata",
|
253
|
+
KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer",
|
254
|
+
NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy",
|
255
|
+
GuardDutyMaster: "AWS::GuardDuty::Master",
|
256
|
+
S3BucketPolicy: "AWS::S3::BucketPolicy",
|
257
|
+
CloudFormationCustomResource: "AWS::CloudFormation::CustomResource",
|
258
|
+
EC2ClientVpnRoute: "AWS::EC2::ClientVpnRoute",
|
259
|
+
EC2IPAMScope: "AWS::EC2::IPAMScope",
|
260
|
+
ServiceCatalogServiceAction: "AWS::ServiceCatalog::ServiceAction",
|
261
|
+
SSMMaintenanceWindowTask: "AWS::SSM::MaintenanceWindowTask",
|
262
|
+
KendraDataSource: "AWS::Kendra::DataSource",
|
263
|
+
GlueMLTransform: "AWS::Glue::MLTransform",
|
264
|
+
PanoramaPackage: "AWS::Panorama::Package",
|
265
|
+
ApiGatewayUsagePlanKey: "AWS::ApiGateway::UsagePlanKey",
|
266
|
+
EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration",
|
267
|
+
OpenSearchServerlessSecurityPolicy: "AWS::OpenSearchServerless::SecurityPolicy",
|
268
|
+
CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation",
|
269
|
+
TransferConnector: "AWS::Transfer::Connector",
|
270
|
+
CognitoUserPoolUserToGroupAttachment: "AWS::Cognito::UserPoolUserToGroupAttachment",
|
271
|
+
PinpointAPNSChannel: "AWS::Pinpoint::APNSChannel",
|
272
|
+
SSMResourcePolicy: "AWS::SSM::ResourcePolicy",
|
273
|
+
IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard",
|
274
|
+
RoboMakerFleet: "AWS::RoboMaker::Fleet",
|
275
|
+
ElasticBeanstalkConfigurationTemplate: "AWS::ElasticBeanstalk::ConfigurationTemplate",
|
276
|
+
PinpointEmailIdentity: "AWS::PinpointEmail::Identity",
|
277
|
+
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
278
|
+
EventsRule: "AWS::Events::Rule",
|
279
|
+
IoTCoreDeviceAdvisorSuiteDefinition: "AWS::IoTCoreDeviceAdvisor::SuiteDefinition",
|
280
|
+
SSMContactsContactChannel: "AWS::SSMContacts::ContactChannel",
|
281
|
+
ImageBuilderComponent: "AWS::ImageBuilder::Component",
|
282
|
+
CodePipelineCustomActionType: "AWS::CodePipeline::CustomActionType",
|
283
|
+
AppMeshVirtualNode: "AWS::AppMesh::VirtualNode",
|
284
|
+
AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter",
|
285
|
+
DataSyncAgent: "AWS::DataSync::Agent",
|
286
|
+
GreengrassConnectorDefinition: "AWS::Greengrass::ConnectorDefinition",
|
287
|
+
OrganizationsResourcePolicy: "AWS::Organizations::ResourcePolicy",
|
288
|
+
EC2PlacementGroup: "AWS::EC2::PlacementGroup",
|
289
|
+
OmicsVariantStore: "AWS::Omics::VariantStore",
|
290
|
+
WAFRegionalSizeConstraintSet: "AWS::WAFRegional::SizeConstraintSet",
|
291
|
+
ApiGatewayRequestValidator: "AWS::ApiGateway::RequestValidator",
|
292
|
+
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
293
|
+
RDSDBSecurityGroupIngress: "AWS::RDS::DBSecurityGroupIngress",
|
294
|
+
TimestreamDatabase: "AWS::Timestream::Database",
|
295
|
+
IoTThingsGraphFlowTemplate: "AWS::IoTThingsGraph::FlowTemplate",
|
296
|
+
NetworkManagerTransitGatewayRouteTableAttachment: "AWS::NetworkManager::TransitGatewayRouteTableAttachment",
|
297
|
+
LogsLogGroup: "AWS::Logs::LogGroup",
|
298
|
+
CodePipelineWebhook: "AWS::CodePipeline::Webhook",
|
299
|
+
SSMIncidentsResponsePlan: "AWS::SSMIncidents::ResponsePlan",
|
300
|
+
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
301
|
+
AutoScalingPlansScalingPlan: "AWS::AutoScalingPlans::ScalingPlan",
|
302
|
+
Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup",
|
303
|
+
WAFRegionalXssMatchSet: "AWS::WAFRegional::XssMatchSet",
|
304
|
+
EC2InternetGateway: "AWS::EC2::InternetGateway",
|
305
|
+
IAMRole: "AWS::IAM::Role",
|
306
|
+
M2Application: "AWS::M2::Application",
|
307
|
+
MacieFindingsFilter: "AWS::Macie::FindingsFilter",
|
308
|
+
PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate",
|
309
|
+
EC2LaunchTemplate: "AWS::EC2::LaunchTemplate",
|
310
|
+
EventsArchive: "AWS::Events::Archive",
|
311
|
+
OpsWorksVolume: "AWS::OpsWorks::Volume",
|
312
|
+
IoTDimension: "AWS::IoT::Dimension",
|
313
|
+
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
314
|
+
SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig",
|
315
|
+
ServiceCatalogLaunchTemplateConstraint: "AWS::ServiceCatalog::LaunchTemplateConstraint",
|
316
|
+
EMRCluster: "AWS::EMR::Cluster",
|
317
|
+
SageMakerPipeline: "AWS::SageMaker::Pipeline",
|
318
|
+
IdentityStoreGroup: "AWS::IdentityStore::Group",
|
319
|
+
SSOAssignment: "AWS::SSO::Assignment",
|
320
|
+
GameLiftAlias: "AWS::GameLift::Alias",
|
321
|
+
APSWorkspace: "AWS::APS::Workspace",
|
322
|
+
EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute",
|
323
|
+
NetworkManagerTransitGatewayPeering: "AWS::NetworkManager::TransitGatewayPeering",
|
324
|
+
WAFRule: "AWS::WAF::Rule",
|
325
|
+
DirectoryServiceMicrosoftAD: "AWS::DirectoryService::MicrosoftAD",
|
326
|
+
ApiGatewayV2DomainName: "AWS::ApiGatewayV2::DomainName",
|
327
|
+
GreengrassFunctionDefinition: "AWS::Greengrass::FunctionDefinition",
|
328
|
+
ConfigDeliveryChannel: "AWS::Config::DeliveryChannel",
|
329
|
+
EC2NetworkInterfacePermission: "AWS::EC2::NetworkInterfacePermission",
|
330
|
+
PersonalizeSolution: "AWS::Personalize::Solution",
|
331
|
+
GameLiftBuild: "AWS::GameLift::Build",
|
332
|
+
ConfigOrganizationConfigRule: "AWS::Config::OrganizationConfigRule",
|
333
|
+
ECRReplicationConfiguration: "AWS::ECR::ReplicationConfiguration",
|
334
|
+
LicenseManagerLicense: "AWS::LicenseManager::License",
|
335
|
+
ApiGatewayV2Integration: "AWS::ApiGatewayV2::Integration",
|
336
|
+
LocationRouteCalculator: "AWS::Location::RouteCalculator",
|
337
|
+
LexBotAlias: "AWS::Lex::BotAlias",
|
338
|
+
IoTSiteWisePortal: "AWS::IoTSiteWise::Portal",
|
339
|
+
EC2IPAMPoolCidr: "AWS::EC2::IPAMPoolCidr",
|
340
|
+
RolesAnywhereTrustAnchor: "AWS::RolesAnywhere::TrustAnchor",
|
341
|
+
KendraIndex: "AWS::Kendra::Index",
|
342
|
+
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
343
|
+
InspectorResourceGroup: "AWS::Inspector::ResourceGroup",
|
344
|
+
NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall",
|
345
|
+
SupportAppSlackChannelConfiguration: "AWS::SupportApp::SlackChannelConfiguration",
|
346
|
+
EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster",
|
347
|
+
FinSpaceEnvironment: "AWS::FinSpace::Environment",
|
348
|
+
RUMAppMonitor: "AWS::RUM::AppMonitor",
|
349
|
+
DocDBDBSubnetGroup: "AWS::DocDB::DBSubnetGroup",
|
350
|
+
ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline",
|
351
|
+
Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell",
|
352
|
+
EC2TransitGatewayMulticastGroupMember: "AWS::EC2::TransitGatewayMulticastGroupMember",
|
353
|
+
RDSDBCluster: "AWS::RDS::DBCluster",
|
354
|
+
EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint",
|
355
|
+
ECSService: "AWS::ECS::Service",
|
356
|
+
Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster",
|
357
|
+
OpsWorksCMServer: "AWS::OpsWorksCM::Server",
|
358
|
+
AppSyncDomainNameApiAssociation: "AWS::AppSync::DomainNameApiAssociation",
|
359
|
+
BatchJobQueue: "AWS::Batch::JobQueue",
|
360
|
+
IoTThing: "AWS::IoT::Thing",
|
361
|
+
LogsResourcePolicy: "AWS::Logs::ResourcePolicy",
|
362
|
+
DMSCertificate: "AWS::DMS::Certificate",
|
363
|
+
ApiGatewayApiKey: "AWS::ApiGateway::ApiKey",
|
364
|
+
TimestreamTable: "AWS::Timestream::Table",
|
365
|
+
ControlTowerEnabledControl: "AWS::ControlTower::EnabledControl",
|
366
|
+
IoTWirelessDeviceProfile: "AWS::IoTWireless::DeviceProfile",
|
367
|
+
EC2LocalGatewayRouteTableVPCAssociation: "AWS::EC2::LocalGatewayRouteTableVPCAssociation",
|
368
|
+
ApiGatewayResource: "AWS::ApiGateway::Resource",
|
369
|
+
GlueConnection: "AWS::Glue::Connection",
|
370
|
+
CloudFormationTypeActivation: "AWS::CloudFormation::TypeActivation",
|
371
|
+
KinesisVideoStream: "AWS::KinesisVideo::Stream",
|
372
|
+
CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType",
|
373
|
+
S3OutpostsEndpoint: "AWS::S3Outposts::Endpoint",
|
374
|
+
FraudDetectorLabel: "AWS::FraudDetector::Label",
|
375
|
+
SupportAppSlackWorkspaceConfiguration: "AWS::SupportApp::SlackWorkspaceConfiguration",
|
376
|
+
ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation",
|
377
|
+
WAFv2WebACL: "AWS::WAFv2::WebACL",
|
378
|
+
ElastiCacheSubnetGroup: "AWS::ElastiCache::SubnetGroup",
|
379
|
+
IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace",
|
380
|
+
DetectiveGraph: "AWS::Detective::Graph",
|
381
|
+
EC2NetworkInterface: "AWS::EC2::NetworkInterface",
|
382
|
+
ApiGatewayV2Deployment: "AWS::ApiGatewayV2::Deployment",
|
383
|
+
AppConfigEnvironment: "AWS::AppConfig::Environment",
|
384
|
+
FSxFileSystem: "AWS::FSx::FileSystem",
|
385
|
+
IoTSiteWiseAccessPolicy: "AWS::IoTSiteWise::AccessPolicy",
|
386
|
+
DataPipelinePipeline: "AWS::DataPipeline::Pipeline",
|
387
|
+
ResourceExplorer2Index: "AWS::ResourceExplorer2::Index",
|
388
|
+
EC2TransitGatewayMulticastGroupSource: "AWS::EC2::TransitGatewayMulticastGroupSource",
|
389
|
+
TransferCertificate: "AWS::Transfer::Certificate",
|
390
|
+
PinpointCampaign: "AWS::Pinpoint::Campaign",
|
391
|
+
NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation",
|
392
|
+
FSxVolume: "AWS::FSx::Volume",
|
393
|
+
EC2ClientVpnAuthorizationRule: "AWS::EC2::ClientVpnAuthorizationRule",
|
394
|
+
MemoryDBACL: "AWS::MemoryDB::ACL",
|
395
|
+
PersonalizeSchema: "AWS::Personalize::Schema",
|
396
|
+
APSRuleGroupsNamespace: "AWS::APS::RuleGroupsNamespace",
|
397
|
+
GameLiftScript: "AWS::GameLift::Script",
|
398
|
+
ApiGatewayAccount: "AWS::ApiGateway::Account",
|
399
|
+
GreengrassLoggerDefinition: "AWS::Greengrass::LoggerDefinition",
|
400
|
+
LakeFormationPrincipalPermissions: "AWS::LakeFormation::PrincipalPermissions",
|
401
|
+
ServiceCatalogCloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
|
402
|
+
CloudFormationPublicTypeVersion: "AWS::CloudFormation::PublicTypeVersion",
|
403
|
+
MediaLiveInputSecurityGroup: "AWS::MediaLive::InputSecurityGroup",
|
404
|
+
EC2NatGateway: "AWS::EC2::NatGateway",
|
405
|
+
CodeArtifactDomain: "AWS::CodeArtifact::Domain",
|
406
|
+
IoTFleetMetric: "AWS::IoT::FleetMetric",
|
407
|
+
ElastiCacheReplicationGroup: "AWS::ElastiCache::ReplicationGroup",
|
408
|
+
CognitoUserPoolUser: "AWS::Cognito::UserPoolUser",
|
409
|
+
AppSyncFunctionConfiguration: "AWS::AppSync::FunctionConfiguration",
|
410
|
+
ApiGatewayV2Model: "AWS::ApiGatewayV2::Model",
|
411
|
+
CloudFormationHookVersion: "AWS::CloudFormation::HookVersion",
|
412
|
+
EKSFargateProfile: "AWS::EKS::FargateProfile",
|
413
|
+
LookoutMetricsAnomalyDetector: "AWS::LookoutMetrics::AnomalyDetector",
|
414
|
+
CloudFormationResourceVersion: "AWS::CloudFormation::ResourceVersion",
|
415
|
+
PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup",
|
416
|
+
LightsailBucket: "AWS::Lightsail::Bucket",
|
417
|
+
WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase",
|
418
|
+
AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
|
419
|
+
EC2TrafficMirrorFilterRule: "AWS::EC2::TrafficMirrorFilterRule",
|
420
|
+
LambdaEventInvokeConfig: "AWS::Lambda::EventInvokeConfig",
|
421
|
+
EC2PrefixList: "AWS::EC2::PrefixList",
|
422
|
+
CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup",
|
423
|
+
AthenaDataCatalog: "AWS::Athena::DataCatalog",
|
424
|
+
NetworkFirewallLoggingConfiguration: "AWS::NetworkFirewall::LoggingConfiguration",
|
425
|
+
GameLiftLocation: "AWS::GameLift::Location",
|
426
|
+
InternetMonitorMonitor: "AWS::InternetMonitor::Monitor",
|
427
|
+
ElastiCacheParameterGroup: "AWS::ElastiCache::ParameterGroup",
|
428
|
+
IVSChannel: "AWS::IVS::Channel",
|
429
|
+
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
430
|
+
WAFSqlInjectionMatchSet: "AWS::WAF::SqlInjectionMatchSet",
|
431
|
+
CodeCommitRepository: "AWS::CodeCommit::Repository",
|
432
|
+
SecretsManagerSecret: "AWS::SecretsManager::Secret",
|
433
|
+
PinpointAPNSVoipSandboxChannel: "AWS::Pinpoint::APNSVoipSandboxChannel",
|
434
|
+
MSKBatchScramSecret: "AWS::MSK::BatchScramSecret",
|
435
|
+
ServiceCatalogPortfolio: "AWS::ServiceCatalog::Portfolio",
|
436
|
+
CognitoUserPoolUICustomizationAttachment: "AWS::Cognito::UserPoolUICustomizationAttachment",
|
437
|
+
GreengrassCoreDefinition: "AWS::Greengrass::CoreDefinition",
|
438
|
+
EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping",
|
439
|
+
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
440
|
+
IoTFleetWiseModelManifest: "AWS::IoTFleetWise::ModelManifest",
|
441
|
+
MediaStoreContainer: "AWS::MediaStore::Container",
|
442
|
+
LogsLogStream: "AWS::Logs::LogStream",
|
443
|
+
AthenaWorkGroup: "AWS::Athena::WorkGroup",
|
444
|
+
RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion",
|
445
|
+
RDSEventSubscription: "AWS::RDS::EventSubscription",
|
446
|
+
ElasticBeanstalkEnvironment: "AWS::ElasticBeanstalk::Environment",
|
447
|
+
IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup",
|
448
|
+
LambdaFunction: "AWS::Lambda::Function",
|
449
|
+
LookoutVisionProject: "AWS::LookoutVision::Project",
|
450
|
+
Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl",
|
451
|
+
EventSchemasSchema: "AWS::EventSchemas::Schema",
|
452
|
+
IoTSiteWiseProject: "AWS::IoTSiteWise::Project",
|
453
|
+
ConfigConfigRule: "AWS::Config::ConfigRule",
|
454
|
+
KendraRankingExecutionPlan: "AWS::KendraRanking::ExecutionPlan",
|
455
|
+
IoTFleetWiseDecoderManifest: "AWS::IoTFleetWise::DecoderManifest",
|
456
|
+
GluePartition: "AWS::Glue::Partition",
|
457
|
+
DocDBElasticCluster: "AWS::DocDBElastic::Cluster",
|
458
|
+
FMSResourceSet: "AWS::FMS::ResourceSet",
|
459
|
+
WAFWebACL: "AWS::WAF::WebACL",
|
460
|
+
AppSyncApiCache: "AWS::AppSync::ApiCache",
|
461
|
+
NeptuneDBCluster: "AWS::Neptune::DBCluster",
|
462
|
+
SESDedicatedIpPool: "AWS::SES::DedicatedIpPool",
|
463
|
+
GameLiftGameServerGroup: "AWS::GameLift::GameServerGroup",
|
464
|
+
ElastiCacheGlobalReplicationGroup: "AWS::ElastiCache::GlobalReplicationGroup",
|
465
|
+
SSMMaintenanceWindow: "AWS::SSM::MaintenanceWindow",
|
466
|
+
CloudFormationMacro: "AWS::CloudFormation::Macro",
|
467
|
+
EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain",
|
468
|
+
Route53RecordSetGroup: "AWS::Route53::RecordSetGroup",
|
469
|
+
CloudFrontFunction: "AWS::CloudFront::Function",
|
470
|
+
KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream",
|
471
|
+
IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair",
|
472
|
+
GreengrassDeviceDefinitionVersion: "AWS::Greengrass::DeviceDefinitionVersion",
|
473
|
+
ApplicationAutoScalingScalableTarget: "AWS::ApplicationAutoScaling::ScalableTarget",
|
474
|
+
LakeFormationTagAssociation: "AWS::LakeFormation::TagAssociation",
|
475
|
+
AmplifyDomain: "AWS::Amplify::Domain",
|
476
|
+
ECSClusterCapacityProviderAssociations: "AWS::ECS::ClusterCapacityProviderAssociations",
|
477
|
+
ConnectContactFlow: "AWS::Connect::ContactFlow",
|
478
|
+
ECRRegistryPolicy: "AWS::ECR::RegistryPolicy",
|
479
|
+
ApiGatewayMethod: "AWS::ApiGateway::Method",
|
480
|
+
DMSEndpoint: "AWS::DMS::Endpoint",
|
481
|
+
NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer",
|
482
|
+
ServiceCatalogLaunchNotificationConstraint: "AWS::ServiceCatalog::LaunchNotificationConstraint",
|
483
|
+
SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet",
|
484
|
+
AppStreamStackUserAssociation: "AWS::AppStream::StackUserAssociation",
|
485
|
+
PinpointAPNSVoipChannel: "AWS::Pinpoint::APNSVoipChannel",
|
486
|
+
PinpointEmailChannel: "AWS::Pinpoint::EmailChannel",
|
487
|
+
EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis",
|
488
|
+
ECSTaskDefinition: "AWS::ECS::TaskDefinition",
|
489
|
+
CEAnomalyMonitor: "AWS::CE::AnomalyMonitor",
|
490
|
+
ApiGatewayV2IntegrationResponse: "AWS::ApiGatewayV2::IntegrationResponse",
|
491
|
+
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
492
|
+
ForecastDatasetGroup: "AWS::Forecast::DatasetGroup",
|
493
|
+
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
494
|
+
EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope",
|
495
|
+
IoTThingPrincipalAttachment: "AWS::IoT::ThingPrincipalAttachment",
|
496
|
+
ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster",
|
497
|
+
CloudFormationModuleDefaultVersion: "AWS::CloudFormation::ModuleDefaultVersion",
|
498
|
+
MSKCluster: "AWS::MSK::Cluster",
|
499
|
+
ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup",
|
500
|
+
ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe",
|
501
|
+
RoboMakerRobot: "AWS::RoboMaker::Robot",
|
502
|
+
GlueTrigger: "AWS::Glue::Trigger",
|
503
|
+
SSMParameter: "AWS::SSM::Parameter",
|
504
|
+
InspectorAssessmentTemplate: "AWS::Inspector::AssessmentTemplate",
|
505
|
+
AppMeshMesh: "AWS::AppMesh::Mesh",
|
506
|
+
SSMResourceDataSync: "AWS::SSM::ResourceDataSync",
|
507
|
+
KinesisAnalyticsApplication: "AWS::KinesisAnalytics::Application",
|
508
|
+
DynamoDBTable: "AWS::DynamoDB::Table",
|
509
|
+
EC2EC2Fleet: "AWS::EC2::EC2Fleet",
|
510
|
+
LambdaPermission: "AWS::Lambda::Permission",
|
511
|
+
CertificateManagerAccount: "AWS::CertificateManager::Account",
|
512
|
+
ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe",
|
513
|
+
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
514
|
+
ChatbotSlackChannelConfiguration: "AWS::Chatbot::SlackChannelConfiguration",
|
515
|
+
AppStreamAppBlock: "AWS::AppStream::AppBlock",
|
516
|
+
IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration",
|
517
|
+
AutoScalingAutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup",
|
518
|
+
FraudDetectorVariable: "AWS::FraudDetector::Variable",
|
519
|
+
QuickSightTheme: "AWS::QuickSight::Theme",
|
520
|
+
IVSChatLoggingConfiguration: "AWS::IVSChat::LoggingConfiguration",
|
521
|
+
SSOInstanceAccessControlAttributeConfiguration: "AWS::SSO::InstanceAccessControlAttributeConfiguration",
|
522
|
+
EC2VPCDHCPOptionsAssociation: "AWS::EC2::VPCDHCPOptionsAssociation",
|
523
|
+
CassandraKeyspace: "AWS::Cassandra::Keyspace",
|
524
|
+
DMSReplicationTask: "AWS::DMS::ReplicationTask",
|
525
|
+
EC2EnclaveCertificateIamRoleAssociation: "AWS::EC2::EnclaveCertificateIamRoleAssociation",
|
526
|
+
ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace",
|
527
|
+
IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene",
|
528
|
+
EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect",
|
529
|
+
EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget",
|
530
|
+
ConfigStoredQuery: "AWS::Config::StoredQuery",
|
531
|
+
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
532
|
+
DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
|
533
|
+
GlueSecurityConfiguration: "AWS::Glue::SecurityConfiguration",
|
534
|
+
AutoScalingScheduledAction: "AWS::AutoScaling::ScheduledAction",
|
535
|
+
EC2RouteTable: "AWS::EC2::RouteTable",
|
536
|
+
BillingConductorBillingGroup: "AWS::BillingConductor::BillingGroup",
|
537
|
+
GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator",
|
538
|
+
AppStreamApplicationFleetAssociation: "AWS::AppStream::ApplicationFleetAssociation",
|
539
|
+
AccessAnalyzerAnalyzer: "AWS::AccessAnalyzer::Analyzer",
|
540
|
+
WAFRegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule",
|
541
|
+
LightsailInstance: "AWS::Lightsail::Instance",
|
542
|
+
Route53CidrCollection: "AWS::Route53::CidrCollection",
|
543
|
+
MemoryDBUser: "AWS::MemoryDB::User",
|
544
|
+
PinpointSMSChannel: "AWS::Pinpoint::SMSChannel",
|
545
|
+
EMRInstanceFleetConfig: "AWS::EMR::InstanceFleetConfig",
|
546
|
+
WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace",
|
547
|
+
ApiGatewayV2Route: "AWS::ApiGatewayV2::Route",
|
548
|
+
MediaPackageAsset: "AWS::MediaPackage::Asset",
|
549
|
+
SageMakerWorkteam: "AWS::SageMaker::Workteam",
|
550
|
+
AutoScalingLaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration",
|
551
|
+
SQSQueue: "AWS::SQS::Queue",
|
552
|
+
LookoutEquipmentInferenceScheduler: "AWS::LookoutEquipment::InferenceScheduler",
|
553
|
+
EC2TransitGateway: "AWS::EC2::TransitGateway",
|
554
|
+
EC2CapacityReservationFleet: "AWS::EC2::CapacityReservationFleet",
|
555
|
+
CloudWatchDashboard: "AWS::CloudWatch::Dashboard",
|
556
|
+
IAMPolicy: "AWS::IAM::Policy",
|
557
|
+
ServiceCatalogServiceActionAssociation: "AWS::ServiceCatalog::ServiceActionAssociation",
|
558
|
+
StepFunctionsActivity: "AWS::StepFunctions::Activity",
|
559
|
+
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
560
|
+
CloudFrontKeyGroup: "AWS::CloudFront::KeyGroup",
|
561
|
+
IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType",
|
562
|
+
EC2NetworkPerformanceMetricSubscription: "AWS::EC2::NetworkPerformanceMetricSubscription",
|
563
|
+
ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup",
|
564
|
+
GlueSchemaVersion: "AWS::Glue::SchemaVersion",
|
565
|
+
EC2Volume: "AWS::EC2::Volume",
|
566
|
+
IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole",
|
567
|
+
GroundStationConfig: "AWS::GroundStation::Config",
|
568
|
+
SupportAppAccountAlias: "AWS::SupportApp::AccountAlias",
|
569
|
+
GuardDutyFilter: "AWS::GuardDuty::Filter",
|
570
|
+
BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction",
|
571
|
+
S3AccessPoint: "AWS::S3::AccessPoint",
|
572
|
+
SNSSubscription: "AWS::SNS::Subscription",
|
573
|
+
EFSMountTarget: "AWS::EFS::MountTarget",
|
574
|
+
GlueDataCatalogEncryptionSettings: "AWS::Glue::DataCatalogEncryptionSettings",
|
575
|
+
SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig",
|
576
|
+
MediaConnectFlowSource: "AWS::MediaConnect::FlowSource",
|
577
|
+
ApiGatewayDeployment: "AWS::ApiGateway::Deployment",
|
578
|
+
CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup",
|
579
|
+
IoTFleetWiseCampaign: "AWS::IoTFleetWise::Campaign",
|
580
|
+
LakeFormationPermissions: "AWS::LakeFormation::Permissions",
|
581
|
+
KMSKey: "AWS::KMS::Key",
|
582
|
+
ApplicationInsightsApplication: "AWS::ApplicationInsights::Application",
|
583
|
+
CustomerProfilesDomain: "AWS::CustomerProfiles::Domain",
|
584
|
+
NimbleStudioStreamingImage: "AWS::NimbleStudio::StreamingImage",
|
585
|
+
OpsWorksApp: "AWS::OpsWorks::App",
|
586
|
+
LambdaEventSourceMapping: "AWS::Lambda::EventSourceMapping",
|
587
|
+
ApiGatewayV2ApiGatewayManagedOverrides: "AWS::ApiGatewayV2::ApiGatewayManagedOverrides",
|
588
|
+
AppConfigDeployment: "AWS::AppConfig::Deployment",
|
589
|
+
ApiGatewayAuthorizer: "AWS::ApiGateway::Authorizer",
|
590
|
+
EC2LocalGatewayRoute: "AWS::EC2::LocalGatewayRoute",
|
591
|
+
QLDBStream: "AWS::QLDB::Stream",
|
592
|
+
WAFRegionalGeoMatchSet: "AWS::WAFRegional::GeoMatchSet",
|
593
|
+
BatchJobDefinition: "AWS::Batch::JobDefinition",
|
594
|
+
EvidentlyLaunch: "AWS::Evidently::Launch",
|
595
|
+
DataBrewDataset: "AWS::DataBrew::Dataset",
|
596
|
+
EC2TransitGatewayVpcAttachment: "AWS::EC2::TransitGatewayVpcAttachment",
|
597
|
+
GameLiftFleet: "AWS::GameLift::Fleet",
|
598
|
+
EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification",
|
599
|
+
AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute",
|
600
|
+
ElastiCacheUser: "AWS::ElastiCache::User",
|
601
|
+
SageMakerUserProfile: "AWS::SageMaker::UserProfile",
|
602
|
+
NetworkManagerSiteToSiteVpnAttachment: "AWS::NetworkManager::SiteToSiteVpnAttachment",
|
603
|
+
EC2IPAMAllocation: "AWS::EC2::IPAMAllocation",
|
604
|
+
M2Environment: "AWS::M2::Environment",
|
605
|
+
IoTWirelessNetworkAnalyzerConfiguration: "AWS::IoTWireless::NetworkAnalyzerConfiguration",
|
606
|
+
ElasticLoadBalancingLoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer",
|
607
|
+
AppStreamApplicationEntitlementAssociation: "AWS::AppStream::ApplicationEntitlementAssociation",
|
608
|
+
IoTJobTemplate: "AWS::IoT::JobTemplate",
|
609
|
+
EvidentlyExperiment: "AWS::Evidently::Experiment",
|
610
|
+
CodeArtifactRepository: "AWS::CodeArtifact::Repository",
|
611
|
+
ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage",
|
612
|
+
ApiGatewayModel: "AWS::ApiGateway::Model",
|
613
|
+
ForecastDataset: "AWS::Forecast::Dataset",
|
614
|
+
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
615
|
+
SageMakerModelExplainabilityJobDefinition: "AWS::SageMaker::ModelExplainabilityJobDefinition",
|
616
|
+
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
617
|
+
SESReceiptFilter: "AWS::SES::ReceiptFilter",
|
618
|
+
GlueWorkflow: "AWS::Glue::Workflow",
|
619
|
+
ConfigRemediationConfiguration: "AWS::Config::RemediationConfiguration",
|
620
|
+
GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup",
|
621
|
+
EC2FlowLog: "AWS::EC2::FlowLog",
|
622
|
+
GreengrassResourceDefinition: "AWS::Greengrass::ResourceDefinition",
|
623
|
+
LexResourcePolicy: "AWS::Lex::ResourcePolicy",
|
624
|
+
IAMAccessKey: "AWS::IAM::AccessKey",
|
625
|
+
GameLiftMatchmakingConfiguration: "AWS::GameLift::MatchmakingConfiguration",
|
626
|
+
AppIntegrationsDataIntegration: "AWS::AppIntegrations::DataIntegration",
|
627
|
+
AmazonMQConfigurationAssociation: "AWS::AmazonMQ::ConfigurationAssociation",
|
628
|
+
ECSCapacityProvider: "AWS::ECS::CapacityProvider",
|
629
|
+
AppStreamApplication: "AWS::AppStream::Application",
|
630
|
+
CodeBuildProject: "AWS::CodeBuild::Project",
|
631
|
+
BillingConductorPricingRule: "AWS::BillingConductor::PricingRule",
|
632
|
+
BudgetsBudget: "AWS::Budgets::Budget",
|
633
|
+
S3ObjectLambdaAccessPoint: "AWS::S3ObjectLambda::AccessPoint",
|
634
|
+
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
635
|
+
NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup",
|
636
|
+
ElasticLoadBalancingV2Listener: "AWS::ElasticLoadBalancingV2::Listener",
|
637
|
+
CloudFrontOriginAccessControl: "AWS::CloudFront::OriginAccessControl",
|
638
|
+
SageMakerEndpointConfig: "AWS::SageMaker::EndpointConfig",
|
639
|
+
EventsConnection: "AWS::Events::Connection",
|
640
|
+
GreengrassDeviceDefinition: "AWS::Greengrass::DeviceDefinition",
|
641
|
+
MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup",
|
642
|
+
DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows",
|
643
|
+
Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel",
|
644
|
+
MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface",
|
645
|
+
LakeFormationDataCellsFilter: "AWS::LakeFormation::DataCellsFilter",
|
646
|
+
ConfigConfigurationAggregator: "AWS::Config::ConfigurationAggregator",
|
647
|
+
DataSyncLocationS3: "AWS::DataSync::LocationS3",
|
648
|
+
LocationMap: "AWS::Location::Map",
|
649
|
+
RekognitionProject: "AWS::Rekognition::Project",
|
650
|
+
CloudTrailTrail: "AWS::CloudTrail::Trail",
|
651
|
+
NeptuneDBClusterParameterGroup: "AWS::Neptune::DBClusterParameterGroup",
|
652
|
+
DataBrewRuleset: "AWS::DataBrew::Ruleset",
|
653
|
+
DocDBDBInstance: "AWS::DocDB::DBInstance",
|
654
|
+
OpsWorksElasticLoadBalancerAttachment: "AWS::OpsWorks::ElasticLoadBalancerAttachment",
|
655
|
+
ServiceCatalogAppRegistryApplication: "AWS::ServiceCatalogAppRegistry::Application",
|
656
|
+
IoTRoleAlias: "AWS::IoT::RoleAlias",
|
657
|
+
BackupReportPlan: "AWS::Backup::ReportPlan",
|
658
|
+
AmplifyUIBuilderComponent: "AWS::AmplifyUIBuilder::Component",
|
659
|
+
RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication",
|
660
|
+
ConnectApprovedOrigin: "AWS::Connect::ApprovedOrigin",
|
661
|
+
BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy",
|
662
|
+
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
663
|
+
SyntheticsGroup: "AWS::Synthetics::Group",
|
664
|
+
WAFRegionalWebACL: "AWS::WAFRegional::WebACL",
|
665
|
+
CloudFrontCloudFrontOriginAccessIdentity: "AWS::CloudFront::CloudFrontOriginAccessIdentity",
|
666
|
+
SageMakerEndpoint: "AWS::SageMaker::Endpoint",
|
667
|
+
AppSyncDomainName: "AWS::AppSync::DomainName",
|
668
|
+
ConnectRule: "AWS::Connect::Rule",
|
669
|
+
EC2Subnet: "AWS::EC2::Subnet",
|
670
|
+
CodeDeployApplication: "AWS::CodeDeploy::Application",
|
671
|
+
ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance",
|
672
|
+
AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion",
|
673
|
+
SystemsManagerSAPApplication: "AWS::SystemsManagerSAP::Application",
|
674
|
+
EC2CarrierGateway: "AWS::EC2::CarrierGateway",
|
675
|
+
EC2Instance: "AWS::EC2::Instance",
|
676
|
+
EventsEventBusPolicy: "AWS::Events::EventBusPolicy",
|
677
|
+
CloudFormationStack: "AWS::CloudFormation::Stack",
|
678
|
+
ConfigAggregationAuthorization: "AWS::Config::AggregationAuthorization",
|
679
|
+
WAFByteMatchSet: "AWS::WAF::ByteMatchSet",
|
680
|
+
FISExperimentTemplate: "AWS::FIS::ExperimentTemplate",
|
681
|
+
AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway",
|
682
|
+
IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity",
|
683
|
+
DevOpsGuruNotificationChannel: "AWS::DevOpsGuru::NotificationChannel",
|
684
|
+
SecretsManagerResourcePolicy: "AWS::SecretsManager::ResourcePolicy",
|
685
|
+
EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation: "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
|
686
|
+
AuditManagerAssessment: "AWS::AuditManager::Assessment",
|
687
|
+
EMRStep: "AWS::EMR::Step",
|
688
|
+
ConfigConfigurationRecorder: "AWS::Config::ConfigurationRecorder",
|
689
|
+
SageMakerModelPackage: "AWS::SageMaker::ModelPackage",
|
690
|
+
AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
|
691
|
+
PipesPipe: "AWS::Pipes::Pipe",
|
692
|
+
EC2IPAMPool: "AWS::EC2::IPAMPool",
|
693
|
+
KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel",
|
694
|
+
SSMMaintenanceWindowTarget: "AWS::SSM::MaintenanceWindowTarget",
|
695
|
+
OrganizationsOrganizationalUnit: "AWS::Organizations::OrganizationalUnit",
|
696
|
+
CognitoUserPoolResourceServer: "AWS::Cognito::UserPoolResourceServer",
|
697
|
+
OpsWorksInstance: "AWS::OpsWorks::Instance",
|
698
|
+
RedshiftEventSubscription: "AWS::Redshift::EventSubscription",
|
699
|
+
ManagedBlockchainNode: "AWS::ManagedBlockchain::Node",
|
700
|
+
PersonalizeDataset: "AWS::Personalize::Dataset",
|
701
|
+
GlueJob: "AWS::Glue::Job",
|
702
|
+
LambdaVersion: "AWS::Lambda::Version",
|
703
|
+
ApiGatewayBasePathMapping: "AWS::ApiGateway::BasePathMapping",
|
704
|
+
DataSyncTask: "AWS::DataSync::Task",
|
705
|
+
EMRStudio: "AWS::EMR::Studio",
|
706
|
+
DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage",
|
707
|
+
DataBrewProject: "AWS::DataBrew::Project",
|
708
|
+
IVSStreamKey: "AWS::IVS::StreamKey",
|
709
|
+
DLMLifecyclePolicy: "AWS::DLM::LifecyclePolicy",
|
710
|
+
LightsailAlarm: "AWS::Lightsail::Alarm",
|
711
|
+
RDSDBInstance: "AWS::RDS::DBInstance",
|
712
|
+
WAFRegionalIPSet: "AWS::WAFRegional::IPSet",
|
713
|
+
ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace",
|
714
|
+
SageMakerCodeRepository: "AWS::SageMaker::CodeRepository",
|
715
|
+
ApiGatewayStage: "AWS::ApiGateway::Stage",
|
716
|
+
SDBDomain: "AWS::SDB::Domain",
|
717
|
+
CognitoUserPoolClient: "AWS::Cognito::UserPoolClient",
|
718
|
+
IoTEventsInput: "AWS::IoTEvents::Input",
|
719
|
+
FraudDetectorEventType: "AWS::FraudDetector::EventType",
|
720
|
+
EC2LocalGatewayRouteTable: "AWS::EC2::LocalGatewayRouteTable",
|
721
|
+
EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath",
|
722
|
+
GlueDatabase: "AWS::Glue::Database",
|
723
|
+
RefactorSpacesRoute: "AWS::RefactorSpaces::Route",
|
724
|
+
ApiGatewayClientCertificate: "AWS::ApiGateway::ClientCertificate",
|
725
|
+
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
726
|
+
EvidentlyProject: "AWS::Evidently::Project",
|
727
|
+
WisdomAssistantAssociation: "AWS::Wisdom::AssistantAssociation",
|
728
|
+
LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig",
|
729
|
+
RedshiftServerlessNamespace: "AWS::RedshiftServerless::Namespace",
|
730
|
+
RDSDBSecurityGroup: "AWS::RDS::DBSecurityGroup",
|
731
|
+
QuickSightAnalysis: "AWS::QuickSight::Analysis",
|
732
|
+
EC2EIPAssociation: "AWS::EC2::EIPAssociation",
|
733
|
+
LightsailLoadBalancerTlsCertificate: "AWS::Lightsail::LoadBalancerTlsCertificate",
|
734
|
+
EC2VPNGateway: "AWS::EC2::VPNGateway",
|
735
|
+
FSxStorageVirtualMachine: "AWS::FSx::StorageVirtualMachine",
|
736
|
+
IoTWirelessWirelessGateway: "AWS::IoTWireless::WirelessGateway",
|
737
|
+
GuardDutyDetector: "AWS::GuardDuty::Detector",
|
738
|
+
WisdomAssistant: "AWS::Wisdom::Assistant",
|
739
|
+
ServiceDiscoveryPrivateDnsNamespace: "AWS::ServiceDiscovery::PrivateDnsNamespace",
|
740
|
+
S3OutpostsAccessPoint: "AWS::S3Outposts::AccessPoint",
|
741
|
+
MediaPackageOriginEndpoint: "AWS::MediaPackage::OriginEndpoint",
|
742
|
+
EC2VPNConnection: "AWS::EC2::VPNConnection",
|
743
|
+
Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
|
744
|
+
ManagedBlockchainAccessor: "AWS::ManagedBlockchain::Accessor",
|
745
|
+
GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener",
|
746
|
+
AppStreamFleet: "AWS::AppStream::Fleet",
|
747
|
+
LogsSubscriptionFilter: "AWS::Logs::SubscriptionFilter",
|
748
|
+
ServiceCatalogAppRegistryResourceAssociation: "AWS::ServiceCatalogAppRegistry::ResourceAssociation",
|
749
|
+
FMSNotificationChannel: "AWS::FMS::NotificationChannel",
|
750
|
+
AmazonMQConfiguration: "AWS::AmazonMQ::Configuration",
|
751
|
+
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
752
|
+
EC2TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable",
|
753
|
+
CloudFrontRealtimeLogConfig: "AWS::CloudFront::RealtimeLogConfig",
|
754
|
+
EvidentlyFeature: "AWS::Evidently::Feature",
|
755
|
+
Route53HealthCheck: "AWS::Route53::HealthCheck",
|
756
|
+
IoTFleetWiseFleet: "AWS::IoTFleetWise::Fleet",
|
757
|
+
MediaLiveChannel: "AWS::MediaLive::Channel",
|
758
|
+
S3OutpostsBucket: "AWS::S3Outposts::Bucket",
|
759
|
+
OmicsAnnotationStore: "AWS::Omics::AnnotationStore",
|
760
|
+
NetworkManagerDevice: "AWS::NetworkManager::Device",
|
761
|
+
RDSDBClusterParameterGroup: "AWS::RDS::DBClusterParameterGroup",
|
762
|
+
EC2VPCEndpointService: "AWS::EC2::VPCEndpointService",
|
763
|
+
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
764
|
+
SageMakerModelCard: "AWS::SageMaker::ModelCard",
|
765
|
+
ServiceCatalogStackSetConstraint: "AWS::ServiceCatalog::StackSetConstraint",
|
766
|
+
GlueCrawler: "AWS::Glue::Crawler",
|
767
|
+
ApiGatewayDocumentationVersion: "AWS::ApiGateway::DocumentationVersion",
|
768
|
+
MediaConnectFlowOutput: "AWS::MediaConnect::FlowOutput",
|
769
|
+
EC2NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
|
770
|
+
TransferServer: "AWS::Transfer::Server",
|
771
|
+
Route53ResolverResolverConfig: "AWS::Route53Resolver::ResolverConfig",
|
772
|
+
NimbleStudioLaunchProfile: "AWS::NimbleStudio::LaunchProfile",
|
773
|
+
GlueClassifier: "AWS::Glue::Classifier",
|
774
|
+
AmazonMQBroker: "AWS::AmazonMQ::Broker",
|
775
|
+
IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel",
|
776
|
+
LightsailDisk: "AWS::Lightsail::Disk",
|
777
|
+
ServiceCatalogAppRegistryAttributeGroup: "AWS::ServiceCatalogAppRegistry::AttributeGroup",
|
778
|
+
AppSyncDataSource: "AWS::AppSync::DataSource",
|
779
|
+
SchedulerSchedule: "AWS::Scheduler::Schedule",
|
780
|
+
ECSPrimaryTaskSet: "AWS::ECS::PrimaryTaskSet",
|
781
|
+
GreengrassGroup: "AWS::Greengrass::Group",
|
782
|
+
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
783
|
+
DataSyncLocationFSxOpenZFS: "AWS::DataSync::LocationFSxOpenZFS",
|
784
|
+
LightsailContainer: "AWS::Lightsail::Container",
|
785
|
+
MediaLiveInput: "AWS::MediaLive::Input",
|
786
|
+
Route53KeySigningKey: "AWS::Route53::KeySigningKey",
|
787
|
+
AppMeshVirtualService: "AWS::AppMesh::VirtualService",
|
788
|
+
Route53ResolverResolverDNSSECConfig: "AWS::Route53Resolver::ResolverDNSSECConfig",
|
789
|
+
SESVdmAttributes: "AWS::SES::VdmAttributes",
|
790
|
+
IoTFleetWiseSignalCatalog: "AWS::IoTFleetWise::SignalCatalog",
|
791
|
+
EC2GatewayRouteTableAssociation: "AWS::EC2::GatewayRouteTableAssociation",
|
792
|
+
KendraFaq: "AWS::Kendra::Faq",
|
793
|
+
AppStreamImageBuilder: "AWS::AppStream::ImageBuilder",
|
794
|
+
ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration",
|
795
|
+
CloudWatchMetricStream: "AWS::CloudWatch::MetricStream",
|
796
|
+
EC2NetworkAclEntry: "AWS::EC2::NetworkAclEntry",
|
797
|
+
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
798
|
+
ElasticLoadBalancingV2ListenerCertificate: "AWS::ElasticLoadBalancingV2::ListenerCertificate",
|
799
|
+
NeptuneDBParameterGroup: "AWS::Neptune::DBParameterGroup",
|
800
|
+
LightsailStaticIp: "AWS::Lightsail::StaticIp",
|
801
|
+
EKSAddon: "AWS::EKS::Addon",
|
802
|
+
AppRunnerObservabilityConfiguration: "AWS::AppRunner::ObservabilityConfiguration",
|
803
|
+
PinpointSmsTemplate: "AWS::Pinpoint::SmsTemplate",
|
804
|
+
ServiceCatalogTagOptionAssociation: "AWS::ServiceCatalog::TagOptionAssociation",
|
805
|
+
GlueSchema: "AWS::Glue::Schema",
|
806
|
+
ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink",
|
807
|
+
QuickSightTemplate: "AWS::QuickSight::Template",
|
808
|
+
QuickSightDataSource: "AWS::QuickSight::DataSource",
|
809
|
+
EC2SpotFleet: "AWS::EC2::SpotFleet",
|
810
|
+
S3ObjectLambdaAccessPointPolicy: "AWS::S3ObjectLambda::AccessPointPolicy",
|
811
|
+
RolesAnywhereCRL: "AWS::RolesAnywhere::CRL",
|
812
|
+
MSKServerlessCluster: "AWS::MSK::ServerlessCluster",
|
813
|
+
SSMDocument: "AWS::SSM::Document",
|
814
|
+
SageMakerModel: "AWS::SageMaker::Model",
|
815
|
+
EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter",
|
816
|
+
ConnectUser: "AWS::Connect::User",
|
817
|
+
QLDBLedger: "AWS::QLDB::Ledger",
|
818
|
+
PinpointSegment: "AWS::Pinpoint::Segment",
|
819
|
+
BackupBackupSelection: "AWS::Backup::BackupSelection",
|
820
|
+
CloudWatchAlarm: "AWS::CloudWatch::Alarm",
|
821
|
+
PinpointAPNSSandboxChannel: "AWS::Pinpoint::APNSSandboxChannel",
|
822
|
+
Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList",
|
823
|
+
PinpointADMChannel: "AWS::Pinpoint::ADMChannel",
|
824
|
+
CertificateManagerCertificate: "AWS::CertificateManager::Certificate",
|
825
|
+
GreengrassSubscriptionDefinitionVersion: "AWS::Greengrass::SubscriptionDefinitionVersion",
|
826
|
+
GreengrassCoreDefinitionVersion: "AWS::Greengrass::CoreDefinitionVersion",
|
827
|
+
ECRPublicRepository: "AWS::ECR::PublicRepository",
|
828
|
+
MediaConvertPreset: "AWS::MediaConvert::Preset",
|
829
|
+
LicenseManagerGrant: "AWS::LicenseManager::Grant",
|
830
|
+
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
831
|
+
IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset",
|
832
|
+
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
833
|
+
IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate",
|
834
|
+
ServiceCatalogPortfolioPrincipalAssociation: "AWS::ServiceCatalog::PortfolioPrincipalAssociation",
|
835
|
+
NetworkManagerVpcAttachment: "AWS::NetworkManager::VpcAttachment",
|
836
|
+
ACMPCAPermission: "AWS::ACMPCA::Permission",
|
837
|
+
DataBrewJob: "AWS::DataBrew::Job",
|
838
|
+
GameLiftMatchmakingRuleSet: "AWS::GameLift::MatchmakingRuleSet",
|
839
|
+
EMRServerlessApplication: "AWS::EMRServerless::Application",
|
840
|
+
ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign",
|
841
|
+
IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask",
|
842
|
+
EC2SecurityGroupIngress: "AWS::EC2::SecurityGroupIngress",
|
843
|
+
PinpointEmailConfigurationSet: "AWS::PinpointEmail::ConfigurationSet",
|
844
|
+
AlexaASKSkill: "Alexa::ASK::Skill",
|
845
|
+
IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition",
|
846
|
+
PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings",
|
847
|
+
GroundStationMissionProfile: "AWS::GroundStation::MissionProfile",
|
848
|
+
OpsWorksLayer: "AWS::OpsWorks::Layer",
|
849
|
+
IoTWirelessDestination: "AWS::IoTWireless::Destination",
|
850
|
+
RedshiftServerlessWorkgroup: "AWS::RedshiftServerless::Workgroup",
|
851
|
+
CloudFrontMonitoringSubscription: "AWS::CloudFront::MonitoringSubscription",
|
852
|
+
GlueTable: "AWS::Glue::Table",
|
853
|
+
EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation",
|
854
|
+
IoTPolicy: "AWS::IoT::Policy",
|
855
|
+
ElastiCacheSecurityGroup: "AWS::ElastiCache::SecurityGroup",
|
856
|
+
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
857
|
+
BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment",
|
858
|
+
MediaConnectFlow: "AWS::MediaConnect::Flow",
|
859
|
+
CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup",
|
860
|
+
AppFlowFlow: "AWS::AppFlow::Flow",
|
861
|
+
EC2Route: "AWS::EC2::Route",
|
862
|
+
AthenaPreparedStatement: "AWS::Athena::PreparedStatement",
|
863
|
+
NimbleStudioStudioComponent: "AWS::NimbleStudio::StudioComponent",
|
864
|
+
AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig",
|
865
|
+
GameLiftGameSessionQueue: "AWS::GameLift::GameSessionQueue",
|
866
|
+
SageMakerDeviceFleet: "AWS::SageMaker::DeviceFleet",
|
867
|
+
GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup",
|
868
|
+
SecurityHubHub: "AWS::SecurityHub::Hub",
|
869
|
+
IoT1ClickDevice: "AWS::IoT1Click::Device",
|
870
|
+
MacieCustomDataIdentifier: "AWS::Macie::CustomDataIdentifier",
|
871
|
+
ECSTaskSet: "AWS::ECS::TaskSet",
|
872
|
+
WAFv2RuleGroup: "AWS::WAFv2::RuleGroup",
|
873
|
+
RefactorSpacesApplication: "AWS::RefactorSpaces::Application",
|
874
|
+
CloudFormationPublisher: "AWS::CloudFormation::Publisher",
|
875
|
+
LexBotVersion: "AWS::Lex::BotVersion",
|
876
|
+
ServiceCatalogAppRegistryAttributeGroupAssociation: "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation",
|
877
|
+
ElasticBeanstalkApplication: "AWS::ElasticBeanstalk::Application",
|
878
|
+
SESReceiptRule: "AWS::SES::ReceiptRule",
|
879
|
+
NimbleStudioStudio: "AWS::NimbleStudio::Studio",
|
880
|
+
AppFlowConnectorProfile: "AWS::AppFlow::ConnectorProfile",
|
881
|
+
EC2TransitGatewayRouteTablePropagation: "AWS::EC2::TransitGatewayRouteTablePropagation",
|
882
|
+
SageMakerApp: "AWS::SageMaker::App",
|
883
|
+
WAFRegionalByteMatchSet: "AWS::WAFRegional::ByteMatchSet",
|
884
|
+
SageMakerDomain: "AWS::SageMaker::Domain",
|
885
|
+
DAXSubnetGroup: "AWS::DAX::SubnetGroup",
|
886
|
+
OpsWorksStack: "AWS::OpsWorks::Stack",
|
887
|
+
PanoramaPackageVersion: "AWS::Panorama::PackageVersion",
|
888
|
+
Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule",
|
889
|
+
EC2SubnetNetworkAclAssociation: "AWS::EC2::SubnetNetworkAclAssociation",
|
890
|
+
CURReportDefinition: "AWS::CUR::ReportDefinition",
|
891
|
+
SageMakerProject: "AWS::SageMaker::Project",
|
892
|
+
EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession",
|
893
|
+
AmplifyBranch: "AWS::Amplify::Branch",
|
894
|
+
NetworkManagerCoreNetwork: "AWS::NetworkManager::CoreNetwork",
|
895
|
+
ServiceCatalogLaunchRoleConstraint: "AWS::ServiceCatalog::LaunchRoleConstraint",
|
896
|
+
EC2SubnetCidrBlock: "AWS::EC2::SubnetCidrBlock",
|
897
|
+
AutoScalingLifecycleHook: "AWS::AutoScaling::LifecycleHook",
|
898
|
+
RedshiftClusterSecurityGroupIngress: "AWS::Redshift::ClusterSecurityGroupIngress",
|
899
|
+
RDSOptionGroup: "AWS::RDS::OptionGroup",
|
900
|
+
ResourceExplorer2DefaultViewAssociation: "AWS::ResourceExplorer2::DefaultViewAssociation",
|
901
|
+
ElastiCacheSecurityGroupIngress: "AWS::ElastiCache::SecurityGroupIngress",
|
902
|
+
AppStreamEntitlement: "AWS::AppStream::Entitlement",
|
903
|
+
CloudFrontResponseHeadersPolicy: "AWS::CloudFront::ResponseHeadersPolicy",
|
904
|
+
IoTResourceSpecificLogging: "AWS::IoT::ResourceSpecificLogging",
|
905
|
+
SignerSigningProfile: "AWS::Signer::SigningProfile",
|
906
|
+
CloudFormationWaitCondition: "AWS::CloudFormation::WaitCondition",
|
907
|
+
IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway",
|
908
|
+
EC2KeyPair: "AWS::EC2::KeyPair",
|
909
|
+
ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy",
|
910
|
+
EC2SecurityGroup: "AWS::EC2::SecurityGroup",
|
911
|
+
OmicsWorkflow: "AWS::Omics::Workflow",
|
912
|
+
CloudFrontOriginRequestPolicy: "AWS::CloudFront::OriginRequestPolicy",
|
913
|
+
WAFRegionalRule: "AWS::WAFRegional::Rule",
|
914
|
+
SSOPermissionSet: "AWS::SSO::PermissionSet",
|
915
|
+
InspectorV2Filter: "AWS::InspectorV2::Filter",
|
916
|
+
PinpointPushTemplate: "AWS::Pinpoint::PushTemplate",
|
917
|
+
ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule",
|
918
|
+
SimSpaceWeaverSimulation: "AWS::SimSpaceWeaver::Simulation",
|
919
|
+
ApiGatewayRestApi: "AWS::ApiGateway::RestApi",
|
920
|
+
CloudFrontPublicKey: "AWS::CloudFront::PublicKey",
|
921
|
+
EventsEventBus: "AWS::Events::EventBus",
|
922
|
+
IoTFleetWiseVehicle: "AWS::IoTFleetWise::Vehicle",
|
923
|
+
DataBrewSchedule: "AWS::DataBrew::Schedule",
|
924
|
+
EC2VPC: "AWS::EC2::VPC",
|
925
|
+
Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet",
|
926
|
+
KinesisAnalyticsV2ApplicationOutput: "AWS::KinesisAnalyticsV2::ApplicationOutput",
|
927
|
+
ConfigOrganizationConformancePack: "AWS::Config::OrganizationConformancePack",
|
928
|
+
CloudFrontContinuousDeploymentPolicy: "AWS::CloudFront::ContinuousDeploymentPolicy",
|
929
|
+
NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork",
|
930
|
+
NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration",
|
931
|
+
ApplicationAutoScalingScalingPolicy: "AWS::ApplicationAutoScaling::ScalingPolicy",
|
932
|
+
EFSFileSystem: "AWS::EFS::FileSystem",
|
933
|
+
IdentityStoreGroupMembership: "AWS::IdentityStore::GroupMembership",
|
934
|
+
IoTScheduledAudit: "AWS::IoT::ScheduledAudit",
|
935
|
+
RDSDBParameterGroup: "AWS::RDS::DBParameterGroup",
|
936
|
+
AppStreamStackFleetAssociation: "AWS::AppStream::StackFleetAssociation",
|
937
|
+
Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup",
|
938
|
+
ResourceGroupsGroup: "AWS::ResourceGroups::Group",
|
939
|
+
IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline",
|
940
|
+
EC2TransitGatewayRoute: "AWS::EC2::TransitGatewayRoute",
|
941
|
+
FMSPolicy: "AWS::FMS::Policy",
|
942
|
+
TransferUser: "AWS::Transfer::User",
|
943
|
+
EC2NetworkAcl: "AWS::EC2::NetworkAcl",
|
944
|
+
ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration",
|
945
|
+
RDSDBProxy: "AWS::RDS::DBProxy",
|
946
|
+
QuickSightDataSet: "AWS::QuickSight::DataSet",
|
947
|
+
EC2VPNGatewayRoutePropagation: "AWS::EC2::VPNGatewayRoutePropagation",
|
948
|
+
EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation",
|
949
|
+
VoiceIDDomain: "AWS::VoiceID::Domain",
|
950
|
+
ApiGatewayV2Authorizer: "AWS::ApiGatewayV2::Authorizer",
|
951
|
+
PanoramaApplicationInstance: "AWS::Panorama::ApplicationInstance",
|
952
|
+
CloudFormationWaitConditionHandle: "AWS::CloudFormation::WaitConditionHandle",
|
953
|
+
IoTWirelessPartnerAccount: "AWS::IoTWireless::PartnerAccount",
|
954
|
+
AutoScalingWarmPool: "AWS::AutoScaling::WarmPool",
|
955
|
+
TransferAgreement: "AWS::Transfer::Agreement",
|
956
|
+
SageMakerImage: "AWS::SageMaker::Image",
|
957
|
+
RekognitionStreamProcessor: "AWS::Rekognition::StreamProcessor",
|
958
|
+
FSxSnapshot: "AWS::FSx::Snapshot",
|
959
|
+
S3OutpostsBucketPolicy: "AWS::S3Outposts::BucketPolicy",
|
960
|
+
IAMManagedPolicy: "AWS::IAM::ManagedPolicy",
|
961
|
+
CloudFormationHookDefaultVersion: "AWS::CloudFormation::HookDefaultVersion",
|
962
|
+
MSKConfiguration: "AWS::MSK::Configuration",
|
963
|
+
IoTPolicyPrincipalAttachment: "AWS::IoT::PolicyPrincipalAttachment",
|
964
|
+
ConnectContactFlowModule: "AWS::Connect::ContactFlowModule",
|
965
|
+
GlueRegistry: "AWS::Glue::Registry",
|
966
|
+
ConfigConformancePack: "AWS::Config::ConformancePack",
|
967
|
+
DevOpsGuruResourceCollection: "AWS::DevOpsGuru::ResourceCollection",
|
968
|
+
KafkaConnectConnector: "AWS::KafkaConnect::Connector",
|
969
|
+
Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation",
|
970
|
+
GreengrassSubscriptionDefinition: "AWS::Greengrass::SubscriptionDefinition",
|
971
|
+
ApiGatewayVpcLink: "AWS::ApiGateway::VpcLink",
|
972
|
+
IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel",
|
973
|
+
EC2TransitGatewayPeeringAttachment: "AWS::EC2::TransitGatewayPeeringAttachment",
|
974
|
+
KinesisAnalyticsV2ApplicationReferenceDataSource: "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource",
|
975
|
+
S3MultiRegionAccessPointPolicy: "AWS::S3::MultiRegionAccessPointPolicy",
|
976
|
+
CloudTrailEventDataStore: "AWS::CloudTrail::EventDataStore",
|
977
|
+
OrganizationsPolicy: "AWS::Organizations::Policy",
|
978
|
+
GreengrassResourceDefinitionVersion: "AWS::Greengrass::ResourceDefinitionVersion",
|
979
|
+
SecretsManagerSecretTargetAttachment: "AWS::SecretsManager::SecretTargetAttachment",
|
980
|
+
EC2VolumeAttachment: "AWS::EC2::VolumeAttachment",
|
981
|
+
DirectoryServiceSimpleAD: "AWS::DirectoryService::SimpleAD",
|
982
|
+
EC2Host: "AWS::EC2::Host",
|
983
|
+
IoTLogging: "AWS::IoT::Logging",
|
984
|
+
NetworkManagerSite: "AWS::NetworkManager::Site",
|
985
|
+
SageMakerDevice: "AWS::SageMaker::Device",
|
986
|
+
CognitoUserPoolDomain: "AWS::Cognito::UserPoolDomain",
|
987
|
+
DocDBDBClusterParameterGroup: "AWS::DocDB::DBClusterParameterGroup",
|
988
|
+
SignerProfilePermission: "AWS::Signer::ProfilePermission",
|
989
|
+
OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection",
|
990
|
+
ElasticBeanstalkApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion",
|
991
|
+
RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization",
|
992
|
+
EC2VPCEndpoint: "AWS::EC2::VPCEndpoint",
|
993
|
+
IoTTopicRuleDestination: "AWS::IoT::TopicRuleDestination",
|
994
|
+
IoTWirelessTaskDefinition: "AWS::IoTWireless::TaskDefinition",
|
995
|
+
OrganizationsAccount: "AWS::Organizations::Account",
|
996
|
+
EC2VPCGatewayAttachment: "AWS::EC2::VPCGatewayAttachment",
|
997
|
+
DataSyncLocationSMB: "AWS::DataSync::LocationSMB",
|
998
|
+
EFSAccessPoint: "AWS::EFS::AccessPoint",
|
999
|
+
EC2VPCCidrBlock: "AWS::EC2::VPCCidrBlock",
|
1000
|
+
AppRunnerVpcIngressConnection: "AWS::AppRunner::VpcIngressConnection",
|
1001
|
+
RDSDBProxyTargetGroup: "AWS::RDS::DBProxyTargetGroup",
|
1002
|
+
KinesisAnalyticsApplicationReferenceDataSource: "AWS::KinesisAnalytics::ApplicationReferenceDataSource",
|
1003
|
+
AppConfigApplication: "AWS::AppConfig::Application",
|
1004
|
+
PinpointApp: "AWS::Pinpoint::App",
|
1005
|
+
CassandraTable: "AWS::Cassandra::Table",
|
1006
|
+
AppRunnerService: "AWS::AppRunner::Service",
|
1007
|
+
EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig",
|
1008
|
+
GreengrassGroupVersion: "AWS::Greengrass::GroupVersion",
|
1009
|
+
LogsQueryDefinition: "AWS::Logs::QueryDefinition",
|
1010
|
+
SESEmailIdentity: "AWS::SES::EmailIdentity",
|
1011
|
+
GuardDutyIPSet: "AWS::GuardDuty::IPSet",
|
1012
|
+
IoTCertificate: "AWS::IoT::Certificate",
|
1013
|
+
DynamoDBGlobalTable: "AWS::DynamoDB::GlobalTable",
|
1014
|
+
SSMAssociation: "AWS::SSM::Association",
|
1015
|
+
EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation",
|
1016
|
+
AthenaNamedQuery: "AWS::Athena::NamedQuery",
|
1017
|
+
CloudFormationModuleVersion: "AWS::CloudFormation::ModuleVersion",
|
1018
|
+
AmplifyUIBuilderTheme: "AWS::AmplifyUIBuilder::Theme",
|
1019
|
+
InspectorAssessmentTarget: "AWS::Inspector::AssessmentTarget",
|
1020
|
+
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
1021
|
+
Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint",
|
1022
|
+
ImageBuilderImage: "AWS::ImageBuilder::Image",
|
1023
|
+
CEAnomalySubscription: "AWS::CE::AnomalySubscription",
|
1024
|
+
RDSDBProxyEndpoint: "AWS::RDS::DBProxyEndpoint",
|
1025
|
+
OpenSearchServiceDomain: "AWS::OpenSearchService::Domain",
|
1026
|
+
LocationPlaceIndex: "AWS::Location::PlaceIndex",
|
1027
|
+
ApiGatewayV2ApiMapping: "AWS::ApiGatewayV2::ApiMapping"
|
1028
1028
|
};
|
1029
1029
|
export const AttributeNames = {
|
1030
1030
|
"AWS::XRay::Group": ["GroupARN"],
|