@cdktf/provider-acme 9.0.3 → 10.0.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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://hashicorp.com"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": "^0.18.0",
11
+ "cdktf": "^0.19.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -72,7 +72,7 @@
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
75
- "jsiiVersion": "5.2.8 (build 02112e0)",
75
+ "jsiiVersion": "5.2.14 (build 3ac02dc)",
76
76
  "keywords": [
77
77
  "acme",
78
78
  "cdk",
@@ -170,7 +170,7 @@
170
170
  },
171
171
  "locationInModule": {
172
172
  "filename": "src/certificate/index.ts",
173
- "line": 601
173
+ "line": 615
174
174
  },
175
175
  "parameters": [
176
176
  {
@@ -206,13 +206,70 @@
206
206
  "line": 583
207
207
  },
208
208
  "methods": [
209
+ {
210
+ "docs": {
211
+ "stability": "stable",
212
+ "summary": "Generates CDKTF code for importing a Certificate resource upon running \"cdktf plan <stack-name>\"."
213
+ },
214
+ "locationInModule": {
215
+ "filename": "src/certificate/index.ts",
216
+ "line": 600
217
+ },
218
+ "name": "generateConfigForImport",
219
+ "parameters": [
220
+ {
221
+ "docs": {
222
+ "summary": "The scope in which to define this construct."
223
+ },
224
+ "name": "scope",
225
+ "type": {
226
+ "fqn": "constructs.Construct"
227
+ }
228
+ },
229
+ {
230
+ "docs": {
231
+ "summary": "The construct id used in the generated config for the Certificate to import."
232
+ },
233
+ "name": "importToId",
234
+ "type": {
235
+ "primitive": "string"
236
+ }
237
+ },
238
+ {
239
+ "docs": {
240
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
241
+ "summary": "The id of the existing Certificate that should be imported."
242
+ },
243
+ "name": "importFromId",
244
+ "type": {
245
+ "primitive": "string"
246
+ }
247
+ },
248
+ {
249
+ "docs": {
250
+ "summary": "? Optional instance of the provider where the Certificate to import is found."
251
+ },
252
+ "name": "provider",
253
+ "optional": true,
254
+ "type": {
255
+ "fqn": "cdktf.TerraformProvider"
256
+ }
257
+ }
258
+ ],
259
+ "returns": {
260
+ "type": {
261
+ "fqn": "cdktf.ImportableResource"
262
+ }
263
+ },
264
+ "static": true
265
+ },
209
266
  {
210
267
  "docs": {
211
268
  "stability": "stable"
212
269
  },
213
270
  "locationInModule": {
214
271
  "filename": "src/certificate/index.ts",
215
- "line": 921
272
+ "line": 935
216
273
  },
217
274
  "name": "putDnsChallenge",
218
275
  "parameters": [
@@ -244,7 +301,7 @@
244
301
  },
245
302
  "locationInModule": {
246
303
  "filename": "src/certificate/index.ts",
247
- "line": 937
304
+ "line": 951
248
305
  },
249
306
  "name": "putHttpChallenge",
250
307
  "parameters": [
@@ -262,7 +319,7 @@
262
319
  },
263
320
  "locationInModule": {
264
321
  "filename": "src/certificate/index.ts",
265
- "line": 953
322
+ "line": 967
266
323
  },
267
324
  "name": "putHttpMemcachedChallenge",
268
325
  "parameters": [
@@ -280,7 +337,7 @@
280
337
  },
281
338
  "locationInModule": {
282
339
  "filename": "src/certificate/index.ts",
283
- "line": 969
340
+ "line": 983
284
341
  },
285
342
  "name": "putHttpS3Challenge",
286
343
  "parameters": [
@@ -298,7 +355,7 @@
298
355
  },
299
356
  "locationInModule": {
300
357
  "filename": "src/certificate/index.ts",
301
- "line": 985
358
+ "line": 999
302
359
  },
303
360
  "name": "putHttpWebrootChallenge",
304
361
  "parameters": [
@@ -316,7 +373,7 @@
316
373
  },
317
374
  "locationInModule": {
318
375
  "filename": "src/certificate/index.ts",
319
- "line": 1001
376
+ "line": 1015
320
377
  },
321
378
  "name": "putTlsChallenge",
322
379
  "parameters": [
@@ -334,7 +391,7 @@
334
391
  },
335
392
  "locationInModule": {
336
393
  "filename": "src/certificate/index.ts",
337
- "line": 696
394
+ "line": 710
338
395
  },
339
396
  "name": "resetCertificateP12Password"
340
397
  },
@@ -344,7 +401,7 @@
344
401
  },
345
402
  "locationInModule": {
346
403
  "filename": "src/certificate/index.ts",
347
- "line": 717
404
+ "line": 731
348
405
  },
349
406
  "name": "resetCertificateRequestPem"
350
407
  },
@@ -354,7 +411,7 @@
354
411
  },
355
412
  "locationInModule": {
356
413
  "filename": "src/certificate/index.ts",
357
- "line": 665
414
+ "line": 679
358
415
  },
359
416
  "name": "resetCertTimeout"
360
417
  },
@@ -364,7 +421,7 @@
364
421
  },
365
422
  "locationInModule": {
366
423
  "filename": "src/certificate/index.ts",
367
- "line": 738
424
+ "line": 752
368
425
  },
369
426
  "name": "resetCommonName"
370
427
  },
@@ -374,7 +431,7 @@
374
431
  },
375
432
  "locationInModule": {
376
433
  "filename": "src/certificate/index.ts",
377
- "line": 754
434
+ "line": 768
378
435
  },
379
436
  "name": "resetDisableCompletePropagation"
380
437
  },
@@ -384,7 +441,7 @@
384
441
  },
385
442
  "locationInModule": {
386
443
  "filename": "src/certificate/index.ts",
387
- "line": 924
444
+ "line": 938
388
445
  },
389
446
  "name": "resetDnsChallenge"
390
447
  },
@@ -394,7 +451,7 @@
394
451
  },
395
452
  "locationInModule": {
396
453
  "filename": "src/certificate/index.ts",
397
- "line": 940
454
+ "line": 954
398
455
  },
399
456
  "name": "resetHttpChallenge"
400
457
  },
@@ -404,7 +461,7 @@
404
461
  },
405
462
  "locationInModule": {
406
463
  "filename": "src/certificate/index.ts",
407
- "line": 956
464
+ "line": 970
408
465
  },
409
466
  "name": "resetHttpMemcachedChallenge"
410
467
  },
@@ -414,7 +471,7 @@
414
471
  },
415
472
  "locationInModule": {
416
473
  "filename": "src/certificate/index.ts",
417
- "line": 972
474
+ "line": 986
418
475
  },
419
476
  "name": "resetHttpS3Challenge"
420
477
  },
@@ -424,7 +481,7 @@
424
481
  },
425
482
  "locationInModule": {
426
483
  "filename": "src/certificate/index.ts",
427
- "line": 988
484
+ "line": 1002
428
485
  },
429
486
  "name": "resetHttpWebrootChallenge"
430
487
  },
@@ -434,7 +491,7 @@
434
491
  },
435
492
  "locationInModule": {
436
493
  "filename": "src/certificate/index.ts",
437
- "line": 770
494
+ "line": 784
438
495
  },
439
496
  "name": "resetId"
440
497
  },
@@ -444,7 +501,7 @@
444
501
  },
445
502
  "locationInModule": {
446
503
  "filename": "src/certificate/index.ts",
447
- "line": 791
504
+ "line": 805
448
505
  },
449
506
  "name": "resetKeyType"
450
507
  },
@@ -454,7 +511,7 @@
454
511
  },
455
512
  "locationInModule": {
456
513
  "filename": "src/certificate/index.ts",
457
- "line": 807
514
+ "line": 821
458
515
  },
459
516
  "name": "resetMinDaysRemaining"
460
517
  },
@@ -464,7 +521,7 @@
464
521
  },
465
522
  "locationInModule": {
466
523
  "filename": "src/certificate/index.ts",
467
- "line": 823
524
+ "line": 837
468
525
  },
469
526
  "name": "resetMustStaple"
470
527
  },
@@ -474,7 +531,7 @@
474
531
  },
475
532
  "locationInModule": {
476
533
  "filename": "src/certificate/index.ts",
477
- "line": 839
534
+ "line": 853
478
535
  },
479
536
  "name": "resetPreCheckDelay"
480
537
  },
@@ -484,7 +541,7 @@
484
541
  },
485
542
  "locationInModule": {
486
543
  "filename": "src/certificate/index.ts",
487
- "line": 855
544
+ "line": 869
488
545
  },
489
546
  "name": "resetPreferredChain"
490
547
  },
@@ -494,7 +551,7 @@
494
551
  },
495
552
  "locationInModule": {
496
553
  "filename": "src/certificate/index.ts",
497
- "line": 876
554
+ "line": 890
498
555
  },
499
556
  "name": "resetRecursiveNameservers"
500
557
  },
@@ -504,7 +561,7 @@
504
561
  },
505
562
  "locationInModule": {
506
563
  "filename": "src/certificate/index.ts",
507
- "line": 892
564
+ "line": 906
508
565
  },
509
566
  "name": "resetRevokeCertificateOnDestroy"
510
567
  },
@@ -514,7 +571,7 @@
514
571
  },
515
572
  "locationInModule": {
516
573
  "filename": "src/certificate/index.ts",
517
- "line": 908
574
+ "line": 922
518
575
  },
519
576
  "name": "resetSubjectAlternativeNames"
520
577
  },
@@ -524,7 +581,7 @@
524
581
  },
525
582
  "locationInModule": {
526
583
  "filename": "src/certificate/index.ts",
527
- "line": 1004
584
+ "line": 1018
528
585
  },
529
586
  "name": "resetTlsChallenge"
530
587
  },
@@ -534,7 +591,7 @@
534
591
  },
535
592
  "locationInModule": {
536
593
  "filename": "src/certificate/index.ts",
537
- "line": 1016
594
+ "line": 1030
538
595
  },
539
596
  "name": "synthesizeAttributes",
540
597
  "overrides": "cdktf.TerraformResource",
@@ -577,7 +634,7 @@
577
634
  "immutable": true,
578
635
  "locationInModule": {
579
636
  "filename": "src/certificate/index.ts",
580
- "line": 674
637
+ "line": 688
581
638
  },
582
639
  "name": "certificateDomain",
583
640
  "type": {
@@ -591,7 +648,7 @@
591
648
  "immutable": true,
592
649
  "locationInModule": {
593
650
  "filename": "src/certificate/index.ts",
594
- "line": 679
651
+ "line": 693
595
652
  },
596
653
  "name": "certificateNotAfter",
597
654
  "type": {
@@ -605,7 +662,7 @@
605
662
  "immutable": true,
606
663
  "locationInModule": {
607
664
  "filename": "src/certificate/index.ts",
608
- "line": 684
665
+ "line": 698
609
666
  },
610
667
  "name": "certificateP12",
611
668
  "type": {
@@ -619,7 +676,7 @@
619
676
  "immutable": true,
620
677
  "locationInModule": {
621
678
  "filename": "src/certificate/index.ts",
622
- "line": 705
679
+ "line": 719
623
680
  },
624
681
  "name": "certificatePem",
625
682
  "type": {
@@ -633,7 +690,7 @@
633
690
  "immutable": true,
634
691
  "locationInModule": {
635
692
  "filename": "src/certificate/index.ts",
636
- "line": 726
693
+ "line": 740
637
694
  },
638
695
  "name": "certificateUrl",
639
696
  "type": {
@@ -647,7 +704,7 @@
647
704
  "immutable": true,
648
705
  "locationInModule": {
649
706
  "filename": "src/certificate/index.ts",
650
- "line": 918
707
+ "line": 932
651
708
  },
652
709
  "name": "dnsChallenge",
653
710
  "type": {
@@ -661,7 +718,7 @@
661
718
  "immutable": true,
662
719
  "locationInModule": {
663
720
  "filename": "src/certificate/index.ts",
664
- "line": 934
721
+ "line": 948
665
722
  },
666
723
  "name": "httpChallenge",
667
724
  "type": {
@@ -675,7 +732,7 @@
675
732
  "immutable": true,
676
733
  "locationInModule": {
677
734
  "filename": "src/certificate/index.ts",
678
- "line": 950
735
+ "line": 964
679
736
  },
680
737
  "name": "httpMemcachedChallenge",
681
738
  "type": {
@@ -689,7 +746,7 @@
689
746
  "immutable": true,
690
747
  "locationInModule": {
691
748
  "filename": "src/certificate/index.ts",
692
- "line": 966
749
+ "line": 980
693
750
  },
694
751
  "name": "httpS3Challenge",
695
752
  "type": {
@@ -703,7 +760,7 @@
703
760
  "immutable": true,
704
761
  "locationInModule": {
705
762
  "filename": "src/certificate/index.ts",
706
- "line": 982
763
+ "line": 996
707
764
  },
708
765
  "name": "httpWebrootChallenge",
709
766
  "type": {
@@ -717,7 +774,7 @@
717
774
  "immutable": true,
718
775
  "locationInModule": {
719
776
  "filename": "src/certificate/index.ts",
720
- "line": 779
777
+ "line": 793
721
778
  },
722
779
  "name": "issuerPem",
723
780
  "type": {
@@ -731,7 +788,7 @@
731
788
  "immutable": true,
732
789
  "locationInModule": {
733
790
  "filename": "src/certificate/index.ts",
734
- "line": 864
791
+ "line": 878
735
792
  },
736
793
  "name": "privateKeyPem",
737
794
  "type": {
@@ -745,7 +802,7 @@
745
802
  "immutable": true,
746
803
  "locationInModule": {
747
804
  "filename": "src/certificate/index.ts",
748
- "line": 998
805
+ "line": 1012
749
806
  },
750
807
  "name": "tlsChallenge",
751
808
  "type": {
@@ -759,7 +816,7 @@
759
816
  "immutable": true,
760
817
  "locationInModule": {
761
818
  "filename": "src/certificate/index.ts",
762
- "line": 653
819
+ "line": 667
763
820
  },
764
821
  "name": "accountKeyPemInput",
765
822
  "optional": true,
@@ -774,7 +831,7 @@
774
831
  "immutable": true,
775
832
  "locationInModule": {
776
833
  "filename": "src/certificate/index.ts",
777
- "line": 700
834
+ "line": 714
778
835
  },
779
836
  "name": "certificateP12PasswordInput",
780
837
  "optional": true,
@@ -789,7 +846,7 @@
789
846
  "immutable": true,
790
847
  "locationInModule": {
791
848
  "filename": "src/certificate/index.ts",
792
- "line": 721
849
+ "line": 735
793
850
  },
794
851
  "name": "certificateRequestPemInput",
795
852
  "optional": true,
@@ -804,7 +861,7 @@
804
861
  "immutable": true,
805
862
  "locationInModule": {
806
863
  "filename": "src/certificate/index.ts",
807
- "line": 669
864
+ "line": 683
808
865
  },
809
866
  "name": "certTimeoutInput",
810
867
  "optional": true,
@@ -819,7 +876,7 @@
819
876
  "immutable": true,
820
877
  "locationInModule": {
821
878
  "filename": "src/certificate/index.ts",
822
- "line": 742
879
+ "line": 756
823
880
  },
824
881
  "name": "commonNameInput",
825
882
  "optional": true,
@@ -834,7 +891,7 @@
834
891
  "immutable": true,
835
892
  "locationInModule": {
836
893
  "filename": "src/certificate/index.ts",
837
- "line": 758
894
+ "line": 772
838
895
  },
839
896
  "name": "disableCompletePropagationInput",
840
897
  "optional": true,
@@ -858,7 +915,7 @@
858
915
  "immutable": true,
859
916
  "locationInModule": {
860
917
  "filename": "src/certificate/index.ts",
861
- "line": 928
918
+ "line": 942
862
919
  },
863
920
  "name": "dnsChallengeInput",
864
921
  "optional": true,
@@ -887,7 +944,7 @@
887
944
  "immutable": true,
888
945
  "locationInModule": {
889
946
  "filename": "src/certificate/index.ts",
890
- "line": 944
947
+ "line": 958
891
948
  },
892
949
  "name": "httpChallengeInput",
893
950
  "optional": true,
@@ -902,7 +959,7 @@
902
959
  "immutable": true,
903
960
  "locationInModule": {
904
961
  "filename": "src/certificate/index.ts",
905
- "line": 960
962
+ "line": 974
906
963
  },
907
964
  "name": "httpMemcachedChallengeInput",
908
965
  "optional": true,
@@ -917,7 +974,7 @@
917
974
  "immutable": true,
918
975
  "locationInModule": {
919
976
  "filename": "src/certificate/index.ts",
920
- "line": 976
977
+ "line": 990
921
978
  },
922
979
  "name": "httpS3ChallengeInput",
923
980
  "optional": true,
@@ -932,7 +989,7 @@
932
989
  "immutable": true,
933
990
  "locationInModule": {
934
991
  "filename": "src/certificate/index.ts",
935
- "line": 992
992
+ "line": 1006
936
993
  },
937
994
  "name": "httpWebrootChallengeInput",
938
995
  "optional": true,
@@ -947,7 +1004,7 @@
947
1004
  "immutable": true,
948
1005
  "locationInModule": {
949
1006
  "filename": "src/certificate/index.ts",
950
- "line": 774
1007
+ "line": 788
951
1008
  },
952
1009
  "name": "idInput",
953
1010
  "optional": true,
@@ -962,7 +1019,7 @@
962
1019
  "immutable": true,
963
1020
  "locationInModule": {
964
1021
  "filename": "src/certificate/index.ts",
965
- "line": 795
1022
+ "line": 809
966
1023
  },
967
1024
  "name": "keyTypeInput",
968
1025
  "optional": true,
@@ -977,7 +1034,7 @@
977
1034
  "immutable": true,
978
1035
  "locationInModule": {
979
1036
  "filename": "src/certificate/index.ts",
980
- "line": 811
1037
+ "line": 825
981
1038
  },
982
1039
  "name": "minDaysRemainingInput",
983
1040
  "optional": true,
@@ -992,7 +1049,7 @@
992
1049
  "immutable": true,
993
1050
  "locationInModule": {
994
1051
  "filename": "src/certificate/index.ts",
995
- "line": 827
1052
+ "line": 841
996
1053
  },
997
1054
  "name": "mustStapleInput",
998
1055
  "optional": true,
@@ -1016,7 +1073,7 @@
1016
1073
  "immutable": true,
1017
1074
  "locationInModule": {
1018
1075
  "filename": "src/certificate/index.ts",
1019
- "line": 843
1076
+ "line": 857
1020
1077
  },
1021
1078
  "name": "preCheckDelayInput",
1022
1079
  "optional": true,
@@ -1031,7 +1088,7 @@
1031
1088
  "immutable": true,
1032
1089
  "locationInModule": {
1033
1090
  "filename": "src/certificate/index.ts",
1034
- "line": 859
1091
+ "line": 873
1035
1092
  },
1036
1093
  "name": "preferredChainInput",
1037
1094
  "optional": true,
@@ -1046,7 +1103,7 @@
1046
1103
  "immutable": true,
1047
1104
  "locationInModule": {
1048
1105
  "filename": "src/certificate/index.ts",
1049
- "line": 880
1106
+ "line": 894
1050
1107
  },
1051
1108
  "name": "recursiveNameserversInput",
1052
1109
  "optional": true,
@@ -1066,7 +1123,7 @@
1066
1123
  "immutable": true,
1067
1124
  "locationInModule": {
1068
1125
  "filename": "src/certificate/index.ts",
1069
- "line": 896
1126
+ "line": 910
1070
1127
  },
1071
1128
  "name": "revokeCertificateOnDestroyInput",
1072
1129
  "optional": true,
@@ -1090,7 +1147,7 @@
1090
1147
  "immutable": true,
1091
1148
  "locationInModule": {
1092
1149
  "filename": "src/certificate/index.ts",
1093
- "line": 912
1150
+ "line": 926
1094
1151
  },
1095
1152
  "name": "subjectAlternativeNamesInput",
1096
1153
  "optional": true,
@@ -1110,7 +1167,7 @@
1110
1167
  "immutable": true,
1111
1168
  "locationInModule": {
1112
1169
  "filename": "src/certificate/index.ts",
1113
- "line": 1008
1170
+ "line": 1022
1114
1171
  },
1115
1172
  "name": "tlsChallengeInput",
1116
1173
  "optional": true,
@@ -1124,7 +1181,7 @@
1124
1181
  },
1125
1182
  "locationInModule": {
1126
1183
  "filename": "src/certificate/index.ts",
1127
- "line": 646
1184
+ "line": 660
1128
1185
  },
1129
1186
  "name": "accountKeyPem",
1130
1187
  "type": {
@@ -1137,7 +1194,7 @@
1137
1194
  },
1138
1195
  "locationInModule": {
1139
1196
  "filename": "src/certificate/index.ts",
1140
- "line": 690
1197
+ "line": 704
1141
1198
  },
1142
1199
  "name": "certificateP12Password",
1143
1200
  "type": {
@@ -1150,7 +1207,7 @@
1150
1207
  },
1151
1208
  "locationInModule": {
1152
1209
  "filename": "src/certificate/index.ts",
1153
- "line": 711
1210
+ "line": 725
1154
1211
  },
1155
1212
  "name": "certificateRequestPem",
1156
1213
  "type": {
@@ -1163,7 +1220,7 @@
1163
1220
  },
1164
1221
  "locationInModule": {
1165
1222
  "filename": "src/certificate/index.ts",
1166
- "line": 659
1223
+ "line": 673
1167
1224
  },
1168
1225
  "name": "certTimeout",
1169
1226
  "type": {
@@ -1176,7 +1233,7 @@
1176
1233
  },
1177
1234
  "locationInModule": {
1178
1235
  "filename": "src/certificate/index.ts",
1179
- "line": 732
1236
+ "line": 746
1180
1237
  },
1181
1238
  "name": "commonName",
1182
1239
  "type": {
@@ -1189,7 +1246,7 @@
1189
1246
  },
1190
1247
  "locationInModule": {
1191
1248
  "filename": "src/certificate/index.ts",
1192
- "line": 748
1249
+ "line": 762
1193
1250
  },
1194
1251
  "name": "disableCompletePropagation",
1195
1252
  "type": {
@@ -1211,7 +1268,7 @@
1211
1268
  },
1212
1269
  "locationInModule": {
1213
1270
  "filename": "src/certificate/index.ts",
1214
- "line": 764
1271
+ "line": 778
1215
1272
  },
1216
1273
  "name": "id",
1217
1274
  "type": {
@@ -1224,7 +1281,7 @@
1224
1281
  },
1225
1282
  "locationInModule": {
1226
1283
  "filename": "src/certificate/index.ts",
1227
- "line": 785
1284
+ "line": 799
1228
1285
  },
1229
1286
  "name": "keyType",
1230
1287
  "type": {
@@ -1237,7 +1294,7 @@
1237
1294
  },
1238
1295
  "locationInModule": {
1239
1296
  "filename": "src/certificate/index.ts",
1240
- "line": 801
1297
+ "line": 815
1241
1298
  },
1242
1299
  "name": "minDaysRemaining",
1243
1300
  "type": {
@@ -1250,7 +1307,7 @@
1250
1307
  },
1251
1308
  "locationInModule": {
1252
1309
  "filename": "src/certificate/index.ts",
1253
- "line": 817
1310
+ "line": 831
1254
1311
  },
1255
1312
  "name": "mustStaple",
1256
1313
  "type": {
@@ -1272,7 +1329,7 @@
1272
1329
  },
1273
1330
  "locationInModule": {
1274
1331
  "filename": "src/certificate/index.ts",
1275
- "line": 833
1332
+ "line": 847
1276
1333
  },
1277
1334
  "name": "preCheckDelay",
1278
1335
  "type": {
@@ -1285,7 +1342,7 @@
1285
1342
  },
1286
1343
  "locationInModule": {
1287
1344
  "filename": "src/certificate/index.ts",
1288
- "line": 849
1345
+ "line": 863
1289
1346
  },
1290
1347
  "name": "preferredChain",
1291
1348
  "type": {
@@ -1298,7 +1355,7 @@
1298
1355
  },
1299
1356
  "locationInModule": {
1300
1357
  "filename": "src/certificate/index.ts",
1301
- "line": 870
1358
+ "line": 884
1302
1359
  },
1303
1360
  "name": "recursiveNameservers",
1304
1361
  "type": {
@@ -1316,7 +1373,7 @@
1316
1373
  },
1317
1374
  "locationInModule": {
1318
1375
  "filename": "src/certificate/index.ts",
1319
- "line": 886
1376
+ "line": 900
1320
1377
  },
1321
1378
  "name": "revokeCertificateOnDestroy",
1322
1379
  "type": {
@@ -1338,7 +1395,7 @@
1338
1395
  },
1339
1396
  "locationInModule": {
1340
1397
  "filename": "src/certificate/index.ts",
1341
- "line": 902
1398
+ "line": 916
1342
1399
  },
1343
1400
  "name": "subjectAlternativeNames",
1344
1401
  "type": {
@@ -2896,7 +2953,7 @@
2896
2953
  },
2897
2954
  "locationInModule": {
2898
2955
  "filename": "src/provider/index.ts",
2899
- "line": 48
2956
+ "line": 62
2900
2957
  },
2901
2958
  "parameters": [
2902
2959
  {
@@ -2932,13 +2989,70 @@
2932
2989
  "line": 30
2933
2990
  },
2934
2991
  "methods": [
2992
+ {
2993
+ "docs": {
2994
+ "stability": "stable",
2995
+ "summary": "Generates CDKTF code for importing a AcmeProvider resource upon running \"cdktf plan <stack-name>\"."
2996
+ },
2997
+ "locationInModule": {
2998
+ "filename": "src/provider/index.ts",
2999
+ "line": 47
3000
+ },
3001
+ "name": "generateConfigForImport",
3002
+ "parameters": [
3003
+ {
3004
+ "docs": {
3005
+ "summary": "The scope in which to define this construct."
3006
+ },
3007
+ "name": "scope",
3008
+ "type": {
3009
+ "fqn": "constructs.Construct"
3010
+ }
3011
+ },
3012
+ {
3013
+ "docs": {
3014
+ "summary": "The construct id used in the generated config for the AcmeProvider to import."
3015
+ },
3016
+ "name": "importToId",
3017
+ "type": {
3018
+ "primitive": "string"
3019
+ }
3020
+ },
3021
+ {
3022
+ "docs": {
3023
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs#import import section} in the documentation of this resource for the id to use",
3024
+ "summary": "The id of the existing AcmeProvider that should be imported."
3025
+ },
3026
+ "name": "importFromId",
3027
+ "type": {
3028
+ "primitive": "string"
3029
+ }
3030
+ },
3031
+ {
3032
+ "docs": {
3033
+ "summary": "? Optional instance of the provider where the AcmeProvider to import is found."
3034
+ },
3035
+ "name": "provider",
3036
+ "optional": true,
3037
+ "type": {
3038
+ "fqn": "cdktf.TerraformProvider"
3039
+ }
3040
+ }
3041
+ ],
3042
+ "returns": {
3043
+ "type": {
3044
+ "fqn": "cdktf.ImportableResource"
3045
+ }
3046
+ },
3047
+ "static": true
3048
+ },
2935
3049
  {
2936
3050
  "docs": {
2937
3051
  "stability": "stable"
2938
3052
  },
2939
3053
  "locationInModule": {
2940
3054
  "filename": "src/provider/index.ts",
2941
- "line": 87
3055
+ "line": 101
2942
3056
  },
2943
3057
  "name": "resetAlias"
2944
3058
  },
@@ -2948,7 +3062,7 @@
2948
3062
  },
2949
3063
  "locationInModule": {
2950
3064
  "filename": "src/provider/index.ts",
2951
- "line": 99
3065
+ "line": 113
2952
3066
  },
2953
3067
  "name": "synthesizeAttributes",
2954
3068
  "overrides": "cdktf.TerraformProvider",
@@ -2991,7 +3105,7 @@
2991
3105
  "immutable": true,
2992
3106
  "locationInModule": {
2993
3107
  "filename": "src/provider/index.ts",
2994
- "line": 91
3108
+ "line": 105
2995
3109
  },
2996
3110
  "name": "aliasInput",
2997
3111
  "optional": true,
@@ -3006,7 +3120,7 @@
3006
3120
  "immutable": true,
3007
3121
  "locationInModule": {
3008
3122
  "filename": "src/provider/index.ts",
3009
- "line": 75
3123
+ "line": 89
3010
3124
  },
3011
3125
  "name": "serverUrlInput",
3012
3126
  "optional": true,
@@ -3020,7 +3134,7 @@
3020
3134
  },
3021
3135
  "locationInModule": {
3022
3136
  "filename": "src/provider/index.ts",
3023
- "line": 81
3137
+ "line": 95
3024
3138
  },
3025
3139
  "name": "alias",
3026
3140
  "optional": true,
@@ -3035,7 +3149,7 @@
3035
3149
  },
3036
3150
  "locationInModule": {
3037
3151
  "filename": "src/provider/index.ts",
3038
- "line": 68
3152
+ "line": 82
3039
3153
  },
3040
3154
  "name": "serverUrl",
3041
3155
  "optional": true,
@@ -3113,7 +3227,7 @@
3113
3227
  },
3114
3228
  "locationInModule": {
3115
3229
  "filename": "src/registration/index.ts",
3116
- "line": 145
3230
+ "line": 159
3117
3231
  },
3118
3232
  "parameters": [
3119
3233
  {
@@ -3149,13 +3263,70 @@
3149
3263
  "line": 127
3150
3264
  },
3151
3265
  "methods": [
3266
+ {
3267
+ "docs": {
3268
+ "stability": "stable",
3269
+ "summary": "Generates CDKTF code for importing a Registration resource upon running \"cdktf plan <stack-name>\"."
3270
+ },
3271
+ "locationInModule": {
3272
+ "filename": "src/registration/index.ts",
3273
+ "line": 144
3274
+ },
3275
+ "name": "generateConfigForImport",
3276
+ "parameters": [
3277
+ {
3278
+ "docs": {
3279
+ "summary": "The scope in which to define this construct."
3280
+ },
3281
+ "name": "scope",
3282
+ "type": {
3283
+ "fqn": "constructs.Construct"
3284
+ }
3285
+ },
3286
+ {
3287
+ "docs": {
3288
+ "summary": "The construct id used in the generated config for the Registration to import."
3289
+ },
3290
+ "name": "importToId",
3291
+ "type": {
3292
+ "primitive": "string"
3293
+ }
3294
+ },
3295
+ {
3296
+ "docs": {
3297
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3298
+ "summary": "The id of the existing Registration that should be imported."
3299
+ },
3300
+ "name": "importFromId",
3301
+ "type": {
3302
+ "primitive": "string"
3303
+ }
3304
+ },
3305
+ {
3306
+ "docs": {
3307
+ "summary": "? Optional instance of the provider where the Registration to import is found."
3308
+ },
3309
+ "name": "provider",
3310
+ "optional": true,
3311
+ "type": {
3312
+ "fqn": "cdktf.TerraformProvider"
3313
+ }
3314
+ }
3315
+ ],
3316
+ "returns": {
3317
+ "type": {
3318
+ "fqn": "cdktf.ImportableResource"
3319
+ }
3320
+ },
3321
+ "static": true
3322
+ },
3152
3323
  {
3153
3324
  "docs": {
3154
3325
  "stability": "stable"
3155
3326
  },
3156
3327
  "locationInModule": {
3157
3328
  "filename": "src/registration/index.ts",
3158
- "line": 223
3329
+ "line": 237
3159
3330
  },
3160
3331
  "name": "putExternalAccountBinding",
3161
3332
  "parameters": [
@@ -3173,7 +3344,7 @@
3173
3344
  },
3174
3345
  "locationInModule": {
3175
3346
  "filename": "src/registration/index.ts",
3176
- "line": 226
3347
+ "line": 240
3177
3348
  },
3178
3349
  "name": "resetExternalAccountBinding"
3179
3350
  },
@@ -3183,7 +3354,7 @@
3183
3354
  },
3184
3355
  "locationInModule": {
3185
3356
  "filename": "src/registration/index.ts",
3186
- "line": 205
3357
+ "line": 219
3187
3358
  },
3188
3359
  "name": "resetId"
3189
3360
  },
@@ -3193,7 +3364,7 @@
3193
3364
  },
3194
3365
  "locationInModule": {
3195
3366
  "filename": "src/registration/index.ts",
3196
- "line": 238
3367
+ "line": 252
3197
3368
  },
3198
3369
  "name": "synthesizeAttributes",
3199
3370
  "overrides": "cdktf.TerraformResource",
@@ -3236,7 +3407,7 @@
3236
3407
  "immutable": true,
3237
3408
  "locationInModule": {
3238
3409
  "filename": "src/registration/index.ts",
3239
- "line": 220
3410
+ "line": 234
3240
3411
  },
3241
3412
  "name": "externalAccountBinding",
3242
3413
  "type": {
@@ -3250,7 +3421,7 @@
3250
3421
  "immutable": true,
3251
3422
  "locationInModule": {
3252
3423
  "filename": "src/registration/index.ts",
3253
- "line": 214
3424
+ "line": 228
3254
3425
  },
3255
3426
  "name": "registrationUrl",
3256
3427
  "type": {
@@ -3264,7 +3435,7 @@
3264
3435
  "immutable": true,
3265
3436
  "locationInModule": {
3266
3437
  "filename": "src/registration/index.ts",
3267
- "line": 180
3438
+ "line": 194
3268
3439
  },
3269
3440
  "name": "accountKeyPemInput",
3270
3441
  "optional": true,
@@ -3279,7 +3450,7 @@
3279
3450
  "immutable": true,
3280
3451
  "locationInModule": {
3281
3452
  "filename": "src/registration/index.ts",
3282
- "line": 193
3453
+ "line": 207
3283
3454
  },
3284
3455
  "name": "emailAddressInput",
3285
3456
  "optional": true,
@@ -3294,7 +3465,7 @@
3294
3465
  "immutable": true,
3295
3466
  "locationInModule": {
3296
3467
  "filename": "src/registration/index.ts",
3297
- "line": 230
3468
+ "line": 244
3298
3469
  },
3299
3470
  "name": "externalAccountBindingInput",
3300
3471
  "optional": true,
@@ -3309,7 +3480,7 @@
3309
3480
  "immutable": true,
3310
3481
  "locationInModule": {
3311
3482
  "filename": "src/registration/index.ts",
3312
- "line": 209
3483
+ "line": 223
3313
3484
  },
3314
3485
  "name": "idInput",
3315
3486
  "optional": true,
@@ -3323,7 +3494,7 @@
3323
3494
  },
3324
3495
  "locationInModule": {
3325
3496
  "filename": "src/registration/index.ts",
3326
- "line": 173
3497
+ "line": 187
3327
3498
  },
3328
3499
  "name": "accountKeyPem",
3329
3500
  "type": {
@@ -3336,7 +3507,7 @@
3336
3507
  },
3337
3508
  "locationInModule": {
3338
3509
  "filename": "src/registration/index.ts",
3339
- "line": 186
3510
+ "line": 200
3340
3511
  },
3341
3512
  "name": "emailAddress",
3342
3513
  "type": {
@@ -3349,7 +3520,7 @@
3349
3520
  },
3350
3521
  "locationInModule": {
3351
3522
  "filename": "src/registration/index.ts",
3352
- "line": 199
3523
+ "line": 213
3353
3524
  },
3354
3525
  "name": "id",
3355
3526
  "type": {
@@ -3616,6 +3787,6 @@
3616
3787
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3617
3788
  }
3618
3789
  },
3619
- "version": "9.0.3",
3620
- "fingerprint": "oKN8kjxlQ8RHYOn4MeYeJg7Sxu8ZME3mT+4tqhrayNk="
3790
+ "version": "10.0.0",
3791
+ "fingerprint": "HyKWP/GbbkmqQrCs+6JFph5u29VNZnWpBSrAE0GMasw="
3621
3792
  }