@cdktf/provider-acme 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/.jsii ADDED
@@ -0,0 +1,2899 @@
1
+ {
2
+ "author": {
3
+ "name": "HashiCorp",
4
+ "organization": true,
5
+ "roles": [
6
+ "author"
7
+ ],
8
+ "url": "https://hashicorp.com"
9
+ },
10
+ "dependencies": {
11
+ "cdktf": "^0.8",
12
+ "constructs": "^10.0.0"
13
+ },
14
+ "dependencyClosure": {
15
+ "cdktf": {
16
+ "submodules": {
17
+ "cdktf.testingMatchers": {}
18
+ },
19
+ "targets": {
20
+ "dotnet": {
21
+ "namespace": "HashiCorp.Cdktf",
22
+ "packageId": "HashiCorp.Cdktf"
23
+ },
24
+ "go": {
25
+ "moduleName": "github.com/hashicorp/terraform-cdk-go",
26
+ "packageName": "cdktf"
27
+ },
28
+ "java": {
29
+ "maven": {
30
+ "artifactId": "cdktf",
31
+ "groupId": "com.hashicorp"
32
+ },
33
+ "package": "com.hashicorp.cdktf"
34
+ },
35
+ "js": {
36
+ "npm": "cdktf"
37
+ },
38
+ "python": {
39
+ "distName": "cdktf",
40
+ "module": "cdktf"
41
+ }
42
+ }
43
+ },
44
+ "constructs": {
45
+ "targets": {
46
+ "dotnet": {
47
+ "namespace": "Constructs",
48
+ "packageId": "Constructs"
49
+ },
50
+ "go": {
51
+ "moduleName": "github.com/aws/constructs-go"
52
+ },
53
+ "java": {
54
+ "maven": {
55
+ "artifactId": "constructs",
56
+ "groupId": "software.constructs"
57
+ },
58
+ "package": "software.constructs"
59
+ },
60
+ "js": {
61
+ "npm": "constructs"
62
+ },
63
+ "python": {
64
+ "distName": "constructs",
65
+ "module": "constructs"
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "description": "Prebuilt acme Provider for Terraform CDK (cdktf)",
71
+ "docs": {
72
+ "stability": "stable"
73
+ },
74
+ "homepage": "https://github.com/hashicorp/cdktf-provider-acme.git",
75
+ "jsiiVersion": "1.49.0 (build e322d87)",
76
+ "keywords": [
77
+ "acme",
78
+ "cdk",
79
+ "cdktf",
80
+ "provider",
81
+ "terraform"
82
+ ],
83
+ "license": "MPL-2.0",
84
+ "metadata": {
85
+ "jsii": {
86
+ "pacmak": {
87
+ "hasDefaultInterfaces": true
88
+ }
89
+ },
90
+ "tscRootDir": "src"
91
+ },
92
+ "name": "@cdktf/provider-acme",
93
+ "readme": {
94
+ "markdown": "\n# Terraform CDK acme Provider ~> 2.7\n\nThis repo builds and publishes the Terraform acme Provider bindings for [cdktf](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## Docs\n\nFind auto-generated docs for this provider here: [./API.md](./API.md)\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.7` 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- [Terraform CDK](https://cdk.tf)\n- [Terraform acme Provider](https://github.com/terraform-providers/terraform-provider-acme)\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. While the Terraform Engine and the Terraform acme Provider are relatively stable, the Terraform CDK is in an early stage. Therefore, it's likely that there will be breaking changes.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [terraform cdk](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/eladb/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/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` 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 [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n"
95
+ },
96
+ "repository": {
97
+ "type": "git",
98
+ "url": "https://github.com/hashicorp/cdktf-provider-acme.git"
99
+ },
100
+ "schema": "jsii/0.10.0",
101
+ "targets": {
102
+ "dotnet": {
103
+ "namespace": "HashiCorp.Cdktf.Providers.Acme",
104
+ "packageId": "HashiCorp.Cdktf.Providers.Acme"
105
+ },
106
+ "java": {
107
+ "maven": {
108
+ "artifactId": "cdktf-provider-acme",
109
+ "groupId": "com.hashicorp"
110
+ },
111
+ "package": "com.hashicorp.cdktf.providers.acme"
112
+ },
113
+ "js": {
114
+ "npm": "@cdktf/provider-acme"
115
+ },
116
+ "python": {
117
+ "distName": "cdktf-cdktf-provider-acme",
118
+ "module": "cdktf_cdktf_provider_acme"
119
+ }
120
+ },
121
+ "types": {
122
+ "@cdktf/provider-acme.AcmeProvider": {
123
+ "assembly": "@cdktf/provider-acme",
124
+ "base": "cdktf.TerraformProvider",
125
+ "docs": {
126
+ "stability": "stable",
127
+ "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme acme}."
128
+ },
129
+ "fqn": "@cdktf/provider-acme.AcmeProvider",
130
+ "initializer": {
131
+ "docs": {
132
+ "stability": "stable",
133
+ "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme acme} Resource."
134
+ },
135
+ "locationInModule": {
136
+ "filename": "src/acme-provider.ts",
137
+ "line": 43
138
+ },
139
+ "parameters": [
140
+ {
141
+ "docs": {
142
+ "summary": "The scope in which to define this construct."
143
+ },
144
+ "name": "scope",
145
+ "type": {
146
+ "fqn": "constructs.Construct"
147
+ }
148
+ },
149
+ {
150
+ "docs": {
151
+ "remarks": "Must be unique amongst siblings in the same scope",
152
+ "summary": "The scoped construct ID."
153
+ },
154
+ "name": "id",
155
+ "type": {
156
+ "primitive": "string"
157
+ }
158
+ },
159
+ {
160
+ "name": "config",
161
+ "type": {
162
+ "fqn": "@cdktf/provider-acme.AcmeProviderConfig"
163
+ }
164
+ }
165
+ ]
166
+ },
167
+ "kind": "class",
168
+ "locationInModule": {
169
+ "filename": "src/acme-provider.ts",
170
+ "line": 25
171
+ },
172
+ "methods": [
173
+ {
174
+ "docs": {
175
+ "stability": "stable"
176
+ },
177
+ "locationInModule": {
178
+ "filename": "src/acme-provider.ts",
179
+ "line": 81
180
+ },
181
+ "name": "resetAlias"
182
+ },
183
+ {
184
+ "docs": {
185
+ "stability": "stable"
186
+ },
187
+ "locationInModule": {
188
+ "filename": "src/acme-provider.ts",
189
+ "line": 93
190
+ },
191
+ "name": "synthesizeAttributes",
192
+ "overrides": "cdktf.TerraformProvider",
193
+ "protected": true,
194
+ "returns": {
195
+ "type": {
196
+ "collection": {
197
+ "elementtype": {
198
+ "primitive": "any"
199
+ },
200
+ "kind": "map"
201
+ }
202
+ }
203
+ }
204
+ }
205
+ ],
206
+ "name": "AcmeProvider",
207
+ "properties": [
208
+ {
209
+ "const": true,
210
+ "docs": {
211
+ "stability": "stable"
212
+ },
213
+ "immutable": true,
214
+ "locationInModule": {
215
+ "filename": "src/acme-provider.ts",
216
+ "line": 30
217
+ },
218
+ "name": "tfResourceType",
219
+ "static": true,
220
+ "type": {
221
+ "primitive": "string"
222
+ }
223
+ },
224
+ {
225
+ "docs": {
226
+ "stability": "stable"
227
+ },
228
+ "immutable": true,
229
+ "locationInModule": {
230
+ "filename": "src/acme-provider.ts",
231
+ "line": 85
232
+ },
233
+ "name": "aliasInput",
234
+ "optional": true,
235
+ "type": {
236
+ "primitive": "string"
237
+ }
238
+ },
239
+ {
240
+ "docs": {
241
+ "stability": "stable"
242
+ },
243
+ "immutable": true,
244
+ "locationInModule": {
245
+ "filename": "src/acme-provider.ts",
246
+ "line": 69
247
+ },
248
+ "name": "serverUrlInput",
249
+ "optional": true,
250
+ "type": {
251
+ "primitive": "string"
252
+ }
253
+ },
254
+ {
255
+ "docs": {
256
+ "stability": "stable"
257
+ },
258
+ "locationInModule": {
259
+ "filename": "src/acme-provider.ts",
260
+ "line": 75
261
+ },
262
+ "name": "alias",
263
+ "optional": true,
264
+ "overrides": "cdktf.TerraformProvider",
265
+ "type": {
266
+ "primitive": "string"
267
+ }
268
+ },
269
+ {
270
+ "docs": {
271
+ "stability": "stable"
272
+ },
273
+ "locationInModule": {
274
+ "filename": "src/acme-provider.ts",
275
+ "line": 62
276
+ },
277
+ "name": "serverUrl",
278
+ "optional": true,
279
+ "type": {
280
+ "primitive": "string"
281
+ }
282
+ }
283
+ ],
284
+ "symbolId": "src/acme-provider:AcmeProvider"
285
+ },
286
+ "@cdktf/provider-acme.AcmeProviderConfig": {
287
+ "assembly": "@cdktf/provider-acme",
288
+ "datatype": true,
289
+ "docs": {
290
+ "stability": "stable"
291
+ },
292
+ "fqn": "@cdktf/provider-acme.AcmeProviderConfig",
293
+ "kind": "interface",
294
+ "locationInModule": {
295
+ "filename": "src/acme-provider.ts",
296
+ "line": 9
297
+ },
298
+ "name": "AcmeProviderConfig",
299
+ "properties": [
300
+ {
301
+ "abstract": true,
302
+ "docs": {
303
+ "stability": "stable",
304
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#server_url AcmeProvider#server_url}."
305
+ },
306
+ "immutable": true,
307
+ "locationInModule": {
308
+ "filename": "src/acme-provider.ts",
309
+ "line": 13
310
+ },
311
+ "name": "serverUrl",
312
+ "type": {
313
+ "primitive": "string"
314
+ }
315
+ },
316
+ {
317
+ "abstract": true,
318
+ "docs": {
319
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#alias AcmeProvider#alias}",
320
+ "stability": "stable",
321
+ "summary": "Alias name."
322
+ },
323
+ "immutable": true,
324
+ "locationInModule": {
325
+ "filename": "src/acme-provider.ts",
326
+ "line": 19
327
+ },
328
+ "name": "alias",
329
+ "optional": true,
330
+ "type": {
331
+ "primitive": "string"
332
+ }
333
+ }
334
+ ],
335
+ "symbolId": "src/acme-provider:AcmeProviderConfig"
336
+ },
337
+ "@cdktf/provider-acme.Certificate": {
338
+ "assembly": "@cdktf/provider-acme",
339
+ "base": "cdktf.TerraformResource",
340
+ "docs": {
341
+ "stability": "stable",
342
+ "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate.html acme_certificate}."
343
+ },
344
+ "fqn": "@cdktf/provider-acme.Certificate",
345
+ "initializer": {
346
+ "docs": {
347
+ "stability": "stable",
348
+ "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme/r/certificate.html acme_certificate} Resource."
349
+ },
350
+ "locationInModule": {
351
+ "filename": "src/certificate.ts",
352
+ "line": 422
353
+ },
354
+ "parameters": [
355
+ {
356
+ "docs": {
357
+ "summary": "The scope in which to define this construct."
358
+ },
359
+ "name": "scope",
360
+ "type": {
361
+ "fqn": "constructs.Construct"
362
+ }
363
+ },
364
+ {
365
+ "docs": {
366
+ "remarks": "Must be unique amongst siblings in the same scope",
367
+ "summary": "The scoped construct ID."
368
+ },
369
+ "name": "id",
370
+ "type": {
371
+ "primitive": "string"
372
+ }
373
+ },
374
+ {
375
+ "name": "config",
376
+ "type": {
377
+ "fqn": "@cdktf/provider-acme.CertificateConfig"
378
+ }
379
+ }
380
+ ]
381
+ },
382
+ "kind": "class",
383
+ "locationInModule": {
384
+ "filename": "src/certificate.ts",
385
+ "line": 404
386
+ },
387
+ "methods": [
388
+ {
389
+ "docs": {
390
+ "stability": "stable"
391
+ },
392
+ "locationInModule": {
393
+ "filename": "src/certificate.ts",
394
+ "line": 719
395
+ },
396
+ "name": "putHttpChallenge",
397
+ "parameters": [
398
+ {
399
+ "name": "value",
400
+ "type": {
401
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
402
+ }
403
+ }
404
+ ]
405
+ },
406
+ {
407
+ "docs": {
408
+ "stability": "stable"
409
+ },
410
+ "locationInModule": {
411
+ "filename": "src/certificate.ts",
412
+ "line": 735
413
+ },
414
+ "name": "putHttpMemcachedChallenge",
415
+ "parameters": [
416
+ {
417
+ "name": "value",
418
+ "type": {
419
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
420
+ }
421
+ }
422
+ ]
423
+ },
424
+ {
425
+ "docs": {
426
+ "stability": "stable"
427
+ },
428
+ "locationInModule": {
429
+ "filename": "src/certificate.ts",
430
+ "line": 751
431
+ },
432
+ "name": "putHttpWebrootChallenge",
433
+ "parameters": [
434
+ {
435
+ "name": "value",
436
+ "type": {
437
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
438
+ }
439
+ }
440
+ ]
441
+ },
442
+ {
443
+ "docs": {
444
+ "stability": "stable"
445
+ },
446
+ "locationInModule": {
447
+ "filename": "src/certificate.ts",
448
+ "line": 767
449
+ },
450
+ "name": "putTlsChallenge",
451
+ "parameters": [
452
+ {
453
+ "name": "value",
454
+ "type": {
455
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
456
+ }
457
+ }
458
+ ]
459
+ },
460
+ {
461
+ "docs": {
462
+ "stability": "stable"
463
+ },
464
+ "locationInModule": {
465
+ "filename": "src/certificate.ts",
466
+ "line": 488
467
+ },
468
+ "name": "resetCertificateP12Password"
469
+ },
470
+ {
471
+ "docs": {
472
+ "stability": "stable"
473
+ },
474
+ "locationInModule": {
475
+ "filename": "src/certificate.ts",
476
+ "line": 509
477
+ },
478
+ "name": "resetCertificateRequestPem"
479
+ },
480
+ {
481
+ "docs": {
482
+ "stability": "stable"
483
+ },
484
+ "locationInModule": {
485
+ "filename": "src/certificate.ts",
486
+ "line": 530
487
+ },
488
+ "name": "resetCommonName"
489
+ },
490
+ {
491
+ "docs": {
492
+ "stability": "stable"
493
+ },
494
+ "locationInModule": {
495
+ "filename": "src/certificate.ts",
496
+ "line": 546
497
+ },
498
+ "name": "resetDisableCompletePropagation"
499
+ },
500
+ {
501
+ "docs": {
502
+ "stability": "stable"
503
+ },
504
+ "locationInModule": {
505
+ "filename": "src/certificate.ts",
506
+ "line": 706
507
+ },
508
+ "name": "resetDnsChallenge"
509
+ },
510
+ {
511
+ "docs": {
512
+ "stability": "stable"
513
+ },
514
+ "locationInModule": {
515
+ "filename": "src/certificate.ts",
516
+ "line": 722
517
+ },
518
+ "name": "resetHttpChallenge"
519
+ },
520
+ {
521
+ "docs": {
522
+ "stability": "stable"
523
+ },
524
+ "locationInModule": {
525
+ "filename": "src/certificate.ts",
526
+ "line": 738
527
+ },
528
+ "name": "resetHttpMemcachedChallenge"
529
+ },
530
+ {
531
+ "docs": {
532
+ "stability": "stable"
533
+ },
534
+ "locationInModule": {
535
+ "filename": "src/certificate.ts",
536
+ "line": 754
537
+ },
538
+ "name": "resetHttpWebrootChallenge"
539
+ },
540
+ {
541
+ "docs": {
542
+ "stability": "stable"
543
+ },
544
+ "locationInModule": {
545
+ "filename": "src/certificate.ts",
546
+ "line": 572
547
+ },
548
+ "name": "resetKeyType"
549
+ },
550
+ {
551
+ "docs": {
552
+ "stability": "stable"
553
+ },
554
+ "locationInModule": {
555
+ "filename": "src/certificate.ts",
556
+ "line": 588
557
+ },
558
+ "name": "resetMinDaysRemaining"
559
+ },
560
+ {
561
+ "docs": {
562
+ "stability": "stable"
563
+ },
564
+ "locationInModule": {
565
+ "filename": "src/certificate.ts",
566
+ "line": 604
567
+ },
568
+ "name": "resetMustStaple"
569
+ },
570
+ {
571
+ "docs": {
572
+ "stability": "stable"
573
+ },
574
+ "locationInModule": {
575
+ "filename": "src/certificate.ts",
576
+ "line": 620
577
+ },
578
+ "name": "resetPreCheckDelay"
579
+ },
580
+ {
581
+ "docs": {
582
+ "stability": "stable"
583
+ },
584
+ "locationInModule": {
585
+ "filename": "src/certificate.ts",
586
+ "line": 636
587
+ },
588
+ "name": "resetPreferredChain"
589
+ },
590
+ {
591
+ "docs": {
592
+ "stability": "stable"
593
+ },
594
+ "locationInModule": {
595
+ "filename": "src/certificate.ts",
596
+ "line": 657
597
+ },
598
+ "name": "resetRecursiveNameservers"
599
+ },
600
+ {
601
+ "docs": {
602
+ "stability": "stable"
603
+ },
604
+ "locationInModule": {
605
+ "filename": "src/certificate.ts",
606
+ "line": 673
607
+ },
608
+ "name": "resetRevokeCertificateOnDestroy"
609
+ },
610
+ {
611
+ "docs": {
612
+ "stability": "stable"
613
+ },
614
+ "locationInModule": {
615
+ "filename": "src/certificate.ts",
616
+ "line": 689
617
+ },
618
+ "name": "resetSubjectAlternativeNames"
619
+ },
620
+ {
621
+ "docs": {
622
+ "stability": "stable"
623
+ },
624
+ "locationInModule": {
625
+ "filename": "src/certificate.ts",
626
+ "line": 770
627
+ },
628
+ "name": "resetTlsChallenge"
629
+ },
630
+ {
631
+ "docs": {
632
+ "stability": "stable"
633
+ },
634
+ "locationInModule": {
635
+ "filename": "src/certificate.ts",
636
+ "line": 782
637
+ },
638
+ "name": "synthesizeAttributes",
639
+ "overrides": "cdktf.TerraformResource",
640
+ "protected": true,
641
+ "returns": {
642
+ "type": {
643
+ "collection": {
644
+ "elementtype": {
645
+ "primitive": "any"
646
+ },
647
+ "kind": "map"
648
+ }
649
+ }
650
+ }
651
+ }
652
+ ],
653
+ "name": "Certificate",
654
+ "properties": [
655
+ {
656
+ "const": true,
657
+ "docs": {
658
+ "stability": "stable"
659
+ },
660
+ "immutable": true,
661
+ "locationInModule": {
662
+ "filename": "src/certificate.ts",
663
+ "line": 409
664
+ },
665
+ "name": "tfResourceType",
666
+ "static": true,
667
+ "type": {
668
+ "primitive": "string"
669
+ }
670
+ },
671
+ {
672
+ "docs": {
673
+ "stability": "stable"
674
+ },
675
+ "immutable": true,
676
+ "locationInModule": {
677
+ "filename": "src/certificate.ts",
678
+ "line": 471
679
+ },
680
+ "name": "certificateDomain",
681
+ "type": {
682
+ "primitive": "string"
683
+ }
684
+ },
685
+ {
686
+ "docs": {
687
+ "stability": "stable"
688
+ },
689
+ "immutable": true,
690
+ "locationInModule": {
691
+ "filename": "src/certificate.ts",
692
+ "line": 476
693
+ },
694
+ "name": "certificateP12",
695
+ "type": {
696
+ "primitive": "string"
697
+ }
698
+ },
699
+ {
700
+ "docs": {
701
+ "stability": "stable"
702
+ },
703
+ "immutable": true,
704
+ "locationInModule": {
705
+ "filename": "src/certificate.ts",
706
+ "line": 497
707
+ },
708
+ "name": "certificatePem",
709
+ "type": {
710
+ "primitive": "string"
711
+ }
712
+ },
713
+ {
714
+ "docs": {
715
+ "stability": "stable"
716
+ },
717
+ "immutable": true,
718
+ "locationInModule": {
719
+ "filename": "src/certificate.ts",
720
+ "line": 518
721
+ },
722
+ "name": "certificateUrl",
723
+ "type": {
724
+ "primitive": "string"
725
+ }
726
+ },
727
+ {
728
+ "docs": {
729
+ "stability": "stable"
730
+ },
731
+ "immutable": true,
732
+ "locationInModule": {
733
+ "filename": "src/certificate.ts",
734
+ "line": 716
735
+ },
736
+ "name": "httpChallenge",
737
+ "type": {
738
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallengeOutputReference"
739
+ }
740
+ },
741
+ {
742
+ "docs": {
743
+ "stability": "stable"
744
+ },
745
+ "immutable": true,
746
+ "locationInModule": {
747
+ "filename": "src/certificate.ts",
748
+ "line": 732
749
+ },
750
+ "name": "httpMemcachedChallenge",
751
+ "type": {
752
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference"
753
+ }
754
+ },
755
+ {
756
+ "docs": {
757
+ "stability": "stable"
758
+ },
759
+ "immutable": true,
760
+ "locationInModule": {
761
+ "filename": "src/certificate.ts",
762
+ "line": 748
763
+ },
764
+ "name": "httpWebrootChallenge",
765
+ "type": {
766
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference"
767
+ }
768
+ },
769
+ {
770
+ "docs": {
771
+ "stability": "stable"
772
+ },
773
+ "immutable": true,
774
+ "locationInModule": {
775
+ "filename": "src/certificate.ts",
776
+ "line": 555
777
+ },
778
+ "name": "id",
779
+ "type": {
780
+ "primitive": "string"
781
+ }
782
+ },
783
+ {
784
+ "docs": {
785
+ "stability": "stable"
786
+ },
787
+ "immutable": true,
788
+ "locationInModule": {
789
+ "filename": "src/certificate.ts",
790
+ "line": 560
791
+ },
792
+ "name": "issuerPem",
793
+ "type": {
794
+ "primitive": "string"
795
+ }
796
+ },
797
+ {
798
+ "docs": {
799
+ "stability": "stable"
800
+ },
801
+ "immutable": true,
802
+ "locationInModule": {
803
+ "filename": "src/certificate.ts",
804
+ "line": 645
805
+ },
806
+ "name": "privateKeyPem",
807
+ "type": {
808
+ "primitive": "string"
809
+ }
810
+ },
811
+ {
812
+ "docs": {
813
+ "stability": "stable"
814
+ },
815
+ "immutable": true,
816
+ "locationInModule": {
817
+ "filename": "src/certificate.ts",
818
+ "line": 764
819
+ },
820
+ "name": "tlsChallenge",
821
+ "type": {
822
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallengeOutputReference"
823
+ }
824
+ },
825
+ {
826
+ "docs": {
827
+ "stability": "stable"
828
+ },
829
+ "immutable": true,
830
+ "locationInModule": {
831
+ "filename": "src/certificate.ts",
832
+ "line": 466
833
+ },
834
+ "name": "accountKeyPemInput",
835
+ "optional": true,
836
+ "type": {
837
+ "primitive": "string"
838
+ }
839
+ },
840
+ {
841
+ "docs": {
842
+ "stability": "stable"
843
+ },
844
+ "immutable": true,
845
+ "locationInModule": {
846
+ "filename": "src/certificate.ts",
847
+ "line": 492
848
+ },
849
+ "name": "certificateP12PasswordInput",
850
+ "optional": true,
851
+ "type": {
852
+ "primitive": "string"
853
+ }
854
+ },
855
+ {
856
+ "docs": {
857
+ "stability": "stable"
858
+ },
859
+ "immutable": true,
860
+ "locationInModule": {
861
+ "filename": "src/certificate.ts",
862
+ "line": 513
863
+ },
864
+ "name": "certificateRequestPemInput",
865
+ "optional": true,
866
+ "type": {
867
+ "primitive": "string"
868
+ }
869
+ },
870
+ {
871
+ "docs": {
872
+ "stability": "stable"
873
+ },
874
+ "immutable": true,
875
+ "locationInModule": {
876
+ "filename": "src/certificate.ts",
877
+ "line": 534
878
+ },
879
+ "name": "commonNameInput",
880
+ "optional": true,
881
+ "type": {
882
+ "primitive": "string"
883
+ }
884
+ },
885
+ {
886
+ "docs": {
887
+ "stability": "stable"
888
+ },
889
+ "immutable": true,
890
+ "locationInModule": {
891
+ "filename": "src/certificate.ts",
892
+ "line": 550
893
+ },
894
+ "name": "disableCompletePropagationInput",
895
+ "optional": true,
896
+ "type": {
897
+ "union": {
898
+ "types": [
899
+ {
900
+ "primitive": "boolean"
901
+ },
902
+ {
903
+ "fqn": "cdktf.IResolvable"
904
+ }
905
+ ]
906
+ }
907
+ }
908
+ },
909
+ {
910
+ "docs": {
911
+ "stability": "stable"
912
+ },
913
+ "immutable": true,
914
+ "locationInModule": {
915
+ "filename": "src/certificate.ts",
916
+ "line": 710
917
+ },
918
+ "name": "dnsChallengeInput",
919
+ "optional": true,
920
+ "type": {
921
+ "collection": {
922
+ "elementtype": {
923
+ "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
924
+ },
925
+ "kind": "array"
926
+ }
927
+ }
928
+ },
929
+ {
930
+ "docs": {
931
+ "stability": "stable"
932
+ },
933
+ "immutable": true,
934
+ "locationInModule": {
935
+ "filename": "src/certificate.ts",
936
+ "line": 726
937
+ },
938
+ "name": "httpChallengeInput",
939
+ "optional": true,
940
+ "type": {
941
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
942
+ }
943
+ },
944
+ {
945
+ "docs": {
946
+ "stability": "stable"
947
+ },
948
+ "immutable": true,
949
+ "locationInModule": {
950
+ "filename": "src/certificate.ts",
951
+ "line": 742
952
+ },
953
+ "name": "httpMemcachedChallengeInput",
954
+ "optional": true,
955
+ "type": {
956
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
957
+ }
958
+ },
959
+ {
960
+ "docs": {
961
+ "stability": "stable"
962
+ },
963
+ "immutable": true,
964
+ "locationInModule": {
965
+ "filename": "src/certificate.ts",
966
+ "line": 758
967
+ },
968
+ "name": "httpWebrootChallengeInput",
969
+ "optional": true,
970
+ "type": {
971
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
972
+ }
973
+ },
974
+ {
975
+ "docs": {
976
+ "stability": "stable"
977
+ },
978
+ "immutable": true,
979
+ "locationInModule": {
980
+ "filename": "src/certificate.ts",
981
+ "line": 576
982
+ },
983
+ "name": "keyTypeInput",
984
+ "optional": true,
985
+ "type": {
986
+ "primitive": "string"
987
+ }
988
+ },
989
+ {
990
+ "docs": {
991
+ "stability": "stable"
992
+ },
993
+ "immutable": true,
994
+ "locationInModule": {
995
+ "filename": "src/certificate.ts",
996
+ "line": 592
997
+ },
998
+ "name": "minDaysRemainingInput",
999
+ "optional": true,
1000
+ "type": {
1001
+ "primitive": "number"
1002
+ }
1003
+ },
1004
+ {
1005
+ "docs": {
1006
+ "stability": "stable"
1007
+ },
1008
+ "immutable": true,
1009
+ "locationInModule": {
1010
+ "filename": "src/certificate.ts",
1011
+ "line": 608
1012
+ },
1013
+ "name": "mustStapleInput",
1014
+ "optional": true,
1015
+ "type": {
1016
+ "union": {
1017
+ "types": [
1018
+ {
1019
+ "primitive": "boolean"
1020
+ },
1021
+ {
1022
+ "fqn": "cdktf.IResolvable"
1023
+ }
1024
+ ]
1025
+ }
1026
+ }
1027
+ },
1028
+ {
1029
+ "docs": {
1030
+ "stability": "stable"
1031
+ },
1032
+ "immutable": true,
1033
+ "locationInModule": {
1034
+ "filename": "src/certificate.ts",
1035
+ "line": 624
1036
+ },
1037
+ "name": "preCheckDelayInput",
1038
+ "optional": true,
1039
+ "type": {
1040
+ "primitive": "number"
1041
+ }
1042
+ },
1043
+ {
1044
+ "docs": {
1045
+ "stability": "stable"
1046
+ },
1047
+ "immutable": true,
1048
+ "locationInModule": {
1049
+ "filename": "src/certificate.ts",
1050
+ "line": 640
1051
+ },
1052
+ "name": "preferredChainInput",
1053
+ "optional": true,
1054
+ "type": {
1055
+ "primitive": "string"
1056
+ }
1057
+ },
1058
+ {
1059
+ "docs": {
1060
+ "stability": "stable"
1061
+ },
1062
+ "immutable": true,
1063
+ "locationInModule": {
1064
+ "filename": "src/certificate.ts",
1065
+ "line": 661
1066
+ },
1067
+ "name": "recursiveNameserversInput",
1068
+ "optional": true,
1069
+ "type": {
1070
+ "collection": {
1071
+ "elementtype": {
1072
+ "primitive": "string"
1073
+ },
1074
+ "kind": "array"
1075
+ }
1076
+ }
1077
+ },
1078
+ {
1079
+ "docs": {
1080
+ "stability": "stable"
1081
+ },
1082
+ "immutable": true,
1083
+ "locationInModule": {
1084
+ "filename": "src/certificate.ts",
1085
+ "line": 677
1086
+ },
1087
+ "name": "revokeCertificateOnDestroyInput",
1088
+ "optional": true,
1089
+ "type": {
1090
+ "union": {
1091
+ "types": [
1092
+ {
1093
+ "primitive": "boolean"
1094
+ },
1095
+ {
1096
+ "fqn": "cdktf.IResolvable"
1097
+ }
1098
+ ]
1099
+ }
1100
+ }
1101
+ },
1102
+ {
1103
+ "docs": {
1104
+ "stability": "stable"
1105
+ },
1106
+ "immutable": true,
1107
+ "locationInModule": {
1108
+ "filename": "src/certificate.ts",
1109
+ "line": 693
1110
+ },
1111
+ "name": "subjectAlternativeNamesInput",
1112
+ "optional": true,
1113
+ "type": {
1114
+ "collection": {
1115
+ "elementtype": {
1116
+ "primitive": "string"
1117
+ },
1118
+ "kind": "array"
1119
+ }
1120
+ }
1121
+ },
1122
+ {
1123
+ "docs": {
1124
+ "stability": "stable"
1125
+ },
1126
+ "immutable": true,
1127
+ "locationInModule": {
1128
+ "filename": "src/certificate.ts",
1129
+ "line": 774
1130
+ },
1131
+ "name": "tlsChallengeInput",
1132
+ "optional": true,
1133
+ "type": {
1134
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
1135
+ }
1136
+ },
1137
+ {
1138
+ "docs": {
1139
+ "stability": "stable"
1140
+ },
1141
+ "locationInModule": {
1142
+ "filename": "src/certificate.ts",
1143
+ "line": 459
1144
+ },
1145
+ "name": "accountKeyPem",
1146
+ "type": {
1147
+ "primitive": "string"
1148
+ }
1149
+ },
1150
+ {
1151
+ "docs": {
1152
+ "stability": "stable"
1153
+ },
1154
+ "locationInModule": {
1155
+ "filename": "src/certificate.ts",
1156
+ "line": 482
1157
+ },
1158
+ "name": "certificateP12Password",
1159
+ "type": {
1160
+ "primitive": "string"
1161
+ }
1162
+ },
1163
+ {
1164
+ "docs": {
1165
+ "stability": "stable"
1166
+ },
1167
+ "locationInModule": {
1168
+ "filename": "src/certificate.ts",
1169
+ "line": 503
1170
+ },
1171
+ "name": "certificateRequestPem",
1172
+ "type": {
1173
+ "primitive": "string"
1174
+ }
1175
+ },
1176
+ {
1177
+ "docs": {
1178
+ "stability": "stable"
1179
+ },
1180
+ "locationInModule": {
1181
+ "filename": "src/certificate.ts",
1182
+ "line": 524
1183
+ },
1184
+ "name": "commonName",
1185
+ "type": {
1186
+ "primitive": "string"
1187
+ }
1188
+ },
1189
+ {
1190
+ "docs": {
1191
+ "stability": "stable"
1192
+ },
1193
+ "locationInModule": {
1194
+ "filename": "src/certificate.ts",
1195
+ "line": 540
1196
+ },
1197
+ "name": "disableCompletePropagation",
1198
+ "type": {
1199
+ "union": {
1200
+ "types": [
1201
+ {
1202
+ "primitive": "boolean"
1203
+ },
1204
+ {
1205
+ "fqn": "cdktf.IResolvable"
1206
+ }
1207
+ ]
1208
+ }
1209
+ }
1210
+ },
1211
+ {
1212
+ "docs": {
1213
+ "stability": "stable"
1214
+ },
1215
+ "locationInModule": {
1216
+ "filename": "src/certificate.ts",
1217
+ "line": 699
1218
+ },
1219
+ "name": "dnsChallenge",
1220
+ "type": {
1221
+ "collection": {
1222
+ "elementtype": {
1223
+ "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
1224
+ },
1225
+ "kind": "array"
1226
+ }
1227
+ }
1228
+ },
1229
+ {
1230
+ "docs": {
1231
+ "stability": "stable"
1232
+ },
1233
+ "locationInModule": {
1234
+ "filename": "src/certificate.ts",
1235
+ "line": 566
1236
+ },
1237
+ "name": "keyType",
1238
+ "type": {
1239
+ "primitive": "string"
1240
+ }
1241
+ },
1242
+ {
1243
+ "docs": {
1244
+ "stability": "stable"
1245
+ },
1246
+ "locationInModule": {
1247
+ "filename": "src/certificate.ts",
1248
+ "line": 582
1249
+ },
1250
+ "name": "minDaysRemaining",
1251
+ "type": {
1252
+ "primitive": "number"
1253
+ }
1254
+ },
1255
+ {
1256
+ "docs": {
1257
+ "stability": "stable"
1258
+ },
1259
+ "locationInModule": {
1260
+ "filename": "src/certificate.ts",
1261
+ "line": 598
1262
+ },
1263
+ "name": "mustStaple",
1264
+ "type": {
1265
+ "union": {
1266
+ "types": [
1267
+ {
1268
+ "primitive": "boolean"
1269
+ },
1270
+ {
1271
+ "fqn": "cdktf.IResolvable"
1272
+ }
1273
+ ]
1274
+ }
1275
+ }
1276
+ },
1277
+ {
1278
+ "docs": {
1279
+ "stability": "stable"
1280
+ },
1281
+ "locationInModule": {
1282
+ "filename": "src/certificate.ts",
1283
+ "line": 614
1284
+ },
1285
+ "name": "preCheckDelay",
1286
+ "type": {
1287
+ "primitive": "number"
1288
+ }
1289
+ },
1290
+ {
1291
+ "docs": {
1292
+ "stability": "stable"
1293
+ },
1294
+ "locationInModule": {
1295
+ "filename": "src/certificate.ts",
1296
+ "line": 630
1297
+ },
1298
+ "name": "preferredChain",
1299
+ "type": {
1300
+ "primitive": "string"
1301
+ }
1302
+ },
1303
+ {
1304
+ "docs": {
1305
+ "stability": "stable"
1306
+ },
1307
+ "locationInModule": {
1308
+ "filename": "src/certificate.ts",
1309
+ "line": 651
1310
+ },
1311
+ "name": "recursiveNameservers",
1312
+ "type": {
1313
+ "collection": {
1314
+ "elementtype": {
1315
+ "primitive": "string"
1316
+ },
1317
+ "kind": "array"
1318
+ }
1319
+ }
1320
+ },
1321
+ {
1322
+ "docs": {
1323
+ "stability": "stable"
1324
+ },
1325
+ "locationInModule": {
1326
+ "filename": "src/certificate.ts",
1327
+ "line": 667
1328
+ },
1329
+ "name": "revokeCertificateOnDestroy",
1330
+ "type": {
1331
+ "union": {
1332
+ "types": [
1333
+ {
1334
+ "primitive": "boolean"
1335
+ },
1336
+ {
1337
+ "fqn": "cdktf.IResolvable"
1338
+ }
1339
+ ]
1340
+ }
1341
+ }
1342
+ },
1343
+ {
1344
+ "docs": {
1345
+ "stability": "stable"
1346
+ },
1347
+ "locationInModule": {
1348
+ "filename": "src/certificate.ts",
1349
+ "line": 683
1350
+ },
1351
+ "name": "subjectAlternativeNames",
1352
+ "type": {
1353
+ "collection": {
1354
+ "elementtype": {
1355
+ "primitive": "string"
1356
+ },
1357
+ "kind": "array"
1358
+ }
1359
+ }
1360
+ }
1361
+ ],
1362
+ "symbolId": "src/certificate:Certificate"
1363
+ },
1364
+ "@cdktf/provider-acme.CertificateConfig": {
1365
+ "assembly": "@cdktf/provider-acme",
1366
+ "datatype": true,
1367
+ "docs": {
1368
+ "stability": "stable"
1369
+ },
1370
+ "fqn": "@cdktf/provider-acme.CertificateConfig",
1371
+ "interfaces": [
1372
+ "cdktf.TerraformMetaArguments"
1373
+ ],
1374
+ "kind": "interface",
1375
+ "locationInModule": {
1376
+ "filename": "src/certificate.ts",
1377
+ "line": 9
1378
+ },
1379
+ "name": "CertificateConfig",
1380
+ "properties": [
1381
+ {
1382
+ "abstract": true,
1383
+ "docs": {
1384
+ "stability": "stable",
1385
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#account_key_pem Certificate#account_key_pem}."
1386
+ },
1387
+ "immutable": true,
1388
+ "locationInModule": {
1389
+ "filename": "src/certificate.ts",
1390
+ "line": 13
1391
+ },
1392
+ "name": "accountKeyPem",
1393
+ "type": {
1394
+ "primitive": "string"
1395
+ }
1396
+ },
1397
+ {
1398
+ "abstract": true,
1399
+ "docs": {
1400
+ "stability": "stable",
1401
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#certificate_p12_password Certificate#certificate_p12_password}."
1402
+ },
1403
+ "immutable": true,
1404
+ "locationInModule": {
1405
+ "filename": "src/certificate.ts",
1406
+ "line": 17
1407
+ },
1408
+ "name": "certificateP12Password",
1409
+ "optional": true,
1410
+ "type": {
1411
+ "primitive": "string"
1412
+ }
1413
+ },
1414
+ {
1415
+ "abstract": true,
1416
+ "docs": {
1417
+ "stability": "stable",
1418
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#certificate_request_pem Certificate#certificate_request_pem}."
1419
+ },
1420
+ "immutable": true,
1421
+ "locationInModule": {
1422
+ "filename": "src/certificate.ts",
1423
+ "line": 21
1424
+ },
1425
+ "name": "certificateRequestPem",
1426
+ "optional": true,
1427
+ "type": {
1428
+ "primitive": "string"
1429
+ }
1430
+ },
1431
+ {
1432
+ "abstract": true,
1433
+ "docs": {
1434
+ "stability": "stable",
1435
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#common_name Certificate#common_name}."
1436
+ },
1437
+ "immutable": true,
1438
+ "locationInModule": {
1439
+ "filename": "src/certificate.ts",
1440
+ "line": 25
1441
+ },
1442
+ "name": "commonName",
1443
+ "optional": true,
1444
+ "type": {
1445
+ "primitive": "string"
1446
+ }
1447
+ },
1448
+ {
1449
+ "abstract": true,
1450
+ "docs": {
1451
+ "stability": "stable",
1452
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#disable_complete_propagation Certificate#disable_complete_propagation}."
1453
+ },
1454
+ "immutable": true,
1455
+ "locationInModule": {
1456
+ "filename": "src/certificate.ts",
1457
+ "line": 29
1458
+ },
1459
+ "name": "disableCompletePropagation",
1460
+ "optional": true,
1461
+ "type": {
1462
+ "union": {
1463
+ "types": [
1464
+ {
1465
+ "primitive": "boolean"
1466
+ },
1467
+ {
1468
+ "fqn": "cdktf.IResolvable"
1469
+ }
1470
+ ]
1471
+ }
1472
+ }
1473
+ },
1474
+ {
1475
+ "abstract": true,
1476
+ "docs": {
1477
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#dns_challenge Certificate#dns_challenge}",
1478
+ "stability": "stable",
1479
+ "summary": "dns_challenge block."
1480
+ },
1481
+ "immutable": true,
1482
+ "locationInModule": {
1483
+ "filename": "src/certificate.ts",
1484
+ "line": 67
1485
+ },
1486
+ "name": "dnsChallenge",
1487
+ "optional": true,
1488
+ "type": {
1489
+ "collection": {
1490
+ "elementtype": {
1491
+ "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
1492
+ },
1493
+ "kind": "array"
1494
+ }
1495
+ }
1496
+ },
1497
+ {
1498
+ "abstract": true,
1499
+ "docs": {
1500
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#http_challenge Certificate#http_challenge}",
1501
+ "stability": "stable",
1502
+ "summary": "http_challenge block."
1503
+ },
1504
+ "immutable": true,
1505
+ "locationInModule": {
1506
+ "filename": "src/certificate.ts",
1507
+ "line": 73
1508
+ },
1509
+ "name": "httpChallenge",
1510
+ "optional": true,
1511
+ "type": {
1512
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
1513
+ }
1514
+ },
1515
+ {
1516
+ "abstract": true,
1517
+ "docs": {
1518
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#http_memcached_challenge Certificate#http_memcached_challenge}",
1519
+ "stability": "stable",
1520
+ "summary": "http_memcached_challenge block."
1521
+ },
1522
+ "immutable": true,
1523
+ "locationInModule": {
1524
+ "filename": "src/certificate.ts",
1525
+ "line": 79
1526
+ },
1527
+ "name": "httpMemcachedChallenge",
1528
+ "optional": true,
1529
+ "type": {
1530
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
1531
+ }
1532
+ },
1533
+ {
1534
+ "abstract": true,
1535
+ "docs": {
1536
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#http_webroot_challenge Certificate#http_webroot_challenge}",
1537
+ "stability": "stable",
1538
+ "summary": "http_webroot_challenge block."
1539
+ },
1540
+ "immutable": true,
1541
+ "locationInModule": {
1542
+ "filename": "src/certificate.ts",
1543
+ "line": 85
1544
+ },
1545
+ "name": "httpWebrootChallenge",
1546
+ "optional": true,
1547
+ "type": {
1548
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
1549
+ }
1550
+ },
1551
+ {
1552
+ "abstract": true,
1553
+ "docs": {
1554
+ "stability": "stable",
1555
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#key_type Certificate#key_type}."
1556
+ },
1557
+ "immutable": true,
1558
+ "locationInModule": {
1559
+ "filename": "src/certificate.ts",
1560
+ "line": 33
1561
+ },
1562
+ "name": "keyType",
1563
+ "optional": true,
1564
+ "type": {
1565
+ "primitive": "string"
1566
+ }
1567
+ },
1568
+ {
1569
+ "abstract": true,
1570
+ "docs": {
1571
+ "stability": "stable",
1572
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#min_days_remaining Certificate#min_days_remaining}."
1573
+ },
1574
+ "immutable": true,
1575
+ "locationInModule": {
1576
+ "filename": "src/certificate.ts",
1577
+ "line": 37
1578
+ },
1579
+ "name": "minDaysRemaining",
1580
+ "optional": true,
1581
+ "type": {
1582
+ "primitive": "number"
1583
+ }
1584
+ },
1585
+ {
1586
+ "abstract": true,
1587
+ "docs": {
1588
+ "stability": "stable",
1589
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#must_staple Certificate#must_staple}."
1590
+ },
1591
+ "immutable": true,
1592
+ "locationInModule": {
1593
+ "filename": "src/certificate.ts",
1594
+ "line": 41
1595
+ },
1596
+ "name": "mustStaple",
1597
+ "optional": true,
1598
+ "type": {
1599
+ "union": {
1600
+ "types": [
1601
+ {
1602
+ "primitive": "boolean"
1603
+ },
1604
+ {
1605
+ "fqn": "cdktf.IResolvable"
1606
+ }
1607
+ ]
1608
+ }
1609
+ }
1610
+ },
1611
+ {
1612
+ "abstract": true,
1613
+ "docs": {
1614
+ "stability": "stable",
1615
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#pre_check_delay Certificate#pre_check_delay}."
1616
+ },
1617
+ "immutable": true,
1618
+ "locationInModule": {
1619
+ "filename": "src/certificate.ts",
1620
+ "line": 45
1621
+ },
1622
+ "name": "preCheckDelay",
1623
+ "optional": true,
1624
+ "type": {
1625
+ "primitive": "number"
1626
+ }
1627
+ },
1628
+ {
1629
+ "abstract": true,
1630
+ "docs": {
1631
+ "stability": "stable",
1632
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#preferred_chain Certificate#preferred_chain}."
1633
+ },
1634
+ "immutable": true,
1635
+ "locationInModule": {
1636
+ "filename": "src/certificate.ts",
1637
+ "line": 49
1638
+ },
1639
+ "name": "preferredChain",
1640
+ "optional": true,
1641
+ "type": {
1642
+ "primitive": "string"
1643
+ }
1644
+ },
1645
+ {
1646
+ "abstract": true,
1647
+ "docs": {
1648
+ "stability": "stable",
1649
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#recursive_nameservers Certificate#recursive_nameservers}."
1650
+ },
1651
+ "immutable": true,
1652
+ "locationInModule": {
1653
+ "filename": "src/certificate.ts",
1654
+ "line": 53
1655
+ },
1656
+ "name": "recursiveNameservers",
1657
+ "optional": true,
1658
+ "type": {
1659
+ "collection": {
1660
+ "elementtype": {
1661
+ "primitive": "string"
1662
+ },
1663
+ "kind": "array"
1664
+ }
1665
+ }
1666
+ },
1667
+ {
1668
+ "abstract": true,
1669
+ "docs": {
1670
+ "stability": "stable",
1671
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1672
+ },
1673
+ "immutable": true,
1674
+ "locationInModule": {
1675
+ "filename": "src/certificate.ts",
1676
+ "line": 57
1677
+ },
1678
+ "name": "revokeCertificateOnDestroy",
1679
+ "optional": true,
1680
+ "type": {
1681
+ "union": {
1682
+ "types": [
1683
+ {
1684
+ "primitive": "boolean"
1685
+ },
1686
+ {
1687
+ "fqn": "cdktf.IResolvable"
1688
+ }
1689
+ ]
1690
+ }
1691
+ }
1692
+ },
1693
+ {
1694
+ "abstract": true,
1695
+ "docs": {
1696
+ "stability": "stable",
1697
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#subject_alternative_names Certificate#subject_alternative_names}."
1698
+ },
1699
+ "immutable": true,
1700
+ "locationInModule": {
1701
+ "filename": "src/certificate.ts",
1702
+ "line": 61
1703
+ },
1704
+ "name": "subjectAlternativeNames",
1705
+ "optional": true,
1706
+ "type": {
1707
+ "collection": {
1708
+ "elementtype": {
1709
+ "primitive": "string"
1710
+ },
1711
+ "kind": "array"
1712
+ }
1713
+ }
1714
+ },
1715
+ {
1716
+ "abstract": true,
1717
+ "docs": {
1718
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#tls_challenge Certificate#tls_challenge}",
1719
+ "stability": "stable",
1720
+ "summary": "tls_challenge block."
1721
+ },
1722
+ "immutable": true,
1723
+ "locationInModule": {
1724
+ "filename": "src/certificate.ts",
1725
+ "line": 91
1726
+ },
1727
+ "name": "tlsChallenge",
1728
+ "optional": true,
1729
+ "type": {
1730
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
1731
+ }
1732
+ }
1733
+ ],
1734
+ "symbolId": "src/certificate:CertificateConfig"
1735
+ },
1736
+ "@cdktf/provider-acme.CertificateDnsChallenge": {
1737
+ "assembly": "@cdktf/provider-acme",
1738
+ "datatype": true,
1739
+ "docs": {
1740
+ "stability": "stable"
1741
+ },
1742
+ "fqn": "@cdktf/provider-acme.CertificateDnsChallenge",
1743
+ "kind": "interface",
1744
+ "locationInModule": {
1745
+ "filename": "src/certificate.ts",
1746
+ "line": 93
1747
+ },
1748
+ "name": "CertificateDnsChallenge",
1749
+ "properties": [
1750
+ {
1751
+ "abstract": true,
1752
+ "docs": {
1753
+ "stability": "stable",
1754
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#provider Certificate#provider}."
1755
+ },
1756
+ "immutable": true,
1757
+ "locationInModule": {
1758
+ "filename": "src/certificate.ts",
1759
+ "line": 101
1760
+ },
1761
+ "name": "provider",
1762
+ "type": {
1763
+ "primitive": "string"
1764
+ }
1765
+ },
1766
+ {
1767
+ "abstract": true,
1768
+ "docs": {
1769
+ "stability": "stable",
1770
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#config Certificate#config}."
1771
+ },
1772
+ "immutable": true,
1773
+ "locationInModule": {
1774
+ "filename": "src/certificate.ts",
1775
+ "line": 97
1776
+ },
1777
+ "name": "config",
1778
+ "optional": true,
1779
+ "type": {
1780
+ "union": {
1781
+ "types": [
1782
+ {
1783
+ "collection": {
1784
+ "elementtype": {
1785
+ "primitive": "string"
1786
+ },
1787
+ "kind": "map"
1788
+ }
1789
+ },
1790
+ {
1791
+ "fqn": "cdktf.IResolvable"
1792
+ }
1793
+ ]
1794
+ }
1795
+ }
1796
+ }
1797
+ ],
1798
+ "symbolId": "src/certificate:CertificateDnsChallenge"
1799
+ },
1800
+ "@cdktf/provider-acme.CertificateHttpChallenge": {
1801
+ "assembly": "@cdktf/provider-acme",
1802
+ "datatype": true,
1803
+ "docs": {
1804
+ "stability": "stable"
1805
+ },
1806
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallenge",
1807
+ "kind": "interface",
1808
+ "locationInModule": {
1809
+ "filename": "src/certificate.ts",
1810
+ "line": 115
1811
+ },
1812
+ "name": "CertificateHttpChallenge",
1813
+ "properties": [
1814
+ {
1815
+ "abstract": true,
1816
+ "docs": {
1817
+ "stability": "stable",
1818
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#port Certificate#port}."
1819
+ },
1820
+ "immutable": true,
1821
+ "locationInModule": {
1822
+ "filename": "src/certificate.ts",
1823
+ "line": 119
1824
+ },
1825
+ "name": "port",
1826
+ "optional": true,
1827
+ "type": {
1828
+ "primitive": "number"
1829
+ }
1830
+ },
1831
+ {
1832
+ "abstract": true,
1833
+ "docs": {
1834
+ "stability": "stable",
1835
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#proxy_header Certificate#proxy_header}."
1836
+ },
1837
+ "immutable": true,
1838
+ "locationInModule": {
1839
+ "filename": "src/certificate.ts",
1840
+ "line": 123
1841
+ },
1842
+ "name": "proxyHeader",
1843
+ "optional": true,
1844
+ "type": {
1845
+ "primitive": "string"
1846
+ }
1847
+ }
1848
+ ],
1849
+ "symbolId": "src/certificate:CertificateHttpChallenge"
1850
+ },
1851
+ "@cdktf/provider-acme.CertificateHttpChallengeOutputReference": {
1852
+ "assembly": "@cdktf/provider-acme",
1853
+ "base": "cdktf.ComplexObject",
1854
+ "docs": {
1855
+ "stability": "stable"
1856
+ },
1857
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallengeOutputReference",
1858
+ "initializer": {
1859
+ "docs": {
1860
+ "stability": "stable"
1861
+ },
1862
+ "locationInModule": {
1863
+ "filename": "src/certificate.ts",
1864
+ "line": 145
1865
+ },
1866
+ "parameters": [
1867
+ {
1868
+ "docs": {
1869
+ "summary": "The parent resource."
1870
+ },
1871
+ "name": "terraformResource",
1872
+ "type": {
1873
+ "fqn": "cdktf.ITerraformResource"
1874
+ }
1875
+ },
1876
+ {
1877
+ "docs": {
1878
+ "summary": "The attribute on the parent resource this class is referencing."
1879
+ },
1880
+ "name": "terraformAttribute",
1881
+ "type": {
1882
+ "primitive": "string"
1883
+ }
1884
+ },
1885
+ {
1886
+ "docs": {
1887
+ "summary": "True if this is a block, false if it's a list."
1888
+ },
1889
+ "name": "isSingleItem",
1890
+ "type": {
1891
+ "primitive": "boolean"
1892
+ }
1893
+ }
1894
+ ]
1895
+ },
1896
+ "kind": "class",
1897
+ "locationInModule": {
1898
+ "filename": "src/certificate.ts",
1899
+ "line": 137
1900
+ },
1901
+ "methods": [
1902
+ {
1903
+ "docs": {
1904
+ "stability": "stable"
1905
+ },
1906
+ "locationInModule": {
1907
+ "filename": "src/certificate.ts",
1908
+ "line": 184
1909
+ },
1910
+ "name": "resetPort"
1911
+ },
1912
+ {
1913
+ "docs": {
1914
+ "stability": "stable"
1915
+ },
1916
+ "locationInModule": {
1917
+ "filename": "src/certificate.ts",
1918
+ "line": 200
1919
+ },
1920
+ "name": "resetProxyHeader"
1921
+ }
1922
+ ],
1923
+ "name": "CertificateHttpChallengeOutputReference",
1924
+ "properties": [
1925
+ {
1926
+ "docs": {
1927
+ "stability": "stable"
1928
+ },
1929
+ "immutable": true,
1930
+ "locationInModule": {
1931
+ "filename": "src/certificate.ts",
1932
+ "line": 188
1933
+ },
1934
+ "name": "portInput",
1935
+ "optional": true,
1936
+ "type": {
1937
+ "primitive": "number"
1938
+ }
1939
+ },
1940
+ {
1941
+ "docs": {
1942
+ "stability": "stable"
1943
+ },
1944
+ "immutable": true,
1945
+ "locationInModule": {
1946
+ "filename": "src/certificate.ts",
1947
+ "line": 204
1948
+ },
1949
+ "name": "proxyHeaderInput",
1950
+ "optional": true,
1951
+ "type": {
1952
+ "primitive": "string"
1953
+ }
1954
+ },
1955
+ {
1956
+ "docs": {
1957
+ "stability": "stable"
1958
+ },
1959
+ "locationInModule": {
1960
+ "filename": "src/certificate.ts",
1961
+ "line": 178
1962
+ },
1963
+ "name": "port",
1964
+ "type": {
1965
+ "primitive": "number"
1966
+ }
1967
+ },
1968
+ {
1969
+ "docs": {
1970
+ "stability": "stable"
1971
+ },
1972
+ "locationInModule": {
1973
+ "filename": "src/certificate.ts",
1974
+ "line": 194
1975
+ },
1976
+ "name": "proxyHeader",
1977
+ "type": {
1978
+ "primitive": "string"
1979
+ }
1980
+ },
1981
+ {
1982
+ "docs": {
1983
+ "stability": "stable"
1984
+ },
1985
+ "locationInModule": {
1986
+ "filename": "src/certificate.ts",
1987
+ "line": 149
1988
+ },
1989
+ "name": "internalValue",
1990
+ "optional": true,
1991
+ "type": {
1992
+ "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
1993
+ }
1994
+ }
1995
+ ],
1996
+ "symbolId": "src/certificate:CertificateHttpChallengeOutputReference"
1997
+ },
1998
+ "@cdktf/provider-acme.CertificateHttpMemcachedChallenge": {
1999
+ "assembly": "@cdktf/provider-acme",
2000
+ "datatype": true,
2001
+ "docs": {
2002
+ "stability": "stable"
2003
+ },
2004
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge",
2005
+ "kind": "interface",
2006
+ "locationInModule": {
2007
+ "filename": "src/certificate.ts",
2008
+ "line": 208
2009
+ },
2010
+ "name": "CertificateHttpMemcachedChallenge",
2011
+ "properties": [
2012
+ {
2013
+ "abstract": true,
2014
+ "docs": {
2015
+ "stability": "stable",
2016
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#hosts Certificate#hosts}."
2017
+ },
2018
+ "immutable": true,
2019
+ "locationInModule": {
2020
+ "filename": "src/certificate.ts",
2021
+ "line": 212
2022
+ },
2023
+ "name": "hosts",
2024
+ "type": {
2025
+ "collection": {
2026
+ "elementtype": {
2027
+ "primitive": "string"
2028
+ },
2029
+ "kind": "array"
2030
+ }
2031
+ }
2032
+ }
2033
+ ],
2034
+ "symbolId": "src/certificate:CertificateHttpMemcachedChallenge"
2035
+ },
2036
+ "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference": {
2037
+ "assembly": "@cdktf/provider-acme",
2038
+ "base": "cdktf.ComplexObject",
2039
+ "docs": {
2040
+ "stability": "stable"
2041
+ },
2042
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference",
2043
+ "initializer": {
2044
+ "docs": {
2045
+ "stability": "stable"
2046
+ },
2047
+ "locationInModule": {
2048
+ "filename": "src/certificate.ts",
2049
+ "line": 233
2050
+ },
2051
+ "parameters": [
2052
+ {
2053
+ "docs": {
2054
+ "summary": "The parent resource."
2055
+ },
2056
+ "name": "terraformResource",
2057
+ "type": {
2058
+ "fqn": "cdktf.ITerraformResource"
2059
+ }
2060
+ },
2061
+ {
2062
+ "docs": {
2063
+ "summary": "The attribute on the parent resource this class is referencing."
2064
+ },
2065
+ "name": "terraformAttribute",
2066
+ "type": {
2067
+ "primitive": "string"
2068
+ }
2069
+ },
2070
+ {
2071
+ "docs": {
2072
+ "summary": "True if this is a block, false if it's a list."
2073
+ },
2074
+ "name": "isSingleItem",
2075
+ "type": {
2076
+ "primitive": "boolean"
2077
+ }
2078
+ }
2079
+ ]
2080
+ },
2081
+ "kind": "class",
2082
+ "locationInModule": {
2083
+ "filename": "src/certificate.ts",
2084
+ "line": 225
2085
+ },
2086
+ "name": "CertificateHttpMemcachedChallengeOutputReference",
2087
+ "properties": [
2088
+ {
2089
+ "docs": {
2090
+ "stability": "stable"
2091
+ },
2092
+ "immutable": true,
2093
+ "locationInModule": {
2094
+ "filename": "src/certificate.ts",
2095
+ "line": 267
2096
+ },
2097
+ "name": "hostsInput",
2098
+ "optional": true,
2099
+ "type": {
2100
+ "collection": {
2101
+ "elementtype": {
2102
+ "primitive": "string"
2103
+ },
2104
+ "kind": "array"
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "docs": {
2110
+ "stability": "stable"
2111
+ },
2112
+ "locationInModule": {
2113
+ "filename": "src/certificate.ts",
2114
+ "line": 260
2115
+ },
2116
+ "name": "hosts",
2117
+ "type": {
2118
+ "collection": {
2119
+ "elementtype": {
2120
+ "primitive": "string"
2121
+ },
2122
+ "kind": "array"
2123
+ }
2124
+ }
2125
+ },
2126
+ {
2127
+ "docs": {
2128
+ "stability": "stable"
2129
+ },
2130
+ "locationInModule": {
2131
+ "filename": "src/certificate.ts",
2132
+ "line": 237
2133
+ },
2134
+ "name": "internalValue",
2135
+ "optional": true,
2136
+ "type": {
2137
+ "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
2138
+ }
2139
+ }
2140
+ ],
2141
+ "symbolId": "src/certificate:CertificateHttpMemcachedChallengeOutputReference"
2142
+ },
2143
+ "@cdktf/provider-acme.CertificateHttpWebrootChallenge": {
2144
+ "assembly": "@cdktf/provider-acme",
2145
+ "datatype": true,
2146
+ "docs": {
2147
+ "stability": "stable"
2148
+ },
2149
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge",
2150
+ "kind": "interface",
2151
+ "locationInModule": {
2152
+ "filename": "src/certificate.ts",
2153
+ "line": 271
2154
+ },
2155
+ "name": "CertificateHttpWebrootChallenge",
2156
+ "properties": [
2157
+ {
2158
+ "abstract": true,
2159
+ "docs": {
2160
+ "stability": "stable",
2161
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#directory Certificate#directory}."
2162
+ },
2163
+ "immutable": true,
2164
+ "locationInModule": {
2165
+ "filename": "src/certificate.ts",
2166
+ "line": 275
2167
+ },
2168
+ "name": "directory",
2169
+ "type": {
2170
+ "primitive": "string"
2171
+ }
2172
+ }
2173
+ ],
2174
+ "symbolId": "src/certificate:CertificateHttpWebrootChallenge"
2175
+ },
2176
+ "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference": {
2177
+ "assembly": "@cdktf/provider-acme",
2178
+ "base": "cdktf.ComplexObject",
2179
+ "docs": {
2180
+ "stability": "stable"
2181
+ },
2182
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference",
2183
+ "initializer": {
2184
+ "docs": {
2185
+ "stability": "stable"
2186
+ },
2187
+ "locationInModule": {
2188
+ "filename": "src/certificate.ts",
2189
+ "line": 296
2190
+ },
2191
+ "parameters": [
2192
+ {
2193
+ "docs": {
2194
+ "summary": "The parent resource."
2195
+ },
2196
+ "name": "terraformResource",
2197
+ "type": {
2198
+ "fqn": "cdktf.ITerraformResource"
2199
+ }
2200
+ },
2201
+ {
2202
+ "docs": {
2203
+ "summary": "The attribute on the parent resource this class is referencing."
2204
+ },
2205
+ "name": "terraformAttribute",
2206
+ "type": {
2207
+ "primitive": "string"
2208
+ }
2209
+ },
2210
+ {
2211
+ "docs": {
2212
+ "summary": "True if this is a block, false if it's a list."
2213
+ },
2214
+ "name": "isSingleItem",
2215
+ "type": {
2216
+ "primitive": "boolean"
2217
+ }
2218
+ }
2219
+ ]
2220
+ },
2221
+ "kind": "class",
2222
+ "locationInModule": {
2223
+ "filename": "src/certificate.ts",
2224
+ "line": 288
2225
+ },
2226
+ "name": "CertificateHttpWebrootChallengeOutputReference",
2227
+ "properties": [
2228
+ {
2229
+ "docs": {
2230
+ "stability": "stable"
2231
+ },
2232
+ "immutable": true,
2233
+ "locationInModule": {
2234
+ "filename": "src/certificate.ts",
2235
+ "line": 330
2236
+ },
2237
+ "name": "directoryInput",
2238
+ "optional": true,
2239
+ "type": {
2240
+ "primitive": "string"
2241
+ }
2242
+ },
2243
+ {
2244
+ "docs": {
2245
+ "stability": "stable"
2246
+ },
2247
+ "locationInModule": {
2248
+ "filename": "src/certificate.ts",
2249
+ "line": 323
2250
+ },
2251
+ "name": "directory",
2252
+ "type": {
2253
+ "primitive": "string"
2254
+ }
2255
+ },
2256
+ {
2257
+ "docs": {
2258
+ "stability": "stable"
2259
+ },
2260
+ "locationInModule": {
2261
+ "filename": "src/certificate.ts",
2262
+ "line": 300
2263
+ },
2264
+ "name": "internalValue",
2265
+ "optional": true,
2266
+ "type": {
2267
+ "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
2268
+ }
2269
+ }
2270
+ ],
2271
+ "symbolId": "src/certificate:CertificateHttpWebrootChallengeOutputReference"
2272
+ },
2273
+ "@cdktf/provider-acme.CertificateTlsChallenge": {
2274
+ "assembly": "@cdktf/provider-acme",
2275
+ "datatype": true,
2276
+ "docs": {
2277
+ "stability": "stable"
2278
+ },
2279
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallenge",
2280
+ "kind": "interface",
2281
+ "locationInModule": {
2282
+ "filename": "src/certificate.ts",
2283
+ "line": 334
2284
+ },
2285
+ "name": "CertificateTlsChallenge",
2286
+ "properties": [
2287
+ {
2288
+ "abstract": true,
2289
+ "docs": {
2290
+ "stability": "stable",
2291
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#port Certificate#port}."
2292
+ },
2293
+ "immutable": true,
2294
+ "locationInModule": {
2295
+ "filename": "src/certificate.ts",
2296
+ "line": 338
2297
+ },
2298
+ "name": "port",
2299
+ "optional": true,
2300
+ "type": {
2301
+ "primitive": "number"
2302
+ }
2303
+ }
2304
+ ],
2305
+ "symbolId": "src/certificate:CertificateTlsChallenge"
2306
+ },
2307
+ "@cdktf/provider-acme.CertificateTlsChallengeOutputReference": {
2308
+ "assembly": "@cdktf/provider-acme",
2309
+ "base": "cdktf.ComplexObject",
2310
+ "docs": {
2311
+ "stability": "stable"
2312
+ },
2313
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallengeOutputReference",
2314
+ "initializer": {
2315
+ "docs": {
2316
+ "stability": "stable"
2317
+ },
2318
+ "locationInModule": {
2319
+ "filename": "src/certificate.ts",
2320
+ "line": 359
2321
+ },
2322
+ "parameters": [
2323
+ {
2324
+ "docs": {
2325
+ "summary": "The parent resource."
2326
+ },
2327
+ "name": "terraformResource",
2328
+ "type": {
2329
+ "fqn": "cdktf.ITerraformResource"
2330
+ }
2331
+ },
2332
+ {
2333
+ "docs": {
2334
+ "summary": "The attribute on the parent resource this class is referencing."
2335
+ },
2336
+ "name": "terraformAttribute",
2337
+ "type": {
2338
+ "primitive": "string"
2339
+ }
2340
+ },
2341
+ {
2342
+ "docs": {
2343
+ "summary": "True if this is a block, false if it's a list."
2344
+ },
2345
+ "name": "isSingleItem",
2346
+ "type": {
2347
+ "primitive": "boolean"
2348
+ }
2349
+ }
2350
+ ]
2351
+ },
2352
+ "kind": "class",
2353
+ "locationInModule": {
2354
+ "filename": "src/certificate.ts",
2355
+ "line": 351
2356
+ },
2357
+ "methods": [
2358
+ {
2359
+ "docs": {
2360
+ "stability": "stable"
2361
+ },
2362
+ "locationInModule": {
2363
+ "filename": "src/certificate.ts",
2364
+ "line": 392
2365
+ },
2366
+ "name": "resetPort"
2367
+ }
2368
+ ],
2369
+ "name": "CertificateTlsChallengeOutputReference",
2370
+ "properties": [
2371
+ {
2372
+ "docs": {
2373
+ "stability": "stable"
2374
+ },
2375
+ "immutable": true,
2376
+ "locationInModule": {
2377
+ "filename": "src/certificate.ts",
2378
+ "line": 396
2379
+ },
2380
+ "name": "portInput",
2381
+ "optional": true,
2382
+ "type": {
2383
+ "primitive": "number"
2384
+ }
2385
+ },
2386
+ {
2387
+ "docs": {
2388
+ "stability": "stable"
2389
+ },
2390
+ "locationInModule": {
2391
+ "filename": "src/certificate.ts",
2392
+ "line": 386
2393
+ },
2394
+ "name": "port",
2395
+ "type": {
2396
+ "primitive": "number"
2397
+ }
2398
+ },
2399
+ {
2400
+ "docs": {
2401
+ "stability": "stable"
2402
+ },
2403
+ "locationInModule": {
2404
+ "filename": "src/certificate.ts",
2405
+ "line": 363
2406
+ },
2407
+ "name": "internalValue",
2408
+ "optional": true,
2409
+ "type": {
2410
+ "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
2411
+ }
2412
+ }
2413
+ ],
2414
+ "symbolId": "src/certificate:CertificateTlsChallengeOutputReference"
2415
+ },
2416
+ "@cdktf/provider-acme.Registration": {
2417
+ "assembly": "@cdktf/provider-acme",
2418
+ "base": "cdktf.TerraformResource",
2419
+ "docs": {
2420
+ "stability": "stable",
2421
+ "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration.html acme_registration}."
2422
+ },
2423
+ "fqn": "@cdktf/provider-acme.Registration",
2424
+ "initializer": {
2425
+ "docs": {
2426
+ "stability": "stable",
2427
+ "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme/r/registration.html acme_registration} Resource."
2428
+ },
2429
+ "locationInModule": {
2430
+ "filename": "src/registration.ts",
2431
+ "line": 134
2432
+ },
2433
+ "parameters": [
2434
+ {
2435
+ "docs": {
2436
+ "summary": "The scope in which to define this construct."
2437
+ },
2438
+ "name": "scope",
2439
+ "type": {
2440
+ "fqn": "constructs.Construct"
2441
+ }
2442
+ },
2443
+ {
2444
+ "docs": {
2445
+ "remarks": "Must be unique amongst siblings in the same scope",
2446
+ "summary": "The scoped construct ID."
2447
+ },
2448
+ "name": "id",
2449
+ "type": {
2450
+ "primitive": "string"
2451
+ }
2452
+ },
2453
+ {
2454
+ "name": "config",
2455
+ "type": {
2456
+ "fqn": "@cdktf/provider-acme.RegistrationConfig"
2457
+ }
2458
+ }
2459
+ ]
2460
+ },
2461
+ "kind": "class",
2462
+ "locationInModule": {
2463
+ "filename": "src/registration.ts",
2464
+ "line": 116
2465
+ },
2466
+ "methods": [
2467
+ {
2468
+ "docs": {
2469
+ "stability": "stable"
2470
+ },
2471
+ "locationInModule": {
2472
+ "filename": "src/registration.ts",
2473
+ "line": 195
2474
+ },
2475
+ "name": "putExternalAccountBinding",
2476
+ "parameters": [
2477
+ {
2478
+ "name": "value",
2479
+ "type": {
2480
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
2481
+ }
2482
+ }
2483
+ ]
2484
+ },
2485
+ {
2486
+ "docs": {
2487
+ "stability": "stable"
2488
+ },
2489
+ "locationInModule": {
2490
+ "filename": "src/registration.ts",
2491
+ "line": 198
2492
+ },
2493
+ "name": "resetExternalAccountBinding"
2494
+ },
2495
+ {
2496
+ "docs": {
2497
+ "stability": "stable"
2498
+ },
2499
+ "locationInModule": {
2500
+ "filename": "src/registration.ts",
2501
+ "line": 210
2502
+ },
2503
+ "name": "synthesizeAttributes",
2504
+ "overrides": "cdktf.TerraformResource",
2505
+ "protected": true,
2506
+ "returns": {
2507
+ "type": {
2508
+ "collection": {
2509
+ "elementtype": {
2510
+ "primitive": "any"
2511
+ },
2512
+ "kind": "map"
2513
+ }
2514
+ }
2515
+ }
2516
+ }
2517
+ ],
2518
+ "name": "Registration",
2519
+ "properties": [
2520
+ {
2521
+ "const": true,
2522
+ "docs": {
2523
+ "stability": "stable"
2524
+ },
2525
+ "immutable": true,
2526
+ "locationInModule": {
2527
+ "filename": "src/registration.ts",
2528
+ "line": 121
2529
+ },
2530
+ "name": "tfResourceType",
2531
+ "static": true,
2532
+ "type": {
2533
+ "primitive": "string"
2534
+ }
2535
+ },
2536
+ {
2537
+ "docs": {
2538
+ "stability": "stable"
2539
+ },
2540
+ "immutable": true,
2541
+ "locationInModule": {
2542
+ "filename": "src/registration.ts",
2543
+ "line": 192
2544
+ },
2545
+ "name": "externalAccountBinding",
2546
+ "type": {
2547
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference"
2548
+ }
2549
+ },
2550
+ {
2551
+ "docs": {
2552
+ "stability": "stable"
2553
+ },
2554
+ "immutable": true,
2555
+ "locationInModule": {
2556
+ "filename": "src/registration.ts",
2557
+ "line": 181
2558
+ },
2559
+ "name": "id",
2560
+ "type": {
2561
+ "primitive": "string"
2562
+ }
2563
+ },
2564
+ {
2565
+ "docs": {
2566
+ "stability": "stable"
2567
+ },
2568
+ "immutable": true,
2569
+ "locationInModule": {
2570
+ "filename": "src/registration.ts",
2571
+ "line": 186
2572
+ },
2573
+ "name": "registrationUrl",
2574
+ "type": {
2575
+ "primitive": "string"
2576
+ }
2577
+ },
2578
+ {
2579
+ "docs": {
2580
+ "stability": "stable"
2581
+ },
2582
+ "immutable": true,
2583
+ "locationInModule": {
2584
+ "filename": "src/registration.ts",
2585
+ "line": 163
2586
+ },
2587
+ "name": "accountKeyPemInput",
2588
+ "optional": true,
2589
+ "type": {
2590
+ "primitive": "string"
2591
+ }
2592
+ },
2593
+ {
2594
+ "docs": {
2595
+ "stability": "stable"
2596
+ },
2597
+ "immutable": true,
2598
+ "locationInModule": {
2599
+ "filename": "src/registration.ts",
2600
+ "line": 176
2601
+ },
2602
+ "name": "emailAddressInput",
2603
+ "optional": true,
2604
+ "type": {
2605
+ "primitive": "string"
2606
+ }
2607
+ },
2608
+ {
2609
+ "docs": {
2610
+ "stability": "stable"
2611
+ },
2612
+ "immutable": true,
2613
+ "locationInModule": {
2614
+ "filename": "src/registration.ts",
2615
+ "line": 202
2616
+ },
2617
+ "name": "externalAccountBindingInput",
2618
+ "optional": true,
2619
+ "type": {
2620
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
2621
+ }
2622
+ },
2623
+ {
2624
+ "docs": {
2625
+ "stability": "stable"
2626
+ },
2627
+ "locationInModule": {
2628
+ "filename": "src/registration.ts",
2629
+ "line": 156
2630
+ },
2631
+ "name": "accountKeyPem",
2632
+ "type": {
2633
+ "primitive": "string"
2634
+ }
2635
+ },
2636
+ {
2637
+ "docs": {
2638
+ "stability": "stable"
2639
+ },
2640
+ "locationInModule": {
2641
+ "filename": "src/registration.ts",
2642
+ "line": 169
2643
+ },
2644
+ "name": "emailAddress",
2645
+ "type": {
2646
+ "primitive": "string"
2647
+ }
2648
+ }
2649
+ ],
2650
+ "symbolId": "src/registration:Registration"
2651
+ },
2652
+ "@cdktf/provider-acme.RegistrationConfig": {
2653
+ "assembly": "@cdktf/provider-acme",
2654
+ "datatype": true,
2655
+ "docs": {
2656
+ "stability": "stable"
2657
+ },
2658
+ "fqn": "@cdktf/provider-acme.RegistrationConfig",
2659
+ "interfaces": [
2660
+ "cdktf.TerraformMetaArguments"
2661
+ ],
2662
+ "kind": "interface",
2663
+ "locationInModule": {
2664
+ "filename": "src/registration.ts",
2665
+ "line": 9
2666
+ },
2667
+ "name": "RegistrationConfig",
2668
+ "properties": [
2669
+ {
2670
+ "abstract": true,
2671
+ "docs": {
2672
+ "stability": "stable",
2673
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#account_key_pem Registration#account_key_pem}."
2674
+ },
2675
+ "immutable": true,
2676
+ "locationInModule": {
2677
+ "filename": "src/registration.ts",
2678
+ "line": 13
2679
+ },
2680
+ "name": "accountKeyPem",
2681
+ "type": {
2682
+ "primitive": "string"
2683
+ }
2684
+ },
2685
+ {
2686
+ "abstract": true,
2687
+ "docs": {
2688
+ "stability": "stable",
2689
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#email_address Registration#email_address}."
2690
+ },
2691
+ "immutable": true,
2692
+ "locationInModule": {
2693
+ "filename": "src/registration.ts",
2694
+ "line": 17
2695
+ },
2696
+ "name": "emailAddress",
2697
+ "type": {
2698
+ "primitive": "string"
2699
+ }
2700
+ },
2701
+ {
2702
+ "abstract": true,
2703
+ "docs": {
2704
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#external_account_binding Registration#external_account_binding}",
2705
+ "stability": "stable",
2706
+ "summary": "external_account_binding block."
2707
+ },
2708
+ "immutable": true,
2709
+ "locationInModule": {
2710
+ "filename": "src/registration.ts",
2711
+ "line": 23
2712
+ },
2713
+ "name": "externalAccountBinding",
2714
+ "optional": true,
2715
+ "type": {
2716
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
2717
+ }
2718
+ }
2719
+ ],
2720
+ "symbolId": "src/registration:RegistrationConfig"
2721
+ },
2722
+ "@cdktf/provider-acme.RegistrationExternalAccountBinding": {
2723
+ "assembly": "@cdktf/provider-acme",
2724
+ "datatype": true,
2725
+ "docs": {
2726
+ "stability": "stable"
2727
+ },
2728
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding",
2729
+ "kind": "interface",
2730
+ "locationInModule": {
2731
+ "filename": "src/registration.ts",
2732
+ "line": 25
2733
+ },
2734
+ "name": "RegistrationExternalAccountBinding",
2735
+ "properties": [
2736
+ {
2737
+ "abstract": true,
2738
+ "docs": {
2739
+ "stability": "stable",
2740
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#hmac_base64 Registration#hmac_base64}."
2741
+ },
2742
+ "immutable": true,
2743
+ "locationInModule": {
2744
+ "filename": "src/registration.ts",
2745
+ "line": 29
2746
+ },
2747
+ "name": "hmacBase64",
2748
+ "type": {
2749
+ "primitive": "string"
2750
+ }
2751
+ },
2752
+ {
2753
+ "abstract": true,
2754
+ "docs": {
2755
+ "stability": "stable",
2756
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#key_id Registration#key_id}."
2757
+ },
2758
+ "immutable": true,
2759
+ "locationInModule": {
2760
+ "filename": "src/registration.ts",
2761
+ "line": 33
2762
+ },
2763
+ "name": "keyId",
2764
+ "type": {
2765
+ "primitive": "string"
2766
+ }
2767
+ }
2768
+ ],
2769
+ "symbolId": "src/registration:RegistrationExternalAccountBinding"
2770
+ },
2771
+ "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference": {
2772
+ "assembly": "@cdktf/provider-acme",
2773
+ "base": "cdktf.ComplexObject",
2774
+ "docs": {
2775
+ "stability": "stable"
2776
+ },
2777
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference",
2778
+ "initializer": {
2779
+ "docs": {
2780
+ "stability": "stable"
2781
+ },
2782
+ "locationInModule": {
2783
+ "filename": "src/registration.ts",
2784
+ "line": 55
2785
+ },
2786
+ "parameters": [
2787
+ {
2788
+ "docs": {
2789
+ "summary": "The parent resource."
2790
+ },
2791
+ "name": "terraformResource",
2792
+ "type": {
2793
+ "fqn": "cdktf.ITerraformResource"
2794
+ }
2795
+ },
2796
+ {
2797
+ "docs": {
2798
+ "summary": "The attribute on the parent resource this class is referencing."
2799
+ },
2800
+ "name": "terraformAttribute",
2801
+ "type": {
2802
+ "primitive": "string"
2803
+ }
2804
+ },
2805
+ {
2806
+ "docs": {
2807
+ "summary": "True if this is a block, false if it's a list."
2808
+ },
2809
+ "name": "isSingleItem",
2810
+ "type": {
2811
+ "primitive": "boolean"
2812
+ }
2813
+ }
2814
+ ]
2815
+ },
2816
+ "kind": "class",
2817
+ "locationInModule": {
2818
+ "filename": "src/registration.ts",
2819
+ "line": 47
2820
+ },
2821
+ "name": "RegistrationExternalAccountBindingOutputReference",
2822
+ "properties": [
2823
+ {
2824
+ "docs": {
2825
+ "stability": "stable"
2826
+ },
2827
+ "immutable": true,
2828
+ "locationInModule": {
2829
+ "filename": "src/registration.ts",
2830
+ "line": 95
2831
+ },
2832
+ "name": "hmacBase64Input",
2833
+ "optional": true,
2834
+ "type": {
2835
+ "primitive": "string"
2836
+ }
2837
+ },
2838
+ {
2839
+ "docs": {
2840
+ "stability": "stable"
2841
+ },
2842
+ "immutable": true,
2843
+ "locationInModule": {
2844
+ "filename": "src/registration.ts",
2845
+ "line": 108
2846
+ },
2847
+ "name": "keyIdInput",
2848
+ "optional": true,
2849
+ "type": {
2850
+ "primitive": "string"
2851
+ }
2852
+ },
2853
+ {
2854
+ "docs": {
2855
+ "stability": "stable"
2856
+ },
2857
+ "locationInModule": {
2858
+ "filename": "src/registration.ts",
2859
+ "line": 88
2860
+ },
2861
+ "name": "hmacBase64",
2862
+ "type": {
2863
+ "primitive": "string"
2864
+ }
2865
+ },
2866
+ {
2867
+ "docs": {
2868
+ "stability": "stable"
2869
+ },
2870
+ "locationInModule": {
2871
+ "filename": "src/registration.ts",
2872
+ "line": 101
2873
+ },
2874
+ "name": "keyId",
2875
+ "type": {
2876
+ "primitive": "string"
2877
+ }
2878
+ },
2879
+ {
2880
+ "docs": {
2881
+ "stability": "stable"
2882
+ },
2883
+ "locationInModule": {
2884
+ "filename": "src/registration.ts",
2885
+ "line": 59
2886
+ },
2887
+ "name": "internalValue",
2888
+ "optional": true,
2889
+ "type": {
2890
+ "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
2891
+ }
2892
+ }
2893
+ ],
2894
+ "symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
2895
+ }
2896
+ },
2897
+ "version": "0.0.0",
2898
+ "fingerprint": "s+Q5t53EbgPdFcq0H0zH7E6NQLaZJUkBfDyga/MD68k="
2899
+ }