@cdktn/provider-random 12.1.0 → 13.0.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 CHANGED
@@ -8,36 +8,36 @@
8
8
  "url": "https://cdktn.io"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": "^0.21.0",
11
+ "cdktn": "^0.22.0",
12
12
  "constructs": "^10.4.2"
13
13
  },
14
14
  "dependencyClosure": {
15
- "cdktf": {
15
+ "cdktn": {
16
16
  "submodules": {
17
- "cdktf.testingMatchers": {}
17
+ "cdktn.testingMatchers": {}
18
18
  },
19
19
  "targets": {
20
20
  "dotnet": {
21
- "namespace": "HashiCorp.Cdktf",
22
- "packageId": "HashiCorp.Cdktf"
21
+ "namespace": "Io.Cdktn",
22
+ "packageId": "Io.Cdktn"
23
23
  },
24
24
  "go": {
25
- "moduleName": "github.com/hashicorp/terraform-cdk-go",
26
- "packageName": "cdktf"
25
+ "moduleName": "github.com/open-constructs/cdk-terrain-go",
26
+ "packageName": "cdktn"
27
27
  },
28
28
  "java": {
29
29
  "maven": {
30
- "artifactId": "cdktf",
31
- "groupId": "com.hashicorp"
30
+ "artifactId": "cdktn",
31
+ "groupId": "io.cdktn"
32
32
  },
33
- "package": "com.hashicorp.cdktf"
33
+ "package": "io.cdktn.cdktn"
34
34
  },
35
35
  "js": {
36
- "npm": "cdktf"
36
+ "npm": "cdktn"
37
37
  },
38
38
  "python": {
39
- "distName": "cdktf",
40
- "module": "cdktf"
39
+ "distName": "cdktn",
40
+ "module": "cdktn"
41
41
  }
42
42
  }
43
43
  },
@@ -67,15 +67,18 @@
67
67
  }
68
68
  }
69
69
  },
70
- "description": "Prebuilt random Provider for Terraform CDK (cdktf)",
70
+ "description": "Prebuilt random Provider for CDK Terrain (cdktn)",
71
71
  "docs": {
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/cdktn-io/cdktn-provider-random.git",
75
- "jsiiVersion": "5.8.22 (build 160a3ef)",
75
+ "jsiiVersion": "5.8.27 (build aebddcd)",
76
76
  "keywords": [
77
77
  "cdk",
78
+ "cdk-terrain",
78
79
  "cdktf",
80
+ "cdktn",
81
+ "opentofu",
79
82
  "provider",
80
83
  "random",
81
84
  "terraform"
@@ -91,7 +94,7 @@
91
94
  },
92
95
  "name": "@cdktn/provider-random",
93
96
  "readme": {
94
- "markdown": "\n# CDKTF prebuilt bindings for hashicorp/random provider version 3.7.2\n\nThis repo builds and publishes the [Terraform random provider](https://registry.terraform.io/providers/hashicorp/random/3.7.2/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-random](https://www.npmjs.com/package/@cdktn/provider-random).\n\n`npm install @cdktn/provider-random`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-random](https://pypi.org/project/cdktn-provider-random).\n\n`pipenv install cdktn-provider-random`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Random](https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Random).\n\n`dotnet add package Io.Cdktn.Cdktn.Providers.Random`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-random](https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-random).\n\n```\n<dependency>\n <groupId>com.Io.Cdktn</groupId>\n <artifactId>cdktn-provider-random</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-random-go`](https://github.com/cdktn-io/cdktn-provider-random-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-random-go/random/<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-random-go/blob/main/random/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-random).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform random provider version 1:1. In fact, it always tracks `latest` of `~> 3.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf) - Last official release\n- [Terraform random provider](https://registry.terraform.io/providers/hashicorp/random/3.7.2)\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"
97
+ "markdown": "\n# CDKTN prebuilt bindings for hashicorp/random provider version 3.8.1\n\nThis repo builds and publishes the [Terraform random provider](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-random](https://www.npmjs.com/package/@cdktn/provider-random).\n\n`npm install @cdktn/provider-random`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-random](https://pypi.org/project/cdktn-provider-random).\n\n`pipenv install cdktn-provider-random`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Random](https://www.nuget.org/packages/Io.Cdktn.Providers.Random).\n\n`dotnet add package Io.Cdktn.Providers.Random`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-random](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-random).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-random</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-random-go`](https://github.com/cdktn-io/cdktn-provider-random-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-random-go/random/<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-random-go/blob/main/random/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-random).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform random provider version 1:1. In fact, it always tracks `latest` of `~> 3.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform random provider](https://registry.terraform.io/providers/hashicorp/random/3.8.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 Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\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 `cdktn` 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
98
  },
96
99
  "repository": {
97
100
  "type": "git",
@@ -105,7 +108,7 @@
105
108
  "line": 7
106
109
  },
107
110
  "readme": {
108
- "markdown": "# `random_bytes`\n\nRefer to the Terraform Registry for docs: [`random_bytes`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/bytes).\n"
111
+ "markdown": "# `random_bytes`\n\nRefer to the Terraform Registry for docs: [`random_bytes`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes).\n"
109
112
  },
110
113
  "symbolId": "src/bytes/index:"
111
114
  },
@@ -115,7 +118,7 @@
115
118
  "line": 8
116
119
  },
117
120
  "readme": {
118
- "markdown": "# `random_id`\n\nRefer to the Terraform Registry for docs: [`random_id`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id).\n"
121
+ "markdown": "# `random_id`\n\nRefer to the Terraform Registry for docs: [`random_id`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id).\n"
119
122
  },
120
123
  "symbolId": "src/id/index:"
121
124
  },
@@ -125,7 +128,7 @@
125
128
  "line": 9
126
129
  },
127
130
  "readme": {
128
- "markdown": "# `random_integer`\n\nRefer to the Terraform Registry for docs: [`random_integer`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer).\n"
131
+ "markdown": "# `random_integer`\n\nRefer to the Terraform Registry for docs: [`random_integer`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer).\n"
129
132
  },
130
133
  "symbolId": "src/integer/index:"
131
134
  },
@@ -135,7 +138,7 @@
135
138
  "line": 10
136
139
  },
137
140
  "readme": {
138
- "markdown": "# `random_password`\n\nRefer to the Terraform Registry for docs: [`random_password`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password).\n"
141
+ "markdown": "# `random_password`\n\nRefer to the Terraform Registry for docs: [`random_password`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password).\n"
139
142
  },
140
143
  "symbolId": "src/password/index:"
141
144
  },
@@ -145,17 +148,17 @@
145
148
  "line": 11
146
149
  },
147
150
  "readme": {
148
- "markdown": "# `random_pet`\n\nRefer to the Terraform Registry for docs: [`random_pet`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet).\n"
151
+ "markdown": "# `random_pet`\n\nRefer to the Terraform Registry for docs: [`random_pet`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet).\n"
149
152
  },
150
153
  "symbolId": "src/pet/index:"
151
154
  },
152
155
  "@cdktn/provider-random.provider": {
153
156
  "locationInModule": {
154
157
  "filename": "src/index.ts",
155
- "line": 15
158
+ "line": 17
156
159
  },
157
160
  "readme": {
158
- "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`random`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs).\n"
161
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`random`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs).\n"
159
162
  },
160
163
  "symbolId": "src/provider/index:"
161
164
  },
@@ -165,7 +168,7 @@
165
168
  "line": 12
166
169
  },
167
170
  "readme": {
168
- "markdown": "# `random_shuffle`\n\nRefer to the Terraform Registry for docs: [`random_shuffle`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle).\n"
171
+ "markdown": "# `random_shuffle`\n\nRefer to the Terraform Registry for docs: [`random_shuffle`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle).\n"
169
172
  },
170
173
  "symbolId": "src/shuffle/index:"
171
174
  },
@@ -175,7 +178,7 @@
175
178
  "line": 13
176
179
  },
177
180
  "readme": {
178
- "markdown": "# `random_string`\n\nRefer to the Terraform Registry for docs: [`random_string`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string).\n"
181
+ "markdown": "# `random_string`\n\nRefer to the Terraform Registry for docs: [`random_string`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string).\n"
179
182
  },
180
183
  "symbolId": "src/string-resource/index:"
181
184
  },
@@ -185,9 +188,29 @@
185
188
  "line": 14
186
189
  },
187
190
  "readme": {
188
- "markdown": "# `random_uuid`\n\nRefer to the Terraform Registry for docs: [`random_uuid`](https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/uuid).\n"
191
+ "markdown": "# `random_uuid`\n\nRefer to the Terraform Registry for docs: [`random_uuid`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid).\n"
189
192
  },
190
193
  "symbolId": "src/uuid/index:"
194
+ },
195
+ "@cdktn/provider-random.uuid4": {
196
+ "locationInModule": {
197
+ "filename": "src/index.ts",
198
+ "line": 15
199
+ },
200
+ "readme": {
201
+ "markdown": "# `random_uuid4`\n\nRefer to the Terraform Registry for docs: [`random_uuid4`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4).\n"
202
+ },
203
+ "symbolId": "src/uuid4/index:"
204
+ },
205
+ "@cdktn/provider-random.uuid7": {
206
+ "locationInModule": {
207
+ "filename": "src/index.ts",
208
+ "line": 16
209
+ },
210
+ "readme": {
211
+ "markdown": "# `random_uuid7`\n\nRefer to the Terraform Registry for docs: [`random_uuid7`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7).\n"
212
+ },
213
+ "symbolId": "src/uuid7/index:"
191
214
  }
192
215
  },
193
216
  "targets": {
@@ -206,16 +229,16 @@
206
229
  "types": {
207
230
  "@cdktn/provider-random.bytes.Bytes": {
208
231
  "assembly": "@cdktn/provider-random",
209
- "base": "cdktf.TerraformResource",
232
+ "base": "cdktn.TerraformResource",
210
233
  "docs": {
211
234
  "stability": "stable",
212
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/bytes random_bytes}."
235
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes random_bytes}."
213
236
  },
214
237
  "fqn": "@cdktn/provider-random.bytes.Bytes",
215
238
  "initializer": {
216
239
  "docs": {
217
240
  "stability": "stable",
218
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/bytes random_bytes} Resource."
241
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes random_bytes} Resource."
219
242
  },
220
243
  "locationInModule": {
221
244
  "filename": "src/bytes/index.ts",
@@ -258,7 +281,7 @@
258
281
  {
259
282
  "docs": {
260
283
  "stability": "stable",
261
- "summary": "Generates CDKTF code for importing a Bytes resource upon running \"cdktf plan <stack-name>\"."
284
+ "summary": "Generates CDKTN code for importing a Bytes resource upon running \"cdktn plan <stack-name>\"."
262
285
  },
263
286
  "locationInModule": {
264
287
  "filename": "src/bytes/index.ts",
@@ -286,7 +309,7 @@
286
309
  },
287
310
  {
288
311
  "docs": {
289
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/bytes#import import section} in the documentation of this resource for the id to use",
312
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes#import import section} in the documentation of this resource for the id to use",
290
313
  "summary": "The id of the existing Bytes that should be imported."
291
314
  },
292
315
  "name": "importFromId",
@@ -301,13 +324,13 @@
301
324
  "name": "provider",
302
325
  "optional": true,
303
326
  "type": {
304
- "fqn": "cdktf.TerraformProvider"
327
+ "fqn": "cdktn.TerraformProvider"
305
328
  }
306
329
  }
307
330
  ],
308
331
  "returns": {
309
332
  "type": {
310
- "fqn": "cdktf.ImportableResource"
333
+ "fqn": "cdktn.ImportableResource"
311
334
  }
312
335
  },
313
336
  "static": true
@@ -331,7 +354,7 @@
331
354
  "line": 131
332
355
  },
333
356
  "name": "synthesizeAttributes",
334
- "overrides": "cdktf.TerraformResource",
357
+ "overrides": "cdktn.TerraformResource",
335
358
  "protected": true,
336
359
  "returns": {
337
360
  "type": {
@@ -353,7 +376,7 @@
353
376
  "line": 138
354
377
  },
355
378
  "name": "synthesizeHclAttributes",
356
- "overrides": "cdktf.TerraformResource",
379
+ "overrides": "cdktn.TerraformResource",
357
380
  "protected": true,
358
381
  "returns": {
359
382
  "type": {
@@ -491,7 +514,7 @@
491
514
  },
492
515
  "fqn": "@cdktn/provider-random.bytes.BytesConfig",
493
516
  "interfaces": [
494
- "cdktf.TerraformMetaArguments"
517
+ "cdktn.TerraformMetaArguments"
495
518
  ],
496
519
  "kind": "interface",
497
520
  "locationInModule": {
@@ -504,7 +527,7 @@
504
527
  {
505
528
  "abstract": true,
506
529
  "docs": {
507
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/bytes#length Bytes#length}",
530
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes#length Bytes#length}",
508
531
  "stability": "stable",
509
532
  "summary": "The number of bytes requested. The minimum value for length is 1."
510
533
  },
@@ -521,7 +544,7 @@
521
544
  {
522
545
  "abstract": true,
523
546
  "docs": {
524
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/bytes#keepers Bytes#keepers}",
547
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes#keepers Bytes#keepers}",
525
548
  "stability": "stable",
526
549
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
527
550
  },
@@ -546,16 +569,16 @@
546
569
  },
547
570
  "@cdktn/provider-random.id.Id": {
548
571
  "assembly": "@cdktn/provider-random",
549
- "base": "cdktf.TerraformResource",
572
+ "base": "cdktn.TerraformResource",
550
573
  "docs": {
551
574
  "stability": "stable",
552
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id random_id}."
575
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id random_id}."
553
576
  },
554
577
  "fqn": "@cdktn/provider-random.id.Id",
555
578
  "initializer": {
556
579
  "docs": {
557
580
  "stability": "stable",
558
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id random_id} Resource."
581
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id random_id} Resource."
559
582
  },
560
583
  "locationInModule": {
561
584
  "filename": "src/id/index.ts",
@@ -598,7 +621,7 @@
598
621
  {
599
622
  "docs": {
600
623
  "stability": "stable",
601
- "summary": "Generates CDKTF code for importing a Id resource upon running \"cdktf plan <stack-name>\"."
624
+ "summary": "Generates CDKTN code for importing a Id resource upon running \"cdktn plan <stack-name>\"."
602
625
  },
603
626
  "locationInModule": {
604
627
  "filename": "src/id/index.ts",
@@ -626,7 +649,7 @@
626
649
  },
627
650
  {
628
651
  "docs": {
629
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id#import import section} in the documentation of this resource for the id to use",
652
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id#import import section} in the documentation of this resource for the id to use",
630
653
  "summary": "The id of the existing Id that should be imported."
631
654
  },
632
655
  "name": "importFromId",
@@ -641,13 +664,13 @@
641
664
  "name": "provider",
642
665
  "optional": true,
643
666
  "type": {
644
- "fqn": "cdktf.TerraformProvider"
667
+ "fqn": "cdktn.TerraformProvider"
645
668
  }
646
669
  }
647
670
  ],
648
671
  "returns": {
649
672
  "type": {
650
- "fqn": "cdktf.ImportableResource"
673
+ "fqn": "cdktn.ImportableResource"
651
674
  }
652
675
  },
653
676
  "static": true
@@ -681,7 +704,7 @@
681
704
  "line": 169
682
705
  },
683
706
  "name": "synthesizeAttributes",
684
- "overrides": "cdktf.TerraformResource",
707
+ "overrides": "cdktn.TerraformResource",
685
708
  "protected": true,
686
709
  "returns": {
687
710
  "type": {
@@ -703,7 +726,7 @@
703
726
  "line": 177
704
727
  },
705
728
  "name": "synthesizeHclAttributes",
706
- "overrides": "cdktf.TerraformResource",
729
+ "overrides": "cdktn.TerraformResource",
707
730
  "protected": true,
708
731
  "returns": {
709
732
  "type": {
@@ -911,7 +934,7 @@
911
934
  },
912
935
  "fqn": "@cdktn/provider-random.id.IdConfig",
913
936
  "interfaces": [
914
- "cdktf.TerraformMetaArguments"
937
+ "cdktn.TerraformMetaArguments"
915
938
  ],
916
939
  "kind": "interface",
917
940
  "locationInModule": {
@@ -924,7 +947,7 @@
924
947
  {
925
948
  "abstract": true,
926
949
  "docs": {
927
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id#byte_length Id#byte_length}",
950
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id#byte_length Id#byte_length}",
928
951
  "stability": "stable",
929
952
  "summary": "The number of random bytes to produce. The minimum value is 1, which produces eight bits of randomness."
930
953
  },
@@ -941,7 +964,7 @@
941
964
  {
942
965
  "abstract": true,
943
966
  "docs": {
944
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id#keepers Id#keepers}",
967
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id#keepers Id#keepers}",
945
968
  "stability": "stable",
946
969
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
947
970
  },
@@ -964,7 +987,7 @@
964
987
  {
965
988
  "abstract": true,
966
989
  "docs": {
967
- "remarks": "This string is supplied as-is, meaning it is not guaranteed to be URL-safe or base64 encoded.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/id#prefix Id#prefix}",
990
+ "remarks": "This string is supplied as-is, meaning it is not guaranteed to be URL-safe or base64 encoded.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id#prefix Id#prefix}",
968
991
  "stability": "stable",
969
992
  "summary": "Arbitrary string to prefix the output value with."
970
993
  },
@@ -984,16 +1007,16 @@
984
1007
  },
985
1008
  "@cdktn/provider-random.integer.Integer": {
986
1009
  "assembly": "@cdktn/provider-random",
987
- "base": "cdktf.TerraformResource",
1010
+ "base": "cdktn.TerraformResource",
988
1011
  "docs": {
989
1012
  "stability": "stable",
990
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer random_integer}."
1013
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer random_integer}."
991
1014
  },
992
1015
  "fqn": "@cdktn/provider-random.integer.Integer",
993
1016
  "initializer": {
994
1017
  "docs": {
995
1018
  "stability": "stable",
996
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer random_integer} Resource."
1019
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer random_integer} Resource."
997
1020
  },
998
1021
  "locationInModule": {
999
1022
  "filename": "src/integer/index.ts",
@@ -1036,7 +1059,7 @@
1036
1059
  {
1037
1060
  "docs": {
1038
1061
  "stability": "stable",
1039
- "summary": "Generates CDKTF code for importing a Integer resource upon running \"cdktf plan <stack-name>\"."
1062
+ "summary": "Generates CDKTN code for importing a Integer resource upon running \"cdktn plan <stack-name>\"."
1040
1063
  },
1041
1064
  "locationInModule": {
1042
1065
  "filename": "src/integer/index.ts",
@@ -1064,7 +1087,7 @@
1064
1087
  },
1065
1088
  {
1066
1089
  "docs": {
1067
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer#import import section} in the documentation of this resource for the id to use",
1090
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#import import section} in the documentation of this resource for the id to use",
1068
1091
  "summary": "The id of the existing Integer that should be imported."
1069
1092
  },
1070
1093
  "name": "importFromId",
@@ -1079,13 +1102,13 @@
1079
1102
  "name": "provider",
1080
1103
  "optional": true,
1081
1104
  "type": {
1082
- "fqn": "cdktf.TerraformProvider"
1105
+ "fqn": "cdktn.TerraformProvider"
1083
1106
  }
1084
1107
  }
1085
1108
  ],
1086
1109
  "returns": {
1087
1110
  "type": {
1088
- "fqn": "cdktf.ImportableResource"
1111
+ "fqn": "cdktn.ImportableResource"
1089
1112
  }
1090
1113
  },
1091
1114
  "static": true
@@ -1119,7 +1142,7 @@
1119
1142
  "line": 174
1120
1143
  },
1121
1144
  "name": "synthesizeAttributes",
1122
- "overrides": "cdktf.TerraformResource",
1145
+ "overrides": "cdktn.TerraformResource",
1123
1146
  "protected": true,
1124
1147
  "returns": {
1125
1148
  "type": {
@@ -1141,7 +1164,7 @@
1141
1164
  "line": 183
1142
1165
  },
1143
1166
  "name": "synthesizeHclAttributes",
1144
- "overrides": "cdktf.TerraformResource",
1167
+ "overrides": "cdktn.TerraformResource",
1145
1168
  "protected": true,
1146
1169
  "returns": {
1147
1170
  "type": {
@@ -1335,7 +1358,7 @@
1335
1358
  },
1336
1359
  "fqn": "@cdktn/provider-random.integer.IntegerConfig",
1337
1360
  "interfaces": [
1338
- "cdktf.TerraformMetaArguments"
1361
+ "cdktn.TerraformMetaArguments"
1339
1362
  ],
1340
1363
  "kind": "interface",
1341
1364
  "locationInModule": {
@@ -1348,7 +1371,7 @@
1348
1371
  {
1349
1372
  "abstract": true,
1350
1373
  "docs": {
1351
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer#max Integer#max}",
1374
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#max Integer#max}",
1352
1375
  "stability": "stable",
1353
1376
  "summary": "The maximum inclusive value of the range."
1354
1377
  },
@@ -1365,7 +1388,7 @@
1365
1388
  {
1366
1389
  "abstract": true,
1367
1390
  "docs": {
1368
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer#min Integer#min}",
1391
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#min Integer#min}",
1369
1392
  "stability": "stable",
1370
1393
  "summary": "The minimum inclusive value of the range."
1371
1394
  },
@@ -1382,7 +1405,7 @@
1382
1405
  {
1383
1406
  "abstract": true,
1384
1407
  "docs": {
1385
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer#keepers Integer#keepers}",
1408
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#keepers Integer#keepers}",
1386
1409
  "stability": "stable",
1387
1410
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
1388
1411
  },
@@ -1405,7 +1428,7 @@
1405
1428
  {
1406
1429
  "abstract": true,
1407
1430
  "docs": {
1408
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/integer#seed Integer#seed}",
1431
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#seed Integer#seed}",
1409
1432
  "stability": "stable",
1410
1433
  "summary": "A custom seed to always produce the same value."
1411
1434
  },
@@ -1425,16 +1448,16 @@
1425
1448
  },
1426
1449
  "@cdktn/provider-random.password.Password": {
1427
1450
  "assembly": "@cdktn/provider-random",
1428
- "base": "cdktf.TerraformResource",
1451
+ "base": "cdktn.TerraformResource",
1429
1452
  "docs": {
1430
1453
  "stability": "stable",
1431
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password random_password}."
1454
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password random_password}."
1432
1455
  },
1433
1456
  "fqn": "@cdktn/provider-random.password.Password",
1434
1457
  "initializer": {
1435
1458
  "docs": {
1436
1459
  "stability": "stable",
1437
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password random_password} Resource."
1460
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password random_password} Resource."
1438
1461
  },
1439
1462
  "locationInModule": {
1440
1463
  "filename": "src/password/index.ts",
@@ -1477,7 +1500,7 @@
1477
1500
  {
1478
1501
  "docs": {
1479
1502
  "stability": "stable",
1480
- "summary": "Generates CDKTF code for importing a Password resource upon running \"cdktf plan <stack-name>\"."
1503
+ "summary": "Generates CDKTN code for importing a Password resource upon running \"cdktn plan <stack-name>\"."
1481
1504
  },
1482
1505
  "locationInModule": {
1483
1506
  "filename": "src/password/index.ts",
@@ -1505,7 +1528,7 @@
1505
1528
  },
1506
1529
  {
1507
1530
  "docs": {
1508
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#import import section} in the documentation of this resource for the id to use",
1531
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#import import section} in the documentation of this resource for the id to use",
1509
1532
  "summary": "The id of the existing Password that should be imported."
1510
1533
  },
1511
1534
  "name": "importFromId",
@@ -1520,13 +1543,13 @@
1520
1543
  "name": "provider",
1521
1544
  "optional": true,
1522
1545
  "type": {
1523
- "fqn": "cdktf.TerraformProvider"
1546
+ "fqn": "cdktn.TerraformProvider"
1524
1547
  }
1525
1548
  }
1526
1549
  ],
1527
1550
  "returns": {
1528
1551
  "type": {
1529
- "fqn": "cdktf.ImportableResource"
1552
+ "fqn": "cdktn.ImportableResource"
1530
1553
  }
1531
1554
  },
1532
1555
  "static": true
@@ -1650,7 +1673,7 @@
1650
1673
  "line": 366
1651
1674
  },
1652
1675
  "name": "synthesizeAttributes",
1653
- "overrides": "cdktf.TerraformResource",
1676
+ "overrides": "cdktn.TerraformResource",
1654
1677
  "protected": true,
1655
1678
  "returns": {
1656
1679
  "type": {
@@ -1672,7 +1695,7 @@
1672
1695
  "line": 383
1673
1696
  },
1674
1697
  "name": "synthesizeHclAttributes",
1675
- "overrides": "cdktf.TerraformResource",
1698
+ "overrides": "cdktn.TerraformResource",
1676
1699
  "protected": true,
1677
1700
  "returns": {
1678
1701
  "type": {
@@ -1800,7 +1823,7 @@
1800
1823
  "primitive": "boolean"
1801
1824
  },
1802
1825
  {
1803
- "fqn": "cdktf.IResolvable"
1826
+ "fqn": "cdktn.IResolvable"
1804
1827
  }
1805
1828
  ]
1806
1829
  }
@@ -1884,7 +1907,7 @@
1884
1907
  "primitive": "boolean"
1885
1908
  },
1886
1909
  {
1887
- "fqn": "cdktf.IResolvable"
1910
+ "fqn": "cdktn.IResolvable"
1888
1911
  }
1889
1912
  ]
1890
1913
  }
@@ -1908,7 +1931,7 @@
1908
1931
  "primitive": "boolean"
1909
1932
  },
1910
1933
  {
1911
- "fqn": "cdktf.IResolvable"
1934
+ "fqn": "cdktn.IResolvable"
1912
1935
  }
1913
1936
  ]
1914
1937
  }
@@ -1947,7 +1970,7 @@
1947
1970
  "primitive": "boolean"
1948
1971
  },
1949
1972
  {
1950
- "fqn": "cdktf.IResolvable"
1973
+ "fqn": "cdktn.IResolvable"
1951
1974
  }
1952
1975
  ]
1953
1976
  }
@@ -1971,7 +1994,7 @@
1971
1994
  "primitive": "boolean"
1972
1995
  },
1973
1996
  {
1974
- "fqn": "cdktf.IResolvable"
1997
+ "fqn": "cdktn.IResolvable"
1975
1998
  }
1976
1999
  ]
1977
2000
  }
@@ -2024,7 +2047,7 @@
2024
2047
  "primitive": "boolean"
2025
2048
  },
2026
2049
  {
2027
- "fqn": "cdktf.IResolvable"
2050
+ "fqn": "cdktn.IResolvable"
2028
2051
  }
2029
2052
  ]
2030
2053
  }
@@ -2098,7 +2121,7 @@
2098
2121
  "primitive": "boolean"
2099
2122
  },
2100
2123
  {
2101
- "fqn": "cdktf.IResolvable"
2124
+ "fqn": "cdktn.IResolvable"
2102
2125
  }
2103
2126
  ]
2104
2127
  }
@@ -2120,7 +2143,7 @@
2120
2143
  "primitive": "boolean"
2121
2144
  },
2122
2145
  {
2123
- "fqn": "cdktf.IResolvable"
2146
+ "fqn": "cdktn.IResolvable"
2124
2147
  }
2125
2148
  ]
2126
2149
  }
@@ -2155,7 +2178,7 @@
2155
2178
  "primitive": "boolean"
2156
2179
  },
2157
2180
  {
2158
- "fqn": "cdktf.IResolvable"
2181
+ "fqn": "cdktn.IResolvable"
2159
2182
  }
2160
2183
  ]
2161
2184
  }
@@ -2177,7 +2200,7 @@
2177
2200
  "primitive": "boolean"
2178
2201
  },
2179
2202
  {
2180
- "fqn": "cdktf.IResolvable"
2203
+ "fqn": "cdktn.IResolvable"
2181
2204
  }
2182
2205
  ]
2183
2206
  }
@@ -2194,7 +2217,7 @@
2194
2217
  },
2195
2218
  "fqn": "@cdktn/provider-random.password.PasswordConfig",
2196
2219
  "interfaces": [
2197
- "cdktf.TerraformMetaArguments"
2220
+ "cdktn.TerraformMetaArguments"
2198
2221
  ],
2199
2222
  "kind": "interface",
2200
2223
  "locationInModule": {
@@ -2207,7 +2230,7 @@
2207
2230
  {
2208
2231
  "abstract": true,
2209
2232
  "docs": {
2210
- "remarks": "The minimum value for length is 1 and, length must also be >= (`min_upper` + `min_lower` + `min_numeric` + `min_special`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#length Password#length}",
2233
+ "remarks": "The minimum value for length is 1 and, length must also be >= (`min_upper` + `min_lower` + `min_numeric` + `min_special`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#length Password#length}",
2211
2234
  "stability": "stable",
2212
2235
  "summary": "The length of the string desired."
2213
2236
  },
@@ -2224,7 +2247,7 @@
2224
2247
  {
2225
2248
  "abstract": true,
2226
2249
  "docs": {
2227
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#keepers Password#keepers}",
2250
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#keepers Password#keepers}",
2228
2251
  "stability": "stable",
2229
2252
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
2230
2253
  },
@@ -2247,7 +2270,7 @@
2247
2270
  {
2248
2271
  "abstract": true,
2249
2272
  "docs": {
2250
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#lower Password#lower}",
2273
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#lower Password#lower}",
2251
2274
  "stability": "stable",
2252
2275
  "summary": "Include lowercase alphabet characters in the result. Default value is `true`."
2253
2276
  },
@@ -2265,7 +2288,7 @@
2265
2288
  "primitive": "boolean"
2266
2289
  },
2267
2290
  {
2268
- "fqn": "cdktf.IResolvable"
2291
+ "fqn": "cdktn.IResolvable"
2269
2292
  }
2270
2293
  ]
2271
2294
  }
@@ -2274,7 +2297,7 @@
2274
2297
  {
2275
2298
  "abstract": true,
2276
2299
  "docs": {
2277
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#min_lower Password#min_lower}",
2300
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#min_lower Password#min_lower}",
2278
2301
  "stability": "stable",
2279
2302
  "summary": "Minimum number of lowercase alphabet characters in the result. Default value is `0`."
2280
2303
  },
@@ -2292,7 +2315,7 @@
2292
2315
  {
2293
2316
  "abstract": true,
2294
2317
  "docs": {
2295
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#min_numeric Password#min_numeric}",
2318
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#min_numeric Password#min_numeric}",
2296
2319
  "stability": "stable",
2297
2320
  "summary": "Minimum number of numeric characters in the result. Default value is `0`."
2298
2321
  },
@@ -2310,7 +2333,7 @@
2310
2333
  {
2311
2334
  "abstract": true,
2312
2335
  "docs": {
2313
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#min_special Password#min_special}",
2336
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#min_special Password#min_special}",
2314
2337
  "stability": "stable",
2315
2338
  "summary": "Minimum number of special characters in the result. Default value is `0`."
2316
2339
  },
@@ -2328,7 +2351,7 @@
2328
2351
  {
2329
2352
  "abstract": true,
2330
2353
  "docs": {
2331
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#min_upper Password#min_upper}",
2354
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#min_upper Password#min_upper}",
2332
2355
  "stability": "stable",
2333
2356
  "summary": "Minimum number of uppercase alphabet characters in the result. Default value is `0`."
2334
2357
  },
@@ -2346,7 +2369,7 @@
2346
2369
  {
2347
2370
  "abstract": true,
2348
2371
  "docs": {
2349
- "remarks": "Default value is `true`. If `number`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`. **NOTE**: This is deprecated, use `numeric` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#number Password#number}",
2372
+ "remarks": "Default value is `true`. If `number`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`. **NOTE**: This is deprecated, use `numeric` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#number Password#number}",
2350
2373
  "stability": "stable",
2351
2374
  "summary": "Include numeric characters in the result."
2352
2375
  },
@@ -2364,7 +2387,7 @@
2364
2387
  "primitive": "boolean"
2365
2388
  },
2366
2389
  {
2367
- "fqn": "cdktf.IResolvable"
2390
+ "fqn": "cdktn.IResolvable"
2368
2391
  }
2369
2392
  ]
2370
2393
  }
@@ -2373,7 +2396,7 @@
2373
2396
  {
2374
2397
  "abstract": true,
2375
2398
  "docs": {
2376
- "remarks": "Default value is `true`. If `numeric`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#numeric Password#numeric}",
2399
+ "remarks": "Default value is `true`. If `numeric`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#numeric Password#numeric}",
2377
2400
  "stability": "stable",
2378
2401
  "summary": "Include numeric characters in the result."
2379
2402
  },
@@ -2391,7 +2414,7 @@
2391
2414
  "primitive": "boolean"
2392
2415
  },
2393
2416
  {
2394
- "fqn": "cdktf.IResolvable"
2417
+ "fqn": "cdktn.IResolvable"
2395
2418
  }
2396
2419
  ]
2397
2420
  }
@@ -2400,7 +2423,7 @@
2400
2423
  {
2401
2424
  "abstract": true,
2402
2425
  "docs": {
2403
- "remarks": "This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#override_special Password#override_special}",
2426
+ "remarks": "This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#override_special Password#override_special}",
2404
2427
  "stability": "stable",
2405
2428
  "summary": "Supply your own list of special characters to use for string generation."
2406
2429
  },
@@ -2418,7 +2441,7 @@
2418
2441
  {
2419
2442
  "abstract": true,
2420
2443
  "docs": {
2421
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#special Password#special}",
2444
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#special Password#special}",
2422
2445
  "stability": "stable",
2423
2446
  "summary": "Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`."
2424
2447
  },
@@ -2436,7 +2459,7 @@
2436
2459
  "primitive": "boolean"
2437
2460
  },
2438
2461
  {
2439
- "fqn": "cdktf.IResolvable"
2462
+ "fqn": "cdktn.IResolvable"
2440
2463
  }
2441
2464
  ]
2442
2465
  }
@@ -2445,7 +2468,7 @@
2445
2468
  {
2446
2469
  "abstract": true,
2447
2470
  "docs": {
2448
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/password#upper Password#upper}",
2471
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#upper Password#upper}",
2449
2472
  "stability": "stable",
2450
2473
  "summary": "Include uppercase alphabet characters in the result. Default value is `true`."
2451
2474
  },
@@ -2463,7 +2486,7 @@
2463
2486
  "primitive": "boolean"
2464
2487
  },
2465
2488
  {
2466
- "fqn": "cdktf.IResolvable"
2489
+ "fqn": "cdktn.IResolvable"
2467
2490
  }
2468
2491
  ]
2469
2492
  }
@@ -2474,16 +2497,16 @@
2474
2497
  },
2475
2498
  "@cdktn/provider-random.pet.Pet": {
2476
2499
  "assembly": "@cdktn/provider-random",
2477
- "base": "cdktf.TerraformResource",
2500
+ "base": "cdktn.TerraformResource",
2478
2501
  "docs": {
2479
2502
  "stability": "stable",
2480
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet random_pet}."
2503
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet random_pet}."
2481
2504
  },
2482
2505
  "fqn": "@cdktn/provider-random.pet.Pet",
2483
2506
  "initializer": {
2484
2507
  "docs": {
2485
2508
  "stability": "stable",
2486
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet random_pet} Resource."
2509
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet random_pet} Resource."
2487
2510
  },
2488
2511
  "locationInModule": {
2489
2512
  "filename": "src/pet/index.ts",
@@ -2527,7 +2550,7 @@
2527
2550
  {
2528
2551
  "docs": {
2529
2552
  "stability": "stable",
2530
- "summary": "Generates CDKTF code for importing a Pet resource upon running \"cdktf plan <stack-name>\"."
2553
+ "summary": "Generates CDKTN code for importing a Pet resource upon running \"cdktn plan <stack-name>\"."
2531
2554
  },
2532
2555
  "locationInModule": {
2533
2556
  "filename": "src/pet/index.ts",
@@ -2555,7 +2578,7 @@
2555
2578
  },
2556
2579
  {
2557
2580
  "docs": {
2558
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet#import import section} in the documentation of this resource for the id to use",
2581
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#import import section} in the documentation of this resource for the id to use",
2559
2582
  "summary": "The id of the existing Pet that should be imported."
2560
2583
  },
2561
2584
  "name": "importFromId",
@@ -2570,13 +2593,13 @@
2570
2593
  "name": "provider",
2571
2594
  "optional": true,
2572
2595
  "type": {
2573
- "fqn": "cdktf.TerraformProvider"
2596
+ "fqn": "cdktn.TerraformProvider"
2574
2597
  }
2575
2598
  }
2576
2599
  ],
2577
2600
  "returns": {
2578
2601
  "type": {
2579
- "fqn": "cdktf.ImportableResource"
2602
+ "fqn": "cdktn.ImportableResource"
2580
2603
  }
2581
2604
  },
2582
2605
  "static": true
@@ -2630,7 +2653,7 @@
2630
2653
  "line": 175
2631
2654
  },
2632
2655
  "name": "synthesizeAttributes",
2633
- "overrides": "cdktf.TerraformResource",
2656
+ "overrides": "cdktn.TerraformResource",
2634
2657
  "protected": true,
2635
2658
  "returns": {
2636
2659
  "type": {
@@ -2652,7 +2675,7 @@
2652
2675
  "line": 184
2653
2676
  },
2654
2677
  "name": "synthesizeHclAttributes",
2655
- "overrides": "cdktf.TerraformResource",
2678
+ "overrides": "cdktn.TerraformResource",
2656
2679
  "protected": true,
2657
2680
  "returns": {
2658
2681
  "type": {
@@ -2832,7 +2855,7 @@
2832
2855
  },
2833
2856
  "fqn": "@cdktn/provider-random.pet.PetConfig",
2834
2857
  "interfaces": [
2835
- "cdktf.TerraformMetaArguments"
2858
+ "cdktn.TerraformMetaArguments"
2836
2859
  ],
2837
2860
  "kind": "interface",
2838
2861
  "locationInModule": {
@@ -2845,7 +2868,7 @@
2845
2868
  {
2846
2869
  "abstract": true,
2847
2870
  "docs": {
2848
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet#keepers Pet#keepers}",
2871
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#keepers Pet#keepers}",
2849
2872
  "stability": "stable",
2850
2873
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
2851
2874
  },
@@ -2868,7 +2891,7 @@
2868
2891
  {
2869
2892
  "abstract": true,
2870
2893
  "docs": {
2871
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet#length Pet#length}",
2894
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#length Pet#length}",
2872
2895
  "stability": "stable",
2873
2896
  "summary": "The length (in words) of the pet name. Defaults to 2."
2874
2897
  },
@@ -2886,7 +2909,7 @@
2886
2909
  {
2887
2910
  "abstract": true,
2888
2911
  "docs": {
2889
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet#prefix Pet#prefix}",
2912
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#prefix Pet#prefix}",
2890
2913
  "stability": "stable",
2891
2914
  "summary": "A string to prefix the name with."
2892
2915
  },
@@ -2904,7 +2927,7 @@
2904
2927
  {
2905
2928
  "abstract": true,
2906
2929
  "docs": {
2907
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/pet#separator Pet#separator}",
2930
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#separator Pet#separator}",
2908
2931
  "stability": "stable",
2909
2932
  "summary": "The character to separate words in the pet name. Defaults to \"-\"."
2910
2933
  },
@@ -2924,16 +2947,16 @@
2924
2947
  },
2925
2948
  "@cdktn/provider-random.provider.RandomProvider": {
2926
2949
  "assembly": "@cdktn/provider-random",
2927
- "base": "cdktf.TerraformProvider",
2950
+ "base": "cdktn.TerraformProvider",
2928
2951
  "docs": {
2929
2952
  "stability": "stable",
2930
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs random}."
2953
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs random}."
2931
2954
  },
2932
2955
  "fqn": "@cdktn/provider-random.provider.RandomProvider",
2933
2956
  "initializer": {
2934
2957
  "docs": {
2935
2958
  "stability": "stable",
2936
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs random} Resource."
2959
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs random} Resource."
2937
2960
  },
2938
2961
  "locationInModule": {
2939
2962
  "filename": "src/provider/index.ts",
@@ -2977,7 +3000,7 @@
2977
3000
  {
2978
3001
  "docs": {
2979
3002
  "stability": "stable",
2980
- "summary": "Generates CDKTF code for importing a RandomProvider resource upon running \"cdktf plan <stack-name>\"."
3003
+ "summary": "Generates CDKTN code for importing a RandomProvider resource upon running \"cdktn plan <stack-name>\"."
2981
3004
  },
2982
3005
  "locationInModule": {
2983
3006
  "filename": "src/provider/index.ts",
@@ -3005,7 +3028,7 @@
3005
3028
  },
3006
3029
  {
3007
3030
  "docs": {
3008
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs#import import section} in the documentation of this resource for the id to use",
3031
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs#import import section} in the documentation of this resource for the id to use",
3009
3032
  "summary": "The id of the existing RandomProvider that should be imported."
3010
3033
  },
3011
3034
  "name": "importFromId",
@@ -3020,13 +3043,13 @@
3020
3043
  "name": "provider",
3021
3044
  "optional": true,
3022
3045
  "type": {
3023
- "fqn": "cdktf.TerraformProvider"
3046
+ "fqn": "cdktn.TerraformProvider"
3024
3047
  }
3025
3048
  }
3026
3049
  ],
3027
3050
  "returns": {
3028
3051
  "type": {
3029
- "fqn": "cdktf.ImportableResource"
3052
+ "fqn": "cdktn.ImportableResource"
3030
3053
  }
3031
3054
  },
3032
3055
  "static": true
@@ -3050,7 +3073,7 @@
3050
3073
  "line": 95
3051
3074
  },
3052
3075
  "name": "synthesizeAttributes",
3053
- "overrides": "cdktf.TerraformProvider",
3076
+ "overrides": "cdktn.TerraformProvider",
3054
3077
  "protected": true,
3055
3078
  "returns": {
3056
3079
  "type": {
@@ -3072,7 +3095,7 @@
3072
3095
  "line": 101
3073
3096
  },
3074
3097
  "name": "synthesizeHclAttributes",
3075
- "overrides": "cdktf.TerraformProvider",
3098
+ "overrides": "cdktn.TerraformProvider",
3076
3099
  "protected": true,
3077
3100
  "returns": {
3078
3101
  "type": {
@@ -3130,7 +3153,7 @@
3130
3153
  },
3131
3154
  "name": "alias",
3132
3155
  "optional": true,
3133
- "overrides": "cdktf.TerraformProvider",
3156
+ "overrides": "cdktn.TerraformProvider",
3134
3157
  "type": {
3135
3158
  "primitive": "string"
3136
3159
  }
@@ -3156,7 +3179,7 @@
3156
3179
  {
3157
3180
  "abstract": true,
3158
3181
  "docs": {
3159
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs#alias RandomProvider#alias}",
3182
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs#alias RandomProvider#alias}",
3160
3183
  "stability": "stable",
3161
3184
  "summary": "Alias name."
3162
3185
  },
@@ -3176,16 +3199,16 @@
3176
3199
  },
3177
3200
  "@cdktn/provider-random.shuffle.Shuffle": {
3178
3201
  "assembly": "@cdktn/provider-random",
3179
- "base": "cdktf.TerraformResource",
3202
+ "base": "cdktn.TerraformResource",
3180
3203
  "docs": {
3181
3204
  "stability": "stable",
3182
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle random_shuffle}."
3205
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle random_shuffle}."
3183
3206
  },
3184
3207
  "fqn": "@cdktn/provider-random.shuffle.Shuffle",
3185
3208
  "initializer": {
3186
3209
  "docs": {
3187
3210
  "stability": "stable",
3188
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle random_shuffle} Resource."
3211
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle random_shuffle} Resource."
3189
3212
  },
3190
3213
  "locationInModule": {
3191
3214
  "filename": "src/shuffle/index.ts",
@@ -3228,7 +3251,7 @@
3228
3251
  {
3229
3252
  "docs": {
3230
3253
  "stability": "stable",
3231
- "summary": "Generates CDKTF code for importing a Shuffle resource upon running \"cdktf plan <stack-name>\"."
3254
+ "summary": "Generates CDKTN code for importing a Shuffle resource upon running \"cdktn plan <stack-name>\"."
3232
3255
  },
3233
3256
  "locationInModule": {
3234
3257
  "filename": "src/shuffle/index.ts",
@@ -3256,7 +3279,7 @@
3256
3279
  },
3257
3280
  {
3258
3281
  "docs": {
3259
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle#import import section} in the documentation of this resource for the id to use",
3282
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle#import import section} in the documentation of this resource for the id to use",
3260
3283
  "summary": "The id of the existing Shuffle that should be imported."
3261
3284
  },
3262
3285
  "name": "importFromId",
@@ -3271,13 +3294,13 @@
3271
3294
  "name": "provider",
3272
3295
  "optional": true,
3273
3296
  "type": {
3274
- "fqn": "cdktf.TerraformProvider"
3297
+ "fqn": "cdktn.TerraformProvider"
3275
3298
  }
3276
3299
  }
3277
3300
  ],
3278
3301
  "returns": {
3279
3302
  "type": {
3280
- "fqn": "cdktf.ImportableResource"
3303
+ "fqn": "cdktn.ImportableResource"
3281
3304
  }
3282
3305
  },
3283
3306
  "static": true
@@ -3321,7 +3344,7 @@
3321
3344
  "line": 179
3322
3345
  },
3323
3346
  "name": "synthesizeAttributes",
3324
- "overrides": "cdktf.TerraformResource",
3347
+ "overrides": "cdktn.TerraformResource",
3325
3348
  "protected": true,
3326
3349
  "returns": {
3327
3350
  "type": {
@@ -3343,7 +3366,7 @@
3343
3366
  "line": 188
3344
3367
  },
3345
3368
  "name": "synthesizeHclAttributes",
3346
- "overrides": "cdktf.TerraformResource",
3369
+ "overrides": "cdktn.TerraformResource",
3347
3370
  "protected": true,
3348
3371
  "returns": {
3349
3372
  "type": {
@@ -3552,7 +3575,7 @@
3552
3575
  },
3553
3576
  "fqn": "@cdktn/provider-random.shuffle.ShuffleConfig",
3554
3577
  "interfaces": [
3555
- "cdktf.TerraformMetaArguments"
3578
+ "cdktn.TerraformMetaArguments"
3556
3579
  ],
3557
3580
  "kind": "interface",
3558
3581
  "locationInModule": {
@@ -3565,7 +3588,7 @@
3565
3588
  {
3566
3589
  "abstract": true,
3567
3590
  "docs": {
3568
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle#input Shuffle#input}",
3591
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle#input Shuffle#input}",
3569
3592
  "stability": "stable",
3570
3593
  "summary": "The list of strings to shuffle."
3571
3594
  },
@@ -3587,7 +3610,7 @@
3587
3610
  {
3588
3611
  "abstract": true,
3589
3612
  "docs": {
3590
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle#keepers Shuffle#keepers}",
3613
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle#keepers Shuffle#keepers}",
3591
3614
  "stability": "stable",
3592
3615
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
3593
3616
  },
@@ -3610,7 +3633,7 @@
3610
3633
  {
3611
3634
  "abstract": true,
3612
3635
  "docs": {
3613
- "remarks": "Defaults to the number of items in the `input` list. If fewer items are requested, some elements will be excluded from the result. If more items are requested, items will be repeated in the result but not more frequently than the number of items in the input list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle#result_count Shuffle#result_count}",
3636
+ "remarks": "Defaults to the number of items in the `input` list. If fewer items are requested, some elements will be excluded from the result. If more items are requested, items will be repeated in the result but not more frequently than the number of items in the input list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle#result_count Shuffle#result_count}",
3614
3637
  "stability": "stable",
3615
3638
  "summary": "The number of results to return."
3616
3639
  },
@@ -3628,7 +3651,7 @@
3628
3651
  {
3629
3652
  "abstract": true,
3630
3653
  "docs": {
3631
- "remarks": "**Important:** Even with an identical seed, it is not guaranteed that the same permutation will be produced across different versions of Terraform. This argument causes the result to be *less volatile*, but not fixed for all time.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/shuffle#seed Shuffle#seed}",
3654
+ "remarks": "**Important:** Even with an identical seed, it is not guaranteed that the same permutation will be produced across different versions of Terraform. This argument causes the result to be *less volatile*, but not fixed for all time.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle#seed Shuffle#seed}",
3632
3655
  "stability": "stable",
3633
3656
  "summary": "Arbitrary string with which to seed the random number generator, in order to produce less-volatile permutations of the list."
3634
3657
  },
@@ -3648,16 +3671,16 @@
3648
3671
  },
3649
3672
  "@cdktn/provider-random.stringResource.StringResource": {
3650
3673
  "assembly": "@cdktn/provider-random",
3651
- "base": "cdktf.TerraformResource",
3674
+ "base": "cdktn.TerraformResource",
3652
3675
  "docs": {
3653
3676
  "stability": "stable",
3654
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string random_string}."
3677
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string random_string}."
3655
3678
  },
3656
3679
  "fqn": "@cdktn/provider-random.stringResource.StringResource",
3657
3680
  "initializer": {
3658
3681
  "docs": {
3659
3682
  "stability": "stable",
3660
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string random_string} Resource."
3683
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string random_string} Resource."
3661
3684
  },
3662
3685
  "locationInModule": {
3663
3686
  "filename": "src/string-resource/index.ts",
@@ -3700,7 +3723,7 @@
3700
3723
  {
3701
3724
  "docs": {
3702
3725
  "stability": "stable",
3703
- "summary": "Generates CDKTF code for importing a StringResource resource upon running \"cdktf plan <stack-name>\"."
3726
+ "summary": "Generates CDKTN code for importing a StringResource resource upon running \"cdktn plan <stack-name>\"."
3704
3727
  },
3705
3728
  "locationInModule": {
3706
3729
  "filename": "src/string-resource/index.ts",
@@ -3728,7 +3751,7 @@
3728
3751
  },
3729
3752
  {
3730
3753
  "docs": {
3731
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#import import section} in the documentation of this resource for the id to use",
3754
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#import import section} in the documentation of this resource for the id to use",
3732
3755
  "summary": "The id of the existing StringResource that should be imported."
3733
3756
  },
3734
3757
  "name": "importFromId",
@@ -3743,13 +3766,13 @@
3743
3766
  "name": "provider",
3744
3767
  "optional": true,
3745
3768
  "type": {
3746
- "fqn": "cdktf.TerraformProvider"
3769
+ "fqn": "cdktn.TerraformProvider"
3747
3770
  }
3748
3771
  }
3749
3772
  ],
3750
3773
  "returns": {
3751
3774
  "type": {
3752
- "fqn": "cdktf.ImportableResource"
3775
+ "fqn": "cdktn.ImportableResource"
3753
3776
  }
3754
3777
  },
3755
3778
  "static": true
@@ -3873,7 +3896,7 @@
3873
3896
  "line": 361
3874
3897
  },
3875
3898
  "name": "synthesizeAttributes",
3876
- "overrides": "cdktf.TerraformResource",
3899
+ "overrides": "cdktn.TerraformResource",
3877
3900
  "protected": true,
3878
3901
  "returns": {
3879
3902
  "type": {
@@ -3895,7 +3918,7 @@
3895
3918
  "line": 378
3896
3919
  },
3897
3920
  "name": "synthesizeHclAttributes",
3898
- "overrides": "cdktf.TerraformResource",
3921
+ "overrides": "cdktn.TerraformResource",
3899
3922
  "protected": true,
3900
3923
  "returns": {
3901
3924
  "type": {
@@ -4009,7 +4032,7 @@
4009
4032
  "primitive": "boolean"
4010
4033
  },
4011
4034
  {
4012
- "fqn": "cdktf.IResolvable"
4035
+ "fqn": "cdktn.IResolvable"
4013
4036
  }
4014
4037
  ]
4015
4038
  }
@@ -4093,7 +4116,7 @@
4093
4116
  "primitive": "boolean"
4094
4117
  },
4095
4118
  {
4096
- "fqn": "cdktf.IResolvable"
4119
+ "fqn": "cdktn.IResolvable"
4097
4120
  }
4098
4121
  ]
4099
4122
  }
@@ -4117,7 +4140,7 @@
4117
4140
  "primitive": "boolean"
4118
4141
  },
4119
4142
  {
4120
- "fqn": "cdktf.IResolvable"
4143
+ "fqn": "cdktn.IResolvable"
4121
4144
  }
4122
4145
  ]
4123
4146
  }
@@ -4156,7 +4179,7 @@
4156
4179
  "primitive": "boolean"
4157
4180
  },
4158
4181
  {
4159
- "fqn": "cdktf.IResolvable"
4182
+ "fqn": "cdktn.IResolvable"
4160
4183
  }
4161
4184
  ]
4162
4185
  }
@@ -4180,7 +4203,7 @@
4180
4203
  "primitive": "boolean"
4181
4204
  },
4182
4205
  {
4183
- "fqn": "cdktf.IResolvable"
4206
+ "fqn": "cdktn.IResolvable"
4184
4207
  }
4185
4208
  ]
4186
4209
  }
@@ -4233,7 +4256,7 @@
4233
4256
  "primitive": "boolean"
4234
4257
  },
4235
4258
  {
4236
- "fqn": "cdktf.IResolvable"
4259
+ "fqn": "cdktn.IResolvable"
4237
4260
  }
4238
4261
  ]
4239
4262
  }
@@ -4307,7 +4330,7 @@
4307
4330
  "primitive": "boolean"
4308
4331
  },
4309
4332
  {
4310
- "fqn": "cdktf.IResolvable"
4333
+ "fqn": "cdktn.IResolvable"
4311
4334
  }
4312
4335
  ]
4313
4336
  }
@@ -4329,7 +4352,7 @@
4329
4352
  "primitive": "boolean"
4330
4353
  },
4331
4354
  {
4332
- "fqn": "cdktf.IResolvable"
4355
+ "fqn": "cdktn.IResolvable"
4333
4356
  }
4334
4357
  ]
4335
4358
  }
@@ -4364,7 +4387,7 @@
4364
4387
  "primitive": "boolean"
4365
4388
  },
4366
4389
  {
4367
- "fqn": "cdktf.IResolvable"
4390
+ "fqn": "cdktn.IResolvable"
4368
4391
  }
4369
4392
  ]
4370
4393
  }
@@ -4386,7 +4409,7 @@
4386
4409
  "primitive": "boolean"
4387
4410
  },
4388
4411
  {
4389
- "fqn": "cdktf.IResolvable"
4412
+ "fqn": "cdktn.IResolvable"
4390
4413
  }
4391
4414
  ]
4392
4415
  }
@@ -4403,7 +4426,7 @@
4403
4426
  },
4404
4427
  "fqn": "@cdktn/provider-random.stringResource.StringResourceConfig",
4405
4428
  "interfaces": [
4406
- "cdktf.TerraformMetaArguments"
4429
+ "cdktn.TerraformMetaArguments"
4407
4430
  ],
4408
4431
  "kind": "interface",
4409
4432
  "locationInModule": {
@@ -4416,7 +4439,7 @@
4416
4439
  {
4417
4440
  "abstract": true,
4418
4441
  "docs": {
4419
- "remarks": "The minimum value for length is 1 and, length must also be >= (`min_upper` + `min_lower` + `min_numeric` + `min_special`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#length StringResource#length}",
4442
+ "remarks": "The minimum value for length is 1 and, length must also be >= (`min_upper` + `min_lower` + `min_numeric` + `min_special`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#length StringResource#length}",
4420
4443
  "stability": "stable",
4421
4444
  "summary": "The length of the string desired."
4422
4445
  },
@@ -4433,7 +4456,7 @@
4433
4456
  {
4434
4457
  "abstract": true,
4435
4458
  "docs": {
4436
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#keepers StringResource#keepers}",
4459
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#keepers StringResource#keepers}",
4437
4460
  "stability": "stable",
4438
4461
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
4439
4462
  },
@@ -4456,7 +4479,7 @@
4456
4479
  {
4457
4480
  "abstract": true,
4458
4481
  "docs": {
4459
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#lower StringResource#lower}",
4482
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#lower StringResource#lower}",
4460
4483
  "stability": "stable",
4461
4484
  "summary": "Include lowercase alphabet characters in the result. Default value is `true`."
4462
4485
  },
@@ -4474,7 +4497,7 @@
4474
4497
  "primitive": "boolean"
4475
4498
  },
4476
4499
  {
4477
- "fqn": "cdktf.IResolvable"
4500
+ "fqn": "cdktn.IResolvable"
4478
4501
  }
4479
4502
  ]
4480
4503
  }
@@ -4483,7 +4506,7 @@
4483
4506
  {
4484
4507
  "abstract": true,
4485
4508
  "docs": {
4486
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#min_lower StringResource#min_lower}",
4509
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#min_lower StringResource#min_lower}",
4487
4510
  "stability": "stable",
4488
4511
  "summary": "Minimum number of lowercase alphabet characters in the result. Default value is `0`."
4489
4512
  },
@@ -4501,7 +4524,7 @@
4501
4524
  {
4502
4525
  "abstract": true,
4503
4526
  "docs": {
4504
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#min_numeric StringResource#min_numeric}",
4527
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#min_numeric StringResource#min_numeric}",
4505
4528
  "stability": "stable",
4506
4529
  "summary": "Minimum number of numeric characters in the result. Default value is `0`."
4507
4530
  },
@@ -4519,7 +4542,7 @@
4519
4542
  {
4520
4543
  "abstract": true,
4521
4544
  "docs": {
4522
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#min_special StringResource#min_special}",
4545
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#min_special StringResource#min_special}",
4523
4546
  "stability": "stable",
4524
4547
  "summary": "Minimum number of special characters in the result. Default value is `0`."
4525
4548
  },
@@ -4537,7 +4560,7 @@
4537
4560
  {
4538
4561
  "abstract": true,
4539
4562
  "docs": {
4540
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#min_upper StringResource#min_upper}",
4563
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#min_upper StringResource#min_upper}",
4541
4564
  "stability": "stable",
4542
4565
  "summary": "Minimum number of uppercase alphabet characters in the result. Default value is `0`."
4543
4566
  },
@@ -4555,7 +4578,7 @@
4555
4578
  {
4556
4579
  "abstract": true,
4557
4580
  "docs": {
4558
- "remarks": "Default value is `true`. If `number`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`. **NOTE**: This is deprecated, use `numeric` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#number StringResource#number}",
4581
+ "remarks": "Default value is `true`. If `number`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`. **NOTE**: This is deprecated, use `numeric` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#number StringResource#number}",
4559
4582
  "stability": "stable",
4560
4583
  "summary": "Include numeric characters in the result."
4561
4584
  },
@@ -4573,7 +4596,7 @@
4573
4596
  "primitive": "boolean"
4574
4597
  },
4575
4598
  {
4576
- "fqn": "cdktf.IResolvable"
4599
+ "fqn": "cdktn.IResolvable"
4577
4600
  }
4578
4601
  ]
4579
4602
  }
@@ -4582,7 +4605,7 @@
4582
4605
  {
4583
4606
  "abstract": true,
4584
4607
  "docs": {
4585
- "remarks": "Default value is `true`. If `numeric`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#numeric StringResource#numeric}",
4608
+ "remarks": "Default value is `true`. If `numeric`, `upper`, `lower`, and `special` are all configured, at least one of them must be set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#numeric StringResource#numeric}",
4586
4609
  "stability": "stable",
4587
4610
  "summary": "Include numeric characters in the result."
4588
4611
  },
@@ -4600,7 +4623,7 @@
4600
4623
  "primitive": "boolean"
4601
4624
  },
4602
4625
  {
4603
- "fqn": "cdktf.IResolvable"
4626
+ "fqn": "cdktn.IResolvable"
4604
4627
  }
4605
4628
  ]
4606
4629
  }
@@ -4609,7 +4632,7 @@
4609
4632
  {
4610
4633
  "abstract": true,
4611
4634
  "docs": {
4612
- "remarks": "This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#override_special StringResource#override_special}",
4635
+ "remarks": "This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#override_special StringResource#override_special}",
4613
4636
  "stability": "stable",
4614
4637
  "summary": "Supply your own list of special characters to use for string generation."
4615
4638
  },
@@ -4627,7 +4650,7 @@
4627
4650
  {
4628
4651
  "abstract": true,
4629
4652
  "docs": {
4630
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#special StringResource#special}",
4653
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#special StringResource#special}",
4631
4654
  "stability": "stable",
4632
4655
  "summary": "Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`."
4633
4656
  },
@@ -4645,7 +4668,7 @@
4645
4668
  "primitive": "boolean"
4646
4669
  },
4647
4670
  {
4648
- "fqn": "cdktf.IResolvable"
4671
+ "fqn": "cdktn.IResolvable"
4649
4672
  }
4650
4673
  ]
4651
4674
  }
@@ -4654,7 +4677,7 @@
4654
4677
  {
4655
4678
  "abstract": true,
4656
4679
  "docs": {
4657
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/string#upper StringResource#upper}",
4680
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#upper StringResource#upper}",
4658
4681
  "stability": "stable",
4659
4682
  "summary": "Include uppercase alphabet characters in the result. Default value is `true`."
4660
4683
  },
@@ -4672,7 +4695,7 @@
4672
4695
  "primitive": "boolean"
4673
4696
  },
4674
4697
  {
4675
- "fqn": "cdktf.IResolvable"
4698
+ "fqn": "cdktn.IResolvable"
4676
4699
  }
4677
4700
  ]
4678
4701
  }
@@ -4683,16 +4706,16 @@
4683
4706
  },
4684
4707
  "@cdktn/provider-random.uuid.Uuid": {
4685
4708
  "assembly": "@cdktn/provider-random",
4686
- "base": "cdktf.TerraformResource",
4709
+ "base": "cdktn.TerraformResource",
4687
4710
  "docs": {
4688
4711
  "stability": "stable",
4689
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/uuid random_uuid}."
4712
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid random_uuid}."
4690
4713
  },
4691
4714
  "fqn": "@cdktn/provider-random.uuid.Uuid",
4692
4715
  "initializer": {
4693
4716
  "docs": {
4694
4717
  "stability": "stable",
4695
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/uuid random_uuid} Resource."
4718
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid random_uuid} Resource."
4696
4719
  },
4697
4720
  "locationInModule": {
4698
4721
  "filename": "src/uuid/index.ts",
@@ -4736,7 +4759,7 @@
4736
4759
  {
4737
4760
  "docs": {
4738
4761
  "stability": "stable",
4739
- "summary": "Generates CDKTF code for importing a Uuid resource upon running \"cdktf plan <stack-name>\"."
4762
+ "summary": "Generates CDKTN code for importing a Uuid resource upon running \"cdktn plan <stack-name>\"."
4740
4763
  },
4741
4764
  "locationInModule": {
4742
4765
  "filename": "src/uuid/index.ts",
@@ -4764,7 +4787,7 @@
4764
4787
  },
4765
4788
  {
4766
4789
  "docs": {
4767
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/uuid#import import section} in the documentation of this resource for the id to use",
4790
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid#import import section} in the documentation of this resource for the id to use",
4768
4791
  "summary": "The id of the existing Uuid that should be imported."
4769
4792
  },
4770
4793
  "name": "importFromId",
@@ -4779,13 +4802,13 @@
4779
4802
  "name": "provider",
4780
4803
  "optional": true,
4781
4804
  "type": {
4782
- "fqn": "cdktf.TerraformProvider"
4805
+ "fqn": "cdktn.TerraformProvider"
4783
4806
  }
4784
4807
  }
4785
4808
  ],
4786
4809
  "returns": {
4787
4810
  "type": {
4788
- "fqn": "cdktf.ImportableResource"
4811
+ "fqn": "cdktn.ImportableResource"
4789
4812
  }
4790
4813
  },
4791
4814
  "static": true
@@ -4809,7 +4832,7 @@
4809
4832
  "line": 111
4810
4833
  },
4811
4834
  "name": "synthesizeAttributes",
4812
- "overrides": "cdktf.TerraformResource",
4835
+ "overrides": "cdktn.TerraformResource",
4813
4836
  "protected": true,
4814
4837
  "returns": {
4815
4838
  "type": {
@@ -4831,7 +4854,7 @@
4831
4854
  "line": 117
4832
4855
  },
4833
4856
  "name": "synthesizeHclAttributes",
4834
- "overrides": "cdktf.TerraformResource",
4857
+ "overrides": "cdktn.TerraformResource",
4835
4858
  "protected": true,
4836
4859
  "returns": {
4837
4860
  "type": {
@@ -4941,7 +4964,7 @@
4941
4964
  },
4942
4965
  "fqn": "@cdktn/provider-random.uuid.UuidConfig",
4943
4966
  "interfaces": [
4944
- "cdktf.TerraformMetaArguments"
4967
+ "cdktn.TerraformMetaArguments"
4945
4968
  ],
4946
4969
  "kind": "interface",
4947
4970
  "locationInModule": {
@@ -4954,7 +4977,7 @@
4954
4977
  {
4955
4978
  "abstract": true,
4956
4979
  "docs": {
4957
- "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.7.2/docs/resources/uuid#keepers Uuid#keepers}",
4980
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid#keepers Uuid#keepers}",
4958
4981
  "stability": "stable",
4959
4982
  "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
4960
4983
  },
@@ -4976,8 +4999,600 @@
4976
4999
  }
4977
5000
  ],
4978
5001
  "symbolId": "src/uuid/index:UuidConfig"
5002
+ },
5003
+ "@cdktn/provider-random.uuid4.Uuid4": {
5004
+ "assembly": "@cdktn/provider-random",
5005
+ "base": "cdktn.TerraformResource",
5006
+ "docs": {
5007
+ "stability": "stable",
5008
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4 random_uuid4}."
5009
+ },
5010
+ "fqn": "@cdktn/provider-random.uuid4.Uuid4",
5011
+ "initializer": {
5012
+ "docs": {
5013
+ "stability": "stable",
5014
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4 random_uuid4} Resource."
5015
+ },
5016
+ "locationInModule": {
5017
+ "filename": "src/uuid4/index.ts",
5018
+ "line": 58
5019
+ },
5020
+ "parameters": [
5021
+ {
5022
+ "docs": {
5023
+ "summary": "The scope in which to define this construct."
5024
+ },
5025
+ "name": "scope",
5026
+ "type": {
5027
+ "fqn": "constructs.Construct"
5028
+ }
5029
+ },
5030
+ {
5031
+ "docs": {
5032
+ "remarks": "Must be unique amongst siblings in the same scope",
5033
+ "summary": "The scoped construct ID."
5034
+ },
5035
+ "name": "id",
5036
+ "type": {
5037
+ "primitive": "string"
5038
+ }
5039
+ },
5040
+ {
5041
+ "name": "config",
5042
+ "optional": true,
5043
+ "type": {
5044
+ "fqn": "@cdktn/provider-random.uuid4.Uuid4Config"
5045
+ }
5046
+ }
5047
+ ]
5048
+ },
5049
+ "kind": "class",
5050
+ "locationInModule": {
5051
+ "filename": "src/uuid4/index.ts",
5052
+ "line": 26
5053
+ },
5054
+ "methods": [
5055
+ {
5056
+ "docs": {
5057
+ "stability": "stable",
5058
+ "summary": "Generates CDKTN code for importing a Uuid4 resource upon running \"cdktn plan <stack-name>\"."
5059
+ },
5060
+ "locationInModule": {
5061
+ "filename": "src/uuid4/index.ts",
5062
+ "line": 43
5063
+ },
5064
+ "name": "generateConfigForImport",
5065
+ "parameters": [
5066
+ {
5067
+ "docs": {
5068
+ "summary": "The scope in which to define this construct."
5069
+ },
5070
+ "name": "scope",
5071
+ "type": {
5072
+ "fqn": "constructs.Construct"
5073
+ }
5074
+ },
5075
+ {
5076
+ "docs": {
5077
+ "summary": "The construct id used in the generated config for the Uuid4 to import."
5078
+ },
5079
+ "name": "importToId",
5080
+ "type": {
5081
+ "primitive": "string"
5082
+ }
5083
+ },
5084
+ {
5085
+ "docs": {
5086
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4#import import section} in the documentation of this resource for the id to use",
5087
+ "summary": "The id of the existing Uuid4 that should be imported."
5088
+ },
5089
+ "name": "importFromId",
5090
+ "type": {
5091
+ "primitive": "string"
5092
+ }
5093
+ },
5094
+ {
5095
+ "docs": {
5096
+ "summary": "? Optional instance of the provider where the Uuid4 to import is found."
5097
+ },
5098
+ "name": "provider",
5099
+ "optional": true,
5100
+ "type": {
5101
+ "fqn": "cdktn.TerraformProvider"
5102
+ }
5103
+ }
5104
+ ],
5105
+ "returns": {
5106
+ "type": {
5107
+ "fqn": "cdktn.ImportableResource"
5108
+ }
5109
+ },
5110
+ "static": true
5111
+ },
5112
+ {
5113
+ "docs": {
5114
+ "stability": "stable"
5115
+ },
5116
+ "locationInModule": {
5117
+ "filename": "src/uuid4/index.ts",
5118
+ "line": 94
5119
+ },
5120
+ "name": "resetKeepers"
5121
+ },
5122
+ {
5123
+ "docs": {
5124
+ "stability": "stable"
5125
+ },
5126
+ "locationInModule": {
5127
+ "filename": "src/uuid4/index.ts",
5128
+ "line": 111
5129
+ },
5130
+ "name": "synthesizeAttributes",
5131
+ "overrides": "cdktn.TerraformResource",
5132
+ "protected": true,
5133
+ "returns": {
5134
+ "type": {
5135
+ "collection": {
5136
+ "elementtype": {
5137
+ "primitive": "any"
5138
+ },
5139
+ "kind": "map"
5140
+ }
5141
+ }
5142
+ }
5143
+ },
5144
+ {
5145
+ "docs": {
5146
+ "stability": "stable"
5147
+ },
5148
+ "locationInModule": {
5149
+ "filename": "src/uuid4/index.ts",
5150
+ "line": 117
5151
+ },
5152
+ "name": "synthesizeHclAttributes",
5153
+ "overrides": "cdktn.TerraformResource",
5154
+ "protected": true,
5155
+ "returns": {
5156
+ "type": {
5157
+ "collection": {
5158
+ "elementtype": {
5159
+ "primitive": "any"
5160
+ },
5161
+ "kind": "map"
5162
+ }
5163
+ }
5164
+ }
5165
+ }
5166
+ ],
5167
+ "name": "Uuid4",
5168
+ "namespace": "uuid4",
5169
+ "properties": [
5170
+ {
5171
+ "const": true,
5172
+ "docs": {
5173
+ "stability": "stable"
5174
+ },
5175
+ "immutable": true,
5176
+ "locationInModule": {
5177
+ "filename": "src/uuid4/index.ts",
5178
+ "line": 31
5179
+ },
5180
+ "name": "tfResourceType",
5181
+ "static": true,
5182
+ "type": {
5183
+ "primitive": "string"
5184
+ }
5185
+ },
5186
+ {
5187
+ "docs": {
5188
+ "stability": "stable"
5189
+ },
5190
+ "immutable": true,
5191
+ "locationInModule": {
5192
+ "filename": "src/uuid4/index.ts",
5193
+ "line": 82
5194
+ },
5195
+ "name": "id",
5196
+ "type": {
5197
+ "primitive": "string"
5198
+ }
5199
+ },
5200
+ {
5201
+ "docs": {
5202
+ "stability": "stable"
5203
+ },
5204
+ "immutable": true,
5205
+ "locationInModule": {
5206
+ "filename": "src/uuid4/index.ts",
5207
+ "line": 103
5208
+ },
5209
+ "name": "result",
5210
+ "type": {
5211
+ "primitive": "string"
5212
+ }
5213
+ },
5214
+ {
5215
+ "docs": {
5216
+ "stability": "stable"
5217
+ },
5218
+ "immutable": true,
5219
+ "locationInModule": {
5220
+ "filename": "src/uuid4/index.ts",
5221
+ "line": 98
5222
+ },
5223
+ "name": "keepersInput",
5224
+ "optional": true,
5225
+ "type": {
5226
+ "collection": {
5227
+ "elementtype": {
5228
+ "primitive": "string"
5229
+ },
5230
+ "kind": "map"
5231
+ }
5232
+ }
5233
+ },
5234
+ {
5235
+ "docs": {
5236
+ "stability": "stable"
5237
+ },
5238
+ "locationInModule": {
5239
+ "filename": "src/uuid4/index.ts",
5240
+ "line": 88
5241
+ },
5242
+ "name": "keepers",
5243
+ "type": {
5244
+ "collection": {
5245
+ "elementtype": {
5246
+ "primitive": "string"
5247
+ },
5248
+ "kind": "map"
5249
+ }
5250
+ }
5251
+ }
5252
+ ],
5253
+ "symbolId": "src/uuid4/index:Uuid4"
5254
+ },
5255
+ "@cdktn/provider-random.uuid4.Uuid4Config": {
5256
+ "assembly": "@cdktn/provider-random",
5257
+ "datatype": true,
5258
+ "docs": {
5259
+ "stability": "stable"
5260
+ },
5261
+ "fqn": "@cdktn/provider-random.uuid4.Uuid4Config",
5262
+ "interfaces": [
5263
+ "cdktn.TerraformMetaArguments"
5264
+ ],
5265
+ "kind": "interface",
5266
+ "locationInModule": {
5267
+ "filename": "src/uuid4/index.ts",
5268
+ "line": 14
5269
+ },
5270
+ "name": "Uuid4Config",
5271
+ "namespace": "uuid4",
5272
+ "properties": [
5273
+ {
5274
+ "abstract": true,
5275
+ "docs": {
5276
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4#keepers Uuid4#keepers}",
5277
+ "stability": "stable",
5278
+ "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
5279
+ },
5280
+ "immutable": true,
5281
+ "locationInModule": {
5282
+ "filename": "src/uuid4/index.ts",
5283
+ "line": 20
5284
+ },
5285
+ "name": "keepers",
5286
+ "optional": true,
5287
+ "type": {
5288
+ "collection": {
5289
+ "elementtype": {
5290
+ "primitive": "string"
5291
+ },
5292
+ "kind": "map"
5293
+ }
5294
+ }
5295
+ }
5296
+ ],
5297
+ "symbolId": "src/uuid4/index:Uuid4Config"
5298
+ },
5299
+ "@cdktn/provider-random.uuid7.Uuid7": {
5300
+ "assembly": "@cdktn/provider-random",
5301
+ "base": "cdktn.TerraformResource",
5302
+ "docs": {
5303
+ "stability": "stable",
5304
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7 random_uuid7}."
5305
+ },
5306
+ "fqn": "@cdktn/provider-random.uuid7.Uuid7",
5307
+ "initializer": {
5308
+ "docs": {
5309
+ "stability": "stable",
5310
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7 random_uuid7} Resource."
5311
+ },
5312
+ "locationInModule": {
5313
+ "filename": "src/uuid7/index.ts",
5314
+ "line": 58
5315
+ },
5316
+ "parameters": [
5317
+ {
5318
+ "docs": {
5319
+ "summary": "The scope in which to define this construct."
5320
+ },
5321
+ "name": "scope",
5322
+ "type": {
5323
+ "fqn": "constructs.Construct"
5324
+ }
5325
+ },
5326
+ {
5327
+ "docs": {
5328
+ "remarks": "Must be unique amongst siblings in the same scope",
5329
+ "summary": "The scoped construct ID."
5330
+ },
5331
+ "name": "id",
5332
+ "type": {
5333
+ "primitive": "string"
5334
+ }
5335
+ },
5336
+ {
5337
+ "name": "config",
5338
+ "optional": true,
5339
+ "type": {
5340
+ "fqn": "@cdktn/provider-random.uuid7.Uuid7Config"
5341
+ }
5342
+ }
5343
+ ]
5344
+ },
5345
+ "kind": "class",
5346
+ "locationInModule": {
5347
+ "filename": "src/uuid7/index.ts",
5348
+ "line": 26
5349
+ },
5350
+ "methods": [
5351
+ {
5352
+ "docs": {
5353
+ "stability": "stable",
5354
+ "summary": "Generates CDKTN code for importing a Uuid7 resource upon running \"cdktn plan <stack-name>\"."
5355
+ },
5356
+ "locationInModule": {
5357
+ "filename": "src/uuid7/index.ts",
5358
+ "line": 43
5359
+ },
5360
+ "name": "generateConfigForImport",
5361
+ "parameters": [
5362
+ {
5363
+ "docs": {
5364
+ "summary": "The scope in which to define this construct."
5365
+ },
5366
+ "name": "scope",
5367
+ "type": {
5368
+ "fqn": "constructs.Construct"
5369
+ }
5370
+ },
5371
+ {
5372
+ "docs": {
5373
+ "summary": "The construct id used in the generated config for the Uuid7 to import."
5374
+ },
5375
+ "name": "importToId",
5376
+ "type": {
5377
+ "primitive": "string"
5378
+ }
5379
+ },
5380
+ {
5381
+ "docs": {
5382
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7#import import section} in the documentation of this resource for the id to use",
5383
+ "summary": "The id of the existing Uuid7 that should be imported."
5384
+ },
5385
+ "name": "importFromId",
5386
+ "type": {
5387
+ "primitive": "string"
5388
+ }
5389
+ },
5390
+ {
5391
+ "docs": {
5392
+ "summary": "? Optional instance of the provider where the Uuid7 to import is found."
5393
+ },
5394
+ "name": "provider",
5395
+ "optional": true,
5396
+ "type": {
5397
+ "fqn": "cdktn.TerraformProvider"
5398
+ }
5399
+ }
5400
+ ],
5401
+ "returns": {
5402
+ "type": {
5403
+ "fqn": "cdktn.ImportableResource"
5404
+ }
5405
+ },
5406
+ "static": true
5407
+ },
5408
+ {
5409
+ "docs": {
5410
+ "stability": "stable"
5411
+ },
5412
+ "locationInModule": {
5413
+ "filename": "src/uuid7/index.ts",
5414
+ "line": 94
5415
+ },
5416
+ "name": "resetKeepers"
5417
+ },
5418
+ {
5419
+ "docs": {
5420
+ "stability": "stable"
5421
+ },
5422
+ "locationInModule": {
5423
+ "filename": "src/uuid7/index.ts",
5424
+ "line": 111
5425
+ },
5426
+ "name": "synthesizeAttributes",
5427
+ "overrides": "cdktn.TerraformResource",
5428
+ "protected": true,
5429
+ "returns": {
5430
+ "type": {
5431
+ "collection": {
5432
+ "elementtype": {
5433
+ "primitive": "any"
5434
+ },
5435
+ "kind": "map"
5436
+ }
5437
+ }
5438
+ }
5439
+ },
5440
+ {
5441
+ "docs": {
5442
+ "stability": "stable"
5443
+ },
5444
+ "locationInModule": {
5445
+ "filename": "src/uuid7/index.ts",
5446
+ "line": 117
5447
+ },
5448
+ "name": "synthesizeHclAttributes",
5449
+ "overrides": "cdktn.TerraformResource",
5450
+ "protected": true,
5451
+ "returns": {
5452
+ "type": {
5453
+ "collection": {
5454
+ "elementtype": {
5455
+ "primitive": "any"
5456
+ },
5457
+ "kind": "map"
5458
+ }
5459
+ }
5460
+ }
5461
+ }
5462
+ ],
5463
+ "name": "Uuid7",
5464
+ "namespace": "uuid7",
5465
+ "properties": [
5466
+ {
5467
+ "const": true,
5468
+ "docs": {
5469
+ "stability": "stable"
5470
+ },
5471
+ "immutable": true,
5472
+ "locationInModule": {
5473
+ "filename": "src/uuid7/index.ts",
5474
+ "line": 31
5475
+ },
5476
+ "name": "tfResourceType",
5477
+ "static": true,
5478
+ "type": {
5479
+ "primitive": "string"
5480
+ }
5481
+ },
5482
+ {
5483
+ "docs": {
5484
+ "stability": "stable"
5485
+ },
5486
+ "immutable": true,
5487
+ "locationInModule": {
5488
+ "filename": "src/uuid7/index.ts",
5489
+ "line": 82
5490
+ },
5491
+ "name": "id",
5492
+ "type": {
5493
+ "primitive": "string"
5494
+ }
5495
+ },
5496
+ {
5497
+ "docs": {
5498
+ "stability": "stable"
5499
+ },
5500
+ "immutable": true,
5501
+ "locationInModule": {
5502
+ "filename": "src/uuid7/index.ts",
5503
+ "line": 103
5504
+ },
5505
+ "name": "result",
5506
+ "type": {
5507
+ "primitive": "string"
5508
+ }
5509
+ },
5510
+ {
5511
+ "docs": {
5512
+ "stability": "stable"
5513
+ },
5514
+ "immutable": true,
5515
+ "locationInModule": {
5516
+ "filename": "src/uuid7/index.ts",
5517
+ "line": 98
5518
+ },
5519
+ "name": "keepersInput",
5520
+ "optional": true,
5521
+ "type": {
5522
+ "collection": {
5523
+ "elementtype": {
5524
+ "primitive": "string"
5525
+ },
5526
+ "kind": "map"
5527
+ }
5528
+ }
5529
+ },
5530
+ {
5531
+ "docs": {
5532
+ "stability": "stable"
5533
+ },
5534
+ "locationInModule": {
5535
+ "filename": "src/uuid7/index.ts",
5536
+ "line": 88
5537
+ },
5538
+ "name": "keepers",
5539
+ "type": {
5540
+ "collection": {
5541
+ "elementtype": {
5542
+ "primitive": "string"
5543
+ },
5544
+ "kind": "map"
5545
+ }
5546
+ }
5547
+ }
5548
+ ],
5549
+ "symbolId": "src/uuid7/index:Uuid7"
5550
+ },
5551
+ "@cdktn/provider-random.uuid7.Uuid7Config": {
5552
+ "assembly": "@cdktn/provider-random",
5553
+ "datatype": true,
5554
+ "docs": {
5555
+ "stability": "stable"
5556
+ },
5557
+ "fqn": "@cdktn/provider-random.uuid7.Uuid7Config",
5558
+ "interfaces": [
5559
+ "cdktn.TerraformMetaArguments"
5560
+ ],
5561
+ "kind": "interface",
5562
+ "locationInModule": {
5563
+ "filename": "src/uuid7/index.ts",
5564
+ "line": 14
5565
+ },
5566
+ "name": "Uuid7Config",
5567
+ "namespace": "uuid7",
5568
+ "properties": [
5569
+ {
5570
+ "abstract": true,
5571
+ "docs": {
5572
+ "remarks": "See [the main provider documentation](../index.html) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7#keepers Uuid7#keepers}",
5573
+ "stability": "stable",
5574
+ "summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
5575
+ },
5576
+ "immutable": true,
5577
+ "locationInModule": {
5578
+ "filename": "src/uuid7/index.ts",
5579
+ "line": 20
5580
+ },
5581
+ "name": "keepers",
5582
+ "optional": true,
5583
+ "type": {
5584
+ "collection": {
5585
+ "elementtype": {
5586
+ "primitive": "string"
5587
+ },
5588
+ "kind": "map"
5589
+ }
5590
+ }
5591
+ }
5592
+ ],
5593
+ "symbolId": "src/uuid7/index:Uuid7Config"
4979
5594
  }
4980
5595
  },
4981
- "version": "12.1.0",
4982
- "fingerprint": "r9BIeJKtGePszOTFpsHq8zHUZERifn3SDRM9CWlviUc="
5596
+ "version": "13.0.0",
5597
+ "fingerprint": "62yfpnOY3ILLcasjj5H9xoAFLFKLMcXvZThCv6YI+B0="
4983
5598
  }