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