@cdktn/provider-http 10.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii ADDED
@@ -0,0 +1,1549 @@
1
+ {
2
+ "author": {
3
+ "name": "CDK Terrain Maintainers",
4
+ "organization": true,
5
+ "roles": [
6
+ "author"
7
+ ],
8
+ "url": "https://cdktn.io"
9
+ },
10
+ "dependencies": {
11
+ "cdktf": "^0.21.0",
12
+ "constructs": "^10.4.2"
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 http Provider for Terraform CDK (cdktf)",
71
+ "docs": {
72
+ "stability": "stable"
73
+ },
74
+ "homepage": "https://github.com/cdktn-io/cdktn-provider-http.git",
75
+ "jsiiVersion": "5.8.22 (build 160a3ef)",
76
+ "keywords": [
77
+ "cdk",
78
+ "cdktf",
79
+ "http",
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": "@cdktn/provider-http",
93
+ "readme": {
94
+ "markdown": "\n# CDKTF prebuilt bindings for hashicorp/http provider version 3.5.0\n\nThis repo builds and publishes the [Terraform http provider](https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-http](https://www.npmjs.com/package/@cdktn/provider-http).\n\n`npm install @cdktn/provider-http`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-http](https://pypi.org/project/cdktn-provider-http).\n\n`pipenv install cdktn-provider-http`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Http](https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Http).\n\n`dotnet add package Io.Cdktn.Cdktn.Providers.Http`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-http](https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-http).\n\n```\n<dependency>\n <groupId>com.Io.Cdktn</groupId>\n <artifactId>cdktn-provider-http</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-http-go`](https://github.com/cdktn-io/cdktn-provider-http-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-http-go/http/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-http-go/blob/main/http/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-http).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform http provider version 1:1. In fact, it always tracks `latest` of `~> 3.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf) - Last official release\n- [Terraform http provider](https://registry.terraform.io/providers/hashicorp/http/3.5.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
95
+ },
96
+ "repository": {
97
+ "type": "git",
98
+ "url": "https://github.com/cdktn-io/cdktn-provider-http.git"
99
+ },
100
+ "schema": "jsii/0.10.0",
101
+ "submodules": {
102
+ "@cdktn/provider-http.dataHttp": {
103
+ "locationInModule": {
104
+ "filename": "src/index.ts",
105
+ "line": 7
106
+ },
107
+ "readme": {
108
+ "markdown": "# `data_http`\n\nRefer to the Terraform Registry for docs: [`data_http`](https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http).\n"
109
+ },
110
+ "symbolId": "src/data-http/index:"
111
+ },
112
+ "@cdktn/provider-http.provider": {
113
+ "locationInModule": {
114
+ "filename": "src/index.ts",
115
+ "line": 8
116
+ },
117
+ "readme": {
118
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`http`](https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs).\n"
119
+ },
120
+ "symbolId": "src/provider/index:"
121
+ }
122
+ },
123
+ "targets": {
124
+ "go": {
125
+ "moduleName": "github.com/cdktn-io/cdktn-provider-http-go",
126
+ "packageName": "http"
127
+ },
128
+ "js": {
129
+ "npm": "@cdktn/provider-http"
130
+ },
131
+ "python": {
132
+ "distName": "cdktn-provider-http",
133
+ "module": "cdktn_provider_http"
134
+ }
135
+ },
136
+ "types": {
137
+ "@cdktn/provider-http.dataHttp.DataHttp": {
138
+ "assembly": "@cdktn/provider-http",
139
+ "base": "cdktf.TerraformDataSource",
140
+ "docs": {
141
+ "stability": "stable",
142
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http http}."
143
+ },
144
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttp",
145
+ "initializer": {
146
+ "docs": {
147
+ "stability": "stable",
148
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http http} Data Source."
149
+ },
150
+ "locationInModule": {
151
+ "filename": "src/data-http/index.ts",
152
+ "line": 278
153
+ },
154
+ "parameters": [
155
+ {
156
+ "docs": {
157
+ "summary": "The scope in which to define this construct."
158
+ },
159
+ "name": "scope",
160
+ "type": {
161
+ "fqn": "constructs.Construct"
162
+ }
163
+ },
164
+ {
165
+ "docs": {
166
+ "remarks": "Must be unique amongst siblings in the same scope",
167
+ "summary": "The scoped construct ID."
168
+ },
169
+ "name": "id",
170
+ "type": {
171
+ "primitive": "string"
172
+ }
173
+ },
174
+ {
175
+ "name": "config",
176
+ "type": {
177
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpConfig"
178
+ }
179
+ }
180
+ ]
181
+ },
182
+ "kind": "class",
183
+ "locationInModule": {
184
+ "filename": "src/data-http/index.ts",
185
+ "line": 246
186
+ },
187
+ "methods": [
188
+ {
189
+ "docs": {
190
+ "stability": "stable",
191
+ "summary": "Generates CDKTF code for importing a DataHttp resource upon running \"cdktf plan <stack-name>\"."
192
+ },
193
+ "locationInModule": {
194
+ "filename": "src/data-http/index.ts",
195
+ "line": 263
196
+ },
197
+ "name": "generateConfigForImport",
198
+ "parameters": [
199
+ {
200
+ "docs": {
201
+ "summary": "The scope in which to define this construct."
202
+ },
203
+ "name": "scope",
204
+ "type": {
205
+ "fqn": "constructs.Construct"
206
+ }
207
+ },
208
+ {
209
+ "docs": {
210
+ "summary": "The construct id used in the generated config for the DataHttp to import."
211
+ },
212
+ "name": "importToId",
213
+ "type": {
214
+ "primitive": "string"
215
+ }
216
+ },
217
+ {
218
+ "docs": {
219
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#import import section} in the documentation of this resource for the id to use",
220
+ "summary": "The id of the existing DataHttp that should be imported."
221
+ },
222
+ "name": "importFromId",
223
+ "type": {
224
+ "primitive": "string"
225
+ }
226
+ },
227
+ {
228
+ "docs": {
229
+ "summary": "? Optional instance of the provider where the DataHttp to import is found."
230
+ },
231
+ "name": "provider",
232
+ "optional": true,
233
+ "type": {
234
+ "fqn": "cdktf.TerraformProvider"
235
+ }
236
+ }
237
+ ],
238
+ "returns": {
239
+ "type": {
240
+ "fqn": "cdktf.ImportableResource"
241
+ }
242
+ },
243
+ "static": true
244
+ },
245
+ {
246
+ "docs": {
247
+ "stability": "stable"
248
+ },
249
+ "locationInModule": {
250
+ "filename": "src/data-http/index.ts",
251
+ "line": 487
252
+ },
253
+ "name": "putRetry",
254
+ "parameters": [
255
+ {
256
+ "name": "value",
257
+ "type": {
258
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetry"
259
+ }
260
+ }
261
+ ]
262
+ },
263
+ {
264
+ "docs": {
265
+ "stability": "stable"
266
+ },
267
+ "locationInModule": {
268
+ "filename": "src/data-http/index.ts",
269
+ "line": 323
270
+ },
271
+ "name": "resetCaCertPem"
272
+ },
273
+ {
274
+ "docs": {
275
+ "stability": "stable"
276
+ },
277
+ "locationInModule": {
278
+ "filename": "src/data-http/index.ts",
279
+ "line": 339
280
+ },
281
+ "name": "resetClientCertPem"
282
+ },
283
+ {
284
+ "docs": {
285
+ "stability": "stable"
286
+ },
287
+ "locationInModule": {
288
+ "filename": "src/data-http/index.ts",
289
+ "line": 355
290
+ },
291
+ "name": "resetClientKeyPem"
292
+ },
293
+ {
294
+ "docs": {
295
+ "stability": "stable"
296
+ },
297
+ "locationInModule": {
298
+ "filename": "src/data-http/index.ts",
299
+ "line": 376
300
+ },
301
+ "name": "resetInsecure"
302
+ },
303
+ {
304
+ "docs": {
305
+ "stability": "stable"
306
+ },
307
+ "locationInModule": {
308
+ "filename": "src/data-http/index.ts",
309
+ "line": 392
310
+ },
311
+ "name": "resetMethod"
312
+ },
313
+ {
314
+ "docs": {
315
+ "stability": "stable"
316
+ },
317
+ "locationInModule": {
318
+ "filename": "src/data-http/index.ts",
319
+ "line": 408
320
+ },
321
+ "name": "resetRequestBody"
322
+ },
323
+ {
324
+ "docs": {
325
+ "stability": "stable"
326
+ },
327
+ "locationInModule": {
328
+ "filename": "src/data-http/index.ts",
329
+ "line": 424
330
+ },
331
+ "name": "resetRequestHeaders"
332
+ },
333
+ {
334
+ "docs": {
335
+ "stability": "stable"
336
+ },
337
+ "locationInModule": {
338
+ "filename": "src/data-http/index.ts",
339
+ "line": 440
340
+ },
341
+ "name": "resetRequestTimeoutMs"
342
+ },
343
+ {
344
+ "docs": {
345
+ "stability": "stable"
346
+ },
347
+ "locationInModule": {
348
+ "filename": "src/data-http/index.ts",
349
+ "line": 490
350
+ },
351
+ "name": "resetRetry"
352
+ },
353
+ {
354
+ "docs": {
355
+ "stability": "stable"
356
+ },
357
+ "locationInModule": {
358
+ "filename": "src/data-http/index.ts",
359
+ "line": 502
360
+ },
361
+ "name": "synthesizeAttributes",
362
+ "overrides": "cdktf.TerraformDataSource",
363
+ "protected": true,
364
+ "returns": {
365
+ "type": {
366
+ "collection": {
367
+ "elementtype": {
368
+ "primitive": "any"
369
+ },
370
+ "kind": "map"
371
+ }
372
+ }
373
+ }
374
+ },
375
+ {
376
+ "docs": {
377
+ "stability": "stable"
378
+ },
379
+ "locationInModule": {
380
+ "filename": "src/data-http/index.ts",
381
+ "line": 517
382
+ },
383
+ "name": "synthesizeHclAttributes",
384
+ "overrides": "cdktf.TerraformDataSource",
385
+ "protected": true,
386
+ "returns": {
387
+ "type": {
388
+ "collection": {
389
+ "elementtype": {
390
+ "primitive": "any"
391
+ },
392
+ "kind": "map"
393
+ }
394
+ }
395
+ }
396
+ }
397
+ ],
398
+ "name": "DataHttp",
399
+ "namespace": "dataHttp",
400
+ "properties": [
401
+ {
402
+ "const": true,
403
+ "docs": {
404
+ "stability": "stable"
405
+ },
406
+ "immutable": true,
407
+ "locationInModule": {
408
+ "filename": "src/data-http/index.ts",
409
+ "line": 251
410
+ },
411
+ "name": "tfResourceType",
412
+ "static": true,
413
+ "type": {
414
+ "primitive": "string"
415
+ }
416
+ },
417
+ {
418
+ "docs": {
419
+ "stability": "stable"
420
+ },
421
+ "immutable": true,
422
+ "locationInModule": {
423
+ "filename": "src/data-http/index.ts",
424
+ "line": 311
425
+ },
426
+ "name": "body",
427
+ "type": {
428
+ "primitive": "string"
429
+ }
430
+ },
431
+ {
432
+ "docs": {
433
+ "stability": "stable"
434
+ },
435
+ "immutable": true,
436
+ "locationInModule": {
437
+ "filename": "src/data-http/index.ts",
438
+ "line": 364
439
+ },
440
+ "name": "id",
441
+ "type": {
442
+ "primitive": "string"
443
+ }
444
+ },
445
+ {
446
+ "docs": {
447
+ "stability": "stable"
448
+ },
449
+ "immutable": true,
450
+ "locationInModule": {
451
+ "filename": "src/data-http/index.ts",
452
+ "line": 449
453
+ },
454
+ "name": "responseBody",
455
+ "type": {
456
+ "primitive": "string"
457
+ }
458
+ },
459
+ {
460
+ "docs": {
461
+ "stability": "stable"
462
+ },
463
+ "immutable": true,
464
+ "locationInModule": {
465
+ "filename": "src/data-http/index.ts",
466
+ "line": 454
467
+ },
468
+ "name": "responseBodyBase64",
469
+ "type": {
470
+ "primitive": "string"
471
+ }
472
+ },
473
+ {
474
+ "docs": {
475
+ "stability": "stable"
476
+ },
477
+ "immutable": true,
478
+ "locationInModule": {
479
+ "filename": "src/data-http/index.ts",
480
+ "line": 460
481
+ },
482
+ "name": "responseHeaders",
483
+ "type": {
484
+ "fqn": "cdktf.StringMap"
485
+ }
486
+ },
487
+ {
488
+ "docs": {
489
+ "stability": "stable"
490
+ },
491
+ "immutable": true,
492
+ "locationInModule": {
493
+ "filename": "src/data-http/index.ts",
494
+ "line": 484
495
+ },
496
+ "name": "retry",
497
+ "type": {
498
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetryOutputReference"
499
+ }
500
+ },
501
+ {
502
+ "docs": {
503
+ "stability": "stable"
504
+ },
505
+ "immutable": true,
506
+ "locationInModule": {
507
+ "filename": "src/data-http/index.ts",
508
+ "line": 465
509
+ },
510
+ "name": "statusCode",
511
+ "type": {
512
+ "primitive": "number"
513
+ }
514
+ },
515
+ {
516
+ "docs": {
517
+ "stability": "stable"
518
+ },
519
+ "immutable": true,
520
+ "locationInModule": {
521
+ "filename": "src/data-http/index.ts",
522
+ "line": 327
523
+ },
524
+ "name": "caCertPemInput",
525
+ "optional": true,
526
+ "type": {
527
+ "primitive": "string"
528
+ }
529
+ },
530
+ {
531
+ "docs": {
532
+ "stability": "stable"
533
+ },
534
+ "immutable": true,
535
+ "locationInModule": {
536
+ "filename": "src/data-http/index.ts",
537
+ "line": 343
538
+ },
539
+ "name": "clientCertPemInput",
540
+ "optional": true,
541
+ "type": {
542
+ "primitive": "string"
543
+ }
544
+ },
545
+ {
546
+ "docs": {
547
+ "stability": "stable"
548
+ },
549
+ "immutable": true,
550
+ "locationInModule": {
551
+ "filename": "src/data-http/index.ts",
552
+ "line": 359
553
+ },
554
+ "name": "clientKeyPemInput",
555
+ "optional": true,
556
+ "type": {
557
+ "primitive": "string"
558
+ }
559
+ },
560
+ {
561
+ "docs": {
562
+ "stability": "stable"
563
+ },
564
+ "immutable": true,
565
+ "locationInModule": {
566
+ "filename": "src/data-http/index.ts",
567
+ "line": 380
568
+ },
569
+ "name": "insecureInput",
570
+ "optional": true,
571
+ "type": {
572
+ "union": {
573
+ "types": [
574
+ {
575
+ "primitive": "boolean"
576
+ },
577
+ {
578
+ "fqn": "cdktf.IResolvable"
579
+ }
580
+ ]
581
+ }
582
+ }
583
+ },
584
+ {
585
+ "docs": {
586
+ "stability": "stable"
587
+ },
588
+ "immutable": true,
589
+ "locationInModule": {
590
+ "filename": "src/data-http/index.ts",
591
+ "line": 396
592
+ },
593
+ "name": "methodInput",
594
+ "optional": true,
595
+ "type": {
596
+ "primitive": "string"
597
+ }
598
+ },
599
+ {
600
+ "docs": {
601
+ "stability": "stable"
602
+ },
603
+ "immutable": true,
604
+ "locationInModule": {
605
+ "filename": "src/data-http/index.ts",
606
+ "line": 412
607
+ },
608
+ "name": "requestBodyInput",
609
+ "optional": true,
610
+ "type": {
611
+ "primitive": "string"
612
+ }
613
+ },
614
+ {
615
+ "docs": {
616
+ "stability": "stable"
617
+ },
618
+ "immutable": true,
619
+ "locationInModule": {
620
+ "filename": "src/data-http/index.ts",
621
+ "line": 428
622
+ },
623
+ "name": "requestHeadersInput",
624
+ "optional": true,
625
+ "type": {
626
+ "collection": {
627
+ "elementtype": {
628
+ "primitive": "string"
629
+ },
630
+ "kind": "map"
631
+ }
632
+ }
633
+ },
634
+ {
635
+ "docs": {
636
+ "stability": "stable"
637
+ },
638
+ "immutable": true,
639
+ "locationInModule": {
640
+ "filename": "src/data-http/index.ts",
641
+ "line": 444
642
+ },
643
+ "name": "requestTimeoutMsInput",
644
+ "optional": true,
645
+ "type": {
646
+ "primitive": "number"
647
+ }
648
+ },
649
+ {
650
+ "docs": {
651
+ "stability": "stable"
652
+ },
653
+ "immutable": true,
654
+ "locationInModule": {
655
+ "filename": "src/data-http/index.ts",
656
+ "line": 494
657
+ },
658
+ "name": "retryInput",
659
+ "optional": true,
660
+ "type": {
661
+ "union": {
662
+ "types": [
663
+ {
664
+ "fqn": "cdktf.IResolvable"
665
+ },
666
+ {
667
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetry"
668
+ }
669
+ ]
670
+ }
671
+ }
672
+ },
673
+ {
674
+ "docs": {
675
+ "stability": "stable"
676
+ },
677
+ "immutable": true,
678
+ "locationInModule": {
679
+ "filename": "src/data-http/index.ts",
680
+ "line": 478
681
+ },
682
+ "name": "urlInput",
683
+ "optional": true,
684
+ "type": {
685
+ "primitive": "string"
686
+ }
687
+ },
688
+ {
689
+ "docs": {
690
+ "stability": "stable"
691
+ },
692
+ "locationInModule": {
693
+ "filename": "src/data-http/index.ts",
694
+ "line": 317
695
+ },
696
+ "name": "caCertPem",
697
+ "type": {
698
+ "primitive": "string"
699
+ }
700
+ },
701
+ {
702
+ "docs": {
703
+ "stability": "stable"
704
+ },
705
+ "locationInModule": {
706
+ "filename": "src/data-http/index.ts",
707
+ "line": 333
708
+ },
709
+ "name": "clientCertPem",
710
+ "type": {
711
+ "primitive": "string"
712
+ }
713
+ },
714
+ {
715
+ "docs": {
716
+ "stability": "stable"
717
+ },
718
+ "locationInModule": {
719
+ "filename": "src/data-http/index.ts",
720
+ "line": 349
721
+ },
722
+ "name": "clientKeyPem",
723
+ "type": {
724
+ "primitive": "string"
725
+ }
726
+ },
727
+ {
728
+ "docs": {
729
+ "stability": "stable"
730
+ },
731
+ "locationInModule": {
732
+ "filename": "src/data-http/index.ts",
733
+ "line": 370
734
+ },
735
+ "name": "insecure",
736
+ "type": {
737
+ "union": {
738
+ "types": [
739
+ {
740
+ "primitive": "boolean"
741
+ },
742
+ {
743
+ "fqn": "cdktf.IResolvable"
744
+ }
745
+ ]
746
+ }
747
+ }
748
+ },
749
+ {
750
+ "docs": {
751
+ "stability": "stable"
752
+ },
753
+ "locationInModule": {
754
+ "filename": "src/data-http/index.ts",
755
+ "line": 386
756
+ },
757
+ "name": "method",
758
+ "type": {
759
+ "primitive": "string"
760
+ }
761
+ },
762
+ {
763
+ "docs": {
764
+ "stability": "stable"
765
+ },
766
+ "locationInModule": {
767
+ "filename": "src/data-http/index.ts",
768
+ "line": 402
769
+ },
770
+ "name": "requestBody",
771
+ "type": {
772
+ "primitive": "string"
773
+ }
774
+ },
775
+ {
776
+ "docs": {
777
+ "stability": "stable"
778
+ },
779
+ "locationInModule": {
780
+ "filename": "src/data-http/index.ts",
781
+ "line": 418
782
+ },
783
+ "name": "requestHeaders",
784
+ "type": {
785
+ "collection": {
786
+ "elementtype": {
787
+ "primitive": "string"
788
+ },
789
+ "kind": "map"
790
+ }
791
+ }
792
+ },
793
+ {
794
+ "docs": {
795
+ "stability": "stable"
796
+ },
797
+ "locationInModule": {
798
+ "filename": "src/data-http/index.ts",
799
+ "line": 434
800
+ },
801
+ "name": "requestTimeoutMs",
802
+ "type": {
803
+ "primitive": "number"
804
+ }
805
+ },
806
+ {
807
+ "docs": {
808
+ "stability": "stable"
809
+ },
810
+ "locationInModule": {
811
+ "filename": "src/data-http/index.ts",
812
+ "line": 471
813
+ },
814
+ "name": "url",
815
+ "type": {
816
+ "primitive": "string"
817
+ }
818
+ }
819
+ ],
820
+ "symbolId": "src/data-http/index:DataHttp"
821
+ },
822
+ "@cdktn/provider-http.dataHttp.DataHttpConfig": {
823
+ "assembly": "@cdktn/provider-http",
824
+ "datatype": true,
825
+ "docs": {
826
+ "stability": "stable"
827
+ },
828
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpConfig",
829
+ "interfaces": [
830
+ "cdktf.TerraformMetaArguments"
831
+ ],
832
+ "kind": "interface",
833
+ "locationInModule": {
834
+ "filename": "src/data-http/index.ts",
835
+ "line": 14
836
+ },
837
+ "name": "DataHttpConfig",
838
+ "namespace": "dataHttp",
839
+ "properties": [
840
+ {
841
+ "abstract": true,
842
+ "docs": {
843
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#url DataHttp#url}",
844
+ "stability": "stable",
845
+ "summary": "The URL for the request. Supported schemes are `http` and `https`."
846
+ },
847
+ "immutable": true,
848
+ "locationInModule": {
849
+ "filename": "src/data-http/index.ts",
850
+ "line": 68
851
+ },
852
+ "name": "url",
853
+ "type": {
854
+ "primitive": "string"
855
+ }
856
+ },
857
+ {
858
+ "abstract": true,
859
+ "docs": {
860
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#ca_cert_pem DataHttp#ca_cert_pem}",
861
+ "stability": "stable",
862
+ "summary": "Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
863
+ },
864
+ "immutable": true,
865
+ "locationInModule": {
866
+ "filename": "src/data-http/index.ts",
867
+ "line": 20
868
+ },
869
+ "name": "caCertPem",
870
+ "optional": true,
871
+ "type": {
872
+ "primitive": "string"
873
+ }
874
+ },
875
+ {
876
+ "abstract": true,
877
+ "docs": {
878
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#client_cert_pem DataHttp#client_cert_pem}",
879
+ "stability": "stable",
880
+ "summary": "Client certificate in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
881
+ },
882
+ "immutable": true,
883
+ "locationInModule": {
884
+ "filename": "src/data-http/index.ts",
885
+ "line": 26
886
+ },
887
+ "name": "clientCertPem",
888
+ "optional": true,
889
+ "type": {
890
+ "primitive": "string"
891
+ }
892
+ },
893
+ {
894
+ "abstract": true,
895
+ "docs": {
896
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#client_key_pem DataHttp#client_key_pem}",
897
+ "stability": "stable",
898
+ "summary": "Client key in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
899
+ },
900
+ "immutable": true,
901
+ "locationInModule": {
902
+ "filename": "src/data-http/index.ts",
903
+ "line": 32
904
+ },
905
+ "name": "clientKeyPem",
906
+ "optional": true,
907
+ "type": {
908
+ "primitive": "string"
909
+ }
910
+ },
911
+ {
912
+ "abstract": true,
913
+ "docs": {
914
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#insecure DataHttp#insecure}",
915
+ "stability": "stable",
916
+ "summary": "Disables verification of the server's certificate chain and hostname. Defaults to `false`."
917
+ },
918
+ "immutable": true,
919
+ "locationInModule": {
920
+ "filename": "src/data-http/index.ts",
921
+ "line": 38
922
+ },
923
+ "name": "insecure",
924
+ "optional": true,
925
+ "type": {
926
+ "union": {
927
+ "types": [
928
+ {
929
+ "primitive": "boolean"
930
+ },
931
+ {
932
+ "fqn": "cdktf.IResolvable"
933
+ }
934
+ ]
935
+ }
936
+ }
937
+ },
938
+ {
939
+ "abstract": true,
940
+ "docs": {
941
+ "remarks": "Allowed methods are a subset of methods defined in [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-4.3) namely, `GET`, `HEAD`, and `POST`. `POST` support is only intended for read-only URLs, such as submitting a search.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#method DataHttp#method}",
942
+ "stability": "stable",
943
+ "summary": "The HTTP Method for the request."
944
+ },
945
+ "immutable": true,
946
+ "locationInModule": {
947
+ "filename": "src/data-http/index.ts",
948
+ "line": 44
949
+ },
950
+ "name": "method",
951
+ "optional": true,
952
+ "type": {
953
+ "primitive": "string"
954
+ }
955
+ },
956
+ {
957
+ "abstract": true,
958
+ "docs": {
959
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#request_body DataHttp#request_body}",
960
+ "stability": "stable",
961
+ "summary": "The request body as a string."
962
+ },
963
+ "immutable": true,
964
+ "locationInModule": {
965
+ "filename": "src/data-http/index.ts",
966
+ "line": 50
967
+ },
968
+ "name": "requestBody",
969
+ "optional": true,
970
+ "type": {
971
+ "primitive": "string"
972
+ }
973
+ },
974
+ {
975
+ "abstract": true,
976
+ "docs": {
977
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#request_headers DataHttp#request_headers}",
978
+ "stability": "stable",
979
+ "summary": "A map of request header field names and values."
980
+ },
981
+ "immutable": true,
982
+ "locationInModule": {
983
+ "filename": "src/data-http/index.ts",
984
+ "line": 56
985
+ },
986
+ "name": "requestHeaders",
987
+ "optional": true,
988
+ "type": {
989
+ "collection": {
990
+ "elementtype": {
991
+ "primitive": "string"
992
+ },
993
+ "kind": "map"
994
+ }
995
+ }
996
+ },
997
+ {
998
+ "abstract": true,
999
+ "docs": {
1000
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#request_timeout_ms DataHttp#request_timeout_ms}",
1001
+ "stability": "stable",
1002
+ "summary": "The request timeout in milliseconds."
1003
+ },
1004
+ "immutable": true,
1005
+ "locationInModule": {
1006
+ "filename": "src/data-http/index.ts",
1007
+ "line": 62
1008
+ },
1009
+ "name": "requestTimeoutMs",
1010
+ "optional": true,
1011
+ "type": {
1012
+ "primitive": "number"
1013
+ }
1014
+ },
1015
+ {
1016
+ "abstract": true,
1017
+ "docs": {
1018
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#retry DataHttp#retry}",
1019
+ "stability": "stable",
1020
+ "summary": "retry block."
1021
+ },
1022
+ "immutable": true,
1023
+ "locationInModule": {
1024
+ "filename": "src/data-http/index.ts",
1025
+ "line": 74
1026
+ },
1027
+ "name": "retry",
1028
+ "optional": true,
1029
+ "type": {
1030
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetry"
1031
+ }
1032
+ }
1033
+ ],
1034
+ "symbolId": "src/data-http/index:DataHttpConfig"
1035
+ },
1036
+ "@cdktn/provider-http.dataHttp.DataHttpRetry": {
1037
+ "assembly": "@cdktn/provider-http",
1038
+ "datatype": true,
1039
+ "docs": {
1040
+ "stability": "stable"
1041
+ },
1042
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetry",
1043
+ "kind": "interface",
1044
+ "locationInModule": {
1045
+ "filename": "src/data-http/index.ts",
1046
+ "line": 76
1047
+ },
1048
+ "name": "DataHttpRetry",
1049
+ "namespace": "dataHttp",
1050
+ "properties": [
1051
+ {
1052
+ "abstract": true,
1053
+ "docs": {
1054
+ "remarks": "For example, if 2 is specified, the request will be tried a maximum of 3 times.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#attempts DataHttp#attempts}",
1055
+ "stability": "stable",
1056
+ "summary": "The number of times the request is to be retried."
1057
+ },
1058
+ "immutable": true,
1059
+ "locationInModule": {
1060
+ "filename": "src/data-http/index.ts",
1061
+ "line": 82
1062
+ },
1063
+ "name": "attempts",
1064
+ "optional": true,
1065
+ "type": {
1066
+ "primitive": "number"
1067
+ }
1068
+ },
1069
+ {
1070
+ "abstract": true,
1071
+ "docs": {
1072
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#max_delay_ms DataHttp#max_delay_ms}",
1073
+ "stability": "stable",
1074
+ "summary": "The maximum delay between retry requests in milliseconds."
1075
+ },
1076
+ "immutable": true,
1077
+ "locationInModule": {
1078
+ "filename": "src/data-http/index.ts",
1079
+ "line": 88
1080
+ },
1081
+ "name": "maxDelayMs",
1082
+ "optional": true,
1083
+ "type": {
1084
+ "primitive": "number"
1085
+ }
1086
+ },
1087
+ {
1088
+ "abstract": true,
1089
+ "docs": {
1090
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs/data-sources/http#min_delay_ms DataHttp#min_delay_ms}",
1091
+ "stability": "stable",
1092
+ "summary": "The minimum delay between retry requests in milliseconds."
1093
+ },
1094
+ "immutable": true,
1095
+ "locationInModule": {
1096
+ "filename": "src/data-http/index.ts",
1097
+ "line": 94
1098
+ },
1099
+ "name": "minDelayMs",
1100
+ "optional": true,
1101
+ "type": {
1102
+ "primitive": "number"
1103
+ }
1104
+ }
1105
+ ],
1106
+ "symbolId": "src/data-http/index:DataHttpRetry"
1107
+ },
1108
+ "@cdktn/provider-http.dataHttp.DataHttpRetryOutputReference": {
1109
+ "assembly": "@cdktn/provider-http",
1110
+ "base": "cdktf.ComplexObject",
1111
+ "docs": {
1112
+ "stability": "stable"
1113
+ },
1114
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetryOutputReference",
1115
+ "initializer": {
1116
+ "docs": {
1117
+ "stability": "stable"
1118
+ },
1119
+ "locationInModule": {
1120
+ "filename": "src/data-http/index.ts",
1121
+ "line": 148
1122
+ },
1123
+ "parameters": [
1124
+ {
1125
+ "docs": {
1126
+ "summary": "The parent resource."
1127
+ },
1128
+ "name": "terraformResource",
1129
+ "type": {
1130
+ "fqn": "cdktf.IInterpolatingParent"
1131
+ }
1132
+ },
1133
+ {
1134
+ "docs": {
1135
+ "summary": "The attribute on the parent resource this class is referencing."
1136
+ },
1137
+ "name": "terraformAttribute",
1138
+ "type": {
1139
+ "primitive": "string"
1140
+ }
1141
+ }
1142
+ ]
1143
+ },
1144
+ "kind": "class",
1145
+ "locationInModule": {
1146
+ "filename": "src/data-http/index.ts",
1147
+ "line": 140
1148
+ },
1149
+ "methods": [
1150
+ {
1151
+ "docs": {
1152
+ "stability": "stable"
1153
+ },
1154
+ "locationInModule": {
1155
+ "filename": "src/data-http/index.ts",
1156
+ "line": 202
1157
+ },
1158
+ "name": "resetAttempts"
1159
+ },
1160
+ {
1161
+ "docs": {
1162
+ "stability": "stable"
1163
+ },
1164
+ "locationInModule": {
1165
+ "filename": "src/data-http/index.ts",
1166
+ "line": 218
1167
+ },
1168
+ "name": "resetMaxDelayMs"
1169
+ },
1170
+ {
1171
+ "docs": {
1172
+ "stability": "stable"
1173
+ },
1174
+ "locationInModule": {
1175
+ "filename": "src/data-http/index.ts",
1176
+ "line": 234
1177
+ },
1178
+ "name": "resetMinDelayMs"
1179
+ }
1180
+ ],
1181
+ "name": "DataHttpRetryOutputReference",
1182
+ "namespace": "dataHttp",
1183
+ "properties": [
1184
+ {
1185
+ "docs": {
1186
+ "stability": "stable"
1187
+ },
1188
+ "immutable": true,
1189
+ "locationInModule": {
1190
+ "filename": "src/data-http/index.ts",
1191
+ "line": 206
1192
+ },
1193
+ "name": "attemptsInput",
1194
+ "optional": true,
1195
+ "type": {
1196
+ "primitive": "number"
1197
+ }
1198
+ },
1199
+ {
1200
+ "docs": {
1201
+ "stability": "stable"
1202
+ },
1203
+ "immutable": true,
1204
+ "locationInModule": {
1205
+ "filename": "src/data-http/index.ts",
1206
+ "line": 222
1207
+ },
1208
+ "name": "maxDelayMsInput",
1209
+ "optional": true,
1210
+ "type": {
1211
+ "primitive": "number"
1212
+ }
1213
+ },
1214
+ {
1215
+ "docs": {
1216
+ "stability": "stable"
1217
+ },
1218
+ "immutable": true,
1219
+ "locationInModule": {
1220
+ "filename": "src/data-http/index.ts",
1221
+ "line": 238
1222
+ },
1223
+ "name": "minDelayMsInput",
1224
+ "optional": true,
1225
+ "type": {
1226
+ "primitive": "number"
1227
+ }
1228
+ },
1229
+ {
1230
+ "docs": {
1231
+ "stability": "stable"
1232
+ },
1233
+ "locationInModule": {
1234
+ "filename": "src/data-http/index.ts",
1235
+ "line": 196
1236
+ },
1237
+ "name": "attempts",
1238
+ "type": {
1239
+ "primitive": "number"
1240
+ }
1241
+ },
1242
+ {
1243
+ "docs": {
1244
+ "stability": "stable"
1245
+ },
1246
+ "locationInModule": {
1247
+ "filename": "src/data-http/index.ts",
1248
+ "line": 212
1249
+ },
1250
+ "name": "maxDelayMs",
1251
+ "type": {
1252
+ "primitive": "number"
1253
+ }
1254
+ },
1255
+ {
1256
+ "docs": {
1257
+ "stability": "stable"
1258
+ },
1259
+ "locationInModule": {
1260
+ "filename": "src/data-http/index.ts",
1261
+ "line": 228
1262
+ },
1263
+ "name": "minDelayMs",
1264
+ "type": {
1265
+ "primitive": "number"
1266
+ }
1267
+ },
1268
+ {
1269
+ "docs": {
1270
+ "stability": "stable"
1271
+ },
1272
+ "locationInModule": {
1273
+ "filename": "src/data-http/index.ts",
1274
+ "line": 152
1275
+ },
1276
+ "name": "internalValue",
1277
+ "optional": true,
1278
+ "type": {
1279
+ "union": {
1280
+ "types": [
1281
+ {
1282
+ "fqn": "cdktf.IResolvable"
1283
+ },
1284
+ {
1285
+ "fqn": "@cdktn/provider-http.dataHttp.DataHttpRetry"
1286
+ }
1287
+ ]
1288
+ }
1289
+ }
1290
+ }
1291
+ ],
1292
+ "symbolId": "src/data-http/index:DataHttpRetryOutputReference"
1293
+ },
1294
+ "@cdktn/provider-http.provider.HttpProvider": {
1295
+ "assembly": "@cdktn/provider-http",
1296
+ "base": "cdktf.TerraformProvider",
1297
+ "docs": {
1298
+ "stability": "stable",
1299
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs http}."
1300
+ },
1301
+ "fqn": "@cdktn/provider-http.provider.HttpProvider",
1302
+ "initializer": {
1303
+ "docs": {
1304
+ "stability": "stable",
1305
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs http} Resource."
1306
+ },
1307
+ "locationInModule": {
1308
+ "filename": "src/provider/index.ts",
1309
+ "line": 58
1310
+ },
1311
+ "parameters": [
1312
+ {
1313
+ "docs": {
1314
+ "summary": "The scope in which to define this construct."
1315
+ },
1316
+ "name": "scope",
1317
+ "type": {
1318
+ "fqn": "constructs.Construct"
1319
+ }
1320
+ },
1321
+ {
1322
+ "docs": {
1323
+ "remarks": "Must be unique amongst siblings in the same scope",
1324
+ "summary": "The scoped construct ID."
1325
+ },
1326
+ "name": "id",
1327
+ "type": {
1328
+ "primitive": "string"
1329
+ }
1330
+ },
1331
+ {
1332
+ "name": "config",
1333
+ "optional": true,
1334
+ "type": {
1335
+ "fqn": "@cdktn/provider-http.provider.HttpProviderConfig"
1336
+ }
1337
+ }
1338
+ ]
1339
+ },
1340
+ "kind": "class",
1341
+ "locationInModule": {
1342
+ "filename": "src/provider/index.ts",
1343
+ "line": 26
1344
+ },
1345
+ "methods": [
1346
+ {
1347
+ "docs": {
1348
+ "stability": "stable",
1349
+ "summary": "Generates CDKTF code for importing a HttpProvider resource upon running \"cdktf plan <stack-name>\"."
1350
+ },
1351
+ "locationInModule": {
1352
+ "filename": "src/provider/index.ts",
1353
+ "line": 43
1354
+ },
1355
+ "name": "generateConfigForImport",
1356
+ "parameters": [
1357
+ {
1358
+ "docs": {
1359
+ "summary": "The scope in which to define this construct."
1360
+ },
1361
+ "name": "scope",
1362
+ "type": {
1363
+ "fqn": "constructs.Construct"
1364
+ }
1365
+ },
1366
+ {
1367
+ "docs": {
1368
+ "summary": "The construct id used in the generated config for the HttpProvider to import."
1369
+ },
1370
+ "name": "importToId",
1371
+ "type": {
1372
+ "primitive": "string"
1373
+ }
1374
+ },
1375
+ {
1376
+ "docs": {
1377
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs#import import section} in the documentation of this resource for the id to use",
1378
+ "summary": "The id of the existing HttpProvider that should be imported."
1379
+ },
1380
+ "name": "importFromId",
1381
+ "type": {
1382
+ "primitive": "string"
1383
+ }
1384
+ },
1385
+ {
1386
+ "docs": {
1387
+ "summary": "? Optional instance of the provider where the HttpProvider to import is found."
1388
+ },
1389
+ "name": "provider",
1390
+ "optional": true,
1391
+ "type": {
1392
+ "fqn": "cdktf.TerraformProvider"
1393
+ }
1394
+ }
1395
+ ],
1396
+ "returns": {
1397
+ "type": {
1398
+ "fqn": "cdktf.ImportableResource"
1399
+ }
1400
+ },
1401
+ "static": true
1402
+ },
1403
+ {
1404
+ "docs": {
1405
+ "stability": "stable"
1406
+ },
1407
+ "locationInModule": {
1408
+ "filename": "src/provider/index.ts",
1409
+ "line": 83
1410
+ },
1411
+ "name": "resetAlias"
1412
+ },
1413
+ {
1414
+ "docs": {
1415
+ "stability": "stable"
1416
+ },
1417
+ "locationInModule": {
1418
+ "filename": "src/provider/index.ts",
1419
+ "line": 95
1420
+ },
1421
+ "name": "synthesizeAttributes",
1422
+ "overrides": "cdktf.TerraformProvider",
1423
+ "protected": true,
1424
+ "returns": {
1425
+ "type": {
1426
+ "collection": {
1427
+ "elementtype": {
1428
+ "primitive": "any"
1429
+ },
1430
+ "kind": "map"
1431
+ }
1432
+ }
1433
+ }
1434
+ },
1435
+ {
1436
+ "docs": {
1437
+ "stability": "stable"
1438
+ },
1439
+ "locationInModule": {
1440
+ "filename": "src/provider/index.ts",
1441
+ "line": 101
1442
+ },
1443
+ "name": "synthesizeHclAttributes",
1444
+ "overrides": "cdktf.TerraformProvider",
1445
+ "protected": true,
1446
+ "returns": {
1447
+ "type": {
1448
+ "collection": {
1449
+ "elementtype": {
1450
+ "primitive": "any"
1451
+ },
1452
+ "kind": "map"
1453
+ }
1454
+ }
1455
+ }
1456
+ }
1457
+ ],
1458
+ "name": "HttpProvider",
1459
+ "namespace": "provider",
1460
+ "properties": [
1461
+ {
1462
+ "const": true,
1463
+ "docs": {
1464
+ "stability": "stable"
1465
+ },
1466
+ "immutable": true,
1467
+ "locationInModule": {
1468
+ "filename": "src/provider/index.ts",
1469
+ "line": 31
1470
+ },
1471
+ "name": "tfResourceType",
1472
+ "static": true,
1473
+ "type": {
1474
+ "primitive": "string"
1475
+ }
1476
+ },
1477
+ {
1478
+ "docs": {
1479
+ "stability": "stable"
1480
+ },
1481
+ "immutable": true,
1482
+ "locationInModule": {
1483
+ "filename": "src/provider/index.ts",
1484
+ "line": 87
1485
+ },
1486
+ "name": "aliasInput",
1487
+ "optional": true,
1488
+ "type": {
1489
+ "primitive": "string"
1490
+ }
1491
+ },
1492
+ {
1493
+ "docs": {
1494
+ "stability": "stable"
1495
+ },
1496
+ "locationInModule": {
1497
+ "filename": "src/provider/index.ts",
1498
+ "line": 77
1499
+ },
1500
+ "name": "alias",
1501
+ "optional": true,
1502
+ "overrides": "cdktf.TerraformProvider",
1503
+ "type": {
1504
+ "primitive": "string"
1505
+ }
1506
+ }
1507
+ ],
1508
+ "symbolId": "src/provider/index:HttpProvider"
1509
+ },
1510
+ "@cdktn/provider-http.provider.HttpProviderConfig": {
1511
+ "assembly": "@cdktn/provider-http",
1512
+ "datatype": true,
1513
+ "docs": {
1514
+ "stability": "stable"
1515
+ },
1516
+ "fqn": "@cdktn/provider-http.provider.HttpProviderConfig",
1517
+ "kind": "interface",
1518
+ "locationInModule": {
1519
+ "filename": "src/provider/index.ts",
1520
+ "line": 14
1521
+ },
1522
+ "name": "HttpProviderConfig",
1523
+ "namespace": "provider",
1524
+ "properties": [
1525
+ {
1526
+ "abstract": true,
1527
+ "docs": {
1528
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/http/3.5.0/docs#alias HttpProvider#alias}",
1529
+ "stability": "stable",
1530
+ "summary": "Alias name."
1531
+ },
1532
+ "immutable": true,
1533
+ "locationInModule": {
1534
+ "filename": "src/provider/index.ts",
1535
+ "line": 20
1536
+ },
1537
+ "name": "alias",
1538
+ "optional": true,
1539
+ "type": {
1540
+ "primitive": "string"
1541
+ }
1542
+ }
1543
+ ],
1544
+ "symbolId": "src/provider/index:HttpProviderConfig"
1545
+ }
1546
+ },
1547
+ "version": "10.1.0",
1548
+ "fingerprint": "HFlnYghx4KKnqRS8PYgqaLwyy9t7ImIvscsWnhCbLfI="
1549
+ }