@cdktf/provider-acme 2.0.73 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://hashicorp.com"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": ">=0.12.2 <0.14.0",
11
+ "cdktf": "^0.13.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -98,6 +98,38 @@
98
98
  "url": "https://github.com/hashicorp/cdktf-provider-acme.git"
99
99
  },
100
100
  "schema": "jsii/0.10.0",
101
+ "submodules": {
102
+ "@cdktf/provider-acme.certificate": {
103
+ "locationInModule": {
104
+ "filename": "src/index.ts",
105
+ "line": 2
106
+ },
107
+ "readme": {
108
+ "markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://www.terraform.io/docs/providers/acme/r/certificate).\n"
109
+ },
110
+ "symbolId": "src/certificate/index:"
111
+ },
112
+ "@cdktf/provider-acme.provider": {
113
+ "locationInModule": {
114
+ "filename": "src/index.ts",
115
+ "line": 4
116
+ },
117
+ "readme": {
118
+ "markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://www.terraform.io/docs/providers/acme).\n"
119
+ },
120
+ "symbolId": "src/provider/index:"
121
+ },
122
+ "@cdktf/provider-acme.registration": {
123
+ "locationInModule": {
124
+ "filename": "src/index.ts",
125
+ "line": 3
126
+ },
127
+ "readme": {
128
+ "markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://www.terraform.io/docs/providers/acme/r/registration).\n"
129
+ },
130
+ "symbolId": "src/registration/index:"
131
+ }
132
+ },
101
133
  "targets": {
102
134
  "dotnet": {
103
135
  "namespace": "HashiCorp.Cdktf.Providers.Acme",
@@ -123,236 +155,21 @@
123
155
  }
124
156
  },
125
157
  "types": {
126
- "@cdktf/provider-acme.AcmeProvider": {
127
- "assembly": "@cdktf/provider-acme",
128
- "base": "cdktf.TerraformProvider",
129
- "docs": {
130
- "stability": "stable",
131
- "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme acme}."
132
- },
133
- "fqn": "@cdktf/provider-acme.AcmeProvider",
134
- "initializer": {
135
- "docs": {
136
- "stability": "stable",
137
- "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme acme} Resource."
138
- },
139
- "locationInModule": {
140
- "filename": "src/acme-provider.ts",
141
- "line": 43
142
- },
143
- "parameters": [
144
- {
145
- "docs": {
146
- "summary": "The scope in which to define this construct."
147
- },
148
- "name": "scope",
149
- "type": {
150
- "fqn": "constructs.Construct"
151
- }
152
- },
153
- {
154
- "docs": {
155
- "remarks": "Must be unique amongst siblings in the same scope",
156
- "summary": "The scoped construct ID."
157
- },
158
- "name": "id",
159
- "type": {
160
- "primitive": "string"
161
- }
162
- },
163
- {
164
- "name": "config",
165
- "type": {
166
- "fqn": "@cdktf/provider-acme.AcmeProviderConfig"
167
- }
168
- }
169
- ]
170
- },
171
- "kind": "class",
172
- "locationInModule": {
173
- "filename": "src/acme-provider.ts",
174
- "line": 25
175
- },
176
- "methods": [
177
- {
178
- "docs": {
179
- "stability": "stable"
180
- },
181
- "locationInModule": {
182
- "filename": "src/acme-provider.ts",
183
- "line": 82
184
- },
185
- "name": "resetAlias"
186
- },
187
- {
188
- "docs": {
189
- "stability": "stable"
190
- },
191
- "locationInModule": {
192
- "filename": "src/acme-provider.ts",
193
- "line": 94
194
- },
195
- "name": "synthesizeAttributes",
196
- "overrides": "cdktf.TerraformProvider",
197
- "protected": true,
198
- "returns": {
199
- "type": {
200
- "collection": {
201
- "elementtype": {
202
- "primitive": "any"
203
- },
204
- "kind": "map"
205
- }
206
- }
207
- }
208
- }
209
- ],
210
- "name": "AcmeProvider",
211
- "properties": [
212
- {
213
- "const": true,
214
- "docs": {
215
- "stability": "stable"
216
- },
217
- "immutable": true,
218
- "locationInModule": {
219
- "filename": "src/acme-provider.ts",
220
- "line": 30
221
- },
222
- "name": "tfResourceType",
223
- "static": true,
224
- "type": {
225
- "primitive": "string"
226
- }
227
- },
228
- {
229
- "docs": {
230
- "stability": "stable"
231
- },
232
- "immutable": true,
233
- "locationInModule": {
234
- "filename": "src/acme-provider.ts",
235
- "line": 86
236
- },
237
- "name": "aliasInput",
238
- "optional": true,
239
- "type": {
240
- "primitive": "string"
241
- }
242
- },
243
- {
244
- "docs": {
245
- "stability": "stable"
246
- },
247
- "immutable": true,
248
- "locationInModule": {
249
- "filename": "src/acme-provider.ts",
250
- "line": 70
251
- },
252
- "name": "serverUrlInput",
253
- "optional": true,
254
- "type": {
255
- "primitive": "string"
256
- }
257
- },
258
- {
259
- "docs": {
260
- "stability": "stable"
261
- },
262
- "locationInModule": {
263
- "filename": "src/acme-provider.ts",
264
- "line": 76
265
- },
266
- "name": "alias",
267
- "optional": true,
268
- "overrides": "cdktf.TerraformProvider",
269
- "type": {
270
- "primitive": "string"
271
- }
272
- },
273
- {
274
- "docs": {
275
- "stability": "stable"
276
- },
277
- "locationInModule": {
278
- "filename": "src/acme-provider.ts",
279
- "line": 63
280
- },
281
- "name": "serverUrl",
282
- "optional": true,
283
- "type": {
284
- "primitive": "string"
285
- }
286
- }
287
- ],
288
- "symbolId": "src/acme-provider:AcmeProvider"
289
- },
290
- "@cdktf/provider-acme.AcmeProviderConfig": {
291
- "assembly": "@cdktf/provider-acme",
292
- "datatype": true,
293
- "docs": {
294
- "stability": "stable"
295
- },
296
- "fqn": "@cdktf/provider-acme.AcmeProviderConfig",
297
- "kind": "interface",
298
- "locationInModule": {
299
- "filename": "src/acme-provider.ts",
300
- "line": 9
301
- },
302
- "name": "AcmeProviderConfig",
303
- "properties": [
304
- {
305
- "abstract": true,
306
- "docs": {
307
- "stability": "stable",
308
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#server_url AcmeProvider#server_url}."
309
- },
310
- "immutable": true,
311
- "locationInModule": {
312
- "filename": "src/acme-provider.ts",
313
- "line": 13
314
- },
315
- "name": "serverUrl",
316
- "type": {
317
- "primitive": "string"
318
- }
319
- },
320
- {
321
- "abstract": true,
322
- "docs": {
323
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#alias AcmeProvider#alias}",
324
- "stability": "stable",
325
- "summary": "Alias name."
326
- },
327
- "immutable": true,
328
- "locationInModule": {
329
- "filename": "src/acme-provider.ts",
330
- "line": 19
331
- },
332
- "name": "alias",
333
- "optional": true,
334
- "type": {
335
- "primitive": "string"
336
- }
337
- }
338
- ],
339
- "symbolId": "src/acme-provider:AcmeProviderConfig"
340
- },
341
- "@cdktf/provider-acme.Certificate": {
158
+ "@cdktf/provider-acme.certificate.Certificate": {
342
159
  "assembly": "@cdktf/provider-acme",
343
160
  "base": "cdktf.TerraformResource",
344
161
  "docs": {
345
162
  "stability": "stable",
346
163
  "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}."
347
164
  },
348
- "fqn": "@cdktf/provider-acme.Certificate",
165
+ "fqn": "@cdktf/provider-acme.certificate.Certificate",
349
166
  "initializer": {
350
167
  "docs": {
351
168
  "stability": "stable",
352
169
  "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate} Resource."
353
170
  },
354
171
  "locationInModule": {
355
- "filename": "src/certificate.ts",
172
+ "filename": "src/certificate/index.ts",
356
173
  "line": 524
357
174
  },
358
175
  "parameters": [
@@ -378,14 +195,14 @@
378
195
  {
379
196
  "name": "config",
380
197
  "type": {
381
- "fqn": "@cdktf/provider-acme.CertificateConfig"
198
+ "fqn": "@cdktf/provider-acme.certificate.CertificateConfig"
382
199
  }
383
200
  }
384
201
  ]
385
202
  },
386
203
  "kind": "class",
387
204
  "locationInModule": {
388
- "filename": "src/certificate.ts",
205
+ "filename": "src/certificate/index.ts",
389
206
  "line": 506
390
207
  },
391
208
  "methods": [
@@ -394,7 +211,7 @@
394
211
  "stability": "stable"
395
212
  },
396
213
  "locationInModule": {
397
- "filename": "src/certificate.ts",
214
+ "filename": "src/certificate/index.ts",
398
215
  "line": 821
399
216
  },
400
217
  "name": "putDnsChallenge",
@@ -410,7 +227,7 @@
410
227
  {
411
228
  "collection": {
412
229
  "elementtype": {
413
- "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
230
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallenge"
414
231
  },
415
232
  "kind": "array"
416
233
  }
@@ -426,7 +243,7 @@
426
243
  "stability": "stable"
427
244
  },
428
245
  "locationInModule": {
429
- "filename": "src/certificate.ts",
246
+ "filename": "src/certificate/index.ts",
430
247
  "line": 837
431
248
  },
432
249
  "name": "putHttpChallenge",
@@ -434,7 +251,7 @@
434
251
  {
435
252
  "name": "value",
436
253
  "type": {
437
- "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
254
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallenge"
438
255
  }
439
256
  }
440
257
  ]
@@ -444,7 +261,7 @@
444
261
  "stability": "stable"
445
262
  },
446
263
  "locationInModule": {
447
- "filename": "src/certificate.ts",
264
+ "filename": "src/certificate/index.ts",
448
265
  "line": 853
449
266
  },
450
267
  "name": "putHttpMemcachedChallenge",
@@ -452,7 +269,7 @@
452
269
  {
453
270
  "name": "value",
454
271
  "type": {
455
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
272
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge"
456
273
  }
457
274
  }
458
275
  ]
@@ -462,7 +279,7 @@
462
279
  "stability": "stable"
463
280
  },
464
281
  "locationInModule": {
465
- "filename": "src/certificate.ts",
282
+ "filename": "src/certificate/index.ts",
466
283
  "line": 869
467
284
  },
468
285
  "name": "putHttpWebrootChallenge",
@@ -470,7 +287,7 @@
470
287
  {
471
288
  "name": "value",
472
289
  "type": {
473
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
290
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge"
474
291
  }
475
292
  }
476
293
  ]
@@ -480,7 +297,7 @@
480
297
  "stability": "stable"
481
298
  },
482
299
  "locationInModule": {
483
- "filename": "src/certificate.ts",
300
+ "filename": "src/certificate/index.ts",
484
301
  "line": 885
485
302
  },
486
303
  "name": "putTlsChallenge",
@@ -488,7 +305,7 @@
488
305
  {
489
306
  "name": "value",
490
307
  "type": {
491
- "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
308
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge"
492
309
  }
493
310
  }
494
311
  ]
@@ -498,7 +315,7 @@
498
315
  "stability": "stable"
499
316
  },
500
317
  "locationInModule": {
501
- "filename": "src/certificate.ts",
318
+ "filename": "src/certificate/index.ts",
502
319
  "line": 596
503
320
  },
504
321
  "name": "resetCertificateP12Password"
@@ -508,7 +325,7 @@
508
325
  "stability": "stable"
509
326
  },
510
327
  "locationInModule": {
511
- "filename": "src/certificate.ts",
328
+ "filename": "src/certificate/index.ts",
512
329
  "line": 617
513
330
  },
514
331
  "name": "resetCertificateRequestPem"
@@ -518,7 +335,7 @@
518
335
  "stability": "stable"
519
336
  },
520
337
  "locationInModule": {
521
- "filename": "src/certificate.ts",
338
+ "filename": "src/certificate/index.ts",
522
339
  "line": 638
523
340
  },
524
341
  "name": "resetCommonName"
@@ -528,7 +345,7 @@
528
345
  "stability": "stable"
529
346
  },
530
347
  "locationInModule": {
531
- "filename": "src/certificate.ts",
348
+ "filename": "src/certificate/index.ts",
532
349
  "line": 654
533
350
  },
534
351
  "name": "resetDisableCompletePropagation"
@@ -538,7 +355,7 @@
538
355
  "stability": "stable"
539
356
  },
540
357
  "locationInModule": {
541
- "filename": "src/certificate.ts",
358
+ "filename": "src/certificate/index.ts",
542
359
  "line": 824
543
360
  },
544
361
  "name": "resetDnsChallenge"
@@ -548,7 +365,7 @@
548
365
  "stability": "stable"
549
366
  },
550
367
  "locationInModule": {
551
- "filename": "src/certificate.ts",
368
+ "filename": "src/certificate/index.ts",
552
369
  "line": 840
553
370
  },
554
371
  "name": "resetHttpChallenge"
@@ -558,7 +375,7 @@
558
375
  "stability": "stable"
559
376
  },
560
377
  "locationInModule": {
561
- "filename": "src/certificate.ts",
378
+ "filename": "src/certificate/index.ts",
562
379
  "line": 856
563
380
  },
564
381
  "name": "resetHttpMemcachedChallenge"
@@ -568,7 +385,7 @@
568
385
  "stability": "stable"
569
386
  },
570
387
  "locationInModule": {
571
- "filename": "src/certificate.ts",
388
+ "filename": "src/certificate/index.ts",
572
389
  "line": 872
573
390
  },
574
391
  "name": "resetHttpWebrootChallenge"
@@ -578,7 +395,7 @@
578
395
  "stability": "stable"
579
396
  },
580
397
  "locationInModule": {
581
- "filename": "src/certificate.ts",
398
+ "filename": "src/certificate/index.ts",
582
399
  "line": 670
583
400
  },
584
401
  "name": "resetId"
@@ -588,7 +405,7 @@
588
405
  "stability": "stable"
589
406
  },
590
407
  "locationInModule": {
591
- "filename": "src/certificate.ts",
408
+ "filename": "src/certificate/index.ts",
592
409
  "line": 691
593
410
  },
594
411
  "name": "resetKeyType"
@@ -598,7 +415,7 @@
598
415
  "stability": "stable"
599
416
  },
600
417
  "locationInModule": {
601
- "filename": "src/certificate.ts",
418
+ "filename": "src/certificate/index.ts",
602
419
  "line": 707
603
420
  },
604
421
  "name": "resetMinDaysRemaining"
@@ -608,7 +425,7 @@
608
425
  "stability": "stable"
609
426
  },
610
427
  "locationInModule": {
611
- "filename": "src/certificate.ts",
428
+ "filename": "src/certificate/index.ts",
612
429
  "line": 723
613
430
  },
614
431
  "name": "resetMustStaple"
@@ -618,7 +435,7 @@
618
435
  "stability": "stable"
619
436
  },
620
437
  "locationInModule": {
621
- "filename": "src/certificate.ts",
438
+ "filename": "src/certificate/index.ts",
622
439
  "line": 739
623
440
  },
624
441
  "name": "resetPreCheckDelay"
@@ -628,7 +445,7 @@
628
445
  "stability": "stable"
629
446
  },
630
447
  "locationInModule": {
631
- "filename": "src/certificate.ts",
448
+ "filename": "src/certificate/index.ts",
632
449
  "line": 755
633
450
  },
634
451
  "name": "resetPreferredChain"
@@ -638,7 +455,7 @@
638
455
  "stability": "stable"
639
456
  },
640
457
  "locationInModule": {
641
- "filename": "src/certificate.ts",
458
+ "filename": "src/certificate/index.ts",
642
459
  "line": 776
643
460
  },
644
461
  "name": "resetRecursiveNameservers"
@@ -648,7 +465,7 @@
648
465
  "stability": "stable"
649
466
  },
650
467
  "locationInModule": {
651
- "filename": "src/certificate.ts",
468
+ "filename": "src/certificate/index.ts",
652
469
  "line": 792
653
470
  },
654
471
  "name": "resetRevokeCertificateOnDestroy"
@@ -658,7 +475,7 @@
658
475
  "stability": "stable"
659
476
  },
660
477
  "locationInModule": {
661
- "filename": "src/certificate.ts",
478
+ "filename": "src/certificate/index.ts",
662
479
  "line": 808
663
480
  },
664
481
  "name": "resetSubjectAlternativeNames"
@@ -668,7 +485,7 @@
668
485
  "stability": "stable"
669
486
  },
670
487
  "locationInModule": {
671
- "filename": "src/certificate.ts",
488
+ "filename": "src/certificate/index.ts",
672
489
  "line": 888
673
490
  },
674
491
  "name": "resetTlsChallenge"
@@ -678,7 +495,7 @@
678
495
  "stability": "stable"
679
496
  },
680
497
  "locationInModule": {
681
- "filename": "src/certificate.ts",
498
+ "filename": "src/certificate/index.ts",
682
499
  "line": 900
683
500
  },
684
501
  "name": "synthesizeAttributes",
@@ -697,6 +514,7 @@
697
514
  }
698
515
  ],
699
516
  "name": "Certificate",
517
+ "namespace": "certificate",
700
518
  "properties": [
701
519
  {
702
520
  "const": true,
@@ -705,7 +523,7 @@
705
523
  },
706
524
  "immutable": true,
707
525
  "locationInModule": {
708
- "filename": "src/certificate.ts",
526
+ "filename": "src/certificate/index.ts",
709
527
  "line": 511
710
528
  },
711
529
  "name": "tfResourceType",
@@ -720,7 +538,7 @@
720
538
  },
721
539
  "immutable": true,
722
540
  "locationInModule": {
723
- "filename": "src/certificate.ts",
541
+ "filename": "src/certificate/index.ts",
724
542
  "line": 579
725
543
  },
726
544
  "name": "certificateDomain",
@@ -734,7 +552,7 @@
734
552
  },
735
553
  "immutable": true,
736
554
  "locationInModule": {
737
- "filename": "src/certificate.ts",
555
+ "filename": "src/certificate/index.ts",
738
556
  "line": 584
739
557
  },
740
558
  "name": "certificateP12",
@@ -748,7 +566,7 @@
748
566
  },
749
567
  "immutable": true,
750
568
  "locationInModule": {
751
- "filename": "src/certificate.ts",
569
+ "filename": "src/certificate/index.ts",
752
570
  "line": 605
753
571
  },
754
572
  "name": "certificatePem",
@@ -762,7 +580,7 @@
762
580
  },
763
581
  "immutable": true,
764
582
  "locationInModule": {
765
- "filename": "src/certificate.ts",
583
+ "filename": "src/certificate/index.ts",
766
584
  "line": 626
767
585
  },
768
586
  "name": "certificateUrl",
@@ -776,12 +594,12 @@
776
594
  },
777
595
  "immutable": true,
778
596
  "locationInModule": {
779
- "filename": "src/certificate.ts",
597
+ "filename": "src/certificate/index.ts",
780
598
  "line": 818
781
599
  },
782
600
  "name": "dnsChallenge",
783
601
  "type": {
784
- "fqn": "@cdktf/provider-acme.CertificateDnsChallengeList"
602
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallengeList"
785
603
  }
786
604
  },
787
605
  {
@@ -790,12 +608,12 @@
790
608
  },
791
609
  "immutable": true,
792
610
  "locationInModule": {
793
- "filename": "src/certificate.ts",
611
+ "filename": "src/certificate/index.ts",
794
612
  "line": 834
795
613
  },
796
614
  "name": "httpChallenge",
797
615
  "type": {
798
- "fqn": "@cdktf/provider-acme.CertificateHttpChallengeOutputReference"
616
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference"
799
617
  }
800
618
  },
801
619
  {
@@ -804,12 +622,12 @@
804
622
  },
805
623
  "immutable": true,
806
624
  "locationInModule": {
807
- "filename": "src/certificate.ts",
625
+ "filename": "src/certificate/index.ts",
808
626
  "line": 850
809
627
  },
810
628
  "name": "httpMemcachedChallenge",
811
629
  "type": {
812
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference"
630
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference"
813
631
  }
814
632
  },
815
633
  {
@@ -818,12 +636,12 @@
818
636
  },
819
637
  "immutable": true,
820
638
  "locationInModule": {
821
- "filename": "src/certificate.ts",
639
+ "filename": "src/certificate/index.ts",
822
640
  "line": 866
823
641
  },
824
642
  "name": "httpWebrootChallenge",
825
643
  "type": {
826
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference"
644
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference"
827
645
  }
828
646
  },
829
647
  {
@@ -832,7 +650,7 @@
832
650
  },
833
651
  "immutable": true,
834
652
  "locationInModule": {
835
- "filename": "src/certificate.ts",
653
+ "filename": "src/certificate/index.ts",
836
654
  "line": 679
837
655
  },
838
656
  "name": "issuerPem",
@@ -846,7 +664,7 @@
846
664
  },
847
665
  "immutable": true,
848
666
  "locationInModule": {
849
- "filename": "src/certificate.ts",
667
+ "filename": "src/certificate/index.ts",
850
668
  "line": 764
851
669
  },
852
670
  "name": "privateKeyPem",
@@ -860,12 +678,12 @@
860
678
  },
861
679
  "immutable": true,
862
680
  "locationInModule": {
863
- "filename": "src/certificate.ts",
681
+ "filename": "src/certificate/index.ts",
864
682
  "line": 882
865
683
  },
866
684
  "name": "tlsChallenge",
867
685
  "type": {
868
- "fqn": "@cdktf/provider-acme.CertificateTlsChallengeOutputReference"
686
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference"
869
687
  }
870
688
  },
871
689
  {
@@ -874,7 +692,7 @@
874
692
  },
875
693
  "immutable": true,
876
694
  "locationInModule": {
877
- "filename": "src/certificate.ts",
695
+ "filename": "src/certificate/index.ts",
878
696
  "line": 574
879
697
  },
880
698
  "name": "accountKeyPemInput",
@@ -889,7 +707,7 @@
889
707
  },
890
708
  "immutable": true,
891
709
  "locationInModule": {
892
- "filename": "src/certificate.ts",
710
+ "filename": "src/certificate/index.ts",
893
711
  "line": 600
894
712
  },
895
713
  "name": "certificateP12PasswordInput",
@@ -904,7 +722,7 @@
904
722
  },
905
723
  "immutable": true,
906
724
  "locationInModule": {
907
- "filename": "src/certificate.ts",
725
+ "filename": "src/certificate/index.ts",
908
726
  "line": 621
909
727
  },
910
728
  "name": "certificateRequestPemInput",
@@ -919,7 +737,7 @@
919
737
  },
920
738
  "immutable": true,
921
739
  "locationInModule": {
922
- "filename": "src/certificate.ts",
740
+ "filename": "src/certificate/index.ts",
923
741
  "line": 642
924
742
  },
925
743
  "name": "commonNameInput",
@@ -934,7 +752,7 @@
934
752
  },
935
753
  "immutable": true,
936
754
  "locationInModule": {
937
- "filename": "src/certificate.ts",
755
+ "filename": "src/certificate/index.ts",
938
756
  "line": 658
939
757
  },
940
758
  "name": "disableCompletePropagationInput",
@@ -958,7 +776,7 @@
958
776
  },
959
777
  "immutable": true,
960
778
  "locationInModule": {
961
- "filename": "src/certificate.ts",
779
+ "filename": "src/certificate/index.ts",
962
780
  "line": 828
963
781
  },
964
782
  "name": "dnsChallengeInput",
@@ -972,7 +790,7 @@
972
790
  {
973
791
  "collection": {
974
792
  "elementtype": {
975
- "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
793
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallenge"
976
794
  },
977
795
  "kind": "array"
978
796
  }
@@ -987,13 +805,13 @@
987
805
  },
988
806
  "immutable": true,
989
807
  "locationInModule": {
990
- "filename": "src/certificate.ts",
808
+ "filename": "src/certificate/index.ts",
991
809
  "line": 844
992
810
  },
993
811
  "name": "httpChallengeInput",
994
812
  "optional": true,
995
813
  "type": {
996
- "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
814
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallenge"
997
815
  }
998
816
  },
999
817
  {
@@ -1002,13 +820,13 @@
1002
820
  },
1003
821
  "immutable": true,
1004
822
  "locationInModule": {
1005
- "filename": "src/certificate.ts",
823
+ "filename": "src/certificate/index.ts",
1006
824
  "line": 860
1007
825
  },
1008
826
  "name": "httpMemcachedChallengeInput",
1009
827
  "optional": true,
1010
828
  "type": {
1011
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
829
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge"
1012
830
  }
1013
831
  },
1014
832
  {
@@ -1017,13 +835,13 @@
1017
835
  },
1018
836
  "immutable": true,
1019
837
  "locationInModule": {
1020
- "filename": "src/certificate.ts",
838
+ "filename": "src/certificate/index.ts",
1021
839
  "line": 876
1022
840
  },
1023
841
  "name": "httpWebrootChallengeInput",
1024
842
  "optional": true,
1025
843
  "type": {
1026
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
844
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge"
1027
845
  }
1028
846
  },
1029
847
  {
@@ -1032,7 +850,7 @@
1032
850
  },
1033
851
  "immutable": true,
1034
852
  "locationInModule": {
1035
- "filename": "src/certificate.ts",
853
+ "filename": "src/certificate/index.ts",
1036
854
  "line": 674
1037
855
  },
1038
856
  "name": "idInput",
@@ -1047,7 +865,7 @@
1047
865
  },
1048
866
  "immutable": true,
1049
867
  "locationInModule": {
1050
- "filename": "src/certificate.ts",
868
+ "filename": "src/certificate/index.ts",
1051
869
  "line": 695
1052
870
  },
1053
871
  "name": "keyTypeInput",
@@ -1062,7 +880,7 @@
1062
880
  },
1063
881
  "immutable": true,
1064
882
  "locationInModule": {
1065
- "filename": "src/certificate.ts",
883
+ "filename": "src/certificate/index.ts",
1066
884
  "line": 711
1067
885
  },
1068
886
  "name": "minDaysRemainingInput",
@@ -1077,7 +895,7 @@
1077
895
  },
1078
896
  "immutable": true,
1079
897
  "locationInModule": {
1080
- "filename": "src/certificate.ts",
898
+ "filename": "src/certificate/index.ts",
1081
899
  "line": 727
1082
900
  },
1083
901
  "name": "mustStapleInput",
@@ -1101,7 +919,7 @@
1101
919
  },
1102
920
  "immutable": true,
1103
921
  "locationInModule": {
1104
- "filename": "src/certificate.ts",
922
+ "filename": "src/certificate/index.ts",
1105
923
  "line": 743
1106
924
  },
1107
925
  "name": "preCheckDelayInput",
@@ -1116,7 +934,7 @@
1116
934
  },
1117
935
  "immutable": true,
1118
936
  "locationInModule": {
1119
- "filename": "src/certificate.ts",
937
+ "filename": "src/certificate/index.ts",
1120
938
  "line": 759
1121
939
  },
1122
940
  "name": "preferredChainInput",
@@ -1131,7 +949,7 @@
1131
949
  },
1132
950
  "immutable": true,
1133
951
  "locationInModule": {
1134
- "filename": "src/certificate.ts",
952
+ "filename": "src/certificate/index.ts",
1135
953
  "line": 780
1136
954
  },
1137
955
  "name": "recursiveNameserversInput",
@@ -1151,7 +969,7 @@
1151
969
  },
1152
970
  "immutable": true,
1153
971
  "locationInModule": {
1154
- "filename": "src/certificate.ts",
972
+ "filename": "src/certificate/index.ts",
1155
973
  "line": 796
1156
974
  },
1157
975
  "name": "revokeCertificateOnDestroyInput",
@@ -1175,7 +993,7 @@
1175
993
  },
1176
994
  "immutable": true,
1177
995
  "locationInModule": {
1178
- "filename": "src/certificate.ts",
996
+ "filename": "src/certificate/index.ts",
1179
997
  "line": 812
1180
998
  },
1181
999
  "name": "subjectAlternativeNamesInput",
@@ -1195,13 +1013,13 @@
1195
1013
  },
1196
1014
  "immutable": true,
1197
1015
  "locationInModule": {
1198
- "filename": "src/certificate.ts",
1016
+ "filename": "src/certificate/index.ts",
1199
1017
  "line": 892
1200
1018
  },
1201
1019
  "name": "tlsChallengeInput",
1202
1020
  "optional": true,
1203
1021
  "type": {
1204
- "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
1022
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge"
1205
1023
  }
1206
1024
  },
1207
1025
  {
@@ -1209,7 +1027,7 @@
1209
1027
  "stability": "stable"
1210
1028
  },
1211
1029
  "locationInModule": {
1212
- "filename": "src/certificate.ts",
1030
+ "filename": "src/certificate/index.ts",
1213
1031
  "line": 567
1214
1032
  },
1215
1033
  "name": "accountKeyPem",
@@ -1222,7 +1040,7 @@
1222
1040
  "stability": "stable"
1223
1041
  },
1224
1042
  "locationInModule": {
1225
- "filename": "src/certificate.ts",
1043
+ "filename": "src/certificate/index.ts",
1226
1044
  "line": 590
1227
1045
  },
1228
1046
  "name": "certificateP12Password",
@@ -1235,7 +1053,7 @@
1235
1053
  "stability": "stable"
1236
1054
  },
1237
1055
  "locationInModule": {
1238
- "filename": "src/certificate.ts",
1056
+ "filename": "src/certificate/index.ts",
1239
1057
  "line": 611
1240
1058
  },
1241
1059
  "name": "certificateRequestPem",
@@ -1248,7 +1066,7 @@
1248
1066
  "stability": "stable"
1249
1067
  },
1250
1068
  "locationInModule": {
1251
- "filename": "src/certificate.ts",
1069
+ "filename": "src/certificate/index.ts",
1252
1070
  "line": 632
1253
1071
  },
1254
1072
  "name": "commonName",
@@ -1261,7 +1079,7 @@
1261
1079
  "stability": "stable"
1262
1080
  },
1263
1081
  "locationInModule": {
1264
- "filename": "src/certificate.ts",
1082
+ "filename": "src/certificate/index.ts",
1265
1083
  "line": 648
1266
1084
  },
1267
1085
  "name": "disableCompletePropagation",
@@ -1283,7 +1101,7 @@
1283
1101
  "stability": "stable"
1284
1102
  },
1285
1103
  "locationInModule": {
1286
- "filename": "src/certificate.ts",
1104
+ "filename": "src/certificate/index.ts",
1287
1105
  "line": 664
1288
1106
  },
1289
1107
  "name": "id",
@@ -1296,7 +1114,7 @@
1296
1114
  "stability": "stable"
1297
1115
  },
1298
1116
  "locationInModule": {
1299
- "filename": "src/certificate.ts",
1117
+ "filename": "src/certificate/index.ts",
1300
1118
  "line": 685
1301
1119
  },
1302
1120
  "name": "keyType",
@@ -1309,7 +1127,7 @@
1309
1127
  "stability": "stable"
1310
1128
  },
1311
1129
  "locationInModule": {
1312
- "filename": "src/certificate.ts",
1130
+ "filename": "src/certificate/index.ts",
1313
1131
  "line": 701
1314
1132
  },
1315
1133
  "name": "minDaysRemaining",
@@ -1322,7 +1140,7 @@
1322
1140
  "stability": "stable"
1323
1141
  },
1324
1142
  "locationInModule": {
1325
- "filename": "src/certificate.ts",
1143
+ "filename": "src/certificate/index.ts",
1326
1144
  "line": 717
1327
1145
  },
1328
1146
  "name": "mustStaple",
@@ -1344,7 +1162,7 @@
1344
1162
  "stability": "stable"
1345
1163
  },
1346
1164
  "locationInModule": {
1347
- "filename": "src/certificate.ts",
1165
+ "filename": "src/certificate/index.ts",
1348
1166
  "line": 733
1349
1167
  },
1350
1168
  "name": "preCheckDelay",
@@ -1357,7 +1175,7 @@
1357
1175
  "stability": "stable"
1358
1176
  },
1359
1177
  "locationInModule": {
1360
- "filename": "src/certificate.ts",
1178
+ "filename": "src/certificate/index.ts",
1361
1179
  "line": 749
1362
1180
  },
1363
1181
  "name": "preferredChain",
@@ -1370,7 +1188,7 @@
1370
1188
  "stability": "stable"
1371
1189
  },
1372
1190
  "locationInModule": {
1373
- "filename": "src/certificate.ts",
1191
+ "filename": "src/certificate/index.ts",
1374
1192
  "line": 770
1375
1193
  },
1376
1194
  "name": "recursiveNameservers",
@@ -1388,7 +1206,7 @@
1388
1206
  "stability": "stable"
1389
1207
  },
1390
1208
  "locationInModule": {
1391
- "filename": "src/certificate.ts",
1209
+ "filename": "src/certificate/index.ts",
1392
1210
  "line": 786
1393
1211
  },
1394
1212
  "name": "revokeCertificateOnDestroy",
@@ -1410,7 +1228,7 @@
1410
1228
  "stability": "stable"
1411
1229
  },
1412
1230
  "locationInModule": {
1413
- "filename": "src/certificate.ts",
1231
+ "filename": "src/certificate/index.ts",
1414
1232
  "line": 802
1415
1233
  },
1416
1234
  "name": "subjectAlternativeNames",
@@ -1424,24 +1242,25 @@
1424
1242
  }
1425
1243
  }
1426
1244
  ],
1427
- "symbolId": "src/certificate:Certificate"
1245
+ "symbolId": "src/certificate/index:Certificate"
1428
1246
  },
1429
- "@cdktf/provider-acme.CertificateConfig": {
1247
+ "@cdktf/provider-acme.certificate.CertificateConfig": {
1430
1248
  "assembly": "@cdktf/provider-acme",
1431
1249
  "datatype": true,
1432
1250
  "docs": {
1433
1251
  "stability": "stable"
1434
1252
  },
1435
- "fqn": "@cdktf/provider-acme.CertificateConfig",
1253
+ "fqn": "@cdktf/provider-acme.certificate.CertificateConfig",
1436
1254
  "interfaces": [
1437
1255
  "cdktf.TerraformMetaArguments"
1438
1256
  ],
1439
1257
  "kind": "interface",
1440
1258
  "locationInModule": {
1441
- "filename": "src/certificate.ts",
1259
+ "filename": "src/certificate/index.ts",
1442
1260
  "line": 9
1443
1261
  },
1444
1262
  "name": "CertificateConfig",
1263
+ "namespace": "certificate",
1445
1264
  "properties": [
1446
1265
  {
1447
1266
  "abstract": true,
@@ -1451,7 +1270,7 @@
1451
1270
  },
1452
1271
  "immutable": true,
1453
1272
  "locationInModule": {
1454
- "filename": "src/certificate.ts",
1273
+ "filename": "src/certificate/index.ts",
1455
1274
  "line": 13
1456
1275
  },
1457
1276
  "name": "accountKeyPem",
@@ -1467,7 +1286,7 @@
1467
1286
  },
1468
1287
  "immutable": true,
1469
1288
  "locationInModule": {
1470
- "filename": "src/certificate.ts",
1289
+ "filename": "src/certificate/index.ts",
1471
1290
  "line": 17
1472
1291
  },
1473
1292
  "name": "certificateP12Password",
@@ -1484,7 +1303,7 @@
1484
1303
  },
1485
1304
  "immutable": true,
1486
1305
  "locationInModule": {
1487
- "filename": "src/certificate.ts",
1306
+ "filename": "src/certificate/index.ts",
1488
1307
  "line": 21
1489
1308
  },
1490
1309
  "name": "certificateRequestPem",
@@ -1501,7 +1320,7 @@
1501
1320
  },
1502
1321
  "immutable": true,
1503
1322
  "locationInModule": {
1504
- "filename": "src/certificate.ts",
1323
+ "filename": "src/certificate/index.ts",
1505
1324
  "line": 25
1506
1325
  },
1507
1326
  "name": "commonName",
@@ -1518,7 +1337,7 @@
1518
1337
  },
1519
1338
  "immutable": true,
1520
1339
  "locationInModule": {
1521
- "filename": "src/certificate.ts",
1340
+ "filename": "src/certificate/index.ts",
1522
1341
  "line": 29
1523
1342
  },
1524
1343
  "name": "disableCompletePropagation",
@@ -1545,7 +1364,7 @@
1545
1364
  },
1546
1365
  "immutable": true,
1547
1366
  "locationInModule": {
1548
- "filename": "src/certificate.ts",
1367
+ "filename": "src/certificate/index.ts",
1549
1368
  "line": 74
1550
1369
  },
1551
1370
  "name": "dnsChallenge",
@@ -1559,7 +1378,7 @@
1559
1378
  {
1560
1379
  "collection": {
1561
1380
  "elementtype": {
1562
- "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
1381
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallenge"
1563
1382
  },
1564
1383
  "kind": "array"
1565
1384
  }
@@ -1577,13 +1396,13 @@
1577
1396
  },
1578
1397
  "immutable": true,
1579
1398
  "locationInModule": {
1580
- "filename": "src/certificate.ts",
1399
+ "filename": "src/certificate/index.ts",
1581
1400
  "line": 80
1582
1401
  },
1583
1402
  "name": "httpChallenge",
1584
1403
  "optional": true,
1585
1404
  "type": {
1586
- "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
1405
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallenge"
1587
1406
  }
1588
1407
  },
1589
1408
  {
@@ -1595,13 +1414,13 @@
1595
1414
  },
1596
1415
  "immutable": true,
1597
1416
  "locationInModule": {
1598
- "filename": "src/certificate.ts",
1417
+ "filename": "src/certificate/index.ts",
1599
1418
  "line": 86
1600
1419
  },
1601
1420
  "name": "httpMemcachedChallenge",
1602
1421
  "optional": true,
1603
1422
  "type": {
1604
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
1423
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge"
1605
1424
  }
1606
1425
  },
1607
1426
  {
@@ -1613,13 +1432,13 @@
1613
1432
  },
1614
1433
  "immutable": true,
1615
1434
  "locationInModule": {
1616
- "filename": "src/certificate.ts",
1435
+ "filename": "src/certificate/index.ts",
1617
1436
  "line": 92
1618
1437
  },
1619
1438
  "name": "httpWebrootChallenge",
1620
1439
  "optional": true,
1621
1440
  "type": {
1622
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
1441
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge"
1623
1442
  }
1624
1443
  },
1625
1444
  {
@@ -1631,7 +1450,7 @@
1631
1450
  },
1632
1451
  "immutable": true,
1633
1452
  "locationInModule": {
1634
- "filename": "src/certificate.ts",
1453
+ "filename": "src/certificate/index.ts",
1635
1454
  "line": 36
1636
1455
  },
1637
1456
  "name": "id",
@@ -1648,7 +1467,7 @@
1648
1467
  },
1649
1468
  "immutable": true,
1650
1469
  "locationInModule": {
1651
- "filename": "src/certificate.ts",
1470
+ "filename": "src/certificate/index.ts",
1652
1471
  "line": 40
1653
1472
  },
1654
1473
  "name": "keyType",
@@ -1665,7 +1484,7 @@
1665
1484
  },
1666
1485
  "immutable": true,
1667
1486
  "locationInModule": {
1668
- "filename": "src/certificate.ts",
1487
+ "filename": "src/certificate/index.ts",
1669
1488
  "line": 44
1670
1489
  },
1671
1490
  "name": "minDaysRemaining",
@@ -1682,7 +1501,7 @@
1682
1501
  },
1683
1502
  "immutable": true,
1684
1503
  "locationInModule": {
1685
- "filename": "src/certificate.ts",
1504
+ "filename": "src/certificate/index.ts",
1686
1505
  "line": 48
1687
1506
  },
1688
1507
  "name": "mustStaple",
@@ -1708,7 +1527,7 @@
1708
1527
  },
1709
1528
  "immutable": true,
1710
1529
  "locationInModule": {
1711
- "filename": "src/certificate.ts",
1530
+ "filename": "src/certificate/index.ts",
1712
1531
  "line": 52
1713
1532
  },
1714
1533
  "name": "preCheckDelay",
@@ -1725,7 +1544,7 @@
1725
1544
  },
1726
1545
  "immutable": true,
1727
1546
  "locationInModule": {
1728
- "filename": "src/certificate.ts",
1547
+ "filename": "src/certificate/index.ts",
1729
1548
  "line": 56
1730
1549
  },
1731
1550
  "name": "preferredChain",
@@ -1742,7 +1561,7 @@
1742
1561
  },
1743
1562
  "immutable": true,
1744
1563
  "locationInModule": {
1745
- "filename": "src/certificate.ts",
1564
+ "filename": "src/certificate/index.ts",
1746
1565
  "line": 60
1747
1566
  },
1748
1567
  "name": "recursiveNameservers",
@@ -1764,7 +1583,7 @@
1764
1583
  },
1765
1584
  "immutable": true,
1766
1585
  "locationInModule": {
1767
- "filename": "src/certificate.ts",
1586
+ "filename": "src/certificate/index.ts",
1768
1587
  "line": 64
1769
1588
  },
1770
1589
  "name": "revokeCertificateOnDestroy",
@@ -1790,7 +1609,7 @@
1790
1609
  },
1791
1610
  "immutable": true,
1792
1611
  "locationInModule": {
1793
- "filename": "src/certificate.ts",
1612
+ "filename": "src/certificate/index.ts",
1794
1613
  "line": 68
1795
1614
  },
1796
1615
  "name": "subjectAlternativeNames",
@@ -1813,31 +1632,32 @@
1813
1632
  },
1814
1633
  "immutable": true,
1815
1634
  "locationInModule": {
1816
- "filename": "src/certificate.ts",
1635
+ "filename": "src/certificate/index.ts",
1817
1636
  "line": 98
1818
1637
  },
1819
1638
  "name": "tlsChallenge",
1820
1639
  "optional": true,
1821
1640
  "type": {
1822
- "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
1641
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge"
1823
1642
  }
1824
1643
  }
1825
1644
  ],
1826
- "symbolId": "src/certificate:CertificateConfig"
1645
+ "symbolId": "src/certificate/index:CertificateConfig"
1827
1646
  },
1828
- "@cdktf/provider-acme.CertificateDnsChallenge": {
1647
+ "@cdktf/provider-acme.certificate.CertificateDnsChallenge": {
1829
1648
  "assembly": "@cdktf/provider-acme",
1830
1649
  "datatype": true,
1831
1650
  "docs": {
1832
1651
  "stability": "stable"
1833
1652
  },
1834
- "fqn": "@cdktf/provider-acme.CertificateDnsChallenge",
1653
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallenge",
1835
1654
  "kind": "interface",
1836
1655
  "locationInModule": {
1837
- "filename": "src/certificate.ts",
1656
+ "filename": "src/certificate/index.ts",
1838
1657
  "line": 100
1839
1658
  },
1840
1659
  "name": "CertificateDnsChallenge",
1660
+ "namespace": "certificate",
1841
1661
  "properties": [
1842
1662
  {
1843
1663
  "abstract": true,
@@ -1847,7 +1667,7 @@
1847
1667
  },
1848
1668
  "immutable": true,
1849
1669
  "locationInModule": {
1850
- "filename": "src/certificate.ts",
1670
+ "filename": "src/certificate/index.ts",
1851
1671
  "line": 108
1852
1672
  },
1853
1673
  "name": "provider",
@@ -1863,7 +1683,7 @@
1863
1683
  },
1864
1684
  "immutable": true,
1865
1685
  "locationInModule": {
1866
- "filename": "src/certificate.ts",
1686
+ "filename": "src/certificate/index.ts",
1867
1687
  "line": 104
1868
1688
  },
1869
1689
  "name": "config",
@@ -1878,21 +1698,21 @@
1878
1698
  }
1879
1699
  }
1880
1700
  ],
1881
- "symbolId": "src/certificate:CertificateDnsChallenge"
1701
+ "symbolId": "src/certificate/index:CertificateDnsChallenge"
1882
1702
  },
1883
- "@cdktf/provider-acme.CertificateDnsChallengeList": {
1703
+ "@cdktf/provider-acme.certificate.CertificateDnsChallengeList": {
1884
1704
  "assembly": "@cdktf/provider-acme",
1885
1705
  "base": "cdktf.ComplexList",
1886
1706
  "docs": {
1887
1707
  "stability": "stable"
1888
1708
  },
1889
- "fqn": "@cdktf/provider-acme.CertificateDnsChallengeList",
1709
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallengeList",
1890
1710
  "initializer": {
1891
1711
  "docs": {
1892
1712
  "stability": "stable"
1893
1713
  },
1894
1714
  "locationInModule": {
1895
- "filename": "src/certificate.ts",
1715
+ "filename": "src/certificate/index.ts",
1896
1716
  "line": 210
1897
1717
  },
1898
1718
  "parameters": [
@@ -1927,7 +1747,7 @@
1927
1747
  },
1928
1748
  "kind": "class",
1929
1749
  "locationInModule": {
1930
- "filename": "src/certificate.ts",
1750
+ "filename": "src/certificate/index.ts",
1931
1751
  "line": 202
1932
1752
  },
1933
1753
  "methods": [
@@ -1936,7 +1756,7 @@
1936
1756
  "stability": "stable"
1937
1757
  },
1938
1758
  "locationInModule": {
1939
- "filename": "src/certificate.ts",
1759
+ "filename": "src/certificate/index.ts",
1940
1760
  "line": 217
1941
1761
  },
1942
1762
  "name": "get",
@@ -1953,12 +1773,13 @@
1953
1773
  ],
1954
1774
  "returns": {
1955
1775
  "type": {
1956
- "fqn": "@cdktf/provider-acme.CertificateDnsChallengeOutputReference"
1776
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference"
1957
1777
  }
1958
1778
  }
1959
1779
  }
1960
1780
  ],
1961
1781
  "name": "CertificateDnsChallengeList",
1782
+ "namespace": "certificate",
1962
1783
  "properties": [
1963
1784
  {
1964
1785
  "docs": {
@@ -1966,7 +1787,7 @@
1966
1787
  "summary": "The attribute on the parent resource this class is referencing."
1967
1788
  },
1968
1789
  "locationInModule": {
1969
- "filename": "src/certificate.ts",
1790
+ "filename": "src/certificate/index.ts",
1970
1791
  "line": 210
1971
1792
  },
1972
1793
  "name": "terraformAttribute",
@@ -1982,7 +1803,7 @@
1982
1803
  "summary": "The parent resource."
1983
1804
  },
1984
1805
  "locationInModule": {
1985
- "filename": "src/certificate.ts",
1806
+ "filename": "src/certificate/index.ts",
1986
1807
  "line": 210
1987
1808
  },
1988
1809
  "name": "terraformResource",
@@ -1998,7 +1819,7 @@
1998
1819
  "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
1999
1820
  },
2000
1821
  "locationInModule": {
2001
- "filename": "src/certificate.ts",
1822
+ "filename": "src/certificate/index.ts",
2002
1823
  "line": 210
2003
1824
  },
2004
1825
  "name": "wrapsSet",
@@ -2013,7 +1834,7 @@
2013
1834
  "stability": "stable"
2014
1835
  },
2015
1836
  "locationInModule": {
2016
- "filename": "src/certificate.ts",
1837
+ "filename": "src/certificate/index.ts",
2017
1838
  "line": 203
2018
1839
  },
2019
1840
  "name": "internalValue",
@@ -2027,7 +1848,7 @@
2027
1848
  {
2028
1849
  "collection": {
2029
1850
  "elementtype": {
2030
- "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
1851
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallenge"
2031
1852
  },
2032
1853
  "kind": "array"
2033
1854
  }
@@ -2037,21 +1858,21 @@
2037
1858
  }
2038
1859
  }
2039
1860
  ],
2040
- "symbolId": "src/certificate:CertificateDnsChallengeList"
1861
+ "symbolId": "src/certificate/index:CertificateDnsChallengeList"
2041
1862
  },
2042
- "@cdktf/provider-acme.CertificateDnsChallengeOutputReference": {
1863
+ "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference": {
2043
1864
  "assembly": "@cdktf/provider-acme",
2044
1865
  "base": "cdktf.ComplexObject",
2045
1866
  "docs": {
2046
1867
  "stability": "stable"
2047
1868
  },
2048
- "fqn": "@cdktf/provider-acme.CertificateDnsChallengeOutputReference",
1869
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference",
2049
1870
  "initializer": {
2050
1871
  "docs": {
2051
1872
  "stability": "stable"
2052
1873
  },
2053
1874
  "locationInModule": {
2054
- "filename": "src/certificate.ts",
1875
+ "filename": "src/certificate/index.ts",
2055
1876
  "line": 132
2056
1877
  },
2057
1878
  "parameters": [
@@ -2095,7 +1916,7 @@
2095
1916
  },
2096
1917
  "kind": "class",
2097
1918
  "locationInModule": {
2098
- "filename": "src/certificate.ts",
1919
+ "filename": "src/certificate/index.ts",
2099
1920
  "line": 122
2100
1921
  },
2101
1922
  "methods": [
@@ -2104,13 +1925,14 @@
2104
1925
  "stability": "stable"
2105
1926
  },
2106
1927
  "locationInModule": {
2107
- "filename": "src/certificate.ts",
1928
+ "filename": "src/certificate/index.ts",
2108
1929
  "line": 180
2109
1930
  },
2110
1931
  "name": "resetConfig"
2111
1932
  }
2112
1933
  ],
2113
1934
  "name": "CertificateDnsChallengeOutputReference",
1935
+ "namespace": "certificate",
2114
1936
  "properties": [
2115
1937
  {
2116
1938
  "docs": {
@@ -2118,7 +1940,7 @@
2118
1940
  },
2119
1941
  "immutable": true,
2120
1942
  "locationInModule": {
2121
- "filename": "src/certificate.ts",
1943
+ "filename": "src/certificate/index.ts",
2122
1944
  "line": 184
2123
1945
  },
2124
1946
  "name": "configInput",
@@ -2138,7 +1960,7 @@
2138
1960
  },
2139
1961
  "immutable": true,
2140
1962
  "locationInModule": {
2141
- "filename": "src/certificate.ts",
1963
+ "filename": "src/certificate/index.ts",
2142
1964
  "line": 197
2143
1965
  },
2144
1966
  "name": "providerInput",
@@ -2152,7 +1974,7 @@
2152
1974
  "stability": "stable"
2153
1975
  },
2154
1976
  "locationInModule": {
2155
- "filename": "src/certificate.ts",
1977
+ "filename": "src/certificate/index.ts",
2156
1978
  "line": 174
2157
1979
  },
2158
1980
  "name": "config",
@@ -2170,7 +1992,7 @@
2170
1992
  "stability": "stable"
2171
1993
  },
2172
1994
  "locationInModule": {
2173
- "filename": "src/certificate.ts",
1995
+ "filename": "src/certificate/index.ts",
2174
1996
  "line": 190
2175
1997
  },
2176
1998
  "name": "provider",
@@ -2183,7 +2005,7 @@
2183
2005
  "stability": "stable"
2184
2006
  },
2185
2007
  "locationInModule": {
2186
- "filename": "src/certificate.ts",
2008
+ "filename": "src/certificate/index.ts",
2187
2009
  "line": 136
2188
2010
  },
2189
2011
  "name": "internalValue",
@@ -2192,31 +2014,32 @@
2192
2014
  "union": {
2193
2015
  "types": [
2194
2016
  {
2195
- "fqn": "cdktf.IResolvable"
2017
+ "fqn": "@cdktf/provider-acme.certificate.CertificateDnsChallenge"
2196
2018
  },
2197
2019
  {
2198
- "fqn": "@cdktf/provider-acme.CertificateDnsChallenge"
2020
+ "fqn": "cdktf.IResolvable"
2199
2021
  }
2200
2022
  ]
2201
2023
  }
2202
2024
  }
2203
2025
  }
2204
2026
  ],
2205
- "symbolId": "src/certificate:CertificateDnsChallengeOutputReference"
2027
+ "symbolId": "src/certificate/index:CertificateDnsChallengeOutputReference"
2206
2028
  },
2207
- "@cdktf/provider-acme.CertificateHttpChallenge": {
2029
+ "@cdktf/provider-acme.certificate.CertificateHttpChallenge": {
2208
2030
  "assembly": "@cdktf/provider-acme",
2209
2031
  "datatype": true,
2210
2032
  "docs": {
2211
2033
  "stability": "stable"
2212
2034
  },
2213
- "fqn": "@cdktf/provider-acme.CertificateHttpChallenge",
2035
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallenge",
2214
2036
  "kind": "interface",
2215
2037
  "locationInModule": {
2216
- "filename": "src/certificate.ts",
2038
+ "filename": "src/certificate/index.ts",
2217
2039
  "line": 221
2218
2040
  },
2219
2041
  "name": "CertificateHttpChallenge",
2042
+ "namespace": "certificate",
2220
2043
  "properties": [
2221
2044
  {
2222
2045
  "abstract": true,
@@ -2226,7 +2049,7 @@
2226
2049
  },
2227
2050
  "immutable": true,
2228
2051
  "locationInModule": {
2229
- "filename": "src/certificate.ts",
2052
+ "filename": "src/certificate/index.ts",
2230
2053
  "line": 225
2231
2054
  },
2232
2055
  "name": "port",
@@ -2243,7 +2066,7 @@
2243
2066
  },
2244
2067
  "immutable": true,
2245
2068
  "locationInModule": {
2246
- "filename": "src/certificate.ts",
2069
+ "filename": "src/certificate/index.ts",
2247
2070
  "line": 229
2248
2071
  },
2249
2072
  "name": "proxyHeader",
@@ -2253,21 +2076,21 @@
2253
2076
  }
2254
2077
  }
2255
2078
  ],
2256
- "symbolId": "src/certificate:CertificateHttpChallenge"
2079
+ "symbolId": "src/certificate/index:CertificateHttpChallenge"
2257
2080
  },
2258
- "@cdktf/provider-acme.CertificateHttpChallengeOutputReference": {
2081
+ "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference": {
2259
2082
  "assembly": "@cdktf/provider-acme",
2260
2083
  "base": "cdktf.ComplexObject",
2261
2084
  "docs": {
2262
2085
  "stability": "stable"
2263
2086
  },
2264
- "fqn": "@cdktf/provider-acme.CertificateHttpChallengeOutputReference",
2087
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference",
2265
2088
  "initializer": {
2266
2089
  "docs": {
2267
2090
  "stability": "stable"
2268
2091
  },
2269
2092
  "locationInModule": {
2270
- "filename": "src/certificate.ts",
2093
+ "filename": "src/certificate/index.ts",
2271
2094
  "line": 250
2272
2095
  },
2273
2096
  "parameters": [
@@ -2293,7 +2116,7 @@
2293
2116
  },
2294
2117
  "kind": "class",
2295
2118
  "locationInModule": {
2296
- "filename": "src/certificate.ts",
2119
+ "filename": "src/certificate/index.ts",
2297
2120
  "line": 243
2298
2121
  },
2299
2122
  "methods": [
@@ -2302,7 +2125,7 @@
2302
2125
  "stability": "stable"
2303
2126
  },
2304
2127
  "locationInModule": {
2305
- "filename": "src/certificate.ts",
2128
+ "filename": "src/certificate/index.ts",
2306
2129
  "line": 289
2307
2130
  },
2308
2131
  "name": "resetPort"
@@ -2312,13 +2135,14 @@
2312
2135
  "stability": "stable"
2313
2136
  },
2314
2137
  "locationInModule": {
2315
- "filename": "src/certificate.ts",
2138
+ "filename": "src/certificate/index.ts",
2316
2139
  "line": 305
2317
2140
  },
2318
2141
  "name": "resetProxyHeader"
2319
2142
  }
2320
2143
  ],
2321
2144
  "name": "CertificateHttpChallengeOutputReference",
2145
+ "namespace": "certificate",
2322
2146
  "properties": [
2323
2147
  {
2324
2148
  "docs": {
@@ -2326,7 +2150,7 @@
2326
2150
  },
2327
2151
  "immutable": true,
2328
2152
  "locationInModule": {
2329
- "filename": "src/certificate.ts",
2153
+ "filename": "src/certificate/index.ts",
2330
2154
  "line": 293
2331
2155
  },
2332
2156
  "name": "portInput",
@@ -2341,7 +2165,7 @@
2341
2165
  },
2342
2166
  "immutable": true,
2343
2167
  "locationInModule": {
2344
- "filename": "src/certificate.ts",
2168
+ "filename": "src/certificate/index.ts",
2345
2169
  "line": 309
2346
2170
  },
2347
2171
  "name": "proxyHeaderInput",
@@ -2355,7 +2179,7 @@
2355
2179
  "stability": "stable"
2356
2180
  },
2357
2181
  "locationInModule": {
2358
- "filename": "src/certificate.ts",
2182
+ "filename": "src/certificate/index.ts",
2359
2183
  "line": 283
2360
2184
  },
2361
2185
  "name": "port",
@@ -2368,7 +2192,7 @@
2368
2192
  "stability": "stable"
2369
2193
  },
2370
2194
  "locationInModule": {
2371
- "filename": "src/certificate.ts",
2195
+ "filename": "src/certificate/index.ts",
2372
2196
  "line": 299
2373
2197
  },
2374
2198
  "name": "proxyHeader",
@@ -2381,31 +2205,32 @@
2381
2205
  "stability": "stable"
2382
2206
  },
2383
2207
  "locationInModule": {
2384
- "filename": "src/certificate.ts",
2208
+ "filename": "src/certificate/index.ts",
2385
2209
  "line": 254
2386
2210
  },
2387
2211
  "name": "internalValue",
2388
2212
  "optional": true,
2389
2213
  "type": {
2390
- "fqn": "@cdktf/provider-acme.CertificateHttpChallenge"
2214
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpChallenge"
2391
2215
  }
2392
2216
  }
2393
2217
  ],
2394
- "symbolId": "src/certificate:CertificateHttpChallengeOutputReference"
2218
+ "symbolId": "src/certificate/index:CertificateHttpChallengeOutputReference"
2395
2219
  },
2396
- "@cdktf/provider-acme.CertificateHttpMemcachedChallenge": {
2220
+ "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge": {
2397
2221
  "assembly": "@cdktf/provider-acme",
2398
2222
  "datatype": true,
2399
2223
  "docs": {
2400
2224
  "stability": "stable"
2401
2225
  },
2402
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge",
2226
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge",
2403
2227
  "kind": "interface",
2404
2228
  "locationInModule": {
2405
- "filename": "src/certificate.ts",
2229
+ "filename": "src/certificate/index.ts",
2406
2230
  "line": 313
2407
2231
  },
2408
2232
  "name": "CertificateHttpMemcachedChallenge",
2233
+ "namespace": "certificate",
2409
2234
  "properties": [
2410
2235
  {
2411
2236
  "abstract": true,
@@ -2415,7 +2240,7 @@
2415
2240
  },
2416
2241
  "immutable": true,
2417
2242
  "locationInModule": {
2418
- "filename": "src/certificate.ts",
2243
+ "filename": "src/certificate/index.ts",
2419
2244
  "line": 317
2420
2245
  },
2421
2246
  "name": "hosts",
@@ -2429,21 +2254,21 @@
2429
2254
  }
2430
2255
  }
2431
2256
  ],
2432
- "symbolId": "src/certificate:CertificateHttpMemcachedChallenge"
2257
+ "symbolId": "src/certificate/index:CertificateHttpMemcachedChallenge"
2433
2258
  },
2434
- "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference": {
2259
+ "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference": {
2435
2260
  "assembly": "@cdktf/provider-acme",
2436
2261
  "base": "cdktf.ComplexObject",
2437
2262
  "docs": {
2438
2263
  "stability": "stable"
2439
2264
  },
2440
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference",
2265
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference",
2441
2266
  "initializer": {
2442
2267
  "docs": {
2443
2268
  "stability": "stable"
2444
2269
  },
2445
2270
  "locationInModule": {
2446
- "filename": "src/certificate.ts",
2271
+ "filename": "src/certificate/index.ts",
2447
2272
  "line": 337
2448
2273
  },
2449
2274
  "parameters": [
@@ -2469,10 +2294,11 @@
2469
2294
  },
2470
2295
  "kind": "class",
2471
2296
  "locationInModule": {
2472
- "filename": "src/certificate.ts",
2297
+ "filename": "src/certificate/index.ts",
2473
2298
  "line": 330
2474
2299
  },
2475
2300
  "name": "CertificateHttpMemcachedChallengeOutputReference",
2301
+ "namespace": "certificate",
2476
2302
  "properties": [
2477
2303
  {
2478
2304
  "docs": {
@@ -2480,7 +2306,7 @@
2480
2306
  },
2481
2307
  "immutable": true,
2482
2308
  "locationInModule": {
2483
- "filename": "src/certificate.ts",
2309
+ "filename": "src/certificate/index.ts",
2484
2310
  "line": 371
2485
2311
  },
2486
2312
  "name": "hostsInput",
@@ -2499,7 +2325,7 @@
2499
2325
  "stability": "stable"
2500
2326
  },
2501
2327
  "locationInModule": {
2502
- "filename": "src/certificate.ts",
2328
+ "filename": "src/certificate/index.ts",
2503
2329
  "line": 364
2504
2330
  },
2505
2331
  "name": "hosts",
@@ -2517,31 +2343,32 @@
2517
2343
  "stability": "stable"
2518
2344
  },
2519
2345
  "locationInModule": {
2520
- "filename": "src/certificate.ts",
2346
+ "filename": "src/certificate/index.ts",
2521
2347
  "line": 341
2522
2348
  },
2523
2349
  "name": "internalValue",
2524
2350
  "optional": true,
2525
2351
  "type": {
2526
- "fqn": "@cdktf/provider-acme.CertificateHttpMemcachedChallenge"
2352
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge"
2527
2353
  }
2528
2354
  }
2529
2355
  ],
2530
- "symbolId": "src/certificate:CertificateHttpMemcachedChallengeOutputReference"
2356
+ "symbolId": "src/certificate/index:CertificateHttpMemcachedChallengeOutputReference"
2531
2357
  },
2532
- "@cdktf/provider-acme.CertificateHttpWebrootChallenge": {
2358
+ "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge": {
2533
2359
  "assembly": "@cdktf/provider-acme",
2534
2360
  "datatype": true,
2535
2361
  "docs": {
2536
2362
  "stability": "stable"
2537
2363
  },
2538
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge",
2364
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge",
2539
2365
  "kind": "interface",
2540
2366
  "locationInModule": {
2541
- "filename": "src/certificate.ts",
2367
+ "filename": "src/certificate/index.ts",
2542
2368
  "line": 375
2543
2369
  },
2544
2370
  "name": "CertificateHttpWebrootChallenge",
2371
+ "namespace": "certificate",
2545
2372
  "properties": [
2546
2373
  {
2547
2374
  "abstract": true,
@@ -2551,7 +2378,7 @@
2551
2378
  },
2552
2379
  "immutable": true,
2553
2380
  "locationInModule": {
2554
- "filename": "src/certificate.ts",
2381
+ "filename": "src/certificate/index.ts",
2555
2382
  "line": 379
2556
2383
  },
2557
2384
  "name": "directory",
@@ -2560,21 +2387,21 @@
2560
2387
  }
2561
2388
  }
2562
2389
  ],
2563
- "symbolId": "src/certificate:CertificateHttpWebrootChallenge"
2390
+ "symbolId": "src/certificate/index:CertificateHttpWebrootChallenge"
2564
2391
  },
2565
- "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference": {
2392
+ "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference": {
2566
2393
  "assembly": "@cdktf/provider-acme",
2567
2394
  "base": "cdktf.ComplexObject",
2568
2395
  "docs": {
2569
2396
  "stability": "stable"
2570
2397
  },
2571
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference",
2398
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference",
2572
2399
  "initializer": {
2573
2400
  "docs": {
2574
2401
  "stability": "stable"
2575
2402
  },
2576
2403
  "locationInModule": {
2577
- "filename": "src/certificate.ts",
2404
+ "filename": "src/certificate/index.ts",
2578
2405
  "line": 399
2579
2406
  },
2580
2407
  "parameters": [
@@ -2600,10 +2427,11 @@
2600
2427
  },
2601
2428
  "kind": "class",
2602
2429
  "locationInModule": {
2603
- "filename": "src/certificate.ts",
2430
+ "filename": "src/certificate/index.ts",
2604
2431
  "line": 392
2605
2432
  },
2606
2433
  "name": "CertificateHttpWebrootChallengeOutputReference",
2434
+ "namespace": "certificate",
2607
2435
  "properties": [
2608
2436
  {
2609
2437
  "docs": {
@@ -2611,7 +2439,7 @@
2611
2439
  },
2612
2440
  "immutable": true,
2613
2441
  "locationInModule": {
2614
- "filename": "src/certificate.ts",
2442
+ "filename": "src/certificate/index.ts",
2615
2443
  "line": 433
2616
2444
  },
2617
2445
  "name": "directoryInput",
@@ -2625,7 +2453,7 @@
2625
2453
  "stability": "stable"
2626
2454
  },
2627
2455
  "locationInModule": {
2628
- "filename": "src/certificate.ts",
2456
+ "filename": "src/certificate/index.ts",
2629
2457
  "line": 426
2630
2458
  },
2631
2459
  "name": "directory",
@@ -2638,31 +2466,32 @@
2638
2466
  "stability": "stable"
2639
2467
  },
2640
2468
  "locationInModule": {
2641
- "filename": "src/certificate.ts",
2469
+ "filename": "src/certificate/index.ts",
2642
2470
  "line": 403
2643
2471
  },
2644
2472
  "name": "internalValue",
2645
2473
  "optional": true,
2646
2474
  "type": {
2647
- "fqn": "@cdktf/provider-acme.CertificateHttpWebrootChallenge"
2475
+ "fqn": "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge"
2648
2476
  }
2649
2477
  }
2650
2478
  ],
2651
- "symbolId": "src/certificate:CertificateHttpWebrootChallengeOutputReference"
2479
+ "symbolId": "src/certificate/index:CertificateHttpWebrootChallengeOutputReference"
2652
2480
  },
2653
- "@cdktf/provider-acme.CertificateTlsChallenge": {
2481
+ "@cdktf/provider-acme.certificate.CertificateTlsChallenge": {
2654
2482
  "assembly": "@cdktf/provider-acme",
2655
2483
  "datatype": true,
2656
2484
  "docs": {
2657
2485
  "stability": "stable"
2658
2486
  },
2659
- "fqn": "@cdktf/provider-acme.CertificateTlsChallenge",
2487
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge",
2660
2488
  "kind": "interface",
2661
2489
  "locationInModule": {
2662
- "filename": "src/certificate.ts",
2490
+ "filename": "src/certificate/index.ts",
2663
2491
  "line": 437
2664
2492
  },
2665
2493
  "name": "CertificateTlsChallenge",
2494
+ "namespace": "certificate",
2666
2495
  "properties": [
2667
2496
  {
2668
2497
  "abstract": true,
@@ -2672,7 +2501,7 @@
2672
2501
  },
2673
2502
  "immutable": true,
2674
2503
  "locationInModule": {
2675
- "filename": "src/certificate.ts",
2504
+ "filename": "src/certificate/index.ts",
2676
2505
  "line": 441
2677
2506
  },
2678
2507
  "name": "port",
@@ -2682,21 +2511,21 @@
2682
2511
  }
2683
2512
  }
2684
2513
  ],
2685
- "symbolId": "src/certificate:CertificateTlsChallenge"
2514
+ "symbolId": "src/certificate/index:CertificateTlsChallenge"
2686
2515
  },
2687
- "@cdktf/provider-acme.CertificateTlsChallengeOutputReference": {
2516
+ "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference": {
2688
2517
  "assembly": "@cdktf/provider-acme",
2689
2518
  "base": "cdktf.ComplexObject",
2690
2519
  "docs": {
2691
2520
  "stability": "stable"
2692
2521
  },
2693
- "fqn": "@cdktf/provider-acme.CertificateTlsChallengeOutputReference",
2522
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference",
2694
2523
  "initializer": {
2695
2524
  "docs": {
2696
2525
  "stability": "stable"
2697
2526
  },
2698
2527
  "locationInModule": {
2699
- "filename": "src/certificate.ts",
2528
+ "filename": "src/certificate/index.ts",
2700
2529
  "line": 461
2701
2530
  },
2702
2531
  "parameters": [
@@ -2722,7 +2551,7 @@
2722
2551
  },
2723
2552
  "kind": "class",
2724
2553
  "locationInModule": {
2725
- "filename": "src/certificate.ts",
2554
+ "filename": "src/certificate/index.ts",
2726
2555
  "line": 454
2727
2556
  },
2728
2557
  "methods": [
@@ -2731,13 +2560,14 @@
2731
2560
  "stability": "stable"
2732
2561
  },
2733
2562
  "locationInModule": {
2734
- "filename": "src/certificate.ts",
2563
+ "filename": "src/certificate/index.ts",
2735
2564
  "line": 494
2736
2565
  },
2737
2566
  "name": "resetPort"
2738
2567
  }
2739
2568
  ],
2740
2569
  "name": "CertificateTlsChallengeOutputReference",
2570
+ "namespace": "certificate",
2741
2571
  "properties": [
2742
2572
  {
2743
2573
  "docs": {
@@ -2745,7 +2575,7 @@
2745
2575
  },
2746
2576
  "immutable": true,
2747
2577
  "locationInModule": {
2748
- "filename": "src/certificate.ts",
2578
+ "filename": "src/certificate/index.ts",
2749
2579
  "line": 498
2750
2580
  },
2751
2581
  "name": "portInput",
@@ -2759,7 +2589,7 @@
2759
2589
  "stability": "stable"
2760
2590
  },
2761
2591
  "locationInModule": {
2762
- "filename": "src/certificate.ts",
2592
+ "filename": "src/certificate/index.ts",
2763
2593
  "line": 488
2764
2594
  },
2765
2595
  "name": "port",
@@ -2772,33 +2602,250 @@
2772
2602
  "stability": "stable"
2773
2603
  },
2774
2604
  "locationInModule": {
2775
- "filename": "src/certificate.ts",
2605
+ "filename": "src/certificate/index.ts",
2776
2606
  "line": 465
2777
2607
  },
2778
2608
  "name": "internalValue",
2779
2609
  "optional": true,
2780
2610
  "type": {
2781
- "fqn": "@cdktf/provider-acme.CertificateTlsChallenge"
2611
+ "fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge"
2612
+ }
2613
+ }
2614
+ ],
2615
+ "symbolId": "src/certificate/index:CertificateTlsChallengeOutputReference"
2616
+ },
2617
+ "@cdktf/provider-acme.provider.AcmeProvider": {
2618
+ "assembly": "@cdktf/provider-acme",
2619
+ "base": "cdktf.TerraformProvider",
2620
+ "docs": {
2621
+ "stability": "stable",
2622
+ "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme acme}."
2623
+ },
2624
+ "fqn": "@cdktf/provider-acme.provider.AcmeProvider",
2625
+ "initializer": {
2626
+ "docs": {
2627
+ "stability": "stable",
2628
+ "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme acme} Resource."
2629
+ },
2630
+ "locationInModule": {
2631
+ "filename": "src/provider/index.ts",
2632
+ "line": 43
2633
+ },
2634
+ "parameters": [
2635
+ {
2636
+ "docs": {
2637
+ "summary": "The scope in which to define this construct."
2638
+ },
2639
+ "name": "scope",
2640
+ "type": {
2641
+ "fqn": "constructs.Construct"
2642
+ }
2643
+ },
2644
+ {
2645
+ "docs": {
2646
+ "remarks": "Must be unique amongst siblings in the same scope",
2647
+ "summary": "The scoped construct ID."
2648
+ },
2649
+ "name": "id",
2650
+ "type": {
2651
+ "primitive": "string"
2652
+ }
2653
+ },
2654
+ {
2655
+ "name": "config",
2656
+ "type": {
2657
+ "fqn": "@cdktf/provider-acme.provider.AcmeProviderConfig"
2658
+ }
2659
+ }
2660
+ ]
2661
+ },
2662
+ "kind": "class",
2663
+ "locationInModule": {
2664
+ "filename": "src/provider/index.ts",
2665
+ "line": 25
2666
+ },
2667
+ "methods": [
2668
+ {
2669
+ "docs": {
2670
+ "stability": "stable"
2671
+ },
2672
+ "locationInModule": {
2673
+ "filename": "src/provider/index.ts",
2674
+ "line": 82
2675
+ },
2676
+ "name": "resetAlias"
2677
+ },
2678
+ {
2679
+ "docs": {
2680
+ "stability": "stable"
2681
+ },
2682
+ "locationInModule": {
2683
+ "filename": "src/provider/index.ts",
2684
+ "line": 94
2685
+ },
2686
+ "name": "synthesizeAttributes",
2687
+ "overrides": "cdktf.TerraformProvider",
2688
+ "protected": true,
2689
+ "returns": {
2690
+ "type": {
2691
+ "collection": {
2692
+ "elementtype": {
2693
+ "primitive": "any"
2694
+ },
2695
+ "kind": "map"
2696
+ }
2697
+ }
2698
+ }
2699
+ }
2700
+ ],
2701
+ "name": "AcmeProvider",
2702
+ "namespace": "provider",
2703
+ "properties": [
2704
+ {
2705
+ "const": true,
2706
+ "docs": {
2707
+ "stability": "stable"
2708
+ },
2709
+ "immutable": true,
2710
+ "locationInModule": {
2711
+ "filename": "src/provider/index.ts",
2712
+ "line": 30
2713
+ },
2714
+ "name": "tfResourceType",
2715
+ "static": true,
2716
+ "type": {
2717
+ "primitive": "string"
2718
+ }
2719
+ },
2720
+ {
2721
+ "docs": {
2722
+ "stability": "stable"
2723
+ },
2724
+ "immutable": true,
2725
+ "locationInModule": {
2726
+ "filename": "src/provider/index.ts",
2727
+ "line": 86
2728
+ },
2729
+ "name": "aliasInput",
2730
+ "optional": true,
2731
+ "type": {
2732
+ "primitive": "string"
2733
+ }
2734
+ },
2735
+ {
2736
+ "docs": {
2737
+ "stability": "stable"
2738
+ },
2739
+ "immutable": true,
2740
+ "locationInModule": {
2741
+ "filename": "src/provider/index.ts",
2742
+ "line": 70
2743
+ },
2744
+ "name": "serverUrlInput",
2745
+ "optional": true,
2746
+ "type": {
2747
+ "primitive": "string"
2748
+ }
2749
+ },
2750
+ {
2751
+ "docs": {
2752
+ "stability": "stable"
2753
+ },
2754
+ "locationInModule": {
2755
+ "filename": "src/provider/index.ts",
2756
+ "line": 76
2757
+ },
2758
+ "name": "alias",
2759
+ "optional": true,
2760
+ "overrides": "cdktf.TerraformProvider",
2761
+ "type": {
2762
+ "primitive": "string"
2763
+ }
2764
+ },
2765
+ {
2766
+ "docs": {
2767
+ "stability": "stable"
2768
+ },
2769
+ "locationInModule": {
2770
+ "filename": "src/provider/index.ts",
2771
+ "line": 63
2772
+ },
2773
+ "name": "serverUrl",
2774
+ "optional": true,
2775
+ "type": {
2776
+ "primitive": "string"
2777
+ }
2778
+ }
2779
+ ],
2780
+ "symbolId": "src/provider/index:AcmeProvider"
2781
+ },
2782
+ "@cdktf/provider-acme.provider.AcmeProviderConfig": {
2783
+ "assembly": "@cdktf/provider-acme",
2784
+ "datatype": true,
2785
+ "docs": {
2786
+ "stability": "stable"
2787
+ },
2788
+ "fqn": "@cdktf/provider-acme.provider.AcmeProviderConfig",
2789
+ "kind": "interface",
2790
+ "locationInModule": {
2791
+ "filename": "src/provider/index.ts",
2792
+ "line": 9
2793
+ },
2794
+ "name": "AcmeProviderConfig",
2795
+ "namespace": "provider",
2796
+ "properties": [
2797
+ {
2798
+ "abstract": true,
2799
+ "docs": {
2800
+ "stability": "stable",
2801
+ "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#server_url AcmeProvider#server_url}."
2802
+ },
2803
+ "immutable": true,
2804
+ "locationInModule": {
2805
+ "filename": "src/provider/index.ts",
2806
+ "line": 13
2807
+ },
2808
+ "name": "serverUrl",
2809
+ "type": {
2810
+ "primitive": "string"
2811
+ }
2812
+ },
2813
+ {
2814
+ "abstract": true,
2815
+ "docs": {
2816
+ "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#alias AcmeProvider#alias}",
2817
+ "stability": "stable",
2818
+ "summary": "Alias name."
2819
+ },
2820
+ "immutable": true,
2821
+ "locationInModule": {
2822
+ "filename": "src/provider/index.ts",
2823
+ "line": 19
2824
+ },
2825
+ "name": "alias",
2826
+ "optional": true,
2827
+ "type": {
2828
+ "primitive": "string"
2782
2829
  }
2783
2830
  }
2784
2831
  ],
2785
- "symbolId": "src/certificate:CertificateTlsChallengeOutputReference"
2832
+ "symbolId": "src/provider/index:AcmeProviderConfig"
2786
2833
  },
2787
- "@cdktf/provider-acme.Registration": {
2834
+ "@cdktf/provider-acme.registration.Registration": {
2788
2835
  "assembly": "@cdktf/provider-acme",
2789
2836
  "base": "cdktf.TerraformResource",
2790
2837
  "docs": {
2791
2838
  "stability": "stable",
2792
2839
  "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration}."
2793
2840
  },
2794
- "fqn": "@cdktf/provider-acme.Registration",
2841
+ "fqn": "@cdktf/provider-acme.registration.Registration",
2795
2842
  "initializer": {
2796
2843
  "docs": {
2797
2844
  "stability": "stable",
2798
2845
  "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration} Resource."
2799
2846
  },
2800
2847
  "locationInModule": {
2801
- "filename": "src/registration.ts",
2848
+ "filename": "src/registration/index.ts",
2802
2849
  "line": 140
2803
2850
  },
2804
2851
  "parameters": [
@@ -2824,14 +2871,14 @@
2824
2871
  {
2825
2872
  "name": "config",
2826
2873
  "type": {
2827
- "fqn": "@cdktf/provider-acme.RegistrationConfig"
2874
+ "fqn": "@cdktf/provider-acme.registration.RegistrationConfig"
2828
2875
  }
2829
2876
  }
2830
2877
  ]
2831
2878
  },
2832
2879
  "kind": "class",
2833
2880
  "locationInModule": {
2834
- "filename": "src/registration.ts",
2881
+ "filename": "src/registration/index.ts",
2835
2882
  "line": 122
2836
2883
  },
2837
2884
  "methods": [
@@ -2840,7 +2887,7 @@
2840
2887
  "stability": "stable"
2841
2888
  },
2842
2889
  "locationInModule": {
2843
- "filename": "src/registration.ts",
2890
+ "filename": "src/registration/index.ts",
2844
2891
  "line": 218
2845
2892
  },
2846
2893
  "name": "putExternalAccountBinding",
@@ -2848,7 +2895,7 @@
2848
2895
  {
2849
2896
  "name": "value",
2850
2897
  "type": {
2851
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
2898
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBinding"
2852
2899
  }
2853
2900
  }
2854
2901
  ]
@@ -2858,7 +2905,7 @@
2858
2905
  "stability": "stable"
2859
2906
  },
2860
2907
  "locationInModule": {
2861
- "filename": "src/registration.ts",
2908
+ "filename": "src/registration/index.ts",
2862
2909
  "line": 221
2863
2910
  },
2864
2911
  "name": "resetExternalAccountBinding"
@@ -2868,7 +2915,7 @@
2868
2915
  "stability": "stable"
2869
2916
  },
2870
2917
  "locationInModule": {
2871
- "filename": "src/registration.ts",
2918
+ "filename": "src/registration/index.ts",
2872
2919
  "line": 200
2873
2920
  },
2874
2921
  "name": "resetId"
@@ -2878,7 +2925,7 @@
2878
2925
  "stability": "stable"
2879
2926
  },
2880
2927
  "locationInModule": {
2881
- "filename": "src/registration.ts",
2928
+ "filename": "src/registration/index.ts",
2882
2929
  "line": 233
2883
2930
  },
2884
2931
  "name": "synthesizeAttributes",
@@ -2897,6 +2944,7 @@
2897
2944
  }
2898
2945
  ],
2899
2946
  "name": "Registration",
2947
+ "namespace": "registration",
2900
2948
  "properties": [
2901
2949
  {
2902
2950
  "const": true,
@@ -2905,7 +2953,7 @@
2905
2953
  },
2906
2954
  "immutable": true,
2907
2955
  "locationInModule": {
2908
- "filename": "src/registration.ts",
2956
+ "filename": "src/registration/index.ts",
2909
2957
  "line": 127
2910
2958
  },
2911
2959
  "name": "tfResourceType",
@@ -2920,12 +2968,12 @@
2920
2968
  },
2921
2969
  "immutable": true,
2922
2970
  "locationInModule": {
2923
- "filename": "src/registration.ts",
2971
+ "filename": "src/registration/index.ts",
2924
2972
  "line": 215
2925
2973
  },
2926
2974
  "name": "externalAccountBinding",
2927
2975
  "type": {
2928
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference"
2976
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference"
2929
2977
  }
2930
2978
  },
2931
2979
  {
@@ -2934,7 +2982,7 @@
2934
2982
  },
2935
2983
  "immutable": true,
2936
2984
  "locationInModule": {
2937
- "filename": "src/registration.ts",
2985
+ "filename": "src/registration/index.ts",
2938
2986
  "line": 209
2939
2987
  },
2940
2988
  "name": "registrationUrl",
@@ -2948,7 +2996,7 @@
2948
2996
  },
2949
2997
  "immutable": true,
2950
2998
  "locationInModule": {
2951
- "filename": "src/registration.ts",
2999
+ "filename": "src/registration/index.ts",
2952
3000
  "line": 175
2953
3001
  },
2954
3002
  "name": "accountKeyPemInput",
@@ -2963,7 +3011,7 @@
2963
3011
  },
2964
3012
  "immutable": true,
2965
3013
  "locationInModule": {
2966
- "filename": "src/registration.ts",
3014
+ "filename": "src/registration/index.ts",
2967
3015
  "line": 188
2968
3016
  },
2969
3017
  "name": "emailAddressInput",
@@ -2978,13 +3026,13 @@
2978
3026
  },
2979
3027
  "immutable": true,
2980
3028
  "locationInModule": {
2981
- "filename": "src/registration.ts",
3029
+ "filename": "src/registration/index.ts",
2982
3030
  "line": 225
2983
3031
  },
2984
3032
  "name": "externalAccountBindingInput",
2985
3033
  "optional": true,
2986
3034
  "type": {
2987
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
3035
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBinding"
2988
3036
  }
2989
3037
  },
2990
3038
  {
@@ -2993,7 +3041,7 @@
2993
3041
  },
2994
3042
  "immutable": true,
2995
3043
  "locationInModule": {
2996
- "filename": "src/registration.ts",
3044
+ "filename": "src/registration/index.ts",
2997
3045
  "line": 204
2998
3046
  },
2999
3047
  "name": "idInput",
@@ -3007,7 +3055,7 @@
3007
3055
  "stability": "stable"
3008
3056
  },
3009
3057
  "locationInModule": {
3010
- "filename": "src/registration.ts",
3058
+ "filename": "src/registration/index.ts",
3011
3059
  "line": 168
3012
3060
  },
3013
3061
  "name": "accountKeyPem",
@@ -3020,7 +3068,7 @@
3020
3068
  "stability": "stable"
3021
3069
  },
3022
3070
  "locationInModule": {
3023
- "filename": "src/registration.ts",
3071
+ "filename": "src/registration/index.ts",
3024
3072
  "line": 181
3025
3073
  },
3026
3074
  "name": "emailAddress",
@@ -3033,7 +3081,7 @@
3033
3081
  "stability": "stable"
3034
3082
  },
3035
3083
  "locationInModule": {
3036
- "filename": "src/registration.ts",
3084
+ "filename": "src/registration/index.ts",
3037
3085
  "line": 194
3038
3086
  },
3039
3087
  "name": "id",
@@ -3042,24 +3090,25 @@
3042
3090
  }
3043
3091
  }
3044
3092
  ],
3045
- "symbolId": "src/registration:Registration"
3093
+ "symbolId": "src/registration/index:Registration"
3046
3094
  },
3047
- "@cdktf/provider-acme.RegistrationConfig": {
3095
+ "@cdktf/provider-acme.registration.RegistrationConfig": {
3048
3096
  "assembly": "@cdktf/provider-acme",
3049
3097
  "datatype": true,
3050
3098
  "docs": {
3051
3099
  "stability": "stable"
3052
3100
  },
3053
- "fqn": "@cdktf/provider-acme.RegistrationConfig",
3101
+ "fqn": "@cdktf/provider-acme.registration.RegistrationConfig",
3054
3102
  "interfaces": [
3055
3103
  "cdktf.TerraformMetaArguments"
3056
3104
  ],
3057
3105
  "kind": "interface",
3058
3106
  "locationInModule": {
3059
- "filename": "src/registration.ts",
3107
+ "filename": "src/registration/index.ts",
3060
3108
  "line": 9
3061
3109
  },
3062
3110
  "name": "RegistrationConfig",
3111
+ "namespace": "registration",
3063
3112
  "properties": [
3064
3113
  {
3065
3114
  "abstract": true,
@@ -3069,7 +3118,7 @@
3069
3118
  },
3070
3119
  "immutable": true,
3071
3120
  "locationInModule": {
3072
- "filename": "src/registration.ts",
3121
+ "filename": "src/registration/index.ts",
3073
3122
  "line": 13
3074
3123
  },
3075
3124
  "name": "accountKeyPem",
@@ -3085,7 +3134,7 @@
3085
3134
  },
3086
3135
  "immutable": true,
3087
3136
  "locationInModule": {
3088
- "filename": "src/registration.ts",
3137
+ "filename": "src/registration/index.ts",
3089
3138
  "line": 17
3090
3139
  },
3091
3140
  "name": "emailAddress",
@@ -3102,13 +3151,13 @@
3102
3151
  },
3103
3152
  "immutable": true,
3104
3153
  "locationInModule": {
3105
- "filename": "src/registration.ts",
3154
+ "filename": "src/registration/index.ts",
3106
3155
  "line": 30
3107
3156
  },
3108
3157
  "name": "externalAccountBinding",
3109
3158
  "optional": true,
3110
3159
  "type": {
3111
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
3160
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBinding"
3112
3161
  }
3113
3162
  },
3114
3163
  {
@@ -3120,7 +3169,7 @@
3120
3169
  },
3121
3170
  "immutable": true,
3122
3171
  "locationInModule": {
3123
- "filename": "src/registration.ts",
3172
+ "filename": "src/registration/index.ts",
3124
3173
  "line": 24
3125
3174
  },
3126
3175
  "name": "id",
@@ -3130,21 +3179,22 @@
3130
3179
  }
3131
3180
  }
3132
3181
  ],
3133
- "symbolId": "src/registration:RegistrationConfig"
3182
+ "symbolId": "src/registration/index:RegistrationConfig"
3134
3183
  },
3135
- "@cdktf/provider-acme.RegistrationExternalAccountBinding": {
3184
+ "@cdktf/provider-acme.registration.RegistrationExternalAccountBinding": {
3136
3185
  "assembly": "@cdktf/provider-acme",
3137
3186
  "datatype": true,
3138
3187
  "docs": {
3139
3188
  "stability": "stable"
3140
3189
  },
3141
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding",
3190
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBinding",
3142
3191
  "kind": "interface",
3143
3192
  "locationInModule": {
3144
- "filename": "src/registration.ts",
3193
+ "filename": "src/registration/index.ts",
3145
3194
  "line": 32
3146
3195
  },
3147
3196
  "name": "RegistrationExternalAccountBinding",
3197
+ "namespace": "registration",
3148
3198
  "properties": [
3149
3199
  {
3150
3200
  "abstract": true,
@@ -3154,7 +3204,7 @@
3154
3204
  },
3155
3205
  "immutable": true,
3156
3206
  "locationInModule": {
3157
- "filename": "src/registration.ts",
3207
+ "filename": "src/registration/index.ts",
3158
3208
  "line": 36
3159
3209
  },
3160
3210
  "name": "hmacBase64",
@@ -3170,7 +3220,7 @@
3170
3220
  },
3171
3221
  "immutable": true,
3172
3222
  "locationInModule": {
3173
- "filename": "src/registration.ts",
3223
+ "filename": "src/registration/index.ts",
3174
3224
  "line": 40
3175
3225
  },
3176
3226
  "name": "keyId",
@@ -3179,21 +3229,21 @@
3179
3229
  }
3180
3230
  }
3181
3231
  ],
3182
- "symbolId": "src/registration:RegistrationExternalAccountBinding"
3232
+ "symbolId": "src/registration/index:RegistrationExternalAccountBinding"
3183
3233
  },
3184
- "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference": {
3234
+ "@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference": {
3185
3235
  "assembly": "@cdktf/provider-acme",
3186
3236
  "base": "cdktf.ComplexObject",
3187
3237
  "docs": {
3188
3238
  "stability": "stable"
3189
3239
  },
3190
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference",
3240
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference",
3191
3241
  "initializer": {
3192
3242
  "docs": {
3193
3243
  "stability": "stable"
3194
3244
  },
3195
3245
  "locationInModule": {
3196
- "filename": "src/registration.ts",
3246
+ "filename": "src/registration/index.ts",
3197
3247
  "line": 61
3198
3248
  },
3199
3249
  "parameters": [
@@ -3219,10 +3269,11 @@
3219
3269
  },
3220
3270
  "kind": "class",
3221
3271
  "locationInModule": {
3222
- "filename": "src/registration.ts",
3272
+ "filename": "src/registration/index.ts",
3223
3273
  "line": 54
3224
3274
  },
3225
3275
  "name": "RegistrationExternalAccountBindingOutputReference",
3276
+ "namespace": "registration",
3226
3277
  "properties": [
3227
3278
  {
3228
3279
  "docs": {
@@ -3230,7 +3281,7 @@
3230
3281
  },
3231
3282
  "immutable": true,
3232
3283
  "locationInModule": {
3233
- "filename": "src/registration.ts",
3284
+ "filename": "src/registration/index.ts",
3234
3285
  "line": 101
3235
3286
  },
3236
3287
  "name": "hmacBase64Input",
@@ -3245,7 +3296,7 @@
3245
3296
  },
3246
3297
  "immutable": true,
3247
3298
  "locationInModule": {
3248
- "filename": "src/registration.ts",
3299
+ "filename": "src/registration/index.ts",
3249
3300
  "line": 114
3250
3301
  },
3251
3302
  "name": "keyIdInput",
@@ -3259,7 +3310,7 @@
3259
3310
  "stability": "stable"
3260
3311
  },
3261
3312
  "locationInModule": {
3262
- "filename": "src/registration.ts",
3313
+ "filename": "src/registration/index.ts",
3263
3314
  "line": 94
3264
3315
  },
3265
3316
  "name": "hmacBase64",
@@ -3272,7 +3323,7 @@
3272
3323
  "stability": "stable"
3273
3324
  },
3274
3325
  "locationInModule": {
3275
- "filename": "src/registration.ts",
3326
+ "filename": "src/registration/index.ts",
3276
3327
  "line": 107
3277
3328
  },
3278
3329
  "name": "keyId",
@@ -3285,19 +3336,19 @@
3285
3336
  "stability": "stable"
3286
3337
  },
3287
3338
  "locationInModule": {
3288
- "filename": "src/registration.ts",
3339
+ "filename": "src/registration/index.ts",
3289
3340
  "line": 65
3290
3341
  },
3291
3342
  "name": "internalValue",
3292
3343
  "optional": true,
3293
3344
  "type": {
3294
- "fqn": "@cdktf/provider-acme.RegistrationExternalAccountBinding"
3345
+ "fqn": "@cdktf/provider-acme.registration.RegistrationExternalAccountBinding"
3295
3346
  }
3296
3347
  }
3297
3348
  ],
3298
- "symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
3349
+ "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3299
3350
  }
3300
3351
  },
3301
- "version": "2.0.73",
3302
- "fingerprint": "/N4SquDI3VA4NMOkPLSB1Si2nlutkTsjPEJLlWGwCds="
3352
+ "version": "3.0.0",
3353
+ "fingerprint": "DhkKiistMDF7DH8YSZVw51f2lqpqPTVhxGJc6LrsJ9M="
3303
3354
  }