@cdktn/provider-null 11.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/.eslintrc.json +83 -0
- package/.jsii +1050 -0
- package/LICENSE +355 -0
- package/README.md +94 -0
- package/lib/data-null-data-source/index.d.ts +70 -0
- package/lib/data-null-data-source/index.js +127 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.js +12 -0
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +10 -0
- package/lib/provider/index.d.ts +47 -0
- package/lib/provider/index.js +87 -0
- package/lib/resource/index.d.ts +56 -0
- package/lib/resource/index.js +100 -0
- package/package.json +152 -0
package/.jsii
ADDED
|
@@ -0,0 +1,1050 @@
|
|
|
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 null Provider for Terraform CDK (cdktf)",
|
|
71
|
+
"docs": {
|
|
72
|
+
"stability": "stable"
|
|
73
|
+
},
|
|
74
|
+
"homepage": "https://github.com/cdktn-io/cdktn-provider-null.git",
|
|
75
|
+
"jsiiVersion": "5.8.22 (build 160a3ef)",
|
|
76
|
+
"keywords": [
|
|
77
|
+
"cdk",
|
|
78
|
+
"cdktf",
|
|
79
|
+
"null",
|
|
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-null",
|
|
93
|
+
"readme": {
|
|
94
|
+
"markdown": "\n# CDKTF prebuilt bindings for hashicorp/null provider version 3.2.4\n\nThis repo builds and publishes the [Terraform null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.4/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-null](https://www.npmjs.com/package/@cdktn/provider-null).\n\n`npm install @cdktn/provider-null`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-null](https://pypi.org/project/cdktn-provider-null).\n\n`pipenv install cdktn-provider-null`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Null](https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Null).\n\n`dotnet add package Io.Cdktn.Cdktn.Providers.Null`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-null](https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-null).\n\n```\n<dependency>\n <groupId>com.Io.Cdktn</groupId>\n <artifactId>cdktn-provider-null</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-null-go`](https://github.com/cdktn-io/cdktn-provider-null-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-null-go/null/<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-null-go/blob/main/null/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-null).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform null provider version 1:1. In fact, it always tracks `latest` of `~> 3.0` 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 null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.4)\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-null.git"
|
|
99
|
+
},
|
|
100
|
+
"schema": "jsii/0.10.0",
|
|
101
|
+
"submodules": {
|
|
102
|
+
"@cdktn/provider-null.dataNullDataSource": {
|
|
103
|
+
"locationInModule": {
|
|
104
|
+
"filename": "src/index.ts",
|
|
105
|
+
"line": 8
|
|
106
|
+
},
|
|
107
|
+
"readme": {
|
|
108
|
+
"markdown": "# `data_null_data_source`\n\nRefer to the Terraform Registry for docs: [`data_null_data_source`](https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/data-sources/data_source).\n"
|
|
109
|
+
},
|
|
110
|
+
"symbolId": "src/data-null-data-source/index:"
|
|
111
|
+
},
|
|
112
|
+
"@cdktn/provider-null.provider": {
|
|
113
|
+
"locationInModule": {
|
|
114
|
+
"filename": "src/index.ts",
|
|
115
|
+
"line": 9
|
|
116
|
+
},
|
|
117
|
+
"readme": {
|
|
118
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`null`](https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs).\n"
|
|
119
|
+
},
|
|
120
|
+
"symbolId": "src/provider/index:"
|
|
121
|
+
},
|
|
122
|
+
"@cdktn/provider-null.resource": {
|
|
123
|
+
"locationInModule": {
|
|
124
|
+
"filename": "src/index.ts",
|
|
125
|
+
"line": 7
|
|
126
|
+
},
|
|
127
|
+
"readme": {
|
|
128
|
+
"markdown": "# `null_resource`\n\nRefer to the Terraform Registry for docs: [`null_resource`](https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/resources/resource).\n"
|
|
129
|
+
},
|
|
130
|
+
"symbolId": "src/resource/index:"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"targets": {
|
|
134
|
+
"go": {
|
|
135
|
+
"moduleName": "github.com/cdktn-io/cdktn-provider-null-go",
|
|
136
|
+
"packageName": "null"
|
|
137
|
+
},
|
|
138
|
+
"js": {
|
|
139
|
+
"npm": "@cdktn/provider-null"
|
|
140
|
+
},
|
|
141
|
+
"python": {
|
|
142
|
+
"distName": "cdktn-provider-null",
|
|
143
|
+
"module": "cdktn_provider_null"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"types": {
|
|
147
|
+
"@cdktn/provider-null.dataNullDataSource.DataNullDataSource": {
|
|
148
|
+
"assembly": "@cdktn/provider-null",
|
|
149
|
+
"base": "cdktf.TerraformDataSource",
|
|
150
|
+
"docs": {
|
|
151
|
+
"stability": "stable",
|
|
152
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/data-sources/data_source null_data_source}."
|
|
153
|
+
},
|
|
154
|
+
"fqn": "@cdktn/provider-null.dataNullDataSource.DataNullDataSource",
|
|
155
|
+
"initializer": {
|
|
156
|
+
"docs": {
|
|
157
|
+
"stability": "stable",
|
|
158
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/data-sources/data_source null_data_source} Data Source."
|
|
159
|
+
},
|
|
160
|
+
"locationInModule": {
|
|
161
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
162
|
+
"line": 64
|
|
163
|
+
},
|
|
164
|
+
"parameters": [
|
|
165
|
+
{
|
|
166
|
+
"docs": {
|
|
167
|
+
"summary": "The scope in which to define this construct."
|
|
168
|
+
},
|
|
169
|
+
"name": "scope",
|
|
170
|
+
"type": {
|
|
171
|
+
"fqn": "constructs.Construct"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"docs": {
|
|
176
|
+
"remarks": "Must be unique amongst siblings in the same scope",
|
|
177
|
+
"summary": "The scoped construct ID."
|
|
178
|
+
},
|
|
179
|
+
"name": "id",
|
|
180
|
+
"type": {
|
|
181
|
+
"primitive": "string"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "config",
|
|
186
|
+
"optional": true,
|
|
187
|
+
"type": {
|
|
188
|
+
"fqn": "@cdktn/provider-null.dataNullDataSource.DataNullDataSourceConfig"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"kind": "class",
|
|
194
|
+
"locationInModule": {
|
|
195
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
196
|
+
"line": 32
|
|
197
|
+
},
|
|
198
|
+
"methods": [
|
|
199
|
+
{
|
|
200
|
+
"docs": {
|
|
201
|
+
"stability": "stable",
|
|
202
|
+
"summary": "Generates CDKTF code for importing a DataNullDataSource resource upon running \"cdktf plan <stack-name>\"."
|
|
203
|
+
},
|
|
204
|
+
"locationInModule": {
|
|
205
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
206
|
+
"line": 49
|
|
207
|
+
},
|
|
208
|
+
"name": "generateConfigForImport",
|
|
209
|
+
"parameters": [
|
|
210
|
+
{
|
|
211
|
+
"docs": {
|
|
212
|
+
"summary": "The scope in which to define this construct."
|
|
213
|
+
},
|
|
214
|
+
"name": "scope",
|
|
215
|
+
"type": {
|
|
216
|
+
"fqn": "constructs.Construct"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"docs": {
|
|
221
|
+
"summary": "The construct id used in the generated config for the DataNullDataSource to import."
|
|
222
|
+
},
|
|
223
|
+
"name": "importToId",
|
|
224
|
+
"type": {
|
|
225
|
+
"primitive": "string"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"docs": {
|
|
230
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/data-sources/data_source#import import section} in the documentation of this resource for the id to use",
|
|
231
|
+
"summary": "The id of the existing DataNullDataSource that should be imported."
|
|
232
|
+
},
|
|
233
|
+
"name": "importFromId",
|
|
234
|
+
"type": {
|
|
235
|
+
"primitive": "string"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"docs": {
|
|
240
|
+
"summary": "? Optional instance of the provider where the DataNullDataSource to import is found."
|
|
241
|
+
},
|
|
242
|
+
"name": "provider",
|
|
243
|
+
"optional": true,
|
|
244
|
+
"type": {
|
|
245
|
+
"fqn": "cdktf.TerraformProvider"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"returns": {
|
|
250
|
+
"type": {
|
|
251
|
+
"fqn": "cdktf.ImportableResource"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"static": true
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"docs": {
|
|
258
|
+
"stability": "stable"
|
|
259
|
+
},
|
|
260
|
+
"locationInModule": {
|
|
261
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
262
|
+
"line": 96
|
|
263
|
+
},
|
|
264
|
+
"name": "resetHasComputedDefault"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"docs": {
|
|
268
|
+
"stability": "stable"
|
|
269
|
+
},
|
|
270
|
+
"locationInModule": {
|
|
271
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
272
|
+
"line": 117
|
|
273
|
+
},
|
|
274
|
+
"name": "resetInputs"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"docs": {
|
|
278
|
+
"stability": "stable"
|
|
279
|
+
},
|
|
280
|
+
"locationInModule": {
|
|
281
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
282
|
+
"line": 140
|
|
283
|
+
},
|
|
284
|
+
"name": "synthesizeAttributes",
|
|
285
|
+
"overrides": "cdktf.TerraformDataSource",
|
|
286
|
+
"protected": true,
|
|
287
|
+
"returns": {
|
|
288
|
+
"type": {
|
|
289
|
+
"collection": {
|
|
290
|
+
"elementtype": {
|
|
291
|
+
"primitive": "any"
|
|
292
|
+
},
|
|
293
|
+
"kind": "map"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"docs": {
|
|
300
|
+
"stability": "stable"
|
|
301
|
+
},
|
|
302
|
+
"locationInModule": {
|
|
303
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
304
|
+
"line": 147
|
|
305
|
+
},
|
|
306
|
+
"name": "synthesizeHclAttributes",
|
|
307
|
+
"overrides": "cdktf.TerraformDataSource",
|
|
308
|
+
"protected": true,
|
|
309
|
+
"returns": {
|
|
310
|
+
"type": {
|
|
311
|
+
"collection": {
|
|
312
|
+
"elementtype": {
|
|
313
|
+
"primitive": "any"
|
|
314
|
+
},
|
|
315
|
+
"kind": "map"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"name": "DataNullDataSource",
|
|
322
|
+
"namespace": "dataNullDataSource",
|
|
323
|
+
"properties": [
|
|
324
|
+
{
|
|
325
|
+
"const": true,
|
|
326
|
+
"docs": {
|
|
327
|
+
"stability": "stable"
|
|
328
|
+
},
|
|
329
|
+
"immutable": true,
|
|
330
|
+
"locationInModule": {
|
|
331
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
332
|
+
"line": 37
|
|
333
|
+
},
|
|
334
|
+
"name": "tfResourceType",
|
|
335
|
+
"static": true,
|
|
336
|
+
"type": {
|
|
337
|
+
"primitive": "string"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"docs": {
|
|
342
|
+
"stability": "stable"
|
|
343
|
+
},
|
|
344
|
+
"immutable": true,
|
|
345
|
+
"locationInModule": {
|
|
346
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
347
|
+
"line": 105
|
|
348
|
+
},
|
|
349
|
+
"name": "id",
|
|
350
|
+
"type": {
|
|
351
|
+
"primitive": "string"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"docs": {
|
|
356
|
+
"stability": "stable"
|
|
357
|
+
},
|
|
358
|
+
"immutable": true,
|
|
359
|
+
"locationInModule": {
|
|
360
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
361
|
+
"line": 127
|
|
362
|
+
},
|
|
363
|
+
"name": "outputs",
|
|
364
|
+
"type": {
|
|
365
|
+
"fqn": "cdktf.StringMap"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"docs": {
|
|
370
|
+
"stability": "stable"
|
|
371
|
+
},
|
|
372
|
+
"immutable": true,
|
|
373
|
+
"locationInModule": {
|
|
374
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
375
|
+
"line": 132
|
|
376
|
+
},
|
|
377
|
+
"name": "random",
|
|
378
|
+
"type": {
|
|
379
|
+
"primitive": "string"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"docs": {
|
|
384
|
+
"stability": "stable"
|
|
385
|
+
},
|
|
386
|
+
"immutable": true,
|
|
387
|
+
"locationInModule": {
|
|
388
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
389
|
+
"line": 100
|
|
390
|
+
},
|
|
391
|
+
"name": "hasComputedDefaultInput",
|
|
392
|
+
"optional": true,
|
|
393
|
+
"type": {
|
|
394
|
+
"primitive": "string"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"docs": {
|
|
399
|
+
"stability": "stable"
|
|
400
|
+
},
|
|
401
|
+
"immutable": true,
|
|
402
|
+
"locationInModule": {
|
|
403
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
404
|
+
"line": 121
|
|
405
|
+
},
|
|
406
|
+
"name": "inputsInput",
|
|
407
|
+
"optional": true,
|
|
408
|
+
"type": {
|
|
409
|
+
"collection": {
|
|
410
|
+
"elementtype": {
|
|
411
|
+
"primitive": "string"
|
|
412
|
+
},
|
|
413
|
+
"kind": "map"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"docs": {
|
|
419
|
+
"stability": "stable"
|
|
420
|
+
},
|
|
421
|
+
"locationInModule": {
|
|
422
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
423
|
+
"line": 90
|
|
424
|
+
},
|
|
425
|
+
"name": "hasComputedDefault",
|
|
426
|
+
"type": {
|
|
427
|
+
"primitive": "string"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"docs": {
|
|
432
|
+
"stability": "stable"
|
|
433
|
+
},
|
|
434
|
+
"locationInModule": {
|
|
435
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
436
|
+
"line": 111
|
|
437
|
+
},
|
|
438
|
+
"name": "inputs",
|
|
439
|
+
"type": {
|
|
440
|
+
"collection": {
|
|
441
|
+
"elementtype": {
|
|
442
|
+
"primitive": "string"
|
|
443
|
+
},
|
|
444
|
+
"kind": "map"
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"symbolId": "src/data-null-data-source/index:DataNullDataSource"
|
|
450
|
+
},
|
|
451
|
+
"@cdktn/provider-null.dataNullDataSource.DataNullDataSourceConfig": {
|
|
452
|
+
"assembly": "@cdktn/provider-null",
|
|
453
|
+
"datatype": true,
|
|
454
|
+
"docs": {
|
|
455
|
+
"stability": "stable"
|
|
456
|
+
},
|
|
457
|
+
"fqn": "@cdktn/provider-null.dataNullDataSource.DataNullDataSourceConfig",
|
|
458
|
+
"interfaces": [
|
|
459
|
+
"cdktf.TerraformMetaArguments"
|
|
460
|
+
],
|
|
461
|
+
"kind": "interface",
|
|
462
|
+
"locationInModule": {
|
|
463
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
464
|
+
"line": 14
|
|
465
|
+
},
|
|
466
|
+
"name": "DataNullDataSourceConfig",
|
|
467
|
+
"namespace": "dataNullDataSource",
|
|
468
|
+
"properties": [
|
|
469
|
+
{
|
|
470
|
+
"abstract": true,
|
|
471
|
+
"docs": {
|
|
472
|
+
"remarks": "If not, its value defaults to `\"default\"`. This argument exists primarily for testing and has little practical use.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/data-sources/data_source#has_computed_default DataNullDataSource#has_computed_default}",
|
|
473
|
+
"stability": "stable",
|
|
474
|
+
"summary": "If set, its literal value will be stored and returned."
|
|
475
|
+
},
|
|
476
|
+
"immutable": true,
|
|
477
|
+
"locationInModule": {
|
|
478
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
479
|
+
"line": 20
|
|
480
|
+
},
|
|
481
|
+
"name": "hasComputedDefault",
|
|
482
|
+
"optional": true,
|
|
483
|
+
"type": {
|
|
484
|
+
"primitive": "string"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"abstract": true,
|
|
489
|
+
"docs": {
|
|
490
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/data-sources/data_source#inputs DataNullDataSource#inputs}",
|
|
491
|
+
"stability": "stable",
|
|
492
|
+
"summary": "A map of arbitrary strings that is copied into the `outputs` attribute, and accessible directly for interpolation."
|
|
493
|
+
},
|
|
494
|
+
"immutable": true,
|
|
495
|
+
"locationInModule": {
|
|
496
|
+
"filename": "src/data-null-data-source/index.ts",
|
|
497
|
+
"line": 26
|
|
498
|
+
},
|
|
499
|
+
"name": "inputs",
|
|
500
|
+
"optional": true,
|
|
501
|
+
"type": {
|
|
502
|
+
"collection": {
|
|
503
|
+
"elementtype": {
|
|
504
|
+
"primitive": "string"
|
|
505
|
+
},
|
|
506
|
+
"kind": "map"
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"symbolId": "src/data-null-data-source/index:DataNullDataSourceConfig"
|
|
512
|
+
},
|
|
513
|
+
"@cdktn/provider-null.provider.NullProvider": {
|
|
514
|
+
"assembly": "@cdktn/provider-null",
|
|
515
|
+
"base": "cdktf.TerraformProvider",
|
|
516
|
+
"docs": {
|
|
517
|
+
"stability": "stable",
|
|
518
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs null}."
|
|
519
|
+
},
|
|
520
|
+
"fqn": "@cdktn/provider-null.provider.NullProvider",
|
|
521
|
+
"initializer": {
|
|
522
|
+
"docs": {
|
|
523
|
+
"stability": "stable",
|
|
524
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs null} Resource."
|
|
525
|
+
},
|
|
526
|
+
"locationInModule": {
|
|
527
|
+
"filename": "src/provider/index.ts",
|
|
528
|
+
"line": 58
|
|
529
|
+
},
|
|
530
|
+
"parameters": [
|
|
531
|
+
{
|
|
532
|
+
"docs": {
|
|
533
|
+
"summary": "The scope in which to define this construct."
|
|
534
|
+
},
|
|
535
|
+
"name": "scope",
|
|
536
|
+
"type": {
|
|
537
|
+
"fqn": "constructs.Construct"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"docs": {
|
|
542
|
+
"remarks": "Must be unique amongst siblings in the same scope",
|
|
543
|
+
"summary": "The scoped construct ID."
|
|
544
|
+
},
|
|
545
|
+
"name": "id",
|
|
546
|
+
"type": {
|
|
547
|
+
"primitive": "string"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "config",
|
|
552
|
+
"optional": true,
|
|
553
|
+
"type": {
|
|
554
|
+
"fqn": "@cdktn/provider-null.provider.NullProviderConfig"
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
"kind": "class",
|
|
560
|
+
"locationInModule": {
|
|
561
|
+
"filename": "src/provider/index.ts",
|
|
562
|
+
"line": 26
|
|
563
|
+
},
|
|
564
|
+
"methods": [
|
|
565
|
+
{
|
|
566
|
+
"docs": {
|
|
567
|
+
"stability": "stable",
|
|
568
|
+
"summary": "Generates CDKTF code for importing a NullProvider resource upon running \"cdktf plan <stack-name>\"."
|
|
569
|
+
},
|
|
570
|
+
"locationInModule": {
|
|
571
|
+
"filename": "src/provider/index.ts",
|
|
572
|
+
"line": 43
|
|
573
|
+
},
|
|
574
|
+
"name": "generateConfigForImport",
|
|
575
|
+
"parameters": [
|
|
576
|
+
{
|
|
577
|
+
"docs": {
|
|
578
|
+
"summary": "The scope in which to define this construct."
|
|
579
|
+
},
|
|
580
|
+
"name": "scope",
|
|
581
|
+
"type": {
|
|
582
|
+
"fqn": "constructs.Construct"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"docs": {
|
|
587
|
+
"summary": "The construct id used in the generated config for the NullProvider to import."
|
|
588
|
+
},
|
|
589
|
+
"name": "importToId",
|
|
590
|
+
"type": {
|
|
591
|
+
"primitive": "string"
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"docs": {
|
|
596
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs#import import section} in the documentation of this resource for the id to use",
|
|
597
|
+
"summary": "The id of the existing NullProvider that should be imported."
|
|
598
|
+
},
|
|
599
|
+
"name": "importFromId",
|
|
600
|
+
"type": {
|
|
601
|
+
"primitive": "string"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"docs": {
|
|
606
|
+
"summary": "? Optional instance of the provider where the NullProvider to import is found."
|
|
607
|
+
},
|
|
608
|
+
"name": "provider",
|
|
609
|
+
"optional": true,
|
|
610
|
+
"type": {
|
|
611
|
+
"fqn": "cdktf.TerraformProvider"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"returns": {
|
|
616
|
+
"type": {
|
|
617
|
+
"fqn": "cdktf.ImportableResource"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"static": true
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"docs": {
|
|
624
|
+
"stability": "stable"
|
|
625
|
+
},
|
|
626
|
+
"locationInModule": {
|
|
627
|
+
"filename": "src/provider/index.ts",
|
|
628
|
+
"line": 83
|
|
629
|
+
},
|
|
630
|
+
"name": "resetAlias"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"docs": {
|
|
634
|
+
"stability": "stable"
|
|
635
|
+
},
|
|
636
|
+
"locationInModule": {
|
|
637
|
+
"filename": "src/provider/index.ts",
|
|
638
|
+
"line": 95
|
|
639
|
+
},
|
|
640
|
+
"name": "synthesizeAttributes",
|
|
641
|
+
"overrides": "cdktf.TerraformProvider",
|
|
642
|
+
"protected": true,
|
|
643
|
+
"returns": {
|
|
644
|
+
"type": {
|
|
645
|
+
"collection": {
|
|
646
|
+
"elementtype": {
|
|
647
|
+
"primitive": "any"
|
|
648
|
+
},
|
|
649
|
+
"kind": "map"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"docs": {
|
|
656
|
+
"stability": "stable"
|
|
657
|
+
},
|
|
658
|
+
"locationInModule": {
|
|
659
|
+
"filename": "src/provider/index.ts",
|
|
660
|
+
"line": 101
|
|
661
|
+
},
|
|
662
|
+
"name": "synthesizeHclAttributes",
|
|
663
|
+
"overrides": "cdktf.TerraformProvider",
|
|
664
|
+
"protected": true,
|
|
665
|
+
"returns": {
|
|
666
|
+
"type": {
|
|
667
|
+
"collection": {
|
|
668
|
+
"elementtype": {
|
|
669
|
+
"primitive": "any"
|
|
670
|
+
},
|
|
671
|
+
"kind": "map"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"name": "NullProvider",
|
|
678
|
+
"namespace": "provider",
|
|
679
|
+
"properties": [
|
|
680
|
+
{
|
|
681
|
+
"const": true,
|
|
682
|
+
"docs": {
|
|
683
|
+
"stability": "stable"
|
|
684
|
+
},
|
|
685
|
+
"immutable": true,
|
|
686
|
+
"locationInModule": {
|
|
687
|
+
"filename": "src/provider/index.ts",
|
|
688
|
+
"line": 31
|
|
689
|
+
},
|
|
690
|
+
"name": "tfResourceType",
|
|
691
|
+
"static": true,
|
|
692
|
+
"type": {
|
|
693
|
+
"primitive": "string"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"docs": {
|
|
698
|
+
"stability": "stable"
|
|
699
|
+
},
|
|
700
|
+
"immutable": true,
|
|
701
|
+
"locationInModule": {
|
|
702
|
+
"filename": "src/provider/index.ts",
|
|
703
|
+
"line": 87
|
|
704
|
+
},
|
|
705
|
+
"name": "aliasInput",
|
|
706
|
+
"optional": true,
|
|
707
|
+
"type": {
|
|
708
|
+
"primitive": "string"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"docs": {
|
|
713
|
+
"stability": "stable"
|
|
714
|
+
},
|
|
715
|
+
"locationInModule": {
|
|
716
|
+
"filename": "src/provider/index.ts",
|
|
717
|
+
"line": 77
|
|
718
|
+
},
|
|
719
|
+
"name": "alias",
|
|
720
|
+
"optional": true,
|
|
721
|
+
"overrides": "cdktf.TerraformProvider",
|
|
722
|
+
"type": {
|
|
723
|
+
"primitive": "string"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"symbolId": "src/provider/index:NullProvider"
|
|
728
|
+
},
|
|
729
|
+
"@cdktn/provider-null.provider.NullProviderConfig": {
|
|
730
|
+
"assembly": "@cdktn/provider-null",
|
|
731
|
+
"datatype": true,
|
|
732
|
+
"docs": {
|
|
733
|
+
"stability": "stable"
|
|
734
|
+
},
|
|
735
|
+
"fqn": "@cdktn/provider-null.provider.NullProviderConfig",
|
|
736
|
+
"kind": "interface",
|
|
737
|
+
"locationInModule": {
|
|
738
|
+
"filename": "src/provider/index.ts",
|
|
739
|
+
"line": 14
|
|
740
|
+
},
|
|
741
|
+
"name": "NullProviderConfig",
|
|
742
|
+
"namespace": "provider",
|
|
743
|
+
"properties": [
|
|
744
|
+
{
|
|
745
|
+
"abstract": true,
|
|
746
|
+
"docs": {
|
|
747
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs#alias NullProvider#alias}",
|
|
748
|
+
"stability": "stable",
|
|
749
|
+
"summary": "Alias name."
|
|
750
|
+
},
|
|
751
|
+
"immutable": true,
|
|
752
|
+
"locationInModule": {
|
|
753
|
+
"filename": "src/provider/index.ts",
|
|
754
|
+
"line": 20
|
|
755
|
+
},
|
|
756
|
+
"name": "alias",
|
|
757
|
+
"optional": true,
|
|
758
|
+
"type": {
|
|
759
|
+
"primitive": "string"
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"symbolId": "src/provider/index:NullProviderConfig"
|
|
764
|
+
},
|
|
765
|
+
"@cdktn/provider-null.resource.Resource": {
|
|
766
|
+
"assembly": "@cdktn/provider-null",
|
|
767
|
+
"base": "cdktf.TerraformResource",
|
|
768
|
+
"docs": {
|
|
769
|
+
"stability": "stable",
|
|
770
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/resources/resource null_resource}."
|
|
771
|
+
},
|
|
772
|
+
"fqn": "@cdktn/provider-null.resource.Resource",
|
|
773
|
+
"initializer": {
|
|
774
|
+
"docs": {
|
|
775
|
+
"stability": "stable",
|
|
776
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/resources/resource null_resource} Resource."
|
|
777
|
+
},
|
|
778
|
+
"locationInModule": {
|
|
779
|
+
"filename": "src/resource/index.ts",
|
|
780
|
+
"line": 58
|
|
781
|
+
},
|
|
782
|
+
"parameters": [
|
|
783
|
+
{
|
|
784
|
+
"docs": {
|
|
785
|
+
"summary": "The scope in which to define this construct."
|
|
786
|
+
},
|
|
787
|
+
"name": "scope",
|
|
788
|
+
"type": {
|
|
789
|
+
"fqn": "constructs.Construct"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"docs": {
|
|
794
|
+
"remarks": "Must be unique amongst siblings in the same scope",
|
|
795
|
+
"summary": "The scoped construct ID."
|
|
796
|
+
},
|
|
797
|
+
"name": "id",
|
|
798
|
+
"type": {
|
|
799
|
+
"primitive": "string"
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "config",
|
|
804
|
+
"optional": true,
|
|
805
|
+
"type": {
|
|
806
|
+
"fqn": "@cdktn/provider-null.resource.ResourceConfig"
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
]
|
|
810
|
+
},
|
|
811
|
+
"kind": "class",
|
|
812
|
+
"locationInModule": {
|
|
813
|
+
"filename": "src/resource/index.ts",
|
|
814
|
+
"line": 26
|
|
815
|
+
},
|
|
816
|
+
"methods": [
|
|
817
|
+
{
|
|
818
|
+
"docs": {
|
|
819
|
+
"stability": "stable",
|
|
820
|
+
"summary": "Generates CDKTF code for importing a Resource resource upon running \"cdktf plan <stack-name>\"."
|
|
821
|
+
},
|
|
822
|
+
"locationInModule": {
|
|
823
|
+
"filename": "src/resource/index.ts",
|
|
824
|
+
"line": 43
|
|
825
|
+
},
|
|
826
|
+
"name": "generateConfigForImport",
|
|
827
|
+
"parameters": [
|
|
828
|
+
{
|
|
829
|
+
"docs": {
|
|
830
|
+
"summary": "The scope in which to define this construct."
|
|
831
|
+
},
|
|
832
|
+
"name": "scope",
|
|
833
|
+
"type": {
|
|
834
|
+
"fqn": "constructs.Construct"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"docs": {
|
|
839
|
+
"summary": "The construct id used in the generated config for the Resource to import."
|
|
840
|
+
},
|
|
841
|
+
"name": "importToId",
|
|
842
|
+
"type": {
|
|
843
|
+
"primitive": "string"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"docs": {
|
|
848
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/resources/resource#import import section} in the documentation of this resource for the id to use",
|
|
849
|
+
"summary": "The id of the existing Resource that should be imported."
|
|
850
|
+
},
|
|
851
|
+
"name": "importFromId",
|
|
852
|
+
"type": {
|
|
853
|
+
"primitive": "string"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"docs": {
|
|
858
|
+
"summary": "? Optional instance of the provider where the Resource to import is found."
|
|
859
|
+
},
|
|
860
|
+
"name": "provider",
|
|
861
|
+
"optional": true,
|
|
862
|
+
"type": {
|
|
863
|
+
"fqn": "cdktf.TerraformProvider"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"returns": {
|
|
868
|
+
"type": {
|
|
869
|
+
"fqn": "cdktf.ImportableResource"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"static": true
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"docs": {
|
|
876
|
+
"stability": "stable"
|
|
877
|
+
},
|
|
878
|
+
"locationInModule": {
|
|
879
|
+
"filename": "src/resource/index.ts",
|
|
880
|
+
"line": 94
|
|
881
|
+
},
|
|
882
|
+
"name": "resetTriggers"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"docs": {
|
|
886
|
+
"stability": "stable"
|
|
887
|
+
},
|
|
888
|
+
"locationInModule": {
|
|
889
|
+
"filename": "src/resource/index.ts",
|
|
890
|
+
"line": 106
|
|
891
|
+
},
|
|
892
|
+
"name": "synthesizeAttributes",
|
|
893
|
+
"overrides": "cdktf.TerraformResource",
|
|
894
|
+
"protected": true,
|
|
895
|
+
"returns": {
|
|
896
|
+
"type": {
|
|
897
|
+
"collection": {
|
|
898
|
+
"elementtype": {
|
|
899
|
+
"primitive": "any"
|
|
900
|
+
},
|
|
901
|
+
"kind": "map"
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"docs": {
|
|
908
|
+
"stability": "stable"
|
|
909
|
+
},
|
|
910
|
+
"locationInModule": {
|
|
911
|
+
"filename": "src/resource/index.ts",
|
|
912
|
+
"line": 112
|
|
913
|
+
},
|
|
914
|
+
"name": "synthesizeHclAttributes",
|
|
915
|
+
"overrides": "cdktf.TerraformResource",
|
|
916
|
+
"protected": true,
|
|
917
|
+
"returns": {
|
|
918
|
+
"type": {
|
|
919
|
+
"collection": {
|
|
920
|
+
"elementtype": {
|
|
921
|
+
"primitive": "any"
|
|
922
|
+
},
|
|
923
|
+
"kind": "map"
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"name": "Resource",
|
|
930
|
+
"namespace": "resource",
|
|
931
|
+
"properties": [
|
|
932
|
+
{
|
|
933
|
+
"const": true,
|
|
934
|
+
"docs": {
|
|
935
|
+
"stability": "stable"
|
|
936
|
+
},
|
|
937
|
+
"immutable": true,
|
|
938
|
+
"locationInModule": {
|
|
939
|
+
"filename": "src/resource/index.ts",
|
|
940
|
+
"line": 31
|
|
941
|
+
},
|
|
942
|
+
"name": "tfResourceType",
|
|
943
|
+
"static": true,
|
|
944
|
+
"type": {
|
|
945
|
+
"primitive": "string"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"docs": {
|
|
950
|
+
"stability": "stable"
|
|
951
|
+
},
|
|
952
|
+
"immutable": true,
|
|
953
|
+
"locationInModule": {
|
|
954
|
+
"filename": "src/resource/index.ts",
|
|
955
|
+
"line": 82
|
|
956
|
+
},
|
|
957
|
+
"name": "id",
|
|
958
|
+
"type": {
|
|
959
|
+
"primitive": "string"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"docs": {
|
|
964
|
+
"stability": "stable"
|
|
965
|
+
},
|
|
966
|
+
"immutable": true,
|
|
967
|
+
"locationInModule": {
|
|
968
|
+
"filename": "src/resource/index.ts",
|
|
969
|
+
"line": 98
|
|
970
|
+
},
|
|
971
|
+
"name": "triggersInput",
|
|
972
|
+
"optional": true,
|
|
973
|
+
"type": {
|
|
974
|
+
"collection": {
|
|
975
|
+
"elementtype": {
|
|
976
|
+
"primitive": "string"
|
|
977
|
+
},
|
|
978
|
+
"kind": "map"
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"docs": {
|
|
984
|
+
"stability": "stable"
|
|
985
|
+
},
|
|
986
|
+
"locationInModule": {
|
|
987
|
+
"filename": "src/resource/index.ts",
|
|
988
|
+
"line": 88
|
|
989
|
+
},
|
|
990
|
+
"name": "triggers",
|
|
991
|
+
"type": {
|
|
992
|
+
"collection": {
|
|
993
|
+
"elementtype": {
|
|
994
|
+
"primitive": "string"
|
|
995
|
+
},
|
|
996
|
+
"kind": "map"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"symbolId": "src/resource/index:Resource"
|
|
1002
|
+
},
|
|
1003
|
+
"@cdktn/provider-null.resource.ResourceConfig": {
|
|
1004
|
+
"assembly": "@cdktn/provider-null",
|
|
1005
|
+
"datatype": true,
|
|
1006
|
+
"docs": {
|
|
1007
|
+
"stability": "stable"
|
|
1008
|
+
},
|
|
1009
|
+
"fqn": "@cdktn/provider-null.resource.ResourceConfig",
|
|
1010
|
+
"interfaces": [
|
|
1011
|
+
"cdktf.TerraformMetaArguments"
|
|
1012
|
+
],
|
|
1013
|
+
"kind": "interface",
|
|
1014
|
+
"locationInModule": {
|
|
1015
|
+
"filename": "src/resource/index.ts",
|
|
1016
|
+
"line": 14
|
|
1017
|
+
},
|
|
1018
|
+
"name": "ResourceConfig",
|
|
1019
|
+
"namespace": "resource",
|
|
1020
|
+
"properties": [
|
|
1021
|
+
{
|
|
1022
|
+
"abstract": true,
|
|
1023
|
+
"docs": {
|
|
1024
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/null/3.2.4/docs/resources/resource#triggers Resource#triggers}",
|
|
1025
|
+
"stability": "stable",
|
|
1026
|
+
"summary": "A map of arbitrary strings that, when changed, will force the null resource to be replaced, re-running any associated provisioners."
|
|
1027
|
+
},
|
|
1028
|
+
"immutable": true,
|
|
1029
|
+
"locationInModule": {
|
|
1030
|
+
"filename": "src/resource/index.ts",
|
|
1031
|
+
"line": 20
|
|
1032
|
+
},
|
|
1033
|
+
"name": "triggers",
|
|
1034
|
+
"optional": true,
|
|
1035
|
+
"type": {
|
|
1036
|
+
"collection": {
|
|
1037
|
+
"elementtype": {
|
|
1038
|
+
"primitive": "string"
|
|
1039
|
+
},
|
|
1040
|
+
"kind": "map"
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"symbolId": "src/resource/index:ResourceConfig"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"version": "11.1.0",
|
|
1049
|
+
"fingerprint": "ypDkEE63L8GutQDyRj2vnbLW/JL2kgylqrEOYMTI6Pw="
|
|
1050
|
+
}
|