@aws-solutions-constructs/aws-cloudfront-s3 2.44.0 → 2.45.0
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/.jsii +106 -17
- package/lib/index.d.ts +1 -1
- package/lib/index.js +4 -3
- package/package.json +5 -5
- package/test/integ.custom-originPath.expected.json +2 -105
- package/test/integ.custom-security-headers.expected.json +2 -105
- package/test/integ.customCloudFrontLoggingBucket.expected.json +2 -105
- package/test/integ.customLoggingBucket.expected.json +2 -105
- package/test/integ.existing-bucket.expected.json +2 -105
- package/test/integ.no-arguments.expected.json +2 -105
- package/test/integ.no-security-headers.expected.json +2 -105
- package/test/test.cloudfront-s3.test.js +24 -24
|
@@ -584,14 +584,14 @@
|
|
|
584
584
|
},
|
|
585
585
|
"Timeout": 900,
|
|
586
586
|
"MemorySize": 128,
|
|
587
|
-
"Handler": "
|
|
587
|
+
"Handler": "index.handler",
|
|
588
588
|
"Role": {
|
|
589
589
|
"Fn::GetAtt": [
|
|
590
590
|
"CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
|
|
591
591
|
"Arn"
|
|
592
592
|
]
|
|
593
593
|
},
|
|
594
|
-
"Runtime": "
|
|
594
|
+
"Runtime": "nodejs18.x",
|
|
595
595
|
"Description": {
|
|
596
596
|
"Fn::Join": [
|
|
597
597
|
"",
|
|
@@ -628,109 +628,6 @@
|
|
|
628
628
|
}
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
|
-
"Mappings": {
|
|
632
|
-
"DefaultCrNodeVersionMap": {
|
|
633
|
-
"af-south-1": {
|
|
634
|
-
"value": "nodejs16.x"
|
|
635
|
-
},
|
|
636
|
-
"ap-east-1": {
|
|
637
|
-
"value": "nodejs16.x"
|
|
638
|
-
},
|
|
639
|
-
"ap-northeast-1": {
|
|
640
|
-
"value": "nodejs16.x"
|
|
641
|
-
},
|
|
642
|
-
"ap-northeast-2": {
|
|
643
|
-
"value": "nodejs16.x"
|
|
644
|
-
},
|
|
645
|
-
"ap-northeast-3": {
|
|
646
|
-
"value": "nodejs16.x"
|
|
647
|
-
},
|
|
648
|
-
"ap-south-1": {
|
|
649
|
-
"value": "nodejs16.x"
|
|
650
|
-
},
|
|
651
|
-
"ap-south-2": {
|
|
652
|
-
"value": "nodejs16.x"
|
|
653
|
-
},
|
|
654
|
-
"ap-southeast-1": {
|
|
655
|
-
"value": "nodejs16.x"
|
|
656
|
-
},
|
|
657
|
-
"ap-southeast-2": {
|
|
658
|
-
"value": "nodejs16.x"
|
|
659
|
-
},
|
|
660
|
-
"ap-southeast-3": {
|
|
661
|
-
"value": "nodejs16.x"
|
|
662
|
-
},
|
|
663
|
-
"ca-central-1": {
|
|
664
|
-
"value": "nodejs16.x"
|
|
665
|
-
},
|
|
666
|
-
"cn-north-1": {
|
|
667
|
-
"value": "nodejs16.x"
|
|
668
|
-
},
|
|
669
|
-
"cn-northwest-1": {
|
|
670
|
-
"value": "nodejs16.x"
|
|
671
|
-
},
|
|
672
|
-
"eu-central-1": {
|
|
673
|
-
"value": "nodejs16.x"
|
|
674
|
-
},
|
|
675
|
-
"eu-central-2": {
|
|
676
|
-
"value": "nodejs16.x"
|
|
677
|
-
},
|
|
678
|
-
"eu-north-1": {
|
|
679
|
-
"value": "nodejs16.x"
|
|
680
|
-
},
|
|
681
|
-
"eu-south-1": {
|
|
682
|
-
"value": "nodejs16.x"
|
|
683
|
-
},
|
|
684
|
-
"eu-south-2": {
|
|
685
|
-
"value": "nodejs16.x"
|
|
686
|
-
},
|
|
687
|
-
"eu-west-1": {
|
|
688
|
-
"value": "nodejs16.x"
|
|
689
|
-
},
|
|
690
|
-
"eu-west-2": {
|
|
691
|
-
"value": "nodejs16.x"
|
|
692
|
-
},
|
|
693
|
-
"eu-west-3": {
|
|
694
|
-
"value": "nodejs16.x"
|
|
695
|
-
},
|
|
696
|
-
"me-central-1": {
|
|
697
|
-
"value": "nodejs16.x"
|
|
698
|
-
},
|
|
699
|
-
"me-south-1": {
|
|
700
|
-
"value": "nodejs16.x"
|
|
701
|
-
},
|
|
702
|
-
"sa-east-1": {
|
|
703
|
-
"value": "nodejs16.x"
|
|
704
|
-
},
|
|
705
|
-
"us-east-1": {
|
|
706
|
-
"value": "nodejs16.x"
|
|
707
|
-
},
|
|
708
|
-
"us-east-2": {
|
|
709
|
-
"value": "nodejs16.x"
|
|
710
|
-
},
|
|
711
|
-
"us-gov-east-1": {
|
|
712
|
-
"value": "nodejs16.x"
|
|
713
|
-
},
|
|
714
|
-
"us-gov-west-1": {
|
|
715
|
-
"value": "nodejs16.x"
|
|
716
|
-
},
|
|
717
|
-
"us-iso-east-1": {
|
|
718
|
-
"value": "nodejs14.x"
|
|
719
|
-
},
|
|
720
|
-
"us-iso-west-1": {
|
|
721
|
-
"value": "nodejs14.x"
|
|
722
|
-
},
|
|
723
|
-
"us-isob-east-1": {
|
|
724
|
-
"value": "nodejs14.x"
|
|
725
|
-
},
|
|
726
|
-
"us-west-1": {
|
|
727
|
-
"value": "nodejs16.x"
|
|
728
|
-
},
|
|
729
|
-
"us-west-2": {
|
|
730
|
-
"value": "nodejs16.x"
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
},
|
|
734
631
|
"Parameters": {
|
|
735
632
|
"BootstrapVersion": {
|
|
736
633
|
"Type": "AWS::SSM::Parameter::Value<String>",
|
|
@@ -647,14 +647,14 @@
|
|
|
647
647
|
},
|
|
648
648
|
"Timeout": 900,
|
|
649
649
|
"MemorySize": 128,
|
|
650
|
-
"Handler": "
|
|
650
|
+
"Handler": "index.handler",
|
|
651
651
|
"Role": {
|
|
652
652
|
"Fn::GetAtt": [
|
|
653
653
|
"CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
|
|
654
654
|
"Arn"
|
|
655
655
|
]
|
|
656
656
|
},
|
|
657
|
-
"Runtime": "
|
|
657
|
+
"Runtime": "nodejs18.x",
|
|
658
658
|
"Description": {
|
|
659
659
|
"Fn::Join": [
|
|
660
660
|
"",
|
|
@@ -691,109 +691,6 @@
|
|
|
691
691
|
}
|
|
692
692
|
}
|
|
693
693
|
},
|
|
694
|
-
"Mappings": {
|
|
695
|
-
"DefaultCrNodeVersionMap": {
|
|
696
|
-
"af-south-1": {
|
|
697
|
-
"value": "nodejs16.x"
|
|
698
|
-
},
|
|
699
|
-
"ap-east-1": {
|
|
700
|
-
"value": "nodejs16.x"
|
|
701
|
-
},
|
|
702
|
-
"ap-northeast-1": {
|
|
703
|
-
"value": "nodejs16.x"
|
|
704
|
-
},
|
|
705
|
-
"ap-northeast-2": {
|
|
706
|
-
"value": "nodejs16.x"
|
|
707
|
-
},
|
|
708
|
-
"ap-northeast-3": {
|
|
709
|
-
"value": "nodejs16.x"
|
|
710
|
-
},
|
|
711
|
-
"ap-south-1": {
|
|
712
|
-
"value": "nodejs16.x"
|
|
713
|
-
},
|
|
714
|
-
"ap-south-2": {
|
|
715
|
-
"value": "nodejs16.x"
|
|
716
|
-
},
|
|
717
|
-
"ap-southeast-1": {
|
|
718
|
-
"value": "nodejs16.x"
|
|
719
|
-
},
|
|
720
|
-
"ap-southeast-2": {
|
|
721
|
-
"value": "nodejs16.x"
|
|
722
|
-
},
|
|
723
|
-
"ap-southeast-3": {
|
|
724
|
-
"value": "nodejs16.x"
|
|
725
|
-
},
|
|
726
|
-
"ca-central-1": {
|
|
727
|
-
"value": "nodejs16.x"
|
|
728
|
-
},
|
|
729
|
-
"cn-north-1": {
|
|
730
|
-
"value": "nodejs16.x"
|
|
731
|
-
},
|
|
732
|
-
"cn-northwest-1": {
|
|
733
|
-
"value": "nodejs16.x"
|
|
734
|
-
},
|
|
735
|
-
"eu-central-1": {
|
|
736
|
-
"value": "nodejs16.x"
|
|
737
|
-
},
|
|
738
|
-
"eu-central-2": {
|
|
739
|
-
"value": "nodejs16.x"
|
|
740
|
-
},
|
|
741
|
-
"eu-north-1": {
|
|
742
|
-
"value": "nodejs16.x"
|
|
743
|
-
},
|
|
744
|
-
"eu-south-1": {
|
|
745
|
-
"value": "nodejs16.x"
|
|
746
|
-
},
|
|
747
|
-
"eu-south-2": {
|
|
748
|
-
"value": "nodejs16.x"
|
|
749
|
-
},
|
|
750
|
-
"eu-west-1": {
|
|
751
|
-
"value": "nodejs16.x"
|
|
752
|
-
},
|
|
753
|
-
"eu-west-2": {
|
|
754
|
-
"value": "nodejs16.x"
|
|
755
|
-
},
|
|
756
|
-
"eu-west-3": {
|
|
757
|
-
"value": "nodejs16.x"
|
|
758
|
-
},
|
|
759
|
-
"me-central-1": {
|
|
760
|
-
"value": "nodejs16.x"
|
|
761
|
-
},
|
|
762
|
-
"me-south-1": {
|
|
763
|
-
"value": "nodejs16.x"
|
|
764
|
-
},
|
|
765
|
-
"sa-east-1": {
|
|
766
|
-
"value": "nodejs16.x"
|
|
767
|
-
},
|
|
768
|
-
"us-east-1": {
|
|
769
|
-
"value": "nodejs16.x"
|
|
770
|
-
},
|
|
771
|
-
"us-east-2": {
|
|
772
|
-
"value": "nodejs16.x"
|
|
773
|
-
},
|
|
774
|
-
"us-gov-east-1": {
|
|
775
|
-
"value": "nodejs16.x"
|
|
776
|
-
},
|
|
777
|
-
"us-gov-west-1": {
|
|
778
|
-
"value": "nodejs16.x"
|
|
779
|
-
},
|
|
780
|
-
"us-iso-east-1": {
|
|
781
|
-
"value": "nodejs14.x"
|
|
782
|
-
},
|
|
783
|
-
"us-iso-west-1": {
|
|
784
|
-
"value": "nodejs14.x"
|
|
785
|
-
},
|
|
786
|
-
"us-isob-east-1": {
|
|
787
|
-
"value": "nodejs14.x"
|
|
788
|
-
},
|
|
789
|
-
"us-west-1": {
|
|
790
|
-
"value": "nodejs16.x"
|
|
791
|
-
},
|
|
792
|
-
"us-west-2": {
|
|
793
|
-
"value": "nodejs16.x"
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
694
|
"Parameters": {
|
|
798
695
|
"BootstrapVersion": {
|
|
799
696
|
"Type": "AWS::SSM::Parameter::Value<String>",
|
|
@@ -208,14 +208,14 @@
|
|
|
208
208
|
},
|
|
209
209
|
"Timeout": 900,
|
|
210
210
|
"MemorySize": 128,
|
|
211
|
-
"Handler": "
|
|
211
|
+
"Handler": "index.handler",
|
|
212
212
|
"Role": {
|
|
213
213
|
"Fn::GetAtt": [
|
|
214
214
|
"CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
|
|
215
215
|
"Arn"
|
|
216
216
|
]
|
|
217
217
|
},
|
|
218
|
-
"Runtime": "
|
|
218
|
+
"Runtime": "nodejs18.x",
|
|
219
219
|
"Description": {
|
|
220
220
|
"Fn::Join": [
|
|
221
221
|
"",
|
|
@@ -560,109 +560,6 @@
|
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
562
|
},
|
|
563
|
-
"Mappings": {
|
|
564
|
-
"DefaultCrNodeVersionMap": {
|
|
565
|
-
"af-south-1": {
|
|
566
|
-
"value": "nodejs16.x"
|
|
567
|
-
},
|
|
568
|
-
"ap-east-1": {
|
|
569
|
-
"value": "nodejs16.x"
|
|
570
|
-
},
|
|
571
|
-
"ap-northeast-1": {
|
|
572
|
-
"value": "nodejs16.x"
|
|
573
|
-
},
|
|
574
|
-
"ap-northeast-2": {
|
|
575
|
-
"value": "nodejs16.x"
|
|
576
|
-
},
|
|
577
|
-
"ap-northeast-3": {
|
|
578
|
-
"value": "nodejs16.x"
|
|
579
|
-
},
|
|
580
|
-
"ap-south-1": {
|
|
581
|
-
"value": "nodejs16.x"
|
|
582
|
-
},
|
|
583
|
-
"ap-south-2": {
|
|
584
|
-
"value": "nodejs16.x"
|
|
585
|
-
},
|
|
586
|
-
"ap-southeast-1": {
|
|
587
|
-
"value": "nodejs16.x"
|
|
588
|
-
},
|
|
589
|
-
"ap-southeast-2": {
|
|
590
|
-
"value": "nodejs16.x"
|
|
591
|
-
},
|
|
592
|
-
"ap-southeast-3": {
|
|
593
|
-
"value": "nodejs16.x"
|
|
594
|
-
},
|
|
595
|
-
"ca-central-1": {
|
|
596
|
-
"value": "nodejs16.x"
|
|
597
|
-
},
|
|
598
|
-
"cn-north-1": {
|
|
599
|
-
"value": "nodejs16.x"
|
|
600
|
-
},
|
|
601
|
-
"cn-northwest-1": {
|
|
602
|
-
"value": "nodejs16.x"
|
|
603
|
-
},
|
|
604
|
-
"eu-central-1": {
|
|
605
|
-
"value": "nodejs16.x"
|
|
606
|
-
},
|
|
607
|
-
"eu-central-2": {
|
|
608
|
-
"value": "nodejs16.x"
|
|
609
|
-
},
|
|
610
|
-
"eu-north-1": {
|
|
611
|
-
"value": "nodejs16.x"
|
|
612
|
-
},
|
|
613
|
-
"eu-south-1": {
|
|
614
|
-
"value": "nodejs16.x"
|
|
615
|
-
},
|
|
616
|
-
"eu-south-2": {
|
|
617
|
-
"value": "nodejs16.x"
|
|
618
|
-
},
|
|
619
|
-
"eu-west-1": {
|
|
620
|
-
"value": "nodejs16.x"
|
|
621
|
-
},
|
|
622
|
-
"eu-west-2": {
|
|
623
|
-
"value": "nodejs16.x"
|
|
624
|
-
},
|
|
625
|
-
"eu-west-3": {
|
|
626
|
-
"value": "nodejs16.x"
|
|
627
|
-
},
|
|
628
|
-
"me-central-1": {
|
|
629
|
-
"value": "nodejs16.x"
|
|
630
|
-
},
|
|
631
|
-
"me-south-1": {
|
|
632
|
-
"value": "nodejs16.x"
|
|
633
|
-
},
|
|
634
|
-
"sa-east-1": {
|
|
635
|
-
"value": "nodejs16.x"
|
|
636
|
-
},
|
|
637
|
-
"us-east-1": {
|
|
638
|
-
"value": "nodejs16.x"
|
|
639
|
-
},
|
|
640
|
-
"us-east-2": {
|
|
641
|
-
"value": "nodejs16.x"
|
|
642
|
-
},
|
|
643
|
-
"us-gov-east-1": {
|
|
644
|
-
"value": "nodejs16.x"
|
|
645
|
-
},
|
|
646
|
-
"us-gov-west-1": {
|
|
647
|
-
"value": "nodejs16.x"
|
|
648
|
-
},
|
|
649
|
-
"us-iso-east-1": {
|
|
650
|
-
"value": "nodejs14.x"
|
|
651
|
-
},
|
|
652
|
-
"us-iso-west-1": {
|
|
653
|
-
"value": "nodejs14.x"
|
|
654
|
-
},
|
|
655
|
-
"us-isob-east-1": {
|
|
656
|
-
"value": "nodejs14.x"
|
|
657
|
-
},
|
|
658
|
-
"us-west-1": {
|
|
659
|
-
"value": "nodejs16.x"
|
|
660
|
-
},
|
|
661
|
-
"us-west-2": {
|
|
662
|
-
"value": "nodejs16.x"
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
563
|
"Parameters": {
|
|
667
564
|
"BootstrapVersion": {
|
|
668
565
|
"Type": "AWS::SSM::Parameter::Value<String>",
|
|
@@ -471,14 +471,14 @@
|
|
|
471
471
|
},
|
|
472
472
|
"Timeout": 900,
|
|
473
473
|
"MemorySize": 128,
|
|
474
|
-
"Handler": "
|
|
474
|
+
"Handler": "index.handler",
|
|
475
475
|
"Role": {
|
|
476
476
|
"Fn::GetAtt": [
|
|
477
477
|
"CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
|
|
478
478
|
"Arn"
|
|
479
479
|
]
|
|
480
480
|
},
|
|
481
|
-
"Runtime": "
|
|
481
|
+
"Runtime": "nodejs18.x",
|
|
482
482
|
"Description": {
|
|
483
483
|
"Fn::Join": [
|
|
484
484
|
"",
|
|
@@ -515,109 +515,6 @@
|
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
|
-
"Mappings": {
|
|
519
|
-
"DefaultCrNodeVersionMap": {
|
|
520
|
-
"af-south-1": {
|
|
521
|
-
"value": "nodejs16.x"
|
|
522
|
-
},
|
|
523
|
-
"ap-east-1": {
|
|
524
|
-
"value": "nodejs16.x"
|
|
525
|
-
},
|
|
526
|
-
"ap-northeast-1": {
|
|
527
|
-
"value": "nodejs16.x"
|
|
528
|
-
},
|
|
529
|
-
"ap-northeast-2": {
|
|
530
|
-
"value": "nodejs16.x"
|
|
531
|
-
},
|
|
532
|
-
"ap-northeast-3": {
|
|
533
|
-
"value": "nodejs16.x"
|
|
534
|
-
},
|
|
535
|
-
"ap-south-1": {
|
|
536
|
-
"value": "nodejs16.x"
|
|
537
|
-
},
|
|
538
|
-
"ap-south-2": {
|
|
539
|
-
"value": "nodejs16.x"
|
|
540
|
-
},
|
|
541
|
-
"ap-southeast-1": {
|
|
542
|
-
"value": "nodejs16.x"
|
|
543
|
-
},
|
|
544
|
-
"ap-southeast-2": {
|
|
545
|
-
"value": "nodejs16.x"
|
|
546
|
-
},
|
|
547
|
-
"ap-southeast-3": {
|
|
548
|
-
"value": "nodejs16.x"
|
|
549
|
-
},
|
|
550
|
-
"ca-central-1": {
|
|
551
|
-
"value": "nodejs16.x"
|
|
552
|
-
},
|
|
553
|
-
"cn-north-1": {
|
|
554
|
-
"value": "nodejs16.x"
|
|
555
|
-
},
|
|
556
|
-
"cn-northwest-1": {
|
|
557
|
-
"value": "nodejs16.x"
|
|
558
|
-
},
|
|
559
|
-
"eu-central-1": {
|
|
560
|
-
"value": "nodejs16.x"
|
|
561
|
-
},
|
|
562
|
-
"eu-central-2": {
|
|
563
|
-
"value": "nodejs16.x"
|
|
564
|
-
},
|
|
565
|
-
"eu-north-1": {
|
|
566
|
-
"value": "nodejs16.x"
|
|
567
|
-
},
|
|
568
|
-
"eu-south-1": {
|
|
569
|
-
"value": "nodejs16.x"
|
|
570
|
-
},
|
|
571
|
-
"eu-south-2": {
|
|
572
|
-
"value": "nodejs16.x"
|
|
573
|
-
},
|
|
574
|
-
"eu-west-1": {
|
|
575
|
-
"value": "nodejs16.x"
|
|
576
|
-
},
|
|
577
|
-
"eu-west-2": {
|
|
578
|
-
"value": "nodejs16.x"
|
|
579
|
-
},
|
|
580
|
-
"eu-west-3": {
|
|
581
|
-
"value": "nodejs16.x"
|
|
582
|
-
},
|
|
583
|
-
"me-central-1": {
|
|
584
|
-
"value": "nodejs16.x"
|
|
585
|
-
},
|
|
586
|
-
"me-south-1": {
|
|
587
|
-
"value": "nodejs16.x"
|
|
588
|
-
},
|
|
589
|
-
"sa-east-1": {
|
|
590
|
-
"value": "nodejs16.x"
|
|
591
|
-
},
|
|
592
|
-
"us-east-1": {
|
|
593
|
-
"value": "nodejs16.x"
|
|
594
|
-
},
|
|
595
|
-
"us-east-2": {
|
|
596
|
-
"value": "nodejs16.x"
|
|
597
|
-
},
|
|
598
|
-
"us-gov-east-1": {
|
|
599
|
-
"value": "nodejs16.x"
|
|
600
|
-
},
|
|
601
|
-
"us-gov-west-1": {
|
|
602
|
-
"value": "nodejs16.x"
|
|
603
|
-
},
|
|
604
|
-
"us-iso-east-1": {
|
|
605
|
-
"value": "nodejs14.x"
|
|
606
|
-
},
|
|
607
|
-
"us-iso-west-1": {
|
|
608
|
-
"value": "nodejs14.x"
|
|
609
|
-
},
|
|
610
|
-
"us-isob-east-1": {
|
|
611
|
-
"value": "nodejs14.x"
|
|
612
|
-
},
|
|
613
|
-
"us-west-1": {
|
|
614
|
-
"value": "nodejs16.x"
|
|
615
|
-
},
|
|
616
|
-
"us-west-2": {
|
|
617
|
-
"value": "nodejs16.x"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
518
|
"Parameters": {
|
|
622
519
|
"BootstrapVersion": {
|
|
623
520
|
"Type": "AWS::SSM::Parameter::Value<String>",
|
|
@@ -561,14 +561,14 @@
|
|
|
561
561
|
},
|
|
562
562
|
"Timeout": 900,
|
|
563
563
|
"MemorySize": 128,
|
|
564
|
-
"Handler": "
|
|
564
|
+
"Handler": "index.handler",
|
|
565
565
|
"Role": {
|
|
566
566
|
"Fn::GetAtt": [
|
|
567
567
|
"CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
|
|
568
568
|
"Arn"
|
|
569
569
|
]
|
|
570
570
|
},
|
|
571
|
-
"Runtime": "
|
|
571
|
+
"Runtime": "nodejs18.x",
|
|
572
572
|
"Description": {
|
|
573
573
|
"Fn::Join": [
|
|
574
574
|
"",
|
|
@@ -605,109 +605,6 @@
|
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
},
|
|
608
|
-
"Mappings": {
|
|
609
|
-
"DefaultCrNodeVersionMap": {
|
|
610
|
-
"af-south-1": {
|
|
611
|
-
"value": "nodejs16.x"
|
|
612
|
-
},
|
|
613
|
-
"ap-east-1": {
|
|
614
|
-
"value": "nodejs16.x"
|
|
615
|
-
},
|
|
616
|
-
"ap-northeast-1": {
|
|
617
|
-
"value": "nodejs16.x"
|
|
618
|
-
},
|
|
619
|
-
"ap-northeast-2": {
|
|
620
|
-
"value": "nodejs16.x"
|
|
621
|
-
},
|
|
622
|
-
"ap-northeast-3": {
|
|
623
|
-
"value": "nodejs16.x"
|
|
624
|
-
},
|
|
625
|
-
"ap-south-1": {
|
|
626
|
-
"value": "nodejs16.x"
|
|
627
|
-
},
|
|
628
|
-
"ap-south-2": {
|
|
629
|
-
"value": "nodejs16.x"
|
|
630
|
-
},
|
|
631
|
-
"ap-southeast-1": {
|
|
632
|
-
"value": "nodejs16.x"
|
|
633
|
-
},
|
|
634
|
-
"ap-southeast-2": {
|
|
635
|
-
"value": "nodejs16.x"
|
|
636
|
-
},
|
|
637
|
-
"ap-southeast-3": {
|
|
638
|
-
"value": "nodejs16.x"
|
|
639
|
-
},
|
|
640
|
-
"ca-central-1": {
|
|
641
|
-
"value": "nodejs16.x"
|
|
642
|
-
},
|
|
643
|
-
"cn-north-1": {
|
|
644
|
-
"value": "nodejs16.x"
|
|
645
|
-
},
|
|
646
|
-
"cn-northwest-1": {
|
|
647
|
-
"value": "nodejs16.x"
|
|
648
|
-
},
|
|
649
|
-
"eu-central-1": {
|
|
650
|
-
"value": "nodejs16.x"
|
|
651
|
-
},
|
|
652
|
-
"eu-central-2": {
|
|
653
|
-
"value": "nodejs16.x"
|
|
654
|
-
},
|
|
655
|
-
"eu-north-1": {
|
|
656
|
-
"value": "nodejs16.x"
|
|
657
|
-
},
|
|
658
|
-
"eu-south-1": {
|
|
659
|
-
"value": "nodejs16.x"
|
|
660
|
-
},
|
|
661
|
-
"eu-south-2": {
|
|
662
|
-
"value": "nodejs16.x"
|
|
663
|
-
},
|
|
664
|
-
"eu-west-1": {
|
|
665
|
-
"value": "nodejs16.x"
|
|
666
|
-
},
|
|
667
|
-
"eu-west-2": {
|
|
668
|
-
"value": "nodejs16.x"
|
|
669
|
-
},
|
|
670
|
-
"eu-west-3": {
|
|
671
|
-
"value": "nodejs16.x"
|
|
672
|
-
},
|
|
673
|
-
"me-central-1": {
|
|
674
|
-
"value": "nodejs16.x"
|
|
675
|
-
},
|
|
676
|
-
"me-south-1": {
|
|
677
|
-
"value": "nodejs16.x"
|
|
678
|
-
},
|
|
679
|
-
"sa-east-1": {
|
|
680
|
-
"value": "nodejs16.x"
|
|
681
|
-
},
|
|
682
|
-
"us-east-1": {
|
|
683
|
-
"value": "nodejs16.x"
|
|
684
|
-
},
|
|
685
|
-
"us-east-2": {
|
|
686
|
-
"value": "nodejs16.x"
|
|
687
|
-
},
|
|
688
|
-
"us-gov-east-1": {
|
|
689
|
-
"value": "nodejs16.x"
|
|
690
|
-
},
|
|
691
|
-
"us-gov-west-1": {
|
|
692
|
-
"value": "nodejs16.x"
|
|
693
|
-
},
|
|
694
|
-
"us-iso-east-1": {
|
|
695
|
-
"value": "nodejs14.x"
|
|
696
|
-
},
|
|
697
|
-
"us-iso-west-1": {
|
|
698
|
-
"value": "nodejs14.x"
|
|
699
|
-
},
|
|
700
|
-
"us-isob-east-1": {
|
|
701
|
-
"value": "nodejs14.x"
|
|
702
|
-
},
|
|
703
|
-
"us-west-1": {
|
|
704
|
-
"value": "nodejs16.x"
|
|
705
|
-
},
|
|
706
|
-
"us-west-2": {
|
|
707
|
-
"value": "nodejs16.x"
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
608
|
"Parameters": {
|
|
712
609
|
"BootstrapVersion": {
|
|
713
610
|
"Type": "AWS::SSM::Parameter::Value<String>",
|