@cdktf/provider-acme 0.2.64 → 0.3.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 +604 -177
- package/API.md +318 -26
- package/changelog.md +8 -1
- package/lib/acme-provider.js +1 -1
- package/lib/certificate.d.ts +58 -3
- package/lib/certificate.d.ts.map +1 -1
- package/lib/certificate.js +128 -22
- package/lib/registration.d.ts +11 -0
- package/lib/registration.d.ts.map +1 -1
- package/lib/registration.js +15 -4
- package/package.json +5 -5
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"url": "https://hashicorp.com"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"cdktf": "^0.
|
11
|
+
"cdktf": "^0.11.0",
|
12
12
|
"constructs": "^10.0.0"
|
13
13
|
},
|
14
14
|
"dependencyClosure": {
|
@@ -349,7 +349,7 @@
|
|
349
349
|
},
|
350
350
|
"locationInModule": {
|
351
351
|
"filename": "src/certificate.ts",
|
352
|
-
"line":
|
352
|
+
"line": 524
|
353
353
|
},
|
354
354
|
"parameters": [
|
355
355
|
{
|
@@ -382,7 +382,7 @@
|
|
382
382
|
"kind": "class",
|
383
383
|
"locationInModule": {
|
384
384
|
"filename": "src/certificate.ts",
|
385
|
-
"line":
|
385
|
+
"line": 506
|
386
386
|
},
|
387
387
|
"methods": [
|
388
388
|
{
|
@@ -391,7 +391,39 @@
|
|
391
391
|
},
|
392
392
|
"locationInModule": {
|
393
393
|
"filename": "src/certificate.ts",
|
394
|
-
"line":
|
394
|
+
"line": 818
|
395
|
+
},
|
396
|
+
"name": "putDnsChallenge",
|
397
|
+
"parameters": [
|
398
|
+
{
|
399
|
+
"name": "value",
|
400
|
+
"type": {
|
401
|
+
"union": {
|
402
|
+
"types": [
|
403
|
+
{
|
404
|
+
"fqn": "cdktf.IResolvable"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"collection": {
|
408
|
+
"elementtype": {
|
409
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
|
410
|
+
},
|
411
|
+
"kind": "array"
|
412
|
+
}
|
413
|
+
}
|
414
|
+
]
|
415
|
+
}
|
416
|
+
}
|
417
|
+
}
|
418
|
+
]
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"docs": {
|
422
|
+
"stability": "stable"
|
423
|
+
},
|
424
|
+
"locationInModule": {
|
425
|
+
"filename": "src/certificate.ts",
|
426
|
+
"line": 834
|
395
427
|
},
|
396
428
|
"name": "putHttpChallenge",
|
397
429
|
"parameters": [
|
@@ -409,7 +441,7 @@
|
|
409
441
|
},
|
410
442
|
"locationInModule": {
|
411
443
|
"filename": "src/certificate.ts",
|
412
|
-
"line":
|
444
|
+
"line": 850
|
413
445
|
},
|
414
446
|
"name": "putHttpMemcachedChallenge",
|
415
447
|
"parameters": [
|
@@ -427,7 +459,7 @@
|
|
427
459
|
},
|
428
460
|
"locationInModule": {
|
429
461
|
"filename": "src/certificate.ts",
|
430
|
-
"line":
|
462
|
+
"line": 866
|
431
463
|
},
|
432
464
|
"name": "putHttpWebrootChallenge",
|
433
465
|
"parameters": [
|
@@ -445,7 +477,7 @@
|
|
445
477
|
},
|
446
478
|
"locationInModule": {
|
447
479
|
"filename": "src/certificate.ts",
|
448
|
-
"line":
|
480
|
+
"line": 882
|
449
481
|
},
|
450
482
|
"name": "putTlsChallenge",
|
451
483
|
"parameters": [
|
@@ -463,7 +495,7 @@
|
|
463
495
|
},
|
464
496
|
"locationInModule": {
|
465
497
|
"filename": "src/certificate.ts",
|
466
|
-
"line":
|
498
|
+
"line": 593
|
467
499
|
},
|
468
500
|
"name": "resetCertificateP12Password"
|
469
501
|
},
|
@@ -473,7 +505,7 @@
|
|
473
505
|
},
|
474
506
|
"locationInModule": {
|
475
507
|
"filename": "src/certificate.ts",
|
476
|
-
"line":
|
508
|
+
"line": 614
|
477
509
|
},
|
478
510
|
"name": "resetCertificateRequestPem"
|
479
511
|
},
|
@@ -483,7 +515,7 @@
|
|
483
515
|
},
|
484
516
|
"locationInModule": {
|
485
517
|
"filename": "src/certificate.ts",
|
486
|
-
"line":
|
518
|
+
"line": 635
|
487
519
|
},
|
488
520
|
"name": "resetCommonName"
|
489
521
|
},
|
@@ -493,7 +525,7 @@
|
|
493
525
|
},
|
494
526
|
"locationInModule": {
|
495
527
|
"filename": "src/certificate.ts",
|
496
|
-
"line":
|
528
|
+
"line": 651
|
497
529
|
},
|
498
530
|
"name": "resetDisableCompletePropagation"
|
499
531
|
},
|
@@ -503,7 +535,7 @@
|
|
503
535
|
},
|
504
536
|
"locationInModule": {
|
505
537
|
"filename": "src/certificate.ts",
|
506
|
-
"line":
|
538
|
+
"line": 821
|
507
539
|
},
|
508
540
|
"name": "resetDnsChallenge"
|
509
541
|
},
|
@@ -513,7 +545,7 @@
|
|
513
545
|
},
|
514
546
|
"locationInModule": {
|
515
547
|
"filename": "src/certificate.ts",
|
516
|
-
"line":
|
548
|
+
"line": 837
|
517
549
|
},
|
518
550
|
"name": "resetHttpChallenge"
|
519
551
|
},
|
@@ -523,7 +555,7 @@
|
|
523
555
|
},
|
524
556
|
"locationInModule": {
|
525
557
|
"filename": "src/certificate.ts",
|
526
|
-
"line":
|
558
|
+
"line": 853
|
527
559
|
},
|
528
560
|
"name": "resetHttpMemcachedChallenge"
|
529
561
|
},
|
@@ -533,7 +565,7 @@
|
|
533
565
|
},
|
534
566
|
"locationInModule": {
|
535
567
|
"filename": "src/certificate.ts",
|
536
|
-
"line":
|
568
|
+
"line": 869
|
537
569
|
},
|
538
570
|
"name": "resetHttpWebrootChallenge"
|
539
571
|
},
|
@@ -543,7 +575,17 @@
|
|
543
575
|
},
|
544
576
|
"locationInModule": {
|
545
577
|
"filename": "src/certificate.ts",
|
546
|
-
"line":
|
578
|
+
"line": 667
|
579
|
+
},
|
580
|
+
"name": "resetId"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"docs": {
|
584
|
+
"stability": "stable"
|
585
|
+
},
|
586
|
+
"locationInModule": {
|
587
|
+
"filename": "src/certificate.ts",
|
588
|
+
"line": 688
|
547
589
|
},
|
548
590
|
"name": "resetKeyType"
|
549
591
|
},
|
@@ -553,7 +595,7 @@
|
|
553
595
|
},
|
554
596
|
"locationInModule": {
|
555
597
|
"filename": "src/certificate.ts",
|
556
|
-
"line":
|
598
|
+
"line": 704
|
557
599
|
},
|
558
600
|
"name": "resetMinDaysRemaining"
|
559
601
|
},
|
@@ -563,7 +605,7 @@
|
|
563
605
|
},
|
564
606
|
"locationInModule": {
|
565
607
|
"filename": "src/certificate.ts",
|
566
|
-
"line":
|
608
|
+
"line": 720
|
567
609
|
},
|
568
610
|
"name": "resetMustStaple"
|
569
611
|
},
|
@@ -573,7 +615,7 @@
|
|
573
615
|
},
|
574
616
|
"locationInModule": {
|
575
617
|
"filename": "src/certificate.ts",
|
576
|
-
"line":
|
618
|
+
"line": 736
|
577
619
|
},
|
578
620
|
"name": "resetPreCheckDelay"
|
579
621
|
},
|
@@ -583,7 +625,7 @@
|
|
583
625
|
},
|
584
626
|
"locationInModule": {
|
585
627
|
"filename": "src/certificate.ts",
|
586
|
-
"line":
|
628
|
+
"line": 752
|
587
629
|
},
|
588
630
|
"name": "resetPreferredChain"
|
589
631
|
},
|
@@ -593,7 +635,7 @@
|
|
593
635
|
},
|
594
636
|
"locationInModule": {
|
595
637
|
"filename": "src/certificate.ts",
|
596
|
-
"line":
|
638
|
+
"line": 773
|
597
639
|
},
|
598
640
|
"name": "resetRecursiveNameservers"
|
599
641
|
},
|
@@ -603,7 +645,7 @@
|
|
603
645
|
},
|
604
646
|
"locationInModule": {
|
605
647
|
"filename": "src/certificate.ts",
|
606
|
-
"line":
|
648
|
+
"line": 789
|
607
649
|
},
|
608
650
|
"name": "resetRevokeCertificateOnDestroy"
|
609
651
|
},
|
@@ -613,7 +655,7 @@
|
|
613
655
|
},
|
614
656
|
"locationInModule": {
|
615
657
|
"filename": "src/certificate.ts",
|
616
|
-
"line":
|
658
|
+
"line": 805
|
617
659
|
},
|
618
660
|
"name": "resetSubjectAlternativeNames"
|
619
661
|
},
|
@@ -623,7 +665,7 @@
|
|
623
665
|
},
|
624
666
|
"locationInModule": {
|
625
667
|
"filename": "src/certificate.ts",
|
626
|
-
"line":
|
668
|
+
"line": 885
|
627
669
|
},
|
628
670
|
"name": "resetTlsChallenge"
|
629
671
|
},
|
@@ -633,7 +675,7 @@
|
|
633
675
|
},
|
634
676
|
"locationInModule": {
|
635
677
|
"filename": "src/certificate.ts",
|
636
|
-
"line":
|
678
|
+
"line": 897
|
637
679
|
},
|
638
680
|
"name": "synthesizeAttributes",
|
639
681
|
"overrides": "cdktf.TerraformResource",
|
@@ -660,7 +702,7 @@
|
|
660
702
|
"immutable": true,
|
661
703
|
"locationInModule": {
|
662
704
|
"filename": "src/certificate.ts",
|
663
|
-
"line":
|
705
|
+
"line": 511
|
664
706
|
},
|
665
707
|
"name": "tfResourceType",
|
666
708
|
"static": true,
|
@@ -675,7 +717,7 @@
|
|
675
717
|
"immutable": true,
|
676
718
|
"locationInModule": {
|
677
719
|
"filename": "src/certificate.ts",
|
678
|
-
"line":
|
720
|
+
"line": 576
|
679
721
|
},
|
680
722
|
"name": "certificateDomain",
|
681
723
|
"type": {
|
@@ -689,7 +731,7 @@
|
|
689
731
|
"immutable": true,
|
690
732
|
"locationInModule": {
|
691
733
|
"filename": "src/certificate.ts",
|
692
|
-
"line":
|
734
|
+
"line": 581
|
693
735
|
},
|
694
736
|
"name": "certificateP12",
|
695
737
|
"type": {
|
@@ -703,7 +745,7 @@
|
|
703
745
|
"immutable": true,
|
704
746
|
"locationInModule": {
|
705
747
|
"filename": "src/certificate.ts",
|
706
|
-
"line":
|
748
|
+
"line": 602
|
707
749
|
},
|
708
750
|
"name": "certificatePem",
|
709
751
|
"type": {
|
@@ -717,7 +759,7 @@
|
|
717
759
|
"immutable": true,
|
718
760
|
"locationInModule": {
|
719
761
|
"filename": "src/certificate.ts",
|
720
|
-
"line":
|
762
|
+
"line": 623
|
721
763
|
},
|
722
764
|
"name": "certificateUrl",
|
723
765
|
"type": {
|
@@ -731,11 +773,11 @@
|
|
731
773
|
"immutable": true,
|
732
774
|
"locationInModule": {
|
733
775
|
"filename": "src/certificate.ts",
|
734
|
-
"line":
|
776
|
+
"line": 815
|
735
777
|
},
|
736
|
-
"name": "
|
778
|
+
"name": "dnsChallenge",
|
737
779
|
"type": {
|
738
|
-
"fqn": "@cdktf/provider-acme.
|
780
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallengeList"
|
739
781
|
}
|
740
782
|
},
|
741
783
|
{
|
@@ -745,11 +787,11 @@
|
|
745
787
|
"immutable": true,
|
746
788
|
"locationInModule": {
|
747
789
|
"filename": "src/certificate.ts",
|
748
|
-
"line":
|
790
|
+
"line": 831
|
749
791
|
},
|
750
|
-
"name": "
|
792
|
+
"name": "httpChallenge",
|
751
793
|
"type": {
|
752
|
-
"fqn": "@cdktf/provider-acme.
|
794
|
+
"fqn": "@cdktf/provider-acme.CertificateHttpChallengeOutputReference"
|
753
795
|
}
|
754
796
|
},
|
755
797
|
{
|
@@ -759,11 +801,11 @@
|
|
759
801
|
"immutable": true,
|
760
802
|
"locationInModule": {
|
761
803
|
"filename": "src/certificate.ts",
|
762
|
-
"line":
|
804
|
+
"line": 847
|
763
805
|
},
|
764
|
-
"name": "
|
806
|
+
"name": "httpMemcachedChallenge",
|
765
807
|
"type": {
|
766
|
-
"fqn": "@cdktf/provider-acme.
|
808
|
+
"fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference"
|
767
809
|
}
|
768
810
|
},
|
769
811
|
{
|
@@ -773,11 +815,11 @@
|
|
773
815
|
"immutable": true,
|
774
816
|
"locationInModule": {
|
775
817
|
"filename": "src/certificate.ts",
|
776
|
-
"line":
|
818
|
+
"line": 863
|
777
819
|
},
|
778
|
-
"name": "
|
820
|
+
"name": "httpWebrootChallenge",
|
779
821
|
"type": {
|
780
|
-
"
|
822
|
+
"fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference"
|
781
823
|
}
|
782
824
|
},
|
783
825
|
{
|
@@ -787,7 +829,7 @@
|
|
787
829
|
"immutable": true,
|
788
830
|
"locationInModule": {
|
789
831
|
"filename": "src/certificate.ts",
|
790
|
-
"line":
|
832
|
+
"line": 676
|
791
833
|
},
|
792
834
|
"name": "issuerPem",
|
793
835
|
"type": {
|
@@ -801,7 +843,7 @@
|
|
801
843
|
"immutable": true,
|
802
844
|
"locationInModule": {
|
803
845
|
"filename": "src/certificate.ts",
|
804
|
-
"line":
|
846
|
+
"line": 761
|
805
847
|
},
|
806
848
|
"name": "privateKeyPem",
|
807
849
|
"type": {
|
@@ -815,7 +857,7 @@
|
|
815
857
|
"immutable": true,
|
816
858
|
"locationInModule": {
|
817
859
|
"filename": "src/certificate.ts",
|
818
|
-
"line":
|
860
|
+
"line": 879
|
819
861
|
},
|
820
862
|
"name": "tlsChallenge",
|
821
863
|
"type": {
|
@@ -829,7 +871,7 @@
|
|
829
871
|
"immutable": true,
|
830
872
|
"locationInModule": {
|
831
873
|
"filename": "src/certificate.ts",
|
832
|
-
"line":
|
874
|
+
"line": 571
|
833
875
|
},
|
834
876
|
"name": "accountKeyPemInput",
|
835
877
|
"optional": true,
|
@@ -844,7 +886,7 @@
|
|
844
886
|
"immutable": true,
|
845
887
|
"locationInModule": {
|
846
888
|
"filename": "src/certificate.ts",
|
847
|
-
"line":
|
889
|
+
"line": 597
|
848
890
|
},
|
849
891
|
"name": "certificateP12PasswordInput",
|
850
892
|
"optional": true,
|
@@ -859,7 +901,7 @@
|
|
859
901
|
"immutable": true,
|
860
902
|
"locationInModule": {
|
861
903
|
"filename": "src/certificate.ts",
|
862
|
-
"line":
|
904
|
+
"line": 618
|
863
905
|
},
|
864
906
|
"name": "certificateRequestPemInput",
|
865
907
|
"optional": true,
|
@@ -874,7 +916,7 @@
|
|
874
916
|
"immutable": true,
|
875
917
|
"locationInModule": {
|
876
918
|
"filename": "src/certificate.ts",
|
877
|
-
"line":
|
919
|
+
"line": 639
|
878
920
|
},
|
879
921
|
"name": "commonNameInput",
|
880
922
|
"optional": true,
|
@@ -889,7 +931,7 @@
|
|
889
931
|
"immutable": true,
|
890
932
|
"locationInModule": {
|
891
933
|
"filename": "src/certificate.ts",
|
892
|
-
"line":
|
934
|
+
"line": 655
|
893
935
|
},
|
894
936
|
"name": "disableCompletePropagationInput",
|
895
937
|
"optional": true,
|
@@ -913,7 +955,7 @@
|
|
913
955
|
"immutable": true,
|
914
956
|
"locationInModule": {
|
915
957
|
"filename": "src/certificate.ts",
|
916
|
-
"line":
|
958
|
+
"line": 825
|
917
959
|
},
|
918
960
|
"name": "dnsChallengeInput",
|
919
961
|
"optional": true,
|
@@ -942,7 +984,7 @@
|
|
942
984
|
"immutable": true,
|
943
985
|
"locationInModule": {
|
944
986
|
"filename": "src/certificate.ts",
|
945
|
-
"line":
|
987
|
+
"line": 841
|
946
988
|
},
|
947
989
|
"name": "httpChallengeInput",
|
948
990
|
"optional": true,
|
@@ -957,7 +999,7 @@
|
|
957
999
|
"immutable": true,
|
958
1000
|
"locationInModule": {
|
959
1001
|
"filename": "src/certificate.ts",
|
960
|
-
"line":
|
1002
|
+
"line": 857
|
961
1003
|
},
|
962
1004
|
"name": "httpMemcachedChallengeInput",
|
963
1005
|
"optional": true,
|
@@ -972,7 +1014,7 @@
|
|
972
1014
|
"immutable": true,
|
973
1015
|
"locationInModule": {
|
974
1016
|
"filename": "src/certificate.ts",
|
975
|
-
"line":
|
1017
|
+
"line": 873
|
976
1018
|
},
|
977
1019
|
"name": "httpWebrootChallengeInput",
|
978
1020
|
"optional": true,
|
@@ -987,7 +1029,22 @@
|
|
987
1029
|
"immutable": true,
|
988
1030
|
"locationInModule": {
|
989
1031
|
"filename": "src/certificate.ts",
|
990
|
-
"line":
|
1032
|
+
"line": 671
|
1033
|
+
},
|
1034
|
+
"name": "idInput",
|
1035
|
+
"optional": true,
|
1036
|
+
"type": {
|
1037
|
+
"primitive": "string"
|
1038
|
+
}
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"docs": {
|
1042
|
+
"stability": "stable"
|
1043
|
+
},
|
1044
|
+
"immutable": true,
|
1045
|
+
"locationInModule": {
|
1046
|
+
"filename": "src/certificate.ts",
|
1047
|
+
"line": 692
|
991
1048
|
},
|
992
1049
|
"name": "keyTypeInput",
|
993
1050
|
"optional": true,
|
@@ -1002,7 +1059,7 @@
|
|
1002
1059
|
"immutable": true,
|
1003
1060
|
"locationInModule": {
|
1004
1061
|
"filename": "src/certificate.ts",
|
1005
|
-
"line":
|
1062
|
+
"line": 708
|
1006
1063
|
},
|
1007
1064
|
"name": "minDaysRemainingInput",
|
1008
1065
|
"optional": true,
|
@@ -1017,7 +1074,7 @@
|
|
1017
1074
|
"immutable": true,
|
1018
1075
|
"locationInModule": {
|
1019
1076
|
"filename": "src/certificate.ts",
|
1020
|
-
"line":
|
1077
|
+
"line": 724
|
1021
1078
|
},
|
1022
1079
|
"name": "mustStapleInput",
|
1023
1080
|
"optional": true,
|
@@ -1041,7 +1098,7 @@
|
|
1041
1098
|
"immutable": true,
|
1042
1099
|
"locationInModule": {
|
1043
1100
|
"filename": "src/certificate.ts",
|
1044
|
-
"line":
|
1101
|
+
"line": 740
|
1045
1102
|
},
|
1046
1103
|
"name": "preCheckDelayInput",
|
1047
1104
|
"optional": true,
|
@@ -1056,7 +1113,7 @@
|
|
1056
1113
|
"immutable": true,
|
1057
1114
|
"locationInModule": {
|
1058
1115
|
"filename": "src/certificate.ts",
|
1059
|
-
"line":
|
1116
|
+
"line": 756
|
1060
1117
|
},
|
1061
1118
|
"name": "preferredChainInput",
|
1062
1119
|
"optional": true,
|
@@ -1071,7 +1128,7 @@
|
|
1071
1128
|
"immutable": true,
|
1072
1129
|
"locationInModule": {
|
1073
1130
|
"filename": "src/certificate.ts",
|
1074
|
-
"line":
|
1131
|
+
"line": 777
|
1075
1132
|
},
|
1076
1133
|
"name": "recursiveNameserversInput",
|
1077
1134
|
"optional": true,
|
@@ -1091,7 +1148,7 @@
|
|
1091
1148
|
"immutable": true,
|
1092
1149
|
"locationInModule": {
|
1093
1150
|
"filename": "src/certificate.ts",
|
1094
|
-
"line":
|
1151
|
+
"line": 793
|
1095
1152
|
},
|
1096
1153
|
"name": "revokeCertificateOnDestroyInput",
|
1097
1154
|
"optional": true,
|
@@ -1115,7 +1172,7 @@
|
|
1115
1172
|
"immutable": true,
|
1116
1173
|
"locationInModule": {
|
1117
1174
|
"filename": "src/certificate.ts",
|
1118
|
-
"line":
|
1175
|
+
"line": 809
|
1119
1176
|
},
|
1120
1177
|
"name": "subjectAlternativeNamesInput",
|
1121
1178
|
"optional": true,
|
@@ -1135,7 +1192,7 @@
|
|
1135
1192
|
"immutable": true,
|
1136
1193
|
"locationInModule": {
|
1137
1194
|
"filename": "src/certificate.ts",
|
1138
|
-
"line":
|
1195
|
+
"line": 889
|
1139
1196
|
},
|
1140
1197
|
"name": "tlsChallengeInput",
|
1141
1198
|
"optional": true,
|
@@ -1149,7 +1206,7 @@
|
|
1149
1206
|
},
|
1150
1207
|
"locationInModule": {
|
1151
1208
|
"filename": "src/certificate.ts",
|
1152
|
-
"line":
|
1209
|
+
"line": 564
|
1153
1210
|
},
|
1154
1211
|
"name": "accountKeyPem",
|
1155
1212
|
"type": {
|
@@ -1162,7 +1219,7 @@
|
|
1162
1219
|
},
|
1163
1220
|
"locationInModule": {
|
1164
1221
|
"filename": "src/certificate.ts",
|
1165
|
-
"line":
|
1222
|
+
"line": 587
|
1166
1223
|
},
|
1167
1224
|
"name": "certificateP12Password",
|
1168
1225
|
"type": {
|
@@ -1175,7 +1232,7 @@
|
|
1175
1232
|
},
|
1176
1233
|
"locationInModule": {
|
1177
1234
|
"filename": "src/certificate.ts",
|
1178
|
-
"line":
|
1235
|
+
"line": 608
|
1179
1236
|
},
|
1180
1237
|
"name": "certificateRequestPem",
|
1181
1238
|
"type": {
|
@@ -1188,7 +1245,7 @@
|
|
1188
1245
|
},
|
1189
1246
|
"locationInModule": {
|
1190
1247
|
"filename": "src/certificate.ts",
|
1191
|
-
"line":
|
1248
|
+
"line": 629
|
1192
1249
|
},
|
1193
1250
|
"name": "commonName",
|
1194
1251
|
"type": {
|
@@ -1201,7 +1258,7 @@
|
|
1201
1258
|
},
|
1202
1259
|
"locationInModule": {
|
1203
1260
|
"filename": "src/certificate.ts",
|
1204
|
-
"line":
|
1261
|
+
"line": 645
|
1205
1262
|
},
|
1206
1263
|
"name": "disableCompletePropagation",
|
1207
1264
|
"type": {
|
@@ -1223,25 +1280,11 @@
|
|
1223
1280
|
},
|
1224
1281
|
"locationInModule": {
|
1225
1282
|
"filename": "src/certificate.ts",
|
1226
|
-
"line":
|
1283
|
+
"line": 661
|
1227
1284
|
},
|
1228
|
-
"name": "
|
1285
|
+
"name": "id",
|
1229
1286
|
"type": {
|
1230
|
-
"
|
1231
|
-
"types": [
|
1232
|
-
{
|
1233
|
-
"fqn": "cdktf.IResolvable"
|
1234
|
-
},
|
1235
|
-
{
|
1236
|
-
"collection": {
|
1237
|
-
"elementtype": {
|
1238
|
-
"fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
|
1239
|
-
},
|
1240
|
-
"kind": "array"
|
1241
|
-
}
|
1242
|
-
}
|
1243
|
-
]
|
1244
|
-
}
|
1287
|
+
"primitive": "string"
|
1245
1288
|
}
|
1246
1289
|
},
|
1247
1290
|
{
|
@@ -1250,7 +1293,7 @@
|
|
1250
1293
|
},
|
1251
1294
|
"locationInModule": {
|
1252
1295
|
"filename": "src/certificate.ts",
|
1253
|
-
"line":
|
1296
|
+
"line": 682
|
1254
1297
|
},
|
1255
1298
|
"name": "keyType",
|
1256
1299
|
"type": {
|
@@ -1263,7 +1306,7 @@
|
|
1263
1306
|
},
|
1264
1307
|
"locationInModule": {
|
1265
1308
|
"filename": "src/certificate.ts",
|
1266
|
-
"line":
|
1309
|
+
"line": 698
|
1267
1310
|
},
|
1268
1311
|
"name": "minDaysRemaining",
|
1269
1312
|
"type": {
|
@@ -1276,7 +1319,7 @@
|
|
1276
1319
|
},
|
1277
1320
|
"locationInModule": {
|
1278
1321
|
"filename": "src/certificate.ts",
|
1279
|
-
"line":
|
1322
|
+
"line": 714
|
1280
1323
|
},
|
1281
1324
|
"name": "mustStaple",
|
1282
1325
|
"type": {
|
@@ -1298,7 +1341,7 @@
|
|
1298
1341
|
},
|
1299
1342
|
"locationInModule": {
|
1300
1343
|
"filename": "src/certificate.ts",
|
1301
|
-
"line":
|
1344
|
+
"line": 730
|
1302
1345
|
},
|
1303
1346
|
"name": "preCheckDelay",
|
1304
1347
|
"type": {
|
@@ -1311,7 +1354,7 @@
|
|
1311
1354
|
},
|
1312
1355
|
"locationInModule": {
|
1313
1356
|
"filename": "src/certificate.ts",
|
1314
|
-
"line":
|
1357
|
+
"line": 746
|
1315
1358
|
},
|
1316
1359
|
"name": "preferredChain",
|
1317
1360
|
"type": {
|
@@ -1324,7 +1367,7 @@
|
|
1324
1367
|
},
|
1325
1368
|
"locationInModule": {
|
1326
1369
|
"filename": "src/certificate.ts",
|
1327
|
-
"line":
|
1370
|
+
"line": 767
|
1328
1371
|
},
|
1329
1372
|
"name": "recursiveNameservers",
|
1330
1373
|
"type": {
|
@@ -1342,7 +1385,7 @@
|
|
1342
1385
|
},
|
1343
1386
|
"locationInModule": {
|
1344
1387
|
"filename": "src/certificate.ts",
|
1345
|
-
"line":
|
1388
|
+
"line": 783
|
1346
1389
|
},
|
1347
1390
|
"name": "revokeCertificateOnDestroy",
|
1348
1391
|
"type": {
|
@@ -1364,7 +1407,7 @@
|
|
1364
1407
|
},
|
1365
1408
|
"locationInModule": {
|
1366
1409
|
"filename": "src/certificate.ts",
|
1367
|
-
"line":
|
1410
|
+
"line": 799
|
1368
1411
|
},
|
1369
1412
|
"name": "subjectAlternativeNames",
|
1370
1413
|
"type": {
|
@@ -1499,7 +1542,7 @@
|
|
1499
1542
|
"immutable": true,
|
1500
1543
|
"locationInModule": {
|
1501
1544
|
"filename": "src/certificate.ts",
|
1502
|
-
"line":
|
1545
|
+
"line": 74
|
1503
1546
|
},
|
1504
1547
|
"name": "dnsChallenge",
|
1505
1548
|
"optional": true,
|
@@ -1531,7 +1574,7 @@
|
|
1531
1574
|
"immutable": true,
|
1532
1575
|
"locationInModule": {
|
1533
1576
|
"filename": "src/certificate.ts",
|
1534
|
-
"line":
|
1577
|
+
"line": 80
|
1535
1578
|
},
|
1536
1579
|
"name": "httpChallenge",
|
1537
1580
|
"optional": true,
|
@@ -1549,7 +1592,7 @@
|
|
1549
1592
|
"immutable": true,
|
1550
1593
|
"locationInModule": {
|
1551
1594
|
"filename": "src/certificate.ts",
|
1552
|
-
"line":
|
1595
|
+
"line": 86
|
1553
1596
|
},
|
1554
1597
|
"name": "httpMemcachedChallenge",
|
1555
1598
|
"optional": true,
|
@@ -1567,7 +1610,7 @@
|
|
1567
1610
|
"immutable": true,
|
1568
1611
|
"locationInModule": {
|
1569
1612
|
"filename": "src/certificate.ts",
|
1570
|
-
"line":
|
1613
|
+
"line": 92
|
1571
1614
|
},
|
1572
1615
|
"name": "httpWebrootChallenge",
|
1573
1616
|
"optional": true,
|
@@ -1575,6 +1618,24 @@
|
|
1575
1618
|
"fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
|
1576
1619
|
}
|
1577
1620
|
},
|
1621
|
+
{
|
1622
|
+
"abstract": true,
|
1623
|
+
"docs": {
|
1624
|
+
"remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
|
1625
|
+
"stability": "stable",
|
1626
|
+
"summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#id Certificate#id}."
|
1627
|
+
},
|
1628
|
+
"immutable": true,
|
1629
|
+
"locationInModule": {
|
1630
|
+
"filename": "src/certificate.ts",
|
1631
|
+
"line": 36
|
1632
|
+
},
|
1633
|
+
"name": "id",
|
1634
|
+
"optional": true,
|
1635
|
+
"type": {
|
1636
|
+
"primitive": "string"
|
1637
|
+
}
|
1638
|
+
},
|
1578
1639
|
{
|
1579
1640
|
"abstract": true,
|
1580
1641
|
"docs": {
|
@@ -1584,7 +1645,7 @@
|
|
1584
1645
|
"immutable": true,
|
1585
1646
|
"locationInModule": {
|
1586
1647
|
"filename": "src/certificate.ts",
|
1587
|
-
"line":
|
1648
|
+
"line": 40
|
1588
1649
|
},
|
1589
1650
|
"name": "keyType",
|
1590
1651
|
"optional": true,
|
@@ -1601,7 +1662,7 @@
|
|
1601
1662
|
"immutable": true,
|
1602
1663
|
"locationInModule": {
|
1603
1664
|
"filename": "src/certificate.ts",
|
1604
|
-
"line":
|
1665
|
+
"line": 44
|
1605
1666
|
},
|
1606
1667
|
"name": "minDaysRemaining",
|
1607
1668
|
"optional": true,
|
@@ -1618,7 +1679,7 @@
|
|
1618
1679
|
"immutable": true,
|
1619
1680
|
"locationInModule": {
|
1620
1681
|
"filename": "src/certificate.ts",
|
1621
|
-
"line":
|
1682
|
+
"line": 48
|
1622
1683
|
},
|
1623
1684
|
"name": "mustStaple",
|
1624
1685
|
"optional": true,
|
@@ -1644,7 +1705,7 @@
|
|
1644
1705
|
"immutable": true,
|
1645
1706
|
"locationInModule": {
|
1646
1707
|
"filename": "src/certificate.ts",
|
1647
|
-
"line":
|
1708
|
+
"line": 52
|
1648
1709
|
},
|
1649
1710
|
"name": "preCheckDelay",
|
1650
1711
|
"optional": true,
|
@@ -1661,7 +1722,7 @@
|
|
1661
1722
|
"immutable": true,
|
1662
1723
|
"locationInModule": {
|
1663
1724
|
"filename": "src/certificate.ts",
|
1664
|
-
"line":
|
1725
|
+
"line": 56
|
1665
1726
|
},
|
1666
1727
|
"name": "preferredChain",
|
1667
1728
|
"optional": true,
|
@@ -1678,7 +1739,7 @@
|
|
1678
1739
|
"immutable": true,
|
1679
1740
|
"locationInModule": {
|
1680
1741
|
"filename": "src/certificate.ts",
|
1681
|
-
"line":
|
1742
|
+
"line": 60
|
1682
1743
|
},
|
1683
1744
|
"name": "recursiveNameservers",
|
1684
1745
|
"optional": true,
|
@@ -1700,7 +1761,7 @@
|
|
1700
1761
|
"immutable": true,
|
1701
1762
|
"locationInModule": {
|
1702
1763
|
"filename": "src/certificate.ts",
|
1703
|
-
"line":
|
1764
|
+
"line": 64
|
1704
1765
|
},
|
1705
1766
|
"name": "revokeCertificateOnDestroy",
|
1706
1767
|
"optional": true,
|
@@ -1726,7 +1787,7 @@
|
|
1726
1787
|
"immutable": true,
|
1727
1788
|
"locationInModule": {
|
1728
1789
|
"filename": "src/certificate.ts",
|
1729
|
-
"line":
|
1790
|
+
"line": 68
|
1730
1791
|
},
|
1731
1792
|
"name": "subjectAlternativeNames",
|
1732
1793
|
"optional": true,
|
@@ -1749,7 +1810,7 @@
|
|
1749
1810
|
"immutable": true,
|
1750
1811
|
"locationInModule": {
|
1751
1812
|
"filename": "src/certificate.ts",
|
1752
|
-
"line":
|
1813
|
+
"line": 98
|
1753
1814
|
},
|
1754
1815
|
"name": "tlsChallenge",
|
1755
1816
|
"optional": true,
|
@@ -1770,7 +1831,7 @@
|
|
1770
1831
|
"kind": "interface",
|
1771
1832
|
"locationInModule": {
|
1772
1833
|
"filename": "src/certificate.ts",
|
1773
|
-
"line":
|
1834
|
+
"line": 100
|
1774
1835
|
},
|
1775
1836
|
"name": "CertificateDnsChallenge",
|
1776
1837
|
"properties": [
|
@@ -1783,7 +1844,7 @@
|
|
1783
1844
|
"immutable": true,
|
1784
1845
|
"locationInModule": {
|
1785
1846
|
"filename": "src/certificate.ts",
|
1786
|
-
"line":
|
1847
|
+
"line": 108
|
1787
1848
|
},
|
1788
1849
|
"name": "provider",
|
1789
1850
|
"type": {
|
@@ -1799,7 +1860,7 @@
|
|
1799
1860
|
"immutable": true,
|
1800
1861
|
"locationInModule": {
|
1801
1862
|
"filename": "src/certificate.ts",
|
1802
|
-
"line":
|
1863
|
+
"line": 104
|
1803
1864
|
},
|
1804
1865
|
"name": "config",
|
1805
1866
|
"optional": true,
|
@@ -1815,6 +1876,330 @@
|
|
1815
1876
|
],
|
1816
1877
|
"symbolId": "src/certificate:CertificateDnsChallenge"
|
1817
1878
|
},
|
1879
|
+
"@cdktf/provider-acme.CertificateDnsChallengeList": {
|
1880
|
+
"assembly": "@cdktf/provider-acme",
|
1881
|
+
"base": "cdktf.ComplexList",
|
1882
|
+
"docs": {
|
1883
|
+
"stability": "stable"
|
1884
|
+
},
|
1885
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallengeList",
|
1886
|
+
"initializer": {
|
1887
|
+
"docs": {
|
1888
|
+
"stability": "stable"
|
1889
|
+
},
|
1890
|
+
"locationInModule": {
|
1891
|
+
"filename": "src/certificate.ts",
|
1892
|
+
"line": 210
|
1893
|
+
},
|
1894
|
+
"parameters": [
|
1895
|
+
{
|
1896
|
+
"docs": {
|
1897
|
+
"summary": "The parent resource."
|
1898
|
+
},
|
1899
|
+
"name": "terraformResource",
|
1900
|
+
"type": {
|
1901
|
+
"fqn": "cdktf.IInterpolatingParent"
|
1902
|
+
}
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"docs": {
|
1906
|
+
"summary": "The attribute on the parent resource this class is referencing."
|
1907
|
+
},
|
1908
|
+
"name": "terraformAttribute",
|
1909
|
+
"type": {
|
1910
|
+
"primitive": "string"
|
1911
|
+
}
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
"docs": {
|
1915
|
+
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
1916
|
+
},
|
1917
|
+
"name": "wrapsSet",
|
1918
|
+
"type": {
|
1919
|
+
"primitive": "boolean"
|
1920
|
+
}
|
1921
|
+
}
|
1922
|
+
]
|
1923
|
+
},
|
1924
|
+
"kind": "class",
|
1925
|
+
"locationInModule": {
|
1926
|
+
"filename": "src/certificate.ts",
|
1927
|
+
"line": 202
|
1928
|
+
},
|
1929
|
+
"methods": [
|
1930
|
+
{
|
1931
|
+
"docs": {
|
1932
|
+
"stability": "stable"
|
1933
|
+
},
|
1934
|
+
"locationInModule": {
|
1935
|
+
"filename": "src/certificate.ts",
|
1936
|
+
"line": 217
|
1937
|
+
},
|
1938
|
+
"name": "get",
|
1939
|
+
"parameters": [
|
1940
|
+
{
|
1941
|
+
"docs": {
|
1942
|
+
"summary": "the index of the item to return."
|
1943
|
+
},
|
1944
|
+
"name": "index",
|
1945
|
+
"type": {
|
1946
|
+
"primitive": "number"
|
1947
|
+
}
|
1948
|
+
}
|
1949
|
+
],
|
1950
|
+
"returns": {
|
1951
|
+
"type": {
|
1952
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallengeOutputReference"
|
1953
|
+
}
|
1954
|
+
}
|
1955
|
+
}
|
1956
|
+
],
|
1957
|
+
"name": "CertificateDnsChallengeList",
|
1958
|
+
"properties": [
|
1959
|
+
{
|
1960
|
+
"docs": {
|
1961
|
+
"stability": "stable",
|
1962
|
+
"summary": "The attribute on the parent resource this class is referencing."
|
1963
|
+
},
|
1964
|
+
"locationInModule": {
|
1965
|
+
"filename": "src/certificate.ts",
|
1966
|
+
"line": 210
|
1967
|
+
},
|
1968
|
+
"name": "terraformAttribute",
|
1969
|
+
"overrides": "cdktf.ComplexList",
|
1970
|
+
"protected": true,
|
1971
|
+
"type": {
|
1972
|
+
"primitive": "string"
|
1973
|
+
}
|
1974
|
+
},
|
1975
|
+
{
|
1976
|
+
"docs": {
|
1977
|
+
"stability": "stable",
|
1978
|
+
"summary": "The parent resource."
|
1979
|
+
},
|
1980
|
+
"locationInModule": {
|
1981
|
+
"filename": "src/certificate.ts",
|
1982
|
+
"line": 210
|
1983
|
+
},
|
1984
|
+
"name": "terraformResource",
|
1985
|
+
"overrides": "cdktf.ComplexList",
|
1986
|
+
"protected": true,
|
1987
|
+
"type": {
|
1988
|
+
"fqn": "cdktf.IInterpolatingParent"
|
1989
|
+
}
|
1990
|
+
},
|
1991
|
+
{
|
1992
|
+
"docs": {
|
1993
|
+
"stability": "stable",
|
1994
|
+
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
1995
|
+
},
|
1996
|
+
"locationInModule": {
|
1997
|
+
"filename": "src/certificate.ts",
|
1998
|
+
"line": 210
|
1999
|
+
},
|
2000
|
+
"name": "wrapsSet",
|
2001
|
+
"overrides": "cdktf.ComplexList",
|
2002
|
+
"protected": true,
|
2003
|
+
"type": {
|
2004
|
+
"primitive": "boolean"
|
2005
|
+
}
|
2006
|
+
},
|
2007
|
+
{
|
2008
|
+
"docs": {
|
2009
|
+
"stability": "stable"
|
2010
|
+
},
|
2011
|
+
"locationInModule": {
|
2012
|
+
"filename": "src/certificate.ts",
|
2013
|
+
"line": 203
|
2014
|
+
},
|
2015
|
+
"name": "internalValue",
|
2016
|
+
"optional": true,
|
2017
|
+
"type": {
|
2018
|
+
"union": {
|
2019
|
+
"types": [
|
2020
|
+
{
|
2021
|
+
"fqn": "cdktf.IResolvable"
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
"collection": {
|
2025
|
+
"elementtype": {
|
2026
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
|
2027
|
+
},
|
2028
|
+
"kind": "array"
|
2029
|
+
}
|
2030
|
+
}
|
2031
|
+
]
|
2032
|
+
}
|
2033
|
+
}
|
2034
|
+
}
|
2035
|
+
],
|
2036
|
+
"symbolId": "src/certificate:CertificateDnsChallengeList"
|
2037
|
+
},
|
2038
|
+
"@cdktf/provider-acme.CertificateDnsChallengeOutputReference": {
|
2039
|
+
"assembly": "@cdktf/provider-acme",
|
2040
|
+
"base": "cdktf.ComplexObject",
|
2041
|
+
"docs": {
|
2042
|
+
"stability": "stable"
|
2043
|
+
},
|
2044
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallengeOutputReference",
|
2045
|
+
"initializer": {
|
2046
|
+
"docs": {
|
2047
|
+
"stability": "stable"
|
2048
|
+
},
|
2049
|
+
"locationInModule": {
|
2050
|
+
"filename": "src/certificate.ts",
|
2051
|
+
"line": 132
|
2052
|
+
},
|
2053
|
+
"parameters": [
|
2054
|
+
{
|
2055
|
+
"docs": {
|
2056
|
+
"summary": "The parent resource."
|
2057
|
+
},
|
2058
|
+
"name": "terraformResource",
|
2059
|
+
"type": {
|
2060
|
+
"fqn": "cdktf.IInterpolatingParent"
|
2061
|
+
}
|
2062
|
+
},
|
2063
|
+
{
|
2064
|
+
"docs": {
|
2065
|
+
"summary": "The attribute on the parent resource this class is referencing."
|
2066
|
+
},
|
2067
|
+
"name": "terraformAttribute",
|
2068
|
+
"type": {
|
2069
|
+
"primitive": "string"
|
2070
|
+
}
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
"docs": {
|
2074
|
+
"summary": "the index of this item in the list."
|
2075
|
+
},
|
2076
|
+
"name": "complexObjectIndex",
|
2077
|
+
"type": {
|
2078
|
+
"primitive": "number"
|
2079
|
+
}
|
2080
|
+
},
|
2081
|
+
{
|
2082
|
+
"docs": {
|
2083
|
+
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
2084
|
+
},
|
2085
|
+
"name": "complexObjectIsFromSet",
|
2086
|
+
"type": {
|
2087
|
+
"primitive": "boolean"
|
2088
|
+
}
|
2089
|
+
}
|
2090
|
+
]
|
2091
|
+
},
|
2092
|
+
"kind": "class",
|
2093
|
+
"locationInModule": {
|
2094
|
+
"filename": "src/certificate.ts",
|
2095
|
+
"line": 122
|
2096
|
+
},
|
2097
|
+
"methods": [
|
2098
|
+
{
|
2099
|
+
"docs": {
|
2100
|
+
"stability": "stable"
|
2101
|
+
},
|
2102
|
+
"locationInModule": {
|
2103
|
+
"filename": "src/certificate.ts",
|
2104
|
+
"line": 180
|
2105
|
+
},
|
2106
|
+
"name": "resetConfig"
|
2107
|
+
}
|
2108
|
+
],
|
2109
|
+
"name": "CertificateDnsChallengeOutputReference",
|
2110
|
+
"properties": [
|
2111
|
+
{
|
2112
|
+
"docs": {
|
2113
|
+
"stability": "stable"
|
2114
|
+
},
|
2115
|
+
"immutable": true,
|
2116
|
+
"locationInModule": {
|
2117
|
+
"filename": "src/certificate.ts",
|
2118
|
+
"line": 184
|
2119
|
+
},
|
2120
|
+
"name": "configInput",
|
2121
|
+
"optional": true,
|
2122
|
+
"type": {
|
2123
|
+
"collection": {
|
2124
|
+
"elementtype": {
|
2125
|
+
"primitive": "string"
|
2126
|
+
},
|
2127
|
+
"kind": "map"
|
2128
|
+
}
|
2129
|
+
}
|
2130
|
+
},
|
2131
|
+
{
|
2132
|
+
"docs": {
|
2133
|
+
"stability": "stable"
|
2134
|
+
},
|
2135
|
+
"immutable": true,
|
2136
|
+
"locationInModule": {
|
2137
|
+
"filename": "src/certificate.ts",
|
2138
|
+
"line": 197
|
2139
|
+
},
|
2140
|
+
"name": "providerInput",
|
2141
|
+
"optional": true,
|
2142
|
+
"type": {
|
2143
|
+
"primitive": "string"
|
2144
|
+
}
|
2145
|
+
},
|
2146
|
+
{
|
2147
|
+
"docs": {
|
2148
|
+
"stability": "stable"
|
2149
|
+
},
|
2150
|
+
"locationInModule": {
|
2151
|
+
"filename": "src/certificate.ts",
|
2152
|
+
"line": 174
|
2153
|
+
},
|
2154
|
+
"name": "config",
|
2155
|
+
"type": {
|
2156
|
+
"collection": {
|
2157
|
+
"elementtype": {
|
2158
|
+
"primitive": "string"
|
2159
|
+
},
|
2160
|
+
"kind": "map"
|
2161
|
+
}
|
2162
|
+
}
|
2163
|
+
},
|
2164
|
+
{
|
2165
|
+
"docs": {
|
2166
|
+
"stability": "stable"
|
2167
|
+
},
|
2168
|
+
"locationInModule": {
|
2169
|
+
"filename": "src/certificate.ts",
|
2170
|
+
"line": 190
|
2171
|
+
},
|
2172
|
+
"name": "provider",
|
2173
|
+
"type": {
|
2174
|
+
"primitive": "string"
|
2175
|
+
}
|
2176
|
+
},
|
2177
|
+
{
|
2178
|
+
"docs": {
|
2179
|
+
"stability": "stable"
|
2180
|
+
},
|
2181
|
+
"locationInModule": {
|
2182
|
+
"filename": "src/certificate.ts",
|
2183
|
+
"line": 136
|
2184
|
+
},
|
2185
|
+
"name": "internalValue",
|
2186
|
+
"optional": true,
|
2187
|
+
"type": {
|
2188
|
+
"union": {
|
2189
|
+
"types": [
|
2190
|
+
{
|
2191
|
+
"fqn": "cdktf.IResolvable"
|
2192
|
+
},
|
2193
|
+
{
|
2194
|
+
"fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
|
2195
|
+
}
|
2196
|
+
]
|
2197
|
+
}
|
2198
|
+
}
|
2199
|
+
}
|
2200
|
+
],
|
2201
|
+
"symbolId": "src/certificate:CertificateDnsChallengeOutputReference"
|
2202
|
+
},
|
1818
2203
|
"@cdktf/provider-acme.CertificateHttpChallenge": {
|
1819
2204
|
"assembly": "@cdktf/provider-acme",
|
1820
2205
|
"datatype": true,
|
@@ -1825,7 +2210,7 @@
|
|
1825
2210
|
"kind": "interface",
|
1826
2211
|
"locationInModule": {
|
1827
2212
|
"filename": "src/certificate.ts",
|
1828
|
-
"line":
|
2213
|
+
"line": 221
|
1829
2214
|
},
|
1830
2215
|
"name": "CertificateHttpChallenge",
|
1831
2216
|
"properties": [
|
@@ -1838,7 +2223,7 @@
|
|
1838
2223
|
"immutable": true,
|
1839
2224
|
"locationInModule": {
|
1840
2225
|
"filename": "src/certificate.ts",
|
1841
|
-
"line":
|
2226
|
+
"line": 225
|
1842
2227
|
},
|
1843
2228
|
"name": "port",
|
1844
2229
|
"optional": true,
|
@@ -1855,7 +2240,7 @@
|
|
1855
2240
|
"immutable": true,
|
1856
2241
|
"locationInModule": {
|
1857
2242
|
"filename": "src/certificate.ts",
|
1858
|
-
"line":
|
2243
|
+
"line": 229
|
1859
2244
|
},
|
1860
2245
|
"name": "proxyHeader",
|
1861
2246
|
"optional": true,
|
@@ -1879,7 +2264,7 @@
|
|
1879
2264
|
},
|
1880
2265
|
"locationInModule": {
|
1881
2266
|
"filename": "src/certificate.ts",
|
1882
|
-
"line":
|
2267
|
+
"line": 250
|
1883
2268
|
},
|
1884
2269
|
"parameters": [
|
1885
2270
|
{
|
@@ -1905,7 +2290,7 @@
|
|
1905
2290
|
"kind": "class",
|
1906
2291
|
"locationInModule": {
|
1907
2292
|
"filename": "src/certificate.ts",
|
1908
|
-
"line":
|
2293
|
+
"line": 243
|
1909
2294
|
},
|
1910
2295
|
"methods": [
|
1911
2296
|
{
|
@@ -1914,7 +2299,7 @@
|
|
1914
2299
|
},
|
1915
2300
|
"locationInModule": {
|
1916
2301
|
"filename": "src/certificate.ts",
|
1917
|
-
"line":
|
2302
|
+
"line": 289
|
1918
2303
|
},
|
1919
2304
|
"name": "resetPort"
|
1920
2305
|
},
|
@@ -1924,7 +2309,7 @@
|
|
1924
2309
|
},
|
1925
2310
|
"locationInModule": {
|
1926
2311
|
"filename": "src/certificate.ts",
|
1927
|
-
"line":
|
2312
|
+
"line": 305
|
1928
2313
|
},
|
1929
2314
|
"name": "resetProxyHeader"
|
1930
2315
|
}
|
@@ -1938,7 +2323,7 @@
|
|
1938
2323
|
"immutable": true,
|
1939
2324
|
"locationInModule": {
|
1940
2325
|
"filename": "src/certificate.ts",
|
1941
|
-
"line":
|
2326
|
+
"line": 293
|
1942
2327
|
},
|
1943
2328
|
"name": "portInput",
|
1944
2329
|
"optional": true,
|
@@ -1953,7 +2338,7 @@
|
|
1953
2338
|
"immutable": true,
|
1954
2339
|
"locationInModule": {
|
1955
2340
|
"filename": "src/certificate.ts",
|
1956
|
-
"line":
|
2341
|
+
"line": 309
|
1957
2342
|
},
|
1958
2343
|
"name": "proxyHeaderInput",
|
1959
2344
|
"optional": true,
|
@@ -1967,7 +2352,7 @@
|
|
1967
2352
|
},
|
1968
2353
|
"locationInModule": {
|
1969
2354
|
"filename": "src/certificate.ts",
|
1970
|
-
"line":
|
2355
|
+
"line": 283
|
1971
2356
|
},
|
1972
2357
|
"name": "port",
|
1973
2358
|
"type": {
|
@@ -1980,7 +2365,7 @@
|
|
1980
2365
|
},
|
1981
2366
|
"locationInModule": {
|
1982
2367
|
"filename": "src/certificate.ts",
|
1983
|
-
"line":
|
2368
|
+
"line": 299
|
1984
2369
|
},
|
1985
2370
|
"name": "proxyHeader",
|
1986
2371
|
"type": {
|
@@ -1993,7 +2378,7 @@
|
|
1993
2378
|
},
|
1994
2379
|
"locationInModule": {
|
1995
2380
|
"filename": "src/certificate.ts",
|
1996
|
-
"line":
|
2381
|
+
"line": 254
|
1997
2382
|
},
|
1998
2383
|
"name": "internalValue",
|
1999
2384
|
"optional": true,
|
@@ -2014,7 +2399,7 @@
|
|
2014
2399
|
"kind": "interface",
|
2015
2400
|
"locationInModule": {
|
2016
2401
|
"filename": "src/certificate.ts",
|
2017
|
-
"line":
|
2402
|
+
"line": 313
|
2018
2403
|
},
|
2019
2404
|
"name": "CertificateHttpMemcachedChallenge",
|
2020
2405
|
"properties": [
|
@@ -2027,7 +2412,7 @@
|
|
2027
2412
|
"immutable": true,
|
2028
2413
|
"locationInModule": {
|
2029
2414
|
"filename": "src/certificate.ts",
|
2030
|
-
"line":
|
2415
|
+
"line": 317
|
2031
2416
|
},
|
2032
2417
|
"name": "hosts",
|
2033
2418
|
"type": {
|
@@ -2055,7 +2440,7 @@
|
|
2055
2440
|
},
|
2056
2441
|
"locationInModule": {
|
2057
2442
|
"filename": "src/certificate.ts",
|
2058
|
-
"line":
|
2443
|
+
"line": 337
|
2059
2444
|
},
|
2060
2445
|
"parameters": [
|
2061
2446
|
{
|
@@ -2081,7 +2466,7 @@
|
|
2081
2466
|
"kind": "class",
|
2082
2467
|
"locationInModule": {
|
2083
2468
|
"filename": "src/certificate.ts",
|
2084
|
-
"line":
|
2469
|
+
"line": 330
|
2085
2470
|
},
|
2086
2471
|
"name": "CertificateHttpMemcachedChallengeOutputReference",
|
2087
2472
|
"properties": [
|
@@ -2092,7 +2477,7 @@
|
|
2092
2477
|
"immutable": true,
|
2093
2478
|
"locationInModule": {
|
2094
2479
|
"filename": "src/certificate.ts",
|
2095
|
-
"line":
|
2480
|
+
"line": 371
|
2096
2481
|
},
|
2097
2482
|
"name": "hostsInput",
|
2098
2483
|
"optional": true,
|
@@ -2111,7 +2496,7 @@
|
|
2111
2496
|
},
|
2112
2497
|
"locationInModule": {
|
2113
2498
|
"filename": "src/certificate.ts",
|
2114
|
-
"line":
|
2499
|
+
"line": 364
|
2115
2500
|
},
|
2116
2501
|
"name": "hosts",
|
2117
2502
|
"type": {
|
@@ -2129,7 +2514,7 @@
|
|
2129
2514
|
},
|
2130
2515
|
"locationInModule": {
|
2131
2516
|
"filename": "src/certificate.ts",
|
2132
|
-
"line":
|
2517
|
+
"line": 341
|
2133
2518
|
},
|
2134
2519
|
"name": "internalValue",
|
2135
2520
|
"optional": true,
|
@@ -2150,7 +2535,7 @@
|
|
2150
2535
|
"kind": "interface",
|
2151
2536
|
"locationInModule": {
|
2152
2537
|
"filename": "src/certificate.ts",
|
2153
|
-
"line":
|
2538
|
+
"line": 375
|
2154
2539
|
},
|
2155
2540
|
"name": "CertificateHttpWebrootChallenge",
|
2156
2541
|
"properties": [
|
@@ -2163,7 +2548,7 @@
|
|
2163
2548
|
"immutable": true,
|
2164
2549
|
"locationInModule": {
|
2165
2550
|
"filename": "src/certificate.ts",
|
2166
|
-
"line":
|
2551
|
+
"line": 379
|
2167
2552
|
},
|
2168
2553
|
"name": "directory",
|
2169
2554
|
"type": {
|
@@ -2186,7 +2571,7 @@
|
|
2186
2571
|
},
|
2187
2572
|
"locationInModule": {
|
2188
2573
|
"filename": "src/certificate.ts",
|
2189
|
-
"line":
|
2574
|
+
"line": 399
|
2190
2575
|
},
|
2191
2576
|
"parameters": [
|
2192
2577
|
{
|
@@ -2212,7 +2597,7 @@
|
|
2212
2597
|
"kind": "class",
|
2213
2598
|
"locationInModule": {
|
2214
2599
|
"filename": "src/certificate.ts",
|
2215
|
-
"line":
|
2600
|
+
"line": 392
|
2216
2601
|
},
|
2217
2602
|
"name": "CertificateHttpWebrootChallengeOutputReference",
|
2218
2603
|
"properties": [
|
@@ -2223,7 +2608,7 @@
|
|
2223
2608
|
"immutable": true,
|
2224
2609
|
"locationInModule": {
|
2225
2610
|
"filename": "src/certificate.ts",
|
2226
|
-
"line":
|
2611
|
+
"line": 433
|
2227
2612
|
},
|
2228
2613
|
"name": "directoryInput",
|
2229
2614
|
"optional": true,
|
@@ -2237,7 +2622,7 @@
|
|
2237
2622
|
},
|
2238
2623
|
"locationInModule": {
|
2239
2624
|
"filename": "src/certificate.ts",
|
2240
|
-
"line":
|
2625
|
+
"line": 426
|
2241
2626
|
},
|
2242
2627
|
"name": "directory",
|
2243
2628
|
"type": {
|
@@ -2250,7 +2635,7 @@
|
|
2250
2635
|
},
|
2251
2636
|
"locationInModule": {
|
2252
2637
|
"filename": "src/certificate.ts",
|
2253
|
-
"line":
|
2638
|
+
"line": 403
|
2254
2639
|
},
|
2255
2640
|
"name": "internalValue",
|
2256
2641
|
"optional": true,
|
@@ -2271,7 +2656,7 @@
|
|
2271
2656
|
"kind": "interface",
|
2272
2657
|
"locationInModule": {
|
2273
2658
|
"filename": "src/certificate.ts",
|
2274
|
-
"line":
|
2659
|
+
"line": 437
|
2275
2660
|
},
|
2276
2661
|
"name": "CertificateTlsChallenge",
|
2277
2662
|
"properties": [
|
@@ -2284,7 +2669,7 @@
|
|
2284
2669
|
"immutable": true,
|
2285
2670
|
"locationInModule": {
|
2286
2671
|
"filename": "src/certificate.ts",
|
2287
|
-
"line":
|
2672
|
+
"line": 441
|
2288
2673
|
},
|
2289
2674
|
"name": "port",
|
2290
2675
|
"optional": true,
|
@@ -2308,7 +2693,7 @@
|
|
2308
2693
|
},
|
2309
2694
|
"locationInModule": {
|
2310
2695
|
"filename": "src/certificate.ts",
|
2311
|
-
"line":
|
2696
|
+
"line": 461
|
2312
2697
|
},
|
2313
2698
|
"parameters": [
|
2314
2699
|
{
|
@@ -2334,7 +2719,7 @@
|
|
2334
2719
|
"kind": "class",
|
2335
2720
|
"locationInModule": {
|
2336
2721
|
"filename": "src/certificate.ts",
|
2337
|
-
"line":
|
2722
|
+
"line": 454
|
2338
2723
|
},
|
2339
2724
|
"methods": [
|
2340
2725
|
{
|
@@ -2343,7 +2728,7 @@
|
|
2343
2728
|
},
|
2344
2729
|
"locationInModule": {
|
2345
2730
|
"filename": "src/certificate.ts",
|
2346
|
-
"line":
|
2731
|
+
"line": 494
|
2347
2732
|
},
|
2348
2733
|
"name": "resetPort"
|
2349
2734
|
}
|
@@ -2357,7 +2742,7 @@
|
|
2357
2742
|
"immutable": true,
|
2358
2743
|
"locationInModule": {
|
2359
2744
|
"filename": "src/certificate.ts",
|
2360
|
-
"line":
|
2745
|
+
"line": 498
|
2361
2746
|
},
|
2362
2747
|
"name": "portInput",
|
2363
2748
|
"optional": true,
|
@@ -2371,7 +2756,7 @@
|
|
2371
2756
|
},
|
2372
2757
|
"locationInModule": {
|
2373
2758
|
"filename": "src/certificate.ts",
|
2374
|
-
"line":
|
2759
|
+
"line": 488
|
2375
2760
|
},
|
2376
2761
|
"name": "port",
|
2377
2762
|
"type": {
|
@@ -2384,7 +2769,7 @@
|
|
2384
2769
|
},
|
2385
2770
|
"locationInModule": {
|
2386
2771
|
"filename": "src/certificate.ts",
|
2387
|
-
"line":
|
2772
|
+
"line": 465
|
2388
2773
|
},
|
2389
2774
|
"name": "internalValue",
|
2390
2775
|
"optional": true,
|
@@ -2410,7 +2795,7 @@
|
|
2410
2795
|
},
|
2411
2796
|
"locationInModule": {
|
2412
2797
|
"filename": "src/registration.ts",
|
2413
|
-
"line":
|
2798
|
+
"line": 140
|
2414
2799
|
},
|
2415
2800
|
"parameters": [
|
2416
2801
|
{
|
@@ -2443,7 +2828,7 @@
|
|
2443
2828
|
"kind": "class",
|
2444
2829
|
"locationInModule": {
|
2445
2830
|
"filename": "src/registration.ts",
|
2446
|
-
"line":
|
2831
|
+
"line": 122
|
2447
2832
|
},
|
2448
2833
|
"methods": [
|
2449
2834
|
{
|
@@ -2452,7 +2837,7 @@
|
|
2452
2837
|
},
|
2453
2838
|
"locationInModule": {
|
2454
2839
|
"filename": "src/registration.ts",
|
2455
|
-
"line":
|
2840
|
+
"line": 215
|
2456
2841
|
},
|
2457
2842
|
"name": "putExternalAccountBinding",
|
2458
2843
|
"parameters": [
|
@@ -2470,7 +2855,7 @@
|
|
2470
2855
|
},
|
2471
2856
|
"locationInModule": {
|
2472
2857
|
"filename": "src/registration.ts",
|
2473
|
-
"line":
|
2858
|
+
"line": 218
|
2474
2859
|
},
|
2475
2860
|
"name": "resetExternalAccountBinding"
|
2476
2861
|
},
|
@@ -2480,7 +2865,17 @@
|
|
2480
2865
|
},
|
2481
2866
|
"locationInModule": {
|
2482
2867
|
"filename": "src/registration.ts",
|
2483
|
-
"line":
|
2868
|
+
"line": 197
|
2869
|
+
},
|
2870
|
+
"name": "resetId"
|
2871
|
+
},
|
2872
|
+
{
|
2873
|
+
"docs": {
|
2874
|
+
"stability": "stable"
|
2875
|
+
},
|
2876
|
+
"locationInModule": {
|
2877
|
+
"filename": "src/registration.ts",
|
2878
|
+
"line": 230
|
2484
2879
|
},
|
2485
2880
|
"name": "synthesizeAttributes",
|
2486
2881
|
"overrides": "cdktf.TerraformResource",
|
@@ -2507,7 +2902,7 @@
|
|
2507
2902
|
"immutable": true,
|
2508
2903
|
"locationInModule": {
|
2509
2904
|
"filename": "src/registration.ts",
|
2510
|
-
"line":
|
2905
|
+
"line": 127
|
2511
2906
|
},
|
2512
2907
|
"name": "tfResourceType",
|
2513
2908
|
"static": true,
|
@@ -2522,7 +2917,7 @@
|
|
2522
2917
|
"immutable": true,
|
2523
2918
|
"locationInModule": {
|
2524
2919
|
"filename": "src/registration.ts",
|
2525
|
-
"line":
|
2920
|
+
"line": 212
|
2526
2921
|
},
|
2527
2922
|
"name": "externalAccountBinding",
|
2528
2923
|
"type": {
|
@@ -2536,9 +2931,9 @@
|
|
2536
2931
|
"immutable": true,
|
2537
2932
|
"locationInModule": {
|
2538
2933
|
"filename": "src/registration.ts",
|
2539
|
-
"line":
|
2934
|
+
"line": 206
|
2540
2935
|
},
|
2541
|
-
"name": "
|
2936
|
+
"name": "registrationUrl",
|
2542
2937
|
"type": {
|
2543
2938
|
"primitive": "string"
|
2544
2939
|
}
|
@@ -2550,9 +2945,10 @@
|
|
2550
2945
|
"immutable": true,
|
2551
2946
|
"locationInModule": {
|
2552
2947
|
"filename": "src/registration.ts",
|
2553
|
-
"line":
|
2948
|
+
"line": 172
|
2554
2949
|
},
|
2555
|
-
"name": "
|
2950
|
+
"name": "accountKeyPemInput",
|
2951
|
+
"optional": true,
|
2556
2952
|
"type": {
|
2557
2953
|
"primitive": "string"
|
2558
2954
|
}
|
@@ -2564,9 +2960,9 @@
|
|
2564
2960
|
"immutable": true,
|
2565
2961
|
"locationInModule": {
|
2566
2962
|
"filename": "src/registration.ts",
|
2567
|
-
"line":
|
2963
|
+
"line": 185
|
2568
2964
|
},
|
2569
|
-
"name": "
|
2965
|
+
"name": "emailAddressInput",
|
2570
2966
|
"optional": true,
|
2571
2967
|
"type": {
|
2572
2968
|
"primitive": "string"
|
@@ -2579,12 +2975,12 @@
|
|
2579
2975
|
"immutable": true,
|
2580
2976
|
"locationInModule": {
|
2581
2977
|
"filename": "src/registration.ts",
|
2582
|
-
"line":
|
2978
|
+
"line": 222
|
2583
2979
|
},
|
2584
|
-
"name": "
|
2980
|
+
"name": "externalAccountBindingInput",
|
2585
2981
|
"optional": true,
|
2586
2982
|
"type": {
|
2587
|
-
"
|
2983
|
+
"fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
|
2588
2984
|
}
|
2589
2985
|
},
|
2590
2986
|
{
|
@@ -2594,12 +2990,12 @@
|
|
2594
2990
|
"immutable": true,
|
2595
2991
|
"locationInModule": {
|
2596
2992
|
"filename": "src/registration.ts",
|
2597
|
-
"line":
|
2993
|
+
"line": 201
|
2598
2994
|
},
|
2599
|
-
"name": "
|
2995
|
+
"name": "idInput",
|
2600
2996
|
"optional": true,
|
2601
2997
|
"type": {
|
2602
|
-
"
|
2998
|
+
"primitive": "string"
|
2603
2999
|
}
|
2604
3000
|
},
|
2605
3001
|
{
|
@@ -2608,7 +3004,7 @@
|
|
2608
3004
|
},
|
2609
3005
|
"locationInModule": {
|
2610
3006
|
"filename": "src/registration.ts",
|
2611
|
-
"line":
|
3007
|
+
"line": 165
|
2612
3008
|
},
|
2613
3009
|
"name": "accountKeyPem",
|
2614
3010
|
"type": {
|
@@ -2621,12 +3017,25 @@
|
|
2621
3017
|
},
|
2622
3018
|
"locationInModule": {
|
2623
3019
|
"filename": "src/registration.ts",
|
2624
|
-
"line":
|
3020
|
+
"line": 178
|
2625
3021
|
},
|
2626
3022
|
"name": "emailAddress",
|
2627
3023
|
"type": {
|
2628
3024
|
"primitive": "string"
|
2629
3025
|
}
|
3026
|
+
},
|
3027
|
+
{
|
3028
|
+
"docs": {
|
3029
|
+
"stability": "stable"
|
3030
|
+
},
|
3031
|
+
"locationInModule": {
|
3032
|
+
"filename": "src/registration.ts",
|
3033
|
+
"line": 191
|
3034
|
+
},
|
3035
|
+
"name": "id",
|
3036
|
+
"type": {
|
3037
|
+
"primitive": "string"
|
3038
|
+
}
|
2630
3039
|
}
|
2631
3040
|
],
|
2632
3041
|
"symbolId": "src/registration:Registration"
|
@@ -2690,13 +3099,31 @@
|
|
2690
3099
|
"immutable": true,
|
2691
3100
|
"locationInModule": {
|
2692
3101
|
"filename": "src/registration.ts",
|
2693
|
-
"line":
|
3102
|
+
"line": 30
|
2694
3103
|
},
|
2695
3104
|
"name": "externalAccountBinding",
|
2696
3105
|
"optional": true,
|
2697
3106
|
"type": {
|
2698
3107
|
"fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
|
2699
3108
|
}
|
3109
|
+
},
|
3110
|
+
{
|
3111
|
+
"abstract": true,
|
3112
|
+
"docs": {
|
3113
|
+
"remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
|
3114
|
+
"stability": "stable",
|
3115
|
+
"summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#id Registration#id}."
|
3116
|
+
},
|
3117
|
+
"immutable": true,
|
3118
|
+
"locationInModule": {
|
3119
|
+
"filename": "src/registration.ts",
|
3120
|
+
"line": 24
|
3121
|
+
},
|
3122
|
+
"name": "id",
|
3123
|
+
"optional": true,
|
3124
|
+
"type": {
|
3125
|
+
"primitive": "string"
|
3126
|
+
}
|
2700
3127
|
}
|
2701
3128
|
],
|
2702
3129
|
"symbolId": "src/registration:RegistrationConfig"
|
@@ -2711,7 +3138,7 @@
|
|
2711
3138
|
"kind": "interface",
|
2712
3139
|
"locationInModule": {
|
2713
3140
|
"filename": "src/registration.ts",
|
2714
|
-
"line":
|
3141
|
+
"line": 32
|
2715
3142
|
},
|
2716
3143
|
"name": "RegistrationExternalAccountBinding",
|
2717
3144
|
"properties": [
|
@@ -2724,7 +3151,7 @@
|
|
2724
3151
|
"immutable": true,
|
2725
3152
|
"locationInModule": {
|
2726
3153
|
"filename": "src/registration.ts",
|
2727
|
-
"line":
|
3154
|
+
"line": 36
|
2728
3155
|
},
|
2729
3156
|
"name": "hmacBase64",
|
2730
3157
|
"type": {
|
@@ -2740,7 +3167,7 @@
|
|
2740
3167
|
"immutable": true,
|
2741
3168
|
"locationInModule": {
|
2742
3169
|
"filename": "src/registration.ts",
|
2743
|
-
"line":
|
3170
|
+
"line": 40
|
2744
3171
|
},
|
2745
3172
|
"name": "keyId",
|
2746
3173
|
"type": {
|
@@ -2763,7 +3190,7 @@
|
|
2763
3190
|
},
|
2764
3191
|
"locationInModule": {
|
2765
3192
|
"filename": "src/registration.ts",
|
2766
|
-
"line":
|
3193
|
+
"line": 61
|
2767
3194
|
},
|
2768
3195
|
"parameters": [
|
2769
3196
|
{
|
@@ -2789,7 +3216,7 @@
|
|
2789
3216
|
"kind": "class",
|
2790
3217
|
"locationInModule": {
|
2791
3218
|
"filename": "src/registration.ts",
|
2792
|
-
"line":
|
3219
|
+
"line": 54
|
2793
3220
|
},
|
2794
3221
|
"name": "RegistrationExternalAccountBindingOutputReference",
|
2795
3222
|
"properties": [
|
@@ -2800,7 +3227,7 @@
|
|
2800
3227
|
"immutable": true,
|
2801
3228
|
"locationInModule": {
|
2802
3229
|
"filename": "src/registration.ts",
|
2803
|
-
"line":
|
3230
|
+
"line": 101
|
2804
3231
|
},
|
2805
3232
|
"name": "hmacBase64Input",
|
2806
3233
|
"optional": true,
|
@@ -2815,7 +3242,7 @@
|
|
2815
3242
|
"immutable": true,
|
2816
3243
|
"locationInModule": {
|
2817
3244
|
"filename": "src/registration.ts",
|
2818
|
-
"line":
|
3245
|
+
"line": 114
|
2819
3246
|
},
|
2820
3247
|
"name": "keyIdInput",
|
2821
3248
|
"optional": true,
|
@@ -2829,7 +3256,7 @@
|
|
2829
3256
|
},
|
2830
3257
|
"locationInModule": {
|
2831
3258
|
"filename": "src/registration.ts",
|
2832
|
-
"line":
|
3259
|
+
"line": 94
|
2833
3260
|
},
|
2834
3261
|
"name": "hmacBase64",
|
2835
3262
|
"type": {
|
@@ -2842,7 +3269,7 @@
|
|
2842
3269
|
},
|
2843
3270
|
"locationInModule": {
|
2844
3271
|
"filename": "src/registration.ts",
|
2845
|
-
"line":
|
3272
|
+
"line": 107
|
2846
3273
|
},
|
2847
3274
|
"name": "keyId",
|
2848
3275
|
"type": {
|
@@ -2855,7 +3282,7 @@
|
|
2855
3282
|
},
|
2856
3283
|
"locationInModule": {
|
2857
3284
|
"filename": "src/registration.ts",
|
2858
|
-
"line":
|
3285
|
+
"line": 65
|
2859
3286
|
},
|
2860
3287
|
"name": "internalValue",
|
2861
3288
|
"optional": true,
|
@@ -2867,6 +3294,6 @@
|
|
2867
3294
|
"symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
|
2868
3295
|
}
|
2869
3296
|
},
|
2870
|
-
"version": "0.
|
2871
|
-
"fingerprint": "
|
3297
|
+
"version": "0.3.0",
|
3298
|
+
"fingerprint": "A2Igy8tvHFcgxhVLXhpjrQuIl0bXNycBhhhwa2cAEWM="
|
2872
3299
|
}
|