@cdktf/provider-acme 10.1.0 → 11.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 +236 -170
- package/LICENSE +1 -1
- package/README.md +11 -15
- package/lib/certificate/index.d.ts +9 -0
- package/lib/certificate/index.js +274 -10
- package/lib/provider/index.d.ts +3 -0
- package/lib/provider/index.js +20 -2
- package/lib/registration/index.d.ts +4 -0
- package/lib/registration/index.js +59 -4
- package/package.json +11 -9
- package/.gitattributes +0 -36
package/.jsii
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"url": "https://hashicorp.com"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"cdktf": "^0.
|
11
|
+
"cdktf": "^0.20.0",
|
12
12
|
"constructs": "^10.3.0"
|
13
13
|
},
|
14
14
|
"dependencyClosure": {
|
@@ -91,7 +91,7 @@
|
|
91
91
|
},
|
92
92
|
"name": "@cdktf/provider-acme",
|
93
93
|
"readme": {
|
94
|
-
"markdown": "\n#
|
94
|
+
"markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.19.0\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-acme](https://www.npmjs.com/package/@cdktf/provider-acme).\n\n`npm install @cdktf/provider-acme`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-acme](https://pypi.org/project/cdktf-cdktf-provider-acme).\n\n`pipenv install cdktf-cdktf-provider-acme`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Acme`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-acme</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`](https://github.com/cdktf/cdktf-provider-acme-go) package.\n\n`go get github.com/cdktf/cdktf-provider-acme-go/acme`\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-acme).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform acme provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf)\n- [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).\n"
|
95
95
|
},
|
96
96
|
"repository": {
|
97
97
|
"type": "git",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"line": 7
|
106
106
|
},
|
107
107
|
"readme": {
|
108
|
-
"markdown": "# `acme_certificate`\n\nRefer to the Terraform
|
108
|
+
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registry for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate).\n"
|
109
109
|
},
|
110
110
|
"symbolId": "src/certificate/index:"
|
111
111
|
},
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"line": 9
|
116
116
|
},
|
117
117
|
"readme": {
|
118
|
-
"markdown": "# `provider`\n\nRefer to the Terraform
|
118
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs).\n"
|
119
119
|
},
|
120
120
|
"symbolId": "src/provider/index:"
|
121
121
|
},
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"line": 8
|
126
126
|
},
|
127
127
|
"readme": {
|
128
|
-
"markdown": "# `acme_registration`\n\nRefer to the Terraform
|
128
|
+
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration).\n"
|
129
129
|
},
|
130
130
|
"symbolId": "src/registration/index:"
|
131
131
|
}
|
@@ -170,7 +170,7 @@
|
|
170
170
|
},
|
171
171
|
"locationInModule": {
|
172
172
|
"filename": "src/certificate/index.ts",
|
173
|
-
"line":
|
173
|
+
"line": 745
|
174
174
|
},
|
175
175
|
"parameters": [
|
176
176
|
{
|
@@ -203,7 +203,7 @@
|
|
203
203
|
"kind": "class",
|
204
204
|
"locationInModule": {
|
205
205
|
"filename": "src/certificate/index.ts",
|
206
|
-
"line":
|
206
|
+
"line": 713
|
207
207
|
},
|
208
208
|
"methods": [
|
209
209
|
{
|
@@ -213,7 +213,7 @@
|
|
213
213
|
},
|
214
214
|
"locationInModule": {
|
215
215
|
"filename": "src/certificate/index.ts",
|
216
|
-
"line":
|
216
|
+
"line": 730
|
217
217
|
},
|
218
218
|
"name": "generateConfigForImport",
|
219
219
|
"parameters": [
|
@@ -269,7 +269,7 @@
|
|
269
269
|
},
|
270
270
|
"locationInModule": {
|
271
271
|
"filename": "src/certificate/index.ts",
|
272
|
-
"line":
|
272
|
+
"line": 1082
|
273
273
|
},
|
274
274
|
"name": "putDnsChallenge",
|
275
275
|
"parameters": [
|
@@ -301,7 +301,7 @@
|
|
301
301
|
},
|
302
302
|
"locationInModule": {
|
303
303
|
"filename": "src/certificate/index.ts",
|
304
|
-
"line":
|
304
|
+
"line": 1098
|
305
305
|
},
|
306
306
|
"name": "putHttpChallenge",
|
307
307
|
"parameters": [
|
@@ -319,7 +319,7 @@
|
|
319
319
|
},
|
320
320
|
"locationInModule": {
|
321
321
|
"filename": "src/certificate/index.ts",
|
322
|
-
"line":
|
322
|
+
"line": 1114
|
323
323
|
},
|
324
324
|
"name": "putHttpMemcachedChallenge",
|
325
325
|
"parameters": [
|
@@ -337,7 +337,7 @@
|
|
337
337
|
},
|
338
338
|
"locationInModule": {
|
339
339
|
"filename": "src/certificate/index.ts",
|
340
|
-
"line":
|
340
|
+
"line": 1130
|
341
341
|
},
|
342
342
|
"name": "putHttpS3Challenge",
|
343
343
|
"parameters": [
|
@@ -355,7 +355,7 @@
|
|
355
355
|
},
|
356
356
|
"locationInModule": {
|
357
357
|
"filename": "src/certificate/index.ts",
|
358
|
-
"line":
|
358
|
+
"line": 1146
|
359
359
|
},
|
360
360
|
"name": "putHttpWebrootChallenge",
|
361
361
|
"parameters": [
|
@@ -373,7 +373,7 @@
|
|
373
373
|
},
|
374
374
|
"locationInModule": {
|
375
375
|
"filename": "src/certificate/index.ts",
|
376
|
-
"line":
|
376
|
+
"line": 1162
|
377
377
|
},
|
378
378
|
"name": "putTlsChallenge",
|
379
379
|
"parameters": [
|
@@ -391,7 +391,7 @@
|
|
391
391
|
},
|
392
392
|
"locationInModule": {
|
393
393
|
"filename": "src/certificate/index.ts",
|
394
|
-
"line":
|
394
|
+
"line": 841
|
395
395
|
},
|
396
396
|
"name": "resetCertificateP12Password"
|
397
397
|
},
|
@@ -401,7 +401,7 @@
|
|
401
401
|
},
|
402
402
|
"locationInModule": {
|
403
403
|
"filename": "src/certificate/index.ts",
|
404
|
-
"line":
|
404
|
+
"line": 862
|
405
405
|
},
|
406
406
|
"name": "resetCertificateRequestPem"
|
407
407
|
},
|
@@ -411,7 +411,7 @@
|
|
411
411
|
},
|
412
412
|
"locationInModule": {
|
413
413
|
"filename": "src/certificate/index.ts",
|
414
|
-
"line":
|
414
|
+
"line": 810
|
415
415
|
},
|
416
416
|
"name": "resetCertTimeout"
|
417
417
|
},
|
@@ -421,7 +421,7 @@
|
|
421
421
|
},
|
422
422
|
"locationInModule": {
|
423
423
|
"filename": "src/certificate/index.ts",
|
424
|
-
"line":
|
424
|
+
"line": 883
|
425
425
|
},
|
426
426
|
"name": "resetCommonName"
|
427
427
|
},
|
@@ -431,7 +431,7 @@
|
|
431
431
|
},
|
432
432
|
"locationInModule": {
|
433
433
|
"filename": "src/certificate/index.ts",
|
434
|
-
"line":
|
434
|
+
"line": 899
|
435
435
|
},
|
436
436
|
"name": "resetDisableCompletePropagation"
|
437
437
|
},
|
@@ -441,7 +441,7 @@
|
|
441
441
|
},
|
442
442
|
"locationInModule": {
|
443
443
|
"filename": "src/certificate/index.ts",
|
444
|
-
"line":
|
444
|
+
"line": 1085
|
445
445
|
},
|
446
446
|
"name": "resetDnsChallenge"
|
447
447
|
},
|
@@ -451,7 +451,7 @@
|
|
451
451
|
},
|
452
452
|
"locationInModule": {
|
453
453
|
"filename": "src/certificate/index.ts",
|
454
|
-
"line":
|
454
|
+
"line": 1101
|
455
455
|
},
|
456
456
|
"name": "resetHttpChallenge"
|
457
457
|
},
|
@@ -461,7 +461,7 @@
|
|
461
461
|
},
|
462
462
|
"locationInModule": {
|
463
463
|
"filename": "src/certificate/index.ts",
|
464
|
-
"line":
|
464
|
+
"line": 1117
|
465
465
|
},
|
466
466
|
"name": "resetHttpMemcachedChallenge"
|
467
467
|
},
|
@@ -471,7 +471,7 @@
|
|
471
471
|
},
|
472
472
|
"locationInModule": {
|
473
473
|
"filename": "src/certificate/index.ts",
|
474
|
-
"line":
|
474
|
+
"line": 1133
|
475
475
|
},
|
476
476
|
"name": "resetHttpS3Challenge"
|
477
477
|
},
|
@@ -481,7 +481,7 @@
|
|
481
481
|
},
|
482
482
|
"locationInModule": {
|
483
483
|
"filename": "src/certificate/index.ts",
|
484
|
-
"line":
|
484
|
+
"line": 1149
|
485
485
|
},
|
486
486
|
"name": "resetHttpWebrootChallenge"
|
487
487
|
},
|
@@ -491,7 +491,7 @@
|
|
491
491
|
},
|
492
492
|
"locationInModule": {
|
493
493
|
"filename": "src/certificate/index.ts",
|
494
|
-
"line":
|
494
|
+
"line": 915
|
495
495
|
},
|
496
496
|
"name": "resetId"
|
497
497
|
},
|
@@ -501,7 +501,7 @@
|
|
501
501
|
},
|
502
502
|
"locationInModule": {
|
503
503
|
"filename": "src/certificate/index.ts",
|
504
|
-
"line":
|
504
|
+
"line": 936
|
505
505
|
},
|
506
506
|
"name": "resetKeyType"
|
507
507
|
},
|
@@ -511,7 +511,7 @@
|
|
511
511
|
},
|
512
512
|
"locationInModule": {
|
513
513
|
"filename": "src/certificate/index.ts",
|
514
|
-
"line":
|
514
|
+
"line": 952
|
515
515
|
},
|
516
516
|
"name": "resetMinDaysRemaining"
|
517
517
|
},
|
@@ -521,7 +521,7 @@
|
|
521
521
|
},
|
522
522
|
"locationInModule": {
|
523
523
|
"filename": "src/certificate/index.ts",
|
524
|
-
"line":
|
524
|
+
"line": 968
|
525
525
|
},
|
526
526
|
"name": "resetMustStaple"
|
527
527
|
},
|
@@ -531,7 +531,7 @@
|
|
531
531
|
},
|
532
532
|
"locationInModule": {
|
533
533
|
"filename": "src/certificate/index.ts",
|
534
|
-
"line":
|
534
|
+
"line": 984
|
535
535
|
},
|
536
536
|
"name": "resetPreCheckDelay"
|
537
537
|
},
|
@@ -541,7 +541,7 @@
|
|
541
541
|
},
|
542
542
|
"locationInModule": {
|
543
543
|
"filename": "src/certificate/index.ts",
|
544
|
-
"line":
|
544
|
+
"line": 1000
|
545
545
|
},
|
546
546
|
"name": "resetPreferredChain"
|
547
547
|
},
|
@@ -551,7 +551,7 @@
|
|
551
551
|
},
|
552
552
|
"locationInModule": {
|
553
553
|
"filename": "src/certificate/index.ts",
|
554
|
-
"line":
|
554
|
+
"line": 1021
|
555
555
|
},
|
556
556
|
"name": "resetRecursiveNameservers"
|
557
557
|
},
|
@@ -561,7 +561,7 @@
|
|
561
561
|
},
|
562
562
|
"locationInModule": {
|
563
563
|
"filename": "src/certificate/index.ts",
|
564
|
-
"line":
|
564
|
+
"line": 1037
|
565
565
|
},
|
566
566
|
"name": "resetRevokeCertificateOnDestroy"
|
567
567
|
},
|
@@ -571,7 +571,7 @@
|
|
571
571
|
},
|
572
572
|
"locationInModule": {
|
573
573
|
"filename": "src/certificate/index.ts",
|
574
|
-
"line":
|
574
|
+
"line": 1053
|
575
575
|
},
|
576
576
|
"name": "resetRevokeCertificateReason"
|
577
577
|
},
|
@@ -581,7 +581,7 @@
|
|
581
581
|
},
|
582
582
|
"locationInModule": {
|
583
583
|
"filename": "src/certificate/index.ts",
|
584
|
-
"line":
|
584
|
+
"line": 1069
|
585
585
|
},
|
586
586
|
"name": "resetSubjectAlternativeNames"
|
587
587
|
},
|
@@ -591,7 +591,7 @@
|
|
591
591
|
},
|
592
592
|
"locationInModule": {
|
593
593
|
"filename": "src/certificate/index.ts",
|
594
|
-
"line":
|
594
|
+
"line": 1165
|
595
595
|
},
|
596
596
|
"name": "resetTlsChallenge"
|
597
597
|
},
|
@@ -601,7 +601,7 @@
|
|
601
601
|
},
|
602
602
|
"locationInModule": {
|
603
603
|
"filename": "src/certificate/index.ts",
|
604
|
-
"line":
|
604
|
+
"line": 1177
|
605
605
|
},
|
606
606
|
"name": "synthesizeAttributes",
|
607
607
|
"overrides": "cdktf.TerraformResource",
|
@@ -616,6 +616,28 @@
|
|
616
616
|
}
|
617
617
|
}
|
618
618
|
}
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"docs": {
|
622
|
+
"stability": "stable"
|
623
|
+
},
|
624
|
+
"locationInModule": {
|
625
|
+
"filename": "src/certificate/index.ts",
|
626
|
+
"line": 1204
|
627
|
+
},
|
628
|
+
"name": "synthesizeHclAttributes",
|
629
|
+
"overrides": "cdktf.TerraformResource",
|
630
|
+
"protected": true,
|
631
|
+
"returns": {
|
632
|
+
"type": {
|
633
|
+
"collection": {
|
634
|
+
"elementtype": {
|
635
|
+
"primitive": "any"
|
636
|
+
},
|
637
|
+
"kind": "map"
|
638
|
+
}
|
639
|
+
}
|
640
|
+
}
|
619
641
|
}
|
620
642
|
],
|
621
643
|
"name": "Certificate",
|
@@ -629,7 +651,7 @@
|
|
629
651
|
"immutable": true,
|
630
652
|
"locationInModule": {
|
631
653
|
"filename": "src/certificate/index.ts",
|
632
|
-
"line":
|
654
|
+
"line": 718
|
633
655
|
},
|
634
656
|
"name": "tfResourceType",
|
635
657
|
"static": true,
|
@@ -644,7 +666,7 @@
|
|
644
666
|
"immutable": true,
|
645
667
|
"locationInModule": {
|
646
668
|
"filename": "src/certificate/index.ts",
|
647
|
-
"line":
|
669
|
+
"line": 819
|
648
670
|
},
|
649
671
|
"name": "certificateDomain",
|
650
672
|
"type": {
|
@@ -658,7 +680,7 @@
|
|
658
680
|
"immutable": true,
|
659
681
|
"locationInModule": {
|
660
682
|
"filename": "src/certificate/index.ts",
|
661
|
-
"line":
|
683
|
+
"line": 824
|
662
684
|
},
|
663
685
|
"name": "certificateNotAfter",
|
664
686
|
"type": {
|
@@ -672,7 +694,7 @@
|
|
672
694
|
"immutable": true,
|
673
695
|
"locationInModule": {
|
674
696
|
"filename": "src/certificate/index.ts",
|
675
|
-
"line":
|
697
|
+
"line": 829
|
676
698
|
},
|
677
699
|
"name": "certificateP12",
|
678
700
|
"type": {
|
@@ -686,7 +708,7 @@
|
|
686
708
|
"immutable": true,
|
687
709
|
"locationInModule": {
|
688
710
|
"filename": "src/certificate/index.ts",
|
689
|
-
"line":
|
711
|
+
"line": 850
|
690
712
|
},
|
691
713
|
"name": "certificatePem",
|
692
714
|
"type": {
|
@@ -700,7 +722,7 @@
|
|
700
722
|
"immutable": true,
|
701
723
|
"locationInModule": {
|
702
724
|
"filename": "src/certificate/index.ts",
|
703
|
-
"line":
|
725
|
+
"line": 871
|
704
726
|
},
|
705
727
|
"name": "certificateUrl",
|
706
728
|
"type": {
|
@@ -714,7 +736,7 @@
|
|
714
736
|
"immutable": true,
|
715
737
|
"locationInModule": {
|
716
738
|
"filename": "src/certificate/index.ts",
|
717
|
-
"line":
|
739
|
+
"line": 1079
|
718
740
|
},
|
719
741
|
"name": "dnsChallenge",
|
720
742
|
"type": {
|
@@ -728,7 +750,7 @@
|
|
728
750
|
"immutable": true,
|
729
751
|
"locationInModule": {
|
730
752
|
"filename": "src/certificate/index.ts",
|
731
|
-
"line":
|
753
|
+
"line": 1095
|
732
754
|
},
|
733
755
|
"name": "httpChallenge",
|
734
756
|
"type": {
|
@@ -742,7 +764,7 @@
|
|
742
764
|
"immutable": true,
|
743
765
|
"locationInModule": {
|
744
766
|
"filename": "src/certificate/index.ts",
|
745
|
-
"line":
|
767
|
+
"line": 1111
|
746
768
|
},
|
747
769
|
"name": "httpMemcachedChallenge",
|
748
770
|
"type": {
|
@@ -756,7 +778,7 @@
|
|
756
778
|
"immutable": true,
|
757
779
|
"locationInModule": {
|
758
780
|
"filename": "src/certificate/index.ts",
|
759
|
-
"line":
|
781
|
+
"line": 1127
|
760
782
|
},
|
761
783
|
"name": "httpS3Challenge",
|
762
784
|
"type": {
|
@@ -770,7 +792,7 @@
|
|
770
792
|
"immutable": true,
|
771
793
|
"locationInModule": {
|
772
794
|
"filename": "src/certificate/index.ts",
|
773
|
-
"line":
|
795
|
+
"line": 1143
|
774
796
|
},
|
775
797
|
"name": "httpWebrootChallenge",
|
776
798
|
"type": {
|
@@ -784,7 +806,7 @@
|
|
784
806
|
"immutable": true,
|
785
807
|
"locationInModule": {
|
786
808
|
"filename": "src/certificate/index.ts",
|
787
|
-
"line":
|
809
|
+
"line": 924
|
788
810
|
},
|
789
811
|
"name": "issuerPem",
|
790
812
|
"type": {
|
@@ -798,7 +820,7 @@
|
|
798
820
|
"immutable": true,
|
799
821
|
"locationInModule": {
|
800
822
|
"filename": "src/certificate/index.ts",
|
801
|
-
"line":
|
823
|
+
"line": 1009
|
802
824
|
},
|
803
825
|
"name": "privateKeyPem",
|
804
826
|
"type": {
|
@@ -812,7 +834,7 @@
|
|
812
834
|
"immutable": true,
|
813
835
|
"locationInModule": {
|
814
836
|
"filename": "src/certificate/index.ts",
|
815
|
-
"line":
|
837
|
+
"line": 1159
|
816
838
|
},
|
817
839
|
"name": "tlsChallenge",
|
818
840
|
"type": {
|
@@ -826,7 +848,7 @@
|
|
826
848
|
"immutable": true,
|
827
849
|
"locationInModule": {
|
828
850
|
"filename": "src/certificate/index.ts",
|
829
|
-
"line":
|
851
|
+
"line": 798
|
830
852
|
},
|
831
853
|
"name": "accountKeyPemInput",
|
832
854
|
"optional": true,
|
@@ -841,7 +863,7 @@
|
|
841
863
|
"immutable": true,
|
842
864
|
"locationInModule": {
|
843
865
|
"filename": "src/certificate/index.ts",
|
844
|
-
"line":
|
866
|
+
"line": 845
|
845
867
|
},
|
846
868
|
"name": "certificateP12PasswordInput",
|
847
869
|
"optional": true,
|
@@ -856,7 +878,7 @@
|
|
856
878
|
"immutable": true,
|
857
879
|
"locationInModule": {
|
858
880
|
"filename": "src/certificate/index.ts",
|
859
|
-
"line":
|
881
|
+
"line": 866
|
860
882
|
},
|
861
883
|
"name": "certificateRequestPemInput",
|
862
884
|
"optional": true,
|
@@ -871,7 +893,7 @@
|
|
871
893
|
"immutable": true,
|
872
894
|
"locationInModule": {
|
873
895
|
"filename": "src/certificate/index.ts",
|
874
|
-
"line":
|
896
|
+
"line": 814
|
875
897
|
},
|
876
898
|
"name": "certTimeoutInput",
|
877
899
|
"optional": true,
|
@@ -886,7 +908,7 @@
|
|
886
908
|
"immutable": true,
|
887
909
|
"locationInModule": {
|
888
910
|
"filename": "src/certificate/index.ts",
|
889
|
-
"line":
|
911
|
+
"line": 887
|
890
912
|
},
|
891
913
|
"name": "commonNameInput",
|
892
914
|
"optional": true,
|
@@ -901,7 +923,7 @@
|
|
901
923
|
"immutable": true,
|
902
924
|
"locationInModule": {
|
903
925
|
"filename": "src/certificate/index.ts",
|
904
|
-
"line":
|
926
|
+
"line": 903
|
905
927
|
},
|
906
928
|
"name": "disableCompletePropagationInput",
|
907
929
|
"optional": true,
|
@@ -925,7 +947,7 @@
|
|
925
947
|
"immutable": true,
|
926
948
|
"locationInModule": {
|
927
949
|
"filename": "src/certificate/index.ts",
|
928
|
-
"line":
|
950
|
+
"line": 1089
|
929
951
|
},
|
930
952
|
"name": "dnsChallengeInput",
|
931
953
|
"optional": true,
|
@@ -954,7 +976,7 @@
|
|
954
976
|
"immutable": true,
|
955
977
|
"locationInModule": {
|
956
978
|
"filename": "src/certificate/index.ts",
|
957
|
-
"line":
|
979
|
+
"line": 1105
|
958
980
|
},
|
959
981
|
"name": "httpChallengeInput",
|
960
982
|
"optional": true,
|
@@ -969,7 +991,7 @@
|
|
969
991
|
"immutable": true,
|
970
992
|
"locationInModule": {
|
971
993
|
"filename": "src/certificate/index.ts",
|
972
|
-
"line":
|
994
|
+
"line": 1121
|
973
995
|
},
|
974
996
|
"name": "httpMemcachedChallengeInput",
|
975
997
|
"optional": true,
|
@@ -984,7 +1006,7 @@
|
|
984
1006
|
"immutable": true,
|
985
1007
|
"locationInModule": {
|
986
1008
|
"filename": "src/certificate/index.ts",
|
987
|
-
"line":
|
1009
|
+
"line": 1137
|
988
1010
|
},
|
989
1011
|
"name": "httpS3ChallengeInput",
|
990
1012
|
"optional": true,
|
@@ -999,7 +1021,7 @@
|
|
999
1021
|
"immutable": true,
|
1000
1022
|
"locationInModule": {
|
1001
1023
|
"filename": "src/certificate/index.ts",
|
1002
|
-
"line":
|
1024
|
+
"line": 1153
|
1003
1025
|
},
|
1004
1026
|
"name": "httpWebrootChallengeInput",
|
1005
1027
|
"optional": true,
|
@@ -1014,7 +1036,7 @@
|
|
1014
1036
|
"immutable": true,
|
1015
1037
|
"locationInModule": {
|
1016
1038
|
"filename": "src/certificate/index.ts",
|
1017
|
-
"line":
|
1039
|
+
"line": 919
|
1018
1040
|
},
|
1019
1041
|
"name": "idInput",
|
1020
1042
|
"optional": true,
|
@@ -1029,7 +1051,7 @@
|
|
1029
1051
|
"immutable": true,
|
1030
1052
|
"locationInModule": {
|
1031
1053
|
"filename": "src/certificate/index.ts",
|
1032
|
-
"line":
|
1054
|
+
"line": 940
|
1033
1055
|
},
|
1034
1056
|
"name": "keyTypeInput",
|
1035
1057
|
"optional": true,
|
@@ -1044,7 +1066,7 @@
|
|
1044
1066
|
"immutable": true,
|
1045
1067
|
"locationInModule": {
|
1046
1068
|
"filename": "src/certificate/index.ts",
|
1047
|
-
"line":
|
1069
|
+
"line": 956
|
1048
1070
|
},
|
1049
1071
|
"name": "minDaysRemainingInput",
|
1050
1072
|
"optional": true,
|
@@ -1059,7 +1081,7 @@
|
|
1059
1081
|
"immutable": true,
|
1060
1082
|
"locationInModule": {
|
1061
1083
|
"filename": "src/certificate/index.ts",
|
1062
|
-
"line":
|
1084
|
+
"line": 972
|
1063
1085
|
},
|
1064
1086
|
"name": "mustStapleInput",
|
1065
1087
|
"optional": true,
|
@@ -1083,7 +1105,7 @@
|
|
1083
1105
|
"immutable": true,
|
1084
1106
|
"locationInModule": {
|
1085
1107
|
"filename": "src/certificate/index.ts",
|
1086
|
-
"line":
|
1108
|
+
"line": 988
|
1087
1109
|
},
|
1088
1110
|
"name": "preCheckDelayInput",
|
1089
1111
|
"optional": true,
|
@@ -1098,7 +1120,7 @@
|
|
1098
1120
|
"immutable": true,
|
1099
1121
|
"locationInModule": {
|
1100
1122
|
"filename": "src/certificate/index.ts",
|
1101
|
-
"line":
|
1123
|
+
"line": 1004
|
1102
1124
|
},
|
1103
1125
|
"name": "preferredChainInput",
|
1104
1126
|
"optional": true,
|
@@ -1113,7 +1135,7 @@
|
|
1113
1135
|
"immutable": true,
|
1114
1136
|
"locationInModule": {
|
1115
1137
|
"filename": "src/certificate/index.ts",
|
1116
|
-
"line":
|
1138
|
+
"line": 1025
|
1117
1139
|
},
|
1118
1140
|
"name": "recursiveNameserversInput",
|
1119
1141
|
"optional": true,
|
@@ -1133,7 +1155,7 @@
|
|
1133
1155
|
"immutable": true,
|
1134
1156
|
"locationInModule": {
|
1135
1157
|
"filename": "src/certificate/index.ts",
|
1136
|
-
"line":
|
1158
|
+
"line": 1041
|
1137
1159
|
},
|
1138
1160
|
"name": "revokeCertificateOnDestroyInput",
|
1139
1161
|
"optional": true,
|
@@ -1157,7 +1179,7 @@
|
|
1157
1179
|
"immutable": true,
|
1158
1180
|
"locationInModule": {
|
1159
1181
|
"filename": "src/certificate/index.ts",
|
1160
|
-
"line":
|
1182
|
+
"line": 1057
|
1161
1183
|
},
|
1162
1184
|
"name": "revokeCertificateReasonInput",
|
1163
1185
|
"optional": true,
|
@@ -1172,7 +1194,7 @@
|
|
1172
1194
|
"immutable": true,
|
1173
1195
|
"locationInModule": {
|
1174
1196
|
"filename": "src/certificate/index.ts",
|
1175
|
-
"line":
|
1197
|
+
"line": 1073
|
1176
1198
|
},
|
1177
1199
|
"name": "subjectAlternativeNamesInput",
|
1178
1200
|
"optional": true,
|
@@ -1192,7 +1214,7 @@
|
|
1192
1214
|
"immutable": true,
|
1193
1215
|
"locationInModule": {
|
1194
1216
|
"filename": "src/certificate/index.ts",
|
1195
|
-
"line":
|
1217
|
+
"line": 1169
|
1196
1218
|
},
|
1197
1219
|
"name": "tlsChallengeInput",
|
1198
1220
|
"optional": true,
|
@@ -1206,7 +1228,7 @@
|
|
1206
1228
|
},
|
1207
1229
|
"locationInModule": {
|
1208
1230
|
"filename": "src/certificate/index.ts",
|
1209
|
-
"line":
|
1231
|
+
"line": 791
|
1210
1232
|
},
|
1211
1233
|
"name": "accountKeyPem",
|
1212
1234
|
"type": {
|
@@ -1219,7 +1241,7 @@
|
|
1219
1241
|
},
|
1220
1242
|
"locationInModule": {
|
1221
1243
|
"filename": "src/certificate/index.ts",
|
1222
|
-
"line":
|
1244
|
+
"line": 835
|
1223
1245
|
},
|
1224
1246
|
"name": "certificateP12Password",
|
1225
1247
|
"type": {
|
@@ -1232,7 +1254,7 @@
|
|
1232
1254
|
},
|
1233
1255
|
"locationInModule": {
|
1234
1256
|
"filename": "src/certificate/index.ts",
|
1235
|
-
"line":
|
1257
|
+
"line": 856
|
1236
1258
|
},
|
1237
1259
|
"name": "certificateRequestPem",
|
1238
1260
|
"type": {
|
@@ -1245,7 +1267,7 @@
|
|
1245
1267
|
},
|
1246
1268
|
"locationInModule": {
|
1247
1269
|
"filename": "src/certificate/index.ts",
|
1248
|
-
"line":
|
1270
|
+
"line": 804
|
1249
1271
|
},
|
1250
1272
|
"name": "certTimeout",
|
1251
1273
|
"type": {
|
@@ -1258,7 +1280,7 @@
|
|
1258
1280
|
},
|
1259
1281
|
"locationInModule": {
|
1260
1282
|
"filename": "src/certificate/index.ts",
|
1261
|
-
"line":
|
1283
|
+
"line": 877
|
1262
1284
|
},
|
1263
1285
|
"name": "commonName",
|
1264
1286
|
"type": {
|
@@ -1271,7 +1293,7 @@
|
|
1271
1293
|
},
|
1272
1294
|
"locationInModule": {
|
1273
1295
|
"filename": "src/certificate/index.ts",
|
1274
|
-
"line":
|
1296
|
+
"line": 893
|
1275
1297
|
},
|
1276
1298
|
"name": "disableCompletePropagation",
|
1277
1299
|
"type": {
|
@@ -1293,7 +1315,7 @@
|
|
1293
1315
|
},
|
1294
1316
|
"locationInModule": {
|
1295
1317
|
"filename": "src/certificate/index.ts",
|
1296
|
-
"line":
|
1318
|
+
"line": 909
|
1297
1319
|
},
|
1298
1320
|
"name": "id",
|
1299
1321
|
"type": {
|
@@ -1306,7 +1328,7 @@
|
|
1306
1328
|
},
|
1307
1329
|
"locationInModule": {
|
1308
1330
|
"filename": "src/certificate/index.ts",
|
1309
|
-
"line":
|
1331
|
+
"line": 930
|
1310
1332
|
},
|
1311
1333
|
"name": "keyType",
|
1312
1334
|
"type": {
|
@@ -1319,7 +1341,7 @@
|
|
1319
1341
|
},
|
1320
1342
|
"locationInModule": {
|
1321
1343
|
"filename": "src/certificate/index.ts",
|
1322
|
-
"line":
|
1344
|
+
"line": 946
|
1323
1345
|
},
|
1324
1346
|
"name": "minDaysRemaining",
|
1325
1347
|
"type": {
|
@@ -1332,7 +1354,7 @@
|
|
1332
1354
|
},
|
1333
1355
|
"locationInModule": {
|
1334
1356
|
"filename": "src/certificate/index.ts",
|
1335
|
-
"line":
|
1357
|
+
"line": 962
|
1336
1358
|
},
|
1337
1359
|
"name": "mustStaple",
|
1338
1360
|
"type": {
|
@@ -1354,7 +1376,7 @@
|
|
1354
1376
|
},
|
1355
1377
|
"locationInModule": {
|
1356
1378
|
"filename": "src/certificate/index.ts",
|
1357
|
-
"line":
|
1379
|
+
"line": 978
|
1358
1380
|
},
|
1359
1381
|
"name": "preCheckDelay",
|
1360
1382
|
"type": {
|
@@ -1367,7 +1389,7 @@
|
|
1367
1389
|
},
|
1368
1390
|
"locationInModule": {
|
1369
1391
|
"filename": "src/certificate/index.ts",
|
1370
|
-
"line":
|
1392
|
+
"line": 994
|
1371
1393
|
},
|
1372
1394
|
"name": "preferredChain",
|
1373
1395
|
"type": {
|
@@ -1380,7 +1402,7 @@
|
|
1380
1402
|
},
|
1381
1403
|
"locationInModule": {
|
1382
1404
|
"filename": "src/certificate/index.ts",
|
1383
|
-
"line":
|
1405
|
+
"line": 1015
|
1384
1406
|
},
|
1385
1407
|
"name": "recursiveNameservers",
|
1386
1408
|
"type": {
|
@@ -1398,7 +1420,7 @@
|
|
1398
1420
|
},
|
1399
1421
|
"locationInModule": {
|
1400
1422
|
"filename": "src/certificate/index.ts",
|
1401
|
-
"line":
|
1423
|
+
"line": 1031
|
1402
1424
|
},
|
1403
1425
|
"name": "revokeCertificateOnDestroy",
|
1404
1426
|
"type": {
|
@@ -1420,7 +1442,7 @@
|
|
1420
1442
|
},
|
1421
1443
|
"locationInModule": {
|
1422
1444
|
"filename": "src/certificate/index.ts",
|
1423
|
-
"line":
|
1445
|
+
"line": 1047
|
1424
1446
|
},
|
1425
1447
|
"name": "revokeCertificateReason",
|
1426
1448
|
"type": {
|
@@ -1433,7 +1455,7 @@
|
|
1433
1455
|
},
|
1434
1456
|
"locationInModule": {
|
1435
1457
|
"filename": "src/certificate/index.ts",
|
1436
|
-
"line":
|
1458
|
+
"line": 1063
|
1437
1459
|
},
|
1438
1460
|
"name": "subjectAlternativeNames",
|
1439
1461
|
"type": {
|
@@ -1969,7 +1991,7 @@
|
|
1969
1991
|
},
|
1970
1992
|
"locationInModule": {
|
1971
1993
|
"filename": "src/certificate/index.ts",
|
1972
|
-
"line":
|
1994
|
+
"line": 254
|
1973
1995
|
},
|
1974
1996
|
"parameters": [
|
1975
1997
|
{
|
@@ -2004,7 +2026,7 @@
|
|
2004
2026
|
"kind": "class",
|
2005
2027
|
"locationInModule": {
|
2006
2028
|
"filename": "src/certificate/index.ts",
|
2007
|
-
"line":
|
2029
|
+
"line": 246
|
2008
2030
|
},
|
2009
2031
|
"methods": [
|
2010
2032
|
{
|
@@ -2013,7 +2035,7 @@
|
|
2013
2035
|
},
|
2014
2036
|
"locationInModule": {
|
2015
2037
|
"filename": "src/certificate/index.ts",
|
2016
|
-
"line":
|
2038
|
+
"line": 261
|
2017
2039
|
},
|
2018
2040
|
"name": "get",
|
2019
2041
|
"parameters": [
|
@@ -2044,7 +2066,7 @@
|
|
2044
2066
|
},
|
2045
2067
|
"locationInModule": {
|
2046
2068
|
"filename": "src/certificate/index.ts",
|
2047
|
-
"line":
|
2069
|
+
"line": 254
|
2048
2070
|
},
|
2049
2071
|
"name": "terraformAttribute",
|
2050
2072
|
"overrides": "cdktf.ComplexList",
|
@@ -2060,7 +2082,7 @@
|
|
2060
2082
|
},
|
2061
2083
|
"locationInModule": {
|
2062
2084
|
"filename": "src/certificate/index.ts",
|
2063
|
-
"line":
|
2085
|
+
"line": 254
|
2064
2086
|
},
|
2065
2087
|
"name": "terraformResource",
|
2066
2088
|
"overrides": "cdktf.ComplexList",
|
@@ -2076,7 +2098,7 @@
|
|
2076
2098
|
},
|
2077
2099
|
"locationInModule": {
|
2078
2100
|
"filename": "src/certificate/index.ts",
|
2079
|
-
"line":
|
2101
|
+
"line": 254
|
2080
2102
|
},
|
2081
2103
|
"name": "wrapsSet",
|
2082
2104
|
"overrides": "cdktf.ComplexList",
|
@@ -2091,7 +2113,7 @@
|
|
2091
2113
|
},
|
2092
2114
|
"locationInModule": {
|
2093
2115
|
"filename": "src/certificate/index.ts",
|
2094
|
-
"line":
|
2116
|
+
"line": 247
|
2095
2117
|
},
|
2096
2118
|
"name": "internalValue",
|
2097
2119
|
"optional": true,
|
@@ -2129,7 +2151,7 @@
|
|
2129
2151
|
},
|
2130
2152
|
"locationInModule": {
|
2131
2153
|
"filename": "src/certificate/index.ts",
|
2132
|
-
"line":
|
2154
|
+
"line": 176
|
2133
2155
|
},
|
2134
2156
|
"parameters": [
|
2135
2157
|
{
|
@@ -2173,7 +2195,7 @@
|
|
2173
2195
|
"kind": "class",
|
2174
2196
|
"locationInModule": {
|
2175
2197
|
"filename": "src/certificate/index.ts",
|
2176
|
-
"line":
|
2198
|
+
"line": 166
|
2177
2199
|
},
|
2178
2200
|
"methods": [
|
2179
2201
|
{
|
@@ -2182,7 +2204,7 @@
|
|
2182
2204
|
},
|
2183
2205
|
"locationInModule": {
|
2184
2206
|
"filename": "src/certificate/index.ts",
|
2185
|
-
"line":
|
2207
|
+
"line": 224
|
2186
2208
|
},
|
2187
2209
|
"name": "resetConfig"
|
2188
2210
|
}
|
@@ -2197,7 +2219,7 @@
|
|
2197
2219
|
"immutable": true,
|
2198
2220
|
"locationInModule": {
|
2199
2221
|
"filename": "src/certificate/index.ts",
|
2200
|
-
"line":
|
2222
|
+
"line": 228
|
2201
2223
|
},
|
2202
2224
|
"name": "configInput",
|
2203
2225
|
"optional": true,
|
@@ -2217,7 +2239,7 @@
|
|
2217
2239
|
"immutable": true,
|
2218
2240
|
"locationInModule": {
|
2219
2241
|
"filename": "src/certificate/index.ts",
|
2220
|
-
"line":
|
2242
|
+
"line": 241
|
2221
2243
|
},
|
2222
2244
|
"name": "providerInput",
|
2223
2245
|
"optional": true,
|
@@ -2231,7 +2253,7 @@
|
|
2231
2253
|
},
|
2232
2254
|
"locationInModule": {
|
2233
2255
|
"filename": "src/certificate/index.ts",
|
2234
|
-
"line":
|
2256
|
+
"line": 218
|
2235
2257
|
},
|
2236
2258
|
"name": "config",
|
2237
2259
|
"type": {
|
@@ -2249,7 +2271,7 @@
|
|
2249
2271
|
},
|
2250
2272
|
"locationInModule": {
|
2251
2273
|
"filename": "src/certificate/index.ts",
|
2252
|
-
"line":
|
2274
|
+
"line": 234
|
2253
2275
|
},
|
2254
2276
|
"name": "provider",
|
2255
2277
|
"type": {
|
@@ -2262,7 +2284,7 @@
|
|
2262
2284
|
},
|
2263
2285
|
"locationInModule": {
|
2264
2286
|
"filename": "src/certificate/index.ts",
|
2265
|
-
"line":
|
2287
|
+
"line": 180
|
2266
2288
|
},
|
2267
2289
|
"name": "internalValue",
|
2268
2290
|
"optional": true,
|
@@ -2292,7 +2314,7 @@
|
|
2292
2314
|
"kind": "interface",
|
2293
2315
|
"locationInModule": {
|
2294
2316
|
"filename": "src/certificate/index.ts",
|
2295
|
-
"line":
|
2317
|
+
"line": 265
|
2296
2318
|
},
|
2297
2319
|
"name": "CertificateHttpChallenge",
|
2298
2320
|
"namespace": "certificate",
|
@@ -2306,7 +2328,7 @@
|
|
2306
2328
|
"immutable": true,
|
2307
2329
|
"locationInModule": {
|
2308
2330
|
"filename": "src/certificate/index.ts",
|
2309
|
-
"line":
|
2331
|
+
"line": 269
|
2310
2332
|
},
|
2311
2333
|
"name": "port",
|
2312
2334
|
"optional": true,
|
@@ -2323,7 +2345,7 @@
|
|
2323
2345
|
"immutable": true,
|
2324
2346
|
"locationInModule": {
|
2325
2347
|
"filename": "src/certificate/index.ts",
|
2326
|
-
"line":
|
2348
|
+
"line": 273
|
2327
2349
|
},
|
2328
2350
|
"name": "proxyHeader",
|
2329
2351
|
"optional": true,
|
@@ -2347,7 +2369,7 @@
|
|
2347
2369
|
},
|
2348
2370
|
"locationInModule": {
|
2349
2371
|
"filename": "src/certificate/index.ts",
|
2350
|
-
"line":
|
2372
|
+
"line": 319
|
2351
2373
|
},
|
2352
2374
|
"parameters": [
|
2353
2375
|
{
|
@@ -2373,7 +2395,7 @@
|
|
2373
2395
|
"kind": "class",
|
2374
2396
|
"locationInModule": {
|
2375
2397
|
"filename": "src/certificate/index.ts",
|
2376
|
-
"line":
|
2398
|
+
"line": 312
|
2377
2399
|
},
|
2378
2400
|
"methods": [
|
2379
2401
|
{
|
@@ -2382,7 +2404,7 @@
|
|
2382
2404
|
},
|
2383
2405
|
"locationInModule": {
|
2384
2406
|
"filename": "src/certificate/index.ts",
|
2385
|
-
"line":
|
2407
|
+
"line": 358
|
2386
2408
|
},
|
2387
2409
|
"name": "resetPort"
|
2388
2410
|
},
|
@@ -2392,7 +2414,7 @@
|
|
2392
2414
|
},
|
2393
2415
|
"locationInModule": {
|
2394
2416
|
"filename": "src/certificate/index.ts",
|
2395
|
-
"line":
|
2417
|
+
"line": 374
|
2396
2418
|
},
|
2397
2419
|
"name": "resetProxyHeader"
|
2398
2420
|
}
|
@@ -2407,7 +2429,7 @@
|
|
2407
2429
|
"immutable": true,
|
2408
2430
|
"locationInModule": {
|
2409
2431
|
"filename": "src/certificate/index.ts",
|
2410
|
-
"line":
|
2432
|
+
"line": 362
|
2411
2433
|
},
|
2412
2434
|
"name": "portInput",
|
2413
2435
|
"optional": true,
|
@@ -2422,7 +2444,7 @@
|
|
2422
2444
|
"immutable": true,
|
2423
2445
|
"locationInModule": {
|
2424
2446
|
"filename": "src/certificate/index.ts",
|
2425
|
-
"line":
|
2447
|
+
"line": 378
|
2426
2448
|
},
|
2427
2449
|
"name": "proxyHeaderInput",
|
2428
2450
|
"optional": true,
|
@@ -2436,7 +2458,7 @@
|
|
2436
2458
|
},
|
2437
2459
|
"locationInModule": {
|
2438
2460
|
"filename": "src/certificate/index.ts",
|
2439
|
-
"line":
|
2461
|
+
"line": 352
|
2440
2462
|
},
|
2441
2463
|
"name": "port",
|
2442
2464
|
"type": {
|
@@ -2449,7 +2471,7 @@
|
|
2449
2471
|
},
|
2450
2472
|
"locationInModule": {
|
2451
2473
|
"filename": "src/certificate/index.ts",
|
2452
|
-
"line":
|
2474
|
+
"line": 368
|
2453
2475
|
},
|
2454
2476
|
"name": "proxyHeader",
|
2455
2477
|
"type": {
|
@@ -2462,7 +2484,7 @@
|
|
2462
2484
|
},
|
2463
2485
|
"locationInModule": {
|
2464
2486
|
"filename": "src/certificate/index.ts",
|
2465
|
-
"line":
|
2487
|
+
"line": 323
|
2466
2488
|
},
|
2467
2489
|
"name": "internalValue",
|
2468
2490
|
"optional": true,
|
@@ -2483,7 +2505,7 @@
|
|
2483
2505
|
"kind": "interface",
|
2484
2506
|
"locationInModule": {
|
2485
2507
|
"filename": "src/certificate/index.ts",
|
2486
|
-
"line":
|
2508
|
+
"line": 382
|
2487
2509
|
},
|
2488
2510
|
"name": "CertificateHttpMemcachedChallenge",
|
2489
2511
|
"namespace": "certificate",
|
@@ -2497,7 +2519,7 @@
|
|
2497
2519
|
"immutable": true,
|
2498
2520
|
"locationInModule": {
|
2499
2521
|
"filename": "src/certificate/index.ts",
|
2500
|
-
"line":
|
2522
|
+
"line": 386
|
2501
2523
|
},
|
2502
2524
|
"name": "hosts",
|
2503
2525
|
"type": {
|
@@ -2525,7 +2547,7 @@
|
|
2525
2547
|
},
|
2526
2548
|
"locationInModule": {
|
2527
2549
|
"filename": "src/certificate/index.ts",
|
2528
|
-
"line":
|
2550
|
+
"line": 425
|
2529
2551
|
},
|
2530
2552
|
"parameters": [
|
2531
2553
|
{
|
@@ -2551,7 +2573,7 @@
|
|
2551
2573
|
"kind": "class",
|
2552
2574
|
"locationInModule": {
|
2553
2575
|
"filename": "src/certificate/index.ts",
|
2554
|
-
"line":
|
2576
|
+
"line": 418
|
2555
2577
|
},
|
2556
2578
|
"name": "CertificateHttpMemcachedChallengeOutputReference",
|
2557
2579
|
"namespace": "certificate",
|
@@ -2563,7 +2585,7 @@
|
|
2563
2585
|
"immutable": true,
|
2564
2586
|
"locationInModule": {
|
2565
2587
|
"filename": "src/certificate/index.ts",
|
2566
|
-
"line":
|
2588
|
+
"line": 459
|
2567
2589
|
},
|
2568
2590
|
"name": "hostsInput",
|
2569
2591
|
"optional": true,
|
@@ -2582,7 +2604,7 @@
|
|
2582
2604
|
},
|
2583
2605
|
"locationInModule": {
|
2584
2606
|
"filename": "src/certificate/index.ts",
|
2585
|
-
"line":
|
2607
|
+
"line": 452
|
2586
2608
|
},
|
2587
2609
|
"name": "hosts",
|
2588
2610
|
"type": {
|
@@ -2600,7 +2622,7 @@
|
|
2600
2622
|
},
|
2601
2623
|
"locationInModule": {
|
2602
2624
|
"filename": "src/certificate/index.ts",
|
2603
|
-
"line":
|
2625
|
+
"line": 429
|
2604
2626
|
},
|
2605
2627
|
"name": "internalValue",
|
2606
2628
|
"optional": true,
|
@@ -2621,7 +2643,7 @@
|
|
2621
2643
|
"kind": "interface",
|
2622
2644
|
"locationInModule": {
|
2623
2645
|
"filename": "src/certificate/index.ts",
|
2624
|
-
"line":
|
2646
|
+
"line": 463
|
2625
2647
|
},
|
2626
2648
|
"name": "CertificateHttpS3Challenge",
|
2627
2649
|
"namespace": "certificate",
|
@@ -2635,7 +2657,7 @@
|
|
2635
2657
|
"immutable": true,
|
2636
2658
|
"locationInModule": {
|
2637
2659
|
"filename": "src/certificate/index.ts",
|
2638
|
-
"line":
|
2660
|
+
"line": 467
|
2639
2661
|
},
|
2640
2662
|
"name": "s3Bucket",
|
2641
2663
|
"type": {
|
@@ -2658,7 +2680,7 @@
|
|
2658
2680
|
},
|
2659
2681
|
"locationInModule": {
|
2660
2682
|
"filename": "src/certificate/index.ts",
|
2661
|
-
"line":
|
2683
|
+
"line": 506
|
2662
2684
|
},
|
2663
2685
|
"parameters": [
|
2664
2686
|
{
|
@@ -2684,7 +2706,7 @@
|
|
2684
2706
|
"kind": "class",
|
2685
2707
|
"locationInModule": {
|
2686
2708
|
"filename": "src/certificate/index.ts",
|
2687
|
-
"line":
|
2709
|
+
"line": 499
|
2688
2710
|
},
|
2689
2711
|
"name": "CertificateHttpS3ChallengeOutputReference",
|
2690
2712
|
"namespace": "certificate",
|
@@ -2696,7 +2718,7 @@
|
|
2696
2718
|
"immutable": true,
|
2697
2719
|
"locationInModule": {
|
2698
2720
|
"filename": "src/certificate/index.ts",
|
2699
|
-
"line":
|
2721
|
+
"line": 540
|
2700
2722
|
},
|
2701
2723
|
"name": "s3BucketInput",
|
2702
2724
|
"optional": true,
|
@@ -2710,7 +2732,7 @@
|
|
2710
2732
|
},
|
2711
2733
|
"locationInModule": {
|
2712
2734
|
"filename": "src/certificate/index.ts",
|
2713
|
-
"line":
|
2735
|
+
"line": 533
|
2714
2736
|
},
|
2715
2737
|
"name": "s3Bucket",
|
2716
2738
|
"type": {
|
@@ -2723,7 +2745,7 @@
|
|
2723
2745
|
},
|
2724
2746
|
"locationInModule": {
|
2725
2747
|
"filename": "src/certificate/index.ts",
|
2726
|
-
"line":
|
2748
|
+
"line": 510
|
2727
2749
|
},
|
2728
2750
|
"name": "internalValue",
|
2729
2751
|
"optional": true,
|
@@ -2744,7 +2766,7 @@
|
|
2744
2766
|
"kind": "interface",
|
2745
2767
|
"locationInModule": {
|
2746
2768
|
"filename": "src/certificate/index.ts",
|
2747
|
-
"line":
|
2769
|
+
"line": 544
|
2748
2770
|
},
|
2749
2771
|
"name": "CertificateHttpWebrootChallenge",
|
2750
2772
|
"namespace": "certificate",
|
@@ -2758,7 +2780,7 @@
|
|
2758
2780
|
"immutable": true,
|
2759
2781
|
"locationInModule": {
|
2760
2782
|
"filename": "src/certificate/index.ts",
|
2761
|
-
"line":
|
2783
|
+
"line": 548
|
2762
2784
|
},
|
2763
2785
|
"name": "directory",
|
2764
2786
|
"type": {
|
@@ -2781,7 +2803,7 @@
|
|
2781
2803
|
},
|
2782
2804
|
"locationInModule": {
|
2783
2805
|
"filename": "src/certificate/index.ts",
|
2784
|
-
"line":
|
2806
|
+
"line": 587
|
2785
2807
|
},
|
2786
2808
|
"parameters": [
|
2787
2809
|
{
|
@@ -2807,7 +2829,7 @@
|
|
2807
2829
|
"kind": "class",
|
2808
2830
|
"locationInModule": {
|
2809
2831
|
"filename": "src/certificate/index.ts",
|
2810
|
-
"line":
|
2832
|
+
"line": 580
|
2811
2833
|
},
|
2812
2834
|
"name": "CertificateHttpWebrootChallengeOutputReference",
|
2813
2835
|
"namespace": "certificate",
|
@@ -2819,7 +2841,7 @@
|
|
2819
2841
|
"immutable": true,
|
2820
2842
|
"locationInModule": {
|
2821
2843
|
"filename": "src/certificate/index.ts",
|
2822
|
-
"line":
|
2844
|
+
"line": 621
|
2823
2845
|
},
|
2824
2846
|
"name": "directoryInput",
|
2825
2847
|
"optional": true,
|
@@ -2833,7 +2855,7 @@
|
|
2833
2855
|
},
|
2834
2856
|
"locationInModule": {
|
2835
2857
|
"filename": "src/certificate/index.ts",
|
2836
|
-
"line":
|
2858
|
+
"line": 614
|
2837
2859
|
},
|
2838
2860
|
"name": "directory",
|
2839
2861
|
"type": {
|
@@ -2846,7 +2868,7 @@
|
|
2846
2868
|
},
|
2847
2869
|
"locationInModule": {
|
2848
2870
|
"filename": "src/certificate/index.ts",
|
2849
|
-
"line":
|
2871
|
+
"line": 591
|
2850
2872
|
},
|
2851
2873
|
"name": "internalValue",
|
2852
2874
|
"optional": true,
|
@@ -2867,7 +2889,7 @@
|
|
2867
2889
|
"kind": "interface",
|
2868
2890
|
"locationInModule": {
|
2869
2891
|
"filename": "src/certificate/index.ts",
|
2870
|
-
"line":
|
2892
|
+
"line": 625
|
2871
2893
|
},
|
2872
2894
|
"name": "CertificateTlsChallenge",
|
2873
2895
|
"namespace": "certificate",
|
@@ -2881,7 +2903,7 @@
|
|
2881
2903
|
"immutable": true,
|
2882
2904
|
"locationInModule": {
|
2883
2905
|
"filename": "src/certificate/index.ts",
|
2884
|
-
"line":
|
2906
|
+
"line": 629
|
2885
2907
|
},
|
2886
2908
|
"name": "port",
|
2887
2909
|
"optional": true,
|
@@ -2905,7 +2927,7 @@
|
|
2905
2927
|
},
|
2906
2928
|
"locationInModule": {
|
2907
2929
|
"filename": "src/certificate/index.ts",
|
2908
|
-
"line":
|
2930
|
+
"line": 668
|
2909
2931
|
},
|
2910
2932
|
"parameters": [
|
2911
2933
|
{
|
@@ -2931,7 +2953,7 @@
|
|
2931
2953
|
"kind": "class",
|
2932
2954
|
"locationInModule": {
|
2933
2955
|
"filename": "src/certificate/index.ts",
|
2934
|
-
"line":
|
2956
|
+
"line": 661
|
2935
2957
|
},
|
2936
2958
|
"methods": [
|
2937
2959
|
{
|
@@ -2940,7 +2962,7 @@
|
|
2940
2962
|
},
|
2941
2963
|
"locationInModule": {
|
2942
2964
|
"filename": "src/certificate/index.ts",
|
2943
|
-
"line":
|
2965
|
+
"line": 701
|
2944
2966
|
},
|
2945
2967
|
"name": "resetPort"
|
2946
2968
|
}
|
@@ -2955,7 +2977,7 @@
|
|
2955
2977
|
"immutable": true,
|
2956
2978
|
"locationInModule": {
|
2957
2979
|
"filename": "src/certificate/index.ts",
|
2958
|
-
"line":
|
2980
|
+
"line": 705
|
2959
2981
|
},
|
2960
2982
|
"name": "portInput",
|
2961
2983
|
"optional": true,
|
@@ -2969,7 +2991,7 @@
|
|
2969
2991
|
},
|
2970
2992
|
"locationInModule": {
|
2971
2993
|
"filename": "src/certificate/index.ts",
|
2972
|
-
"line":
|
2994
|
+
"line": 695
|
2973
2995
|
},
|
2974
2996
|
"name": "port",
|
2975
2997
|
"type": {
|
@@ -2982,7 +3004,7 @@
|
|
2982
3004
|
},
|
2983
3005
|
"locationInModule": {
|
2984
3006
|
"filename": "src/certificate/index.ts",
|
2985
|
-
"line":
|
3007
|
+
"line": 672
|
2986
3008
|
},
|
2987
3009
|
"name": "internalValue",
|
2988
3010
|
"optional": true,
|
@@ -3132,6 +3154,28 @@
|
|
3132
3154
|
}
|
3133
3155
|
}
|
3134
3156
|
}
|
3157
|
+
},
|
3158
|
+
{
|
3159
|
+
"docs": {
|
3160
|
+
"stability": "stable"
|
3161
|
+
},
|
3162
|
+
"locationInModule": {
|
3163
|
+
"filename": "src/provider/index.ts",
|
3164
|
+
"line": 120
|
3165
|
+
},
|
3166
|
+
"name": "synthesizeHclAttributes",
|
3167
|
+
"overrides": "cdktf.TerraformProvider",
|
3168
|
+
"protected": true,
|
3169
|
+
"returns": {
|
3170
|
+
"type": {
|
3171
|
+
"collection": {
|
3172
|
+
"elementtype": {
|
3173
|
+
"primitive": "any"
|
3174
|
+
},
|
3175
|
+
"kind": "map"
|
3176
|
+
}
|
3177
|
+
}
|
3178
|
+
}
|
3135
3179
|
}
|
3136
3180
|
],
|
3137
3181
|
"name": "AcmeProvider",
|
@@ -3282,7 +3326,7 @@
|
|
3282
3326
|
},
|
3283
3327
|
"locationInModule": {
|
3284
3328
|
"filename": "src/registration/index.ts",
|
3285
|
-
"line":
|
3329
|
+
"line": 184
|
3286
3330
|
},
|
3287
3331
|
"parameters": [
|
3288
3332
|
{
|
@@ -3315,7 +3359,7 @@
|
|
3315
3359
|
"kind": "class",
|
3316
3360
|
"locationInModule": {
|
3317
3361
|
"filename": "src/registration/index.ts",
|
3318
|
-
"line":
|
3362
|
+
"line": 152
|
3319
3363
|
},
|
3320
3364
|
"methods": [
|
3321
3365
|
{
|
@@ -3325,7 +3369,7 @@
|
|
3325
3369
|
},
|
3326
3370
|
"locationInModule": {
|
3327
3371
|
"filename": "src/registration/index.ts",
|
3328
|
-
"line":
|
3372
|
+
"line": 169
|
3329
3373
|
},
|
3330
3374
|
"name": "generateConfigForImport",
|
3331
3375
|
"parameters": [
|
@@ -3381,7 +3425,7 @@
|
|
3381
3425
|
},
|
3382
3426
|
"locationInModule": {
|
3383
3427
|
"filename": "src/registration/index.ts",
|
3384
|
-
"line":
|
3428
|
+
"line": 262
|
3385
3429
|
},
|
3386
3430
|
"name": "putExternalAccountBinding",
|
3387
3431
|
"parameters": [
|
@@ -3399,7 +3443,7 @@
|
|
3399
3443
|
},
|
3400
3444
|
"locationInModule": {
|
3401
3445
|
"filename": "src/registration/index.ts",
|
3402
|
-
"line":
|
3446
|
+
"line": 265
|
3403
3447
|
},
|
3404
3448
|
"name": "resetExternalAccountBinding"
|
3405
3449
|
},
|
@@ -3409,7 +3453,7 @@
|
|
3409
3453
|
},
|
3410
3454
|
"locationInModule": {
|
3411
3455
|
"filename": "src/registration/index.ts",
|
3412
|
-
"line":
|
3456
|
+
"line": 244
|
3413
3457
|
},
|
3414
3458
|
"name": "resetId"
|
3415
3459
|
},
|
@@ -3419,7 +3463,7 @@
|
|
3419
3463
|
},
|
3420
3464
|
"locationInModule": {
|
3421
3465
|
"filename": "src/registration/index.ts",
|
3422
|
-
"line":
|
3466
|
+
"line": 277
|
3423
3467
|
},
|
3424
3468
|
"name": "synthesizeAttributes",
|
3425
3469
|
"overrides": "cdktf.TerraformResource",
|
@@ -3434,6 +3478,28 @@
|
|
3434
3478
|
}
|
3435
3479
|
}
|
3436
3480
|
}
|
3481
|
+
},
|
3482
|
+
{
|
3483
|
+
"docs": {
|
3484
|
+
"stability": "stable"
|
3485
|
+
},
|
3486
|
+
"locationInModule": {
|
3487
|
+
"filename": "src/registration/index.ts",
|
3488
|
+
"line": 286
|
3489
|
+
},
|
3490
|
+
"name": "synthesizeHclAttributes",
|
3491
|
+
"overrides": "cdktf.TerraformResource",
|
3492
|
+
"protected": true,
|
3493
|
+
"returns": {
|
3494
|
+
"type": {
|
3495
|
+
"collection": {
|
3496
|
+
"elementtype": {
|
3497
|
+
"primitive": "any"
|
3498
|
+
},
|
3499
|
+
"kind": "map"
|
3500
|
+
}
|
3501
|
+
}
|
3502
|
+
}
|
3437
3503
|
}
|
3438
3504
|
],
|
3439
3505
|
"name": "Registration",
|
@@ -3447,7 +3513,7 @@
|
|
3447
3513
|
"immutable": true,
|
3448
3514
|
"locationInModule": {
|
3449
3515
|
"filename": "src/registration/index.ts",
|
3450
|
-
"line":
|
3516
|
+
"line": 157
|
3451
3517
|
},
|
3452
3518
|
"name": "tfResourceType",
|
3453
3519
|
"static": true,
|
@@ -3462,7 +3528,7 @@
|
|
3462
3528
|
"immutable": true,
|
3463
3529
|
"locationInModule": {
|
3464
3530
|
"filename": "src/registration/index.ts",
|
3465
|
-
"line":
|
3531
|
+
"line": 259
|
3466
3532
|
},
|
3467
3533
|
"name": "externalAccountBinding",
|
3468
3534
|
"type": {
|
@@ -3476,7 +3542,7 @@
|
|
3476
3542
|
"immutable": true,
|
3477
3543
|
"locationInModule": {
|
3478
3544
|
"filename": "src/registration/index.ts",
|
3479
|
-
"line":
|
3545
|
+
"line": 253
|
3480
3546
|
},
|
3481
3547
|
"name": "registrationUrl",
|
3482
3548
|
"type": {
|
@@ -3490,7 +3556,7 @@
|
|
3490
3556
|
"immutable": true,
|
3491
3557
|
"locationInModule": {
|
3492
3558
|
"filename": "src/registration/index.ts",
|
3493
|
-
"line":
|
3559
|
+
"line": 219
|
3494
3560
|
},
|
3495
3561
|
"name": "accountKeyPemInput",
|
3496
3562
|
"optional": true,
|
@@ -3505,7 +3571,7 @@
|
|
3505
3571
|
"immutable": true,
|
3506
3572
|
"locationInModule": {
|
3507
3573
|
"filename": "src/registration/index.ts",
|
3508
|
-
"line":
|
3574
|
+
"line": 232
|
3509
3575
|
},
|
3510
3576
|
"name": "emailAddressInput",
|
3511
3577
|
"optional": true,
|
@@ -3520,7 +3586,7 @@
|
|
3520
3586
|
"immutable": true,
|
3521
3587
|
"locationInModule": {
|
3522
3588
|
"filename": "src/registration/index.ts",
|
3523
|
-
"line":
|
3589
|
+
"line": 269
|
3524
3590
|
},
|
3525
3591
|
"name": "externalAccountBindingInput",
|
3526
3592
|
"optional": true,
|
@@ -3535,7 +3601,7 @@
|
|
3535
3601
|
"immutable": true,
|
3536
3602
|
"locationInModule": {
|
3537
3603
|
"filename": "src/registration/index.ts",
|
3538
|
-
"line":
|
3604
|
+
"line": 248
|
3539
3605
|
},
|
3540
3606
|
"name": "idInput",
|
3541
3607
|
"optional": true,
|
@@ -3549,7 +3615,7 @@
|
|
3549
3615
|
},
|
3550
3616
|
"locationInModule": {
|
3551
3617
|
"filename": "src/registration/index.ts",
|
3552
|
-
"line":
|
3618
|
+
"line": 212
|
3553
3619
|
},
|
3554
3620
|
"name": "accountKeyPem",
|
3555
3621
|
"type": {
|
@@ -3562,7 +3628,7 @@
|
|
3562
3628
|
},
|
3563
3629
|
"locationInModule": {
|
3564
3630
|
"filename": "src/registration/index.ts",
|
3565
|
-
"line":
|
3631
|
+
"line": 225
|
3566
3632
|
},
|
3567
3633
|
"name": "emailAddress",
|
3568
3634
|
"type": {
|
@@ -3575,7 +3641,7 @@
|
|
3575
3641
|
},
|
3576
3642
|
"locationInModule": {
|
3577
3643
|
"filename": "src/registration/index.ts",
|
3578
|
-
"line":
|
3644
|
+
"line": 238
|
3579
3645
|
},
|
3580
3646
|
"name": "id",
|
3581
3647
|
"type": {
|
@@ -3737,7 +3803,7 @@
|
|
3737
3803
|
},
|
3738
3804
|
"locationInModule": {
|
3739
3805
|
"filename": "src/registration/index.ts",
|
3740
|
-
"line":
|
3806
|
+
"line": 91
|
3741
3807
|
},
|
3742
3808
|
"parameters": [
|
3743
3809
|
{
|
@@ -3763,7 +3829,7 @@
|
|
3763
3829
|
"kind": "class",
|
3764
3830
|
"locationInModule": {
|
3765
3831
|
"filename": "src/registration/index.ts",
|
3766
|
-
"line":
|
3832
|
+
"line": 84
|
3767
3833
|
},
|
3768
3834
|
"name": "RegistrationExternalAccountBindingOutputReference",
|
3769
3835
|
"namespace": "registration",
|
@@ -3775,7 +3841,7 @@
|
|
3775
3841
|
"immutable": true,
|
3776
3842
|
"locationInModule": {
|
3777
3843
|
"filename": "src/registration/index.ts",
|
3778
|
-
"line":
|
3844
|
+
"line": 131
|
3779
3845
|
},
|
3780
3846
|
"name": "hmacBase64Input",
|
3781
3847
|
"optional": true,
|
@@ -3790,7 +3856,7 @@
|
|
3790
3856
|
"immutable": true,
|
3791
3857
|
"locationInModule": {
|
3792
3858
|
"filename": "src/registration/index.ts",
|
3793
|
-
"line":
|
3859
|
+
"line": 144
|
3794
3860
|
},
|
3795
3861
|
"name": "keyIdInput",
|
3796
3862
|
"optional": true,
|
@@ -3804,7 +3870,7 @@
|
|
3804
3870
|
},
|
3805
3871
|
"locationInModule": {
|
3806
3872
|
"filename": "src/registration/index.ts",
|
3807
|
-
"line":
|
3873
|
+
"line": 124
|
3808
3874
|
},
|
3809
3875
|
"name": "hmacBase64",
|
3810
3876
|
"type": {
|
@@ -3817,7 +3883,7 @@
|
|
3817
3883
|
},
|
3818
3884
|
"locationInModule": {
|
3819
3885
|
"filename": "src/registration/index.ts",
|
3820
|
-
"line":
|
3886
|
+
"line": 137
|
3821
3887
|
},
|
3822
3888
|
"name": "keyId",
|
3823
3889
|
"type": {
|
@@ -3830,7 +3896,7 @@
|
|
3830
3896
|
},
|
3831
3897
|
"locationInModule": {
|
3832
3898
|
"filename": "src/registration/index.ts",
|
3833
|
-
"line":
|
3899
|
+
"line": 95
|
3834
3900
|
},
|
3835
3901
|
"name": "internalValue",
|
3836
3902
|
"optional": true,
|
@@ -3842,6 +3908,6 @@
|
|
3842
3908
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
3843
3909
|
}
|
3844
3910
|
},
|
3845
|
-
"version": "
|
3846
|
-
"fingerprint": "
|
3911
|
+
"version": "11.0.0",
|
3912
|
+
"fingerprint": "GEI8QjE080l2g2npOI4Y+/MdsSJLzTJ1fXdxuYpOahk="
|
3847
3913
|
}
|