@cdktn/provider-random 12.1.0 → 12.1.1
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 +695 -83
- package/README.md +7 -7
- package/lib/bytes/index.d.ts +6 -6
- package/lib/bytes/index.js +6 -6
- package/lib/id/index.d.ts +7 -7
- package/lib/id/index.js +6 -6
- package/lib/index.d.ts +3 -1
- package/lib/index.js +5 -3
- package/lib/integer/index.d.ts +8 -8
- package/lib/integer/index.js +6 -6
- package/lib/lazy-index.d.ts +1 -1
- package/lib/lazy-index.js +4 -2
- package/lib/password/index.d.ts +16 -16
- package/lib/password/index.js +6 -6
- package/lib/pet/index.d.ts +8 -8
- package/lib/pet/index.js +6 -6
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.js +6 -6
- package/lib/shuffle/index.d.ts +8 -8
- package/lib/shuffle/index.js +6 -6
- package/lib/string-resource/index.d.ts +16 -16
- package/lib/string-resource/index.js +6 -6
- package/lib/uuid/index.d.ts +5 -5
- package/lib/uuid/index.js +6 -6
- package/lib/uuid4/index.d.ts +57 -0
- package/lib/uuid4/index.js +104 -0
- package/lib/uuid7/index.d.ts +57 -0
- package/lib/uuid7/index.js +104 -0
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"name": "@cdktn/provider-random",
|
|
93
93
|
"readme": {
|
|
94
|
-
"markdown": "\n# CDKTF prebuilt bindings for hashicorp/random provider version 3.
|
|
94
|
+
"markdown": "\n# CDKTF 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 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.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://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.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 for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
|
|
95
95
|
},
|
|
96
96
|
"repository": {
|
|
97
97
|
"type": "git",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"line": 7
|
|
106
106
|
},
|
|
107
107
|
"readme": {
|
|
108
|
-
"markdown": "# `random_bytes`\n\nRefer to the Terraform Registry for docs: [`random_bytes`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
108
|
+
"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
109
|
},
|
|
110
110
|
"symbolId": "src/bytes/index:"
|
|
111
111
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"line": 8
|
|
116
116
|
},
|
|
117
117
|
"readme": {
|
|
118
|
-
"markdown": "# `random_id`\n\nRefer to the Terraform Registry for docs: [`random_id`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
118
|
+
"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
119
|
},
|
|
120
120
|
"symbolId": "src/id/index:"
|
|
121
121
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"line": 9
|
|
126
126
|
},
|
|
127
127
|
"readme": {
|
|
128
|
-
"markdown": "# `random_integer`\n\nRefer to the Terraform Registry for docs: [`random_integer`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
128
|
+
"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
129
|
},
|
|
130
130
|
"symbolId": "src/integer/index:"
|
|
131
131
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"line": 10
|
|
136
136
|
},
|
|
137
137
|
"readme": {
|
|
138
|
-
"markdown": "# `random_password`\n\nRefer to the Terraform Registry for docs: [`random_password`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
138
|
+
"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
139
|
},
|
|
140
140
|
"symbolId": "src/password/index:"
|
|
141
141
|
},
|
|
@@ -145,17 +145,17 @@
|
|
|
145
145
|
"line": 11
|
|
146
146
|
},
|
|
147
147
|
"readme": {
|
|
148
|
-
"markdown": "# `random_pet`\n\nRefer to the Terraform Registry for docs: [`random_pet`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
148
|
+
"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
149
|
},
|
|
150
150
|
"symbolId": "src/pet/index:"
|
|
151
151
|
},
|
|
152
152
|
"@cdktn/provider-random.provider": {
|
|
153
153
|
"locationInModule": {
|
|
154
154
|
"filename": "src/index.ts",
|
|
155
|
-
"line":
|
|
155
|
+
"line": 17
|
|
156
156
|
},
|
|
157
157
|
"readme": {
|
|
158
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`random`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
158
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`random`](https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs).\n"
|
|
159
159
|
},
|
|
160
160
|
"symbolId": "src/provider/index:"
|
|
161
161
|
},
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"line": 12
|
|
166
166
|
},
|
|
167
167
|
"readme": {
|
|
168
|
-
"markdown": "# `random_shuffle`\n\nRefer to the Terraform Registry for docs: [`random_shuffle`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
168
|
+
"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
169
|
},
|
|
170
170
|
"symbolId": "src/shuffle/index:"
|
|
171
171
|
},
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"line": 13
|
|
176
176
|
},
|
|
177
177
|
"readme": {
|
|
178
|
-
"markdown": "# `random_string`\n\nRefer to the Terraform Registry for docs: [`random_string`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
178
|
+
"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
179
|
},
|
|
180
180
|
"symbolId": "src/string-resource/index:"
|
|
181
181
|
},
|
|
@@ -185,9 +185,29 @@
|
|
|
185
185
|
"line": 14
|
|
186
186
|
},
|
|
187
187
|
"readme": {
|
|
188
|
-
"markdown": "# `random_uuid`\n\nRefer to the Terraform Registry for docs: [`random_uuid`](https://registry.terraform.io/providers/hashicorp/random/3.
|
|
188
|
+
"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
189
|
},
|
|
190
190
|
"symbolId": "src/uuid/index:"
|
|
191
|
+
},
|
|
192
|
+
"@cdktn/provider-random.uuid4": {
|
|
193
|
+
"locationInModule": {
|
|
194
|
+
"filename": "src/index.ts",
|
|
195
|
+
"line": 15
|
|
196
|
+
},
|
|
197
|
+
"readme": {
|
|
198
|
+
"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"
|
|
199
|
+
},
|
|
200
|
+
"symbolId": "src/uuid4/index:"
|
|
201
|
+
},
|
|
202
|
+
"@cdktn/provider-random.uuid7": {
|
|
203
|
+
"locationInModule": {
|
|
204
|
+
"filename": "src/index.ts",
|
|
205
|
+
"line": 16
|
|
206
|
+
},
|
|
207
|
+
"readme": {
|
|
208
|
+
"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"
|
|
209
|
+
},
|
|
210
|
+
"symbolId": "src/uuid7/index:"
|
|
191
211
|
}
|
|
192
212
|
},
|
|
193
213
|
"targets": {
|
|
@@ -209,13 +229,13 @@
|
|
|
209
229
|
"base": "cdktf.TerraformResource",
|
|
210
230
|
"docs": {
|
|
211
231
|
"stability": "stable",
|
|
212
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
232
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes random_bytes}."
|
|
213
233
|
},
|
|
214
234
|
"fqn": "@cdktn/provider-random.bytes.Bytes",
|
|
215
235
|
"initializer": {
|
|
216
236
|
"docs": {
|
|
217
237
|
"stability": "stable",
|
|
218
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
238
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes random_bytes} Resource."
|
|
219
239
|
},
|
|
220
240
|
"locationInModule": {
|
|
221
241
|
"filename": "src/bytes/index.ts",
|
|
@@ -286,7 +306,7 @@
|
|
|
286
306
|
},
|
|
287
307
|
{
|
|
288
308
|
"docs": {
|
|
289
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
309
|
+
"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
310
|
"summary": "The id of the existing Bytes that should be imported."
|
|
291
311
|
},
|
|
292
312
|
"name": "importFromId",
|
|
@@ -504,7 +524,7 @@
|
|
|
504
524
|
{
|
|
505
525
|
"abstract": true,
|
|
506
526
|
"docs": {
|
|
507
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
527
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/bytes#length Bytes#length}",
|
|
508
528
|
"stability": "stable",
|
|
509
529
|
"summary": "The number of bytes requested. The minimum value for length is 1."
|
|
510
530
|
},
|
|
@@ -521,7 +541,7 @@
|
|
|
521
541
|
{
|
|
522
542
|
"abstract": true,
|
|
523
543
|
"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.
|
|
544
|
+
"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
545
|
"stability": "stable",
|
|
526
546
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
527
547
|
},
|
|
@@ -549,13 +569,13 @@
|
|
|
549
569
|
"base": "cdktf.TerraformResource",
|
|
550
570
|
"docs": {
|
|
551
571
|
"stability": "stable",
|
|
552
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
572
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id random_id}."
|
|
553
573
|
},
|
|
554
574
|
"fqn": "@cdktn/provider-random.id.Id",
|
|
555
575
|
"initializer": {
|
|
556
576
|
"docs": {
|
|
557
577
|
"stability": "stable",
|
|
558
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
578
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/id random_id} Resource."
|
|
559
579
|
},
|
|
560
580
|
"locationInModule": {
|
|
561
581
|
"filename": "src/id/index.ts",
|
|
@@ -626,7 +646,7 @@
|
|
|
626
646
|
},
|
|
627
647
|
{
|
|
628
648
|
"docs": {
|
|
629
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
649
|
+
"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
650
|
"summary": "The id of the existing Id that should be imported."
|
|
631
651
|
},
|
|
632
652
|
"name": "importFromId",
|
|
@@ -924,7 +944,7 @@
|
|
|
924
944
|
{
|
|
925
945
|
"abstract": true,
|
|
926
946
|
"docs": {
|
|
927
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
947
|
+
"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
948
|
"stability": "stable",
|
|
929
949
|
"summary": "The number of random bytes to produce. The minimum value is 1, which produces eight bits of randomness."
|
|
930
950
|
},
|
|
@@ -941,7 +961,7 @@
|
|
|
941
961
|
{
|
|
942
962
|
"abstract": true,
|
|
943
963
|
"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.
|
|
964
|
+
"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
965
|
"stability": "stable",
|
|
946
966
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
947
967
|
},
|
|
@@ -964,7 +984,7 @@
|
|
|
964
984
|
{
|
|
965
985
|
"abstract": true,
|
|
966
986
|
"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.
|
|
987
|
+
"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
988
|
"stability": "stable",
|
|
969
989
|
"summary": "Arbitrary string to prefix the output value with."
|
|
970
990
|
},
|
|
@@ -987,13 +1007,13 @@
|
|
|
987
1007
|
"base": "cdktf.TerraformResource",
|
|
988
1008
|
"docs": {
|
|
989
1009
|
"stability": "stable",
|
|
990
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1010
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer random_integer}."
|
|
991
1011
|
},
|
|
992
1012
|
"fqn": "@cdktn/provider-random.integer.Integer",
|
|
993
1013
|
"initializer": {
|
|
994
1014
|
"docs": {
|
|
995
1015
|
"stability": "stable",
|
|
996
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1016
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer random_integer} Resource."
|
|
997
1017
|
},
|
|
998
1018
|
"locationInModule": {
|
|
999
1019
|
"filename": "src/integer/index.ts",
|
|
@@ -1064,7 +1084,7 @@
|
|
|
1064
1084
|
},
|
|
1065
1085
|
{
|
|
1066
1086
|
"docs": {
|
|
1067
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1087
|
+
"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
1088
|
"summary": "The id of the existing Integer that should be imported."
|
|
1069
1089
|
},
|
|
1070
1090
|
"name": "importFromId",
|
|
@@ -1348,7 +1368,7 @@
|
|
|
1348
1368
|
{
|
|
1349
1369
|
"abstract": true,
|
|
1350
1370
|
"docs": {
|
|
1351
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1371
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#max Integer#max}",
|
|
1352
1372
|
"stability": "stable",
|
|
1353
1373
|
"summary": "The maximum inclusive value of the range."
|
|
1354
1374
|
},
|
|
@@ -1365,7 +1385,7 @@
|
|
|
1365
1385
|
{
|
|
1366
1386
|
"abstract": true,
|
|
1367
1387
|
"docs": {
|
|
1368
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1388
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#min Integer#min}",
|
|
1369
1389
|
"stability": "stable",
|
|
1370
1390
|
"summary": "The minimum inclusive value of the range."
|
|
1371
1391
|
},
|
|
@@ -1382,7 +1402,7 @@
|
|
|
1382
1402
|
{
|
|
1383
1403
|
"abstract": true,
|
|
1384
1404
|
"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.
|
|
1405
|
+
"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
1406
|
"stability": "stable",
|
|
1387
1407
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
1388
1408
|
},
|
|
@@ -1405,7 +1425,7 @@
|
|
|
1405
1425
|
{
|
|
1406
1426
|
"abstract": true,
|
|
1407
1427
|
"docs": {
|
|
1408
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1428
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/integer#seed Integer#seed}",
|
|
1409
1429
|
"stability": "stable",
|
|
1410
1430
|
"summary": "A custom seed to always produce the same value."
|
|
1411
1431
|
},
|
|
@@ -1428,13 +1448,13 @@
|
|
|
1428
1448
|
"base": "cdktf.TerraformResource",
|
|
1429
1449
|
"docs": {
|
|
1430
1450
|
"stability": "stable",
|
|
1431
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1451
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password random_password}."
|
|
1432
1452
|
},
|
|
1433
1453
|
"fqn": "@cdktn/provider-random.password.Password",
|
|
1434
1454
|
"initializer": {
|
|
1435
1455
|
"docs": {
|
|
1436
1456
|
"stability": "stable",
|
|
1437
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1457
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password random_password} Resource."
|
|
1438
1458
|
},
|
|
1439
1459
|
"locationInModule": {
|
|
1440
1460
|
"filename": "src/password/index.ts",
|
|
@@ -1505,7 +1525,7 @@
|
|
|
1505
1525
|
},
|
|
1506
1526
|
{
|
|
1507
1527
|
"docs": {
|
|
1508
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
1528
|
+
"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
1529
|
"summary": "The id of the existing Password that should be imported."
|
|
1510
1530
|
},
|
|
1511
1531
|
"name": "importFromId",
|
|
@@ -2207,7 +2227,7 @@
|
|
|
2207
2227
|
{
|
|
2208
2228
|
"abstract": true,
|
|
2209
2229
|
"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.
|
|
2230
|
+
"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
2231
|
"stability": "stable",
|
|
2212
2232
|
"summary": "The length of the string desired."
|
|
2213
2233
|
},
|
|
@@ -2224,7 +2244,7 @@
|
|
|
2224
2244
|
{
|
|
2225
2245
|
"abstract": true,
|
|
2226
2246
|
"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.
|
|
2247
|
+
"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
2248
|
"stability": "stable",
|
|
2229
2249
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
2230
2250
|
},
|
|
@@ -2247,7 +2267,7 @@
|
|
|
2247
2267
|
{
|
|
2248
2268
|
"abstract": true,
|
|
2249
2269
|
"docs": {
|
|
2250
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2270
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#lower Password#lower}",
|
|
2251
2271
|
"stability": "stable",
|
|
2252
2272
|
"summary": "Include lowercase alphabet characters in the result. Default value is `true`."
|
|
2253
2273
|
},
|
|
@@ -2274,7 +2294,7 @@
|
|
|
2274
2294
|
{
|
|
2275
2295
|
"abstract": true,
|
|
2276
2296
|
"docs": {
|
|
2277
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2297
|
+
"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
2298
|
"stability": "stable",
|
|
2279
2299
|
"summary": "Minimum number of lowercase alphabet characters in the result. Default value is `0`."
|
|
2280
2300
|
},
|
|
@@ -2292,7 +2312,7 @@
|
|
|
2292
2312
|
{
|
|
2293
2313
|
"abstract": true,
|
|
2294
2314
|
"docs": {
|
|
2295
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2315
|
+
"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
2316
|
"stability": "stable",
|
|
2297
2317
|
"summary": "Minimum number of numeric characters in the result. Default value is `0`."
|
|
2298
2318
|
},
|
|
@@ -2310,7 +2330,7 @@
|
|
|
2310
2330
|
{
|
|
2311
2331
|
"abstract": true,
|
|
2312
2332
|
"docs": {
|
|
2313
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2333
|
+
"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
2334
|
"stability": "stable",
|
|
2315
2335
|
"summary": "Minimum number of special characters in the result. Default value is `0`."
|
|
2316
2336
|
},
|
|
@@ -2328,7 +2348,7 @@
|
|
|
2328
2348
|
{
|
|
2329
2349
|
"abstract": true,
|
|
2330
2350
|
"docs": {
|
|
2331
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2351
|
+
"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
2352
|
"stability": "stable",
|
|
2333
2353
|
"summary": "Minimum number of uppercase alphabet characters in the result. Default value is `0`."
|
|
2334
2354
|
},
|
|
@@ -2346,7 +2366,7 @@
|
|
|
2346
2366
|
{
|
|
2347
2367
|
"abstract": true,
|
|
2348
2368
|
"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.
|
|
2369
|
+
"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
2370
|
"stability": "stable",
|
|
2351
2371
|
"summary": "Include numeric characters in the result."
|
|
2352
2372
|
},
|
|
@@ -2373,7 +2393,7 @@
|
|
|
2373
2393
|
{
|
|
2374
2394
|
"abstract": true,
|
|
2375
2395
|
"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.
|
|
2396
|
+
"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
2397
|
"stability": "stable",
|
|
2378
2398
|
"summary": "Include numeric characters in the result."
|
|
2379
2399
|
},
|
|
@@ -2400,7 +2420,7 @@
|
|
|
2400
2420
|
{
|
|
2401
2421
|
"abstract": true,
|
|
2402
2422
|
"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.
|
|
2423
|
+
"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
2424
|
"stability": "stable",
|
|
2405
2425
|
"summary": "Supply your own list of special characters to use for string generation."
|
|
2406
2426
|
},
|
|
@@ -2418,7 +2438,7 @@
|
|
|
2418
2438
|
{
|
|
2419
2439
|
"abstract": true,
|
|
2420
2440
|
"docs": {
|
|
2421
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2441
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#special Password#special}",
|
|
2422
2442
|
"stability": "stable",
|
|
2423
2443
|
"summary": "Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`."
|
|
2424
2444
|
},
|
|
@@ -2445,7 +2465,7 @@
|
|
|
2445
2465
|
{
|
|
2446
2466
|
"abstract": true,
|
|
2447
2467
|
"docs": {
|
|
2448
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2468
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/password#upper Password#upper}",
|
|
2449
2469
|
"stability": "stable",
|
|
2450
2470
|
"summary": "Include uppercase alphabet characters in the result. Default value is `true`."
|
|
2451
2471
|
},
|
|
@@ -2477,13 +2497,13 @@
|
|
|
2477
2497
|
"base": "cdktf.TerraformResource",
|
|
2478
2498
|
"docs": {
|
|
2479
2499
|
"stability": "stable",
|
|
2480
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2500
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet random_pet}."
|
|
2481
2501
|
},
|
|
2482
2502
|
"fqn": "@cdktn/provider-random.pet.Pet",
|
|
2483
2503
|
"initializer": {
|
|
2484
2504
|
"docs": {
|
|
2485
2505
|
"stability": "stable",
|
|
2486
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2506
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet random_pet} Resource."
|
|
2487
2507
|
},
|
|
2488
2508
|
"locationInModule": {
|
|
2489
2509
|
"filename": "src/pet/index.ts",
|
|
@@ -2555,7 +2575,7 @@
|
|
|
2555
2575
|
},
|
|
2556
2576
|
{
|
|
2557
2577
|
"docs": {
|
|
2558
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2578
|
+
"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
2579
|
"summary": "The id of the existing Pet that should be imported."
|
|
2560
2580
|
},
|
|
2561
2581
|
"name": "importFromId",
|
|
@@ -2845,7 +2865,7 @@
|
|
|
2845
2865
|
{
|
|
2846
2866
|
"abstract": true,
|
|
2847
2867
|
"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.
|
|
2868
|
+
"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
2869
|
"stability": "stable",
|
|
2850
2870
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
2851
2871
|
},
|
|
@@ -2868,7 +2888,7 @@
|
|
|
2868
2888
|
{
|
|
2869
2889
|
"abstract": true,
|
|
2870
2890
|
"docs": {
|
|
2871
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2891
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#length Pet#length}",
|
|
2872
2892
|
"stability": "stable",
|
|
2873
2893
|
"summary": "The length (in words) of the pet name. Defaults to 2."
|
|
2874
2894
|
},
|
|
@@ -2886,7 +2906,7 @@
|
|
|
2886
2906
|
{
|
|
2887
2907
|
"abstract": true,
|
|
2888
2908
|
"docs": {
|
|
2889
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2909
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#prefix Pet#prefix}",
|
|
2890
2910
|
"stability": "stable",
|
|
2891
2911
|
"summary": "A string to prefix the name with."
|
|
2892
2912
|
},
|
|
@@ -2904,7 +2924,7 @@
|
|
|
2904
2924
|
{
|
|
2905
2925
|
"abstract": true,
|
|
2906
2926
|
"docs": {
|
|
2907
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2927
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/pet#separator Pet#separator}",
|
|
2908
2928
|
"stability": "stable",
|
|
2909
2929
|
"summary": "The character to separate words in the pet name. Defaults to \"-\"."
|
|
2910
2930
|
},
|
|
@@ -2927,13 +2947,13 @@
|
|
|
2927
2947
|
"base": "cdktf.TerraformProvider",
|
|
2928
2948
|
"docs": {
|
|
2929
2949
|
"stability": "stable",
|
|
2930
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2950
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs random}."
|
|
2931
2951
|
},
|
|
2932
2952
|
"fqn": "@cdktn/provider-random.provider.RandomProvider",
|
|
2933
2953
|
"initializer": {
|
|
2934
2954
|
"docs": {
|
|
2935
2955
|
"stability": "stable",
|
|
2936
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
2956
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs random} Resource."
|
|
2937
2957
|
},
|
|
2938
2958
|
"locationInModule": {
|
|
2939
2959
|
"filename": "src/provider/index.ts",
|
|
@@ -3005,7 +3025,7 @@
|
|
|
3005
3025
|
},
|
|
3006
3026
|
{
|
|
3007
3027
|
"docs": {
|
|
3008
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3028
|
+
"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
3029
|
"summary": "The id of the existing RandomProvider that should be imported."
|
|
3010
3030
|
},
|
|
3011
3031
|
"name": "importFromId",
|
|
@@ -3156,7 +3176,7 @@
|
|
|
3156
3176
|
{
|
|
3157
3177
|
"abstract": true,
|
|
3158
3178
|
"docs": {
|
|
3159
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3179
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs#alias RandomProvider#alias}",
|
|
3160
3180
|
"stability": "stable",
|
|
3161
3181
|
"summary": "Alias name."
|
|
3162
3182
|
},
|
|
@@ -3179,13 +3199,13 @@
|
|
|
3179
3199
|
"base": "cdktf.TerraformResource",
|
|
3180
3200
|
"docs": {
|
|
3181
3201
|
"stability": "stable",
|
|
3182
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3202
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle random_shuffle}."
|
|
3183
3203
|
},
|
|
3184
3204
|
"fqn": "@cdktn/provider-random.shuffle.Shuffle",
|
|
3185
3205
|
"initializer": {
|
|
3186
3206
|
"docs": {
|
|
3187
3207
|
"stability": "stable",
|
|
3188
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3208
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle random_shuffle} Resource."
|
|
3189
3209
|
},
|
|
3190
3210
|
"locationInModule": {
|
|
3191
3211
|
"filename": "src/shuffle/index.ts",
|
|
@@ -3256,7 +3276,7 @@
|
|
|
3256
3276
|
},
|
|
3257
3277
|
{
|
|
3258
3278
|
"docs": {
|
|
3259
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3279
|
+
"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
3280
|
"summary": "The id of the existing Shuffle that should be imported."
|
|
3261
3281
|
},
|
|
3262
3282
|
"name": "importFromId",
|
|
@@ -3565,7 +3585,7 @@
|
|
|
3565
3585
|
{
|
|
3566
3586
|
"abstract": true,
|
|
3567
3587
|
"docs": {
|
|
3568
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3588
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/shuffle#input Shuffle#input}",
|
|
3569
3589
|
"stability": "stable",
|
|
3570
3590
|
"summary": "The list of strings to shuffle."
|
|
3571
3591
|
},
|
|
@@ -3587,7 +3607,7 @@
|
|
|
3587
3607
|
{
|
|
3588
3608
|
"abstract": true,
|
|
3589
3609
|
"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.
|
|
3610
|
+
"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
3611
|
"stability": "stable",
|
|
3592
3612
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
3593
3613
|
},
|
|
@@ -3610,7 +3630,7 @@
|
|
|
3610
3630
|
{
|
|
3611
3631
|
"abstract": true,
|
|
3612
3632
|
"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.
|
|
3633
|
+
"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
3634
|
"stability": "stable",
|
|
3615
3635
|
"summary": "The number of results to return."
|
|
3616
3636
|
},
|
|
@@ -3628,7 +3648,7 @@
|
|
|
3628
3648
|
{
|
|
3629
3649
|
"abstract": true,
|
|
3630
3650
|
"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.
|
|
3651
|
+
"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
3652
|
"stability": "stable",
|
|
3633
3653
|
"summary": "Arbitrary string with which to seed the random number generator, in order to produce less-volatile permutations of the list."
|
|
3634
3654
|
},
|
|
@@ -3651,13 +3671,13 @@
|
|
|
3651
3671
|
"base": "cdktf.TerraformResource",
|
|
3652
3672
|
"docs": {
|
|
3653
3673
|
"stability": "stable",
|
|
3654
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3674
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string random_string}."
|
|
3655
3675
|
},
|
|
3656
3676
|
"fqn": "@cdktn/provider-random.stringResource.StringResource",
|
|
3657
3677
|
"initializer": {
|
|
3658
3678
|
"docs": {
|
|
3659
3679
|
"stability": "stable",
|
|
3660
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3680
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string random_string} Resource."
|
|
3661
3681
|
},
|
|
3662
3682
|
"locationInModule": {
|
|
3663
3683
|
"filename": "src/string-resource/index.ts",
|
|
@@ -3728,7 +3748,7 @@
|
|
|
3728
3748
|
},
|
|
3729
3749
|
{
|
|
3730
3750
|
"docs": {
|
|
3731
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
3751
|
+
"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
3752
|
"summary": "The id of the existing StringResource that should be imported."
|
|
3733
3753
|
},
|
|
3734
3754
|
"name": "importFromId",
|
|
@@ -4416,7 +4436,7 @@
|
|
|
4416
4436
|
{
|
|
4417
4437
|
"abstract": true,
|
|
4418
4438
|
"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.
|
|
4439
|
+
"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
4440
|
"stability": "stable",
|
|
4421
4441
|
"summary": "The length of the string desired."
|
|
4422
4442
|
},
|
|
@@ -4433,7 +4453,7 @@
|
|
|
4433
4453
|
{
|
|
4434
4454
|
"abstract": true,
|
|
4435
4455
|
"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.
|
|
4456
|
+
"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
4457
|
"stability": "stable",
|
|
4438
4458
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
4439
4459
|
},
|
|
@@ -4456,7 +4476,7 @@
|
|
|
4456
4476
|
{
|
|
4457
4477
|
"abstract": true,
|
|
4458
4478
|
"docs": {
|
|
4459
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4479
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#lower StringResource#lower}",
|
|
4460
4480
|
"stability": "stable",
|
|
4461
4481
|
"summary": "Include lowercase alphabet characters in the result. Default value is `true`."
|
|
4462
4482
|
},
|
|
@@ -4483,7 +4503,7 @@
|
|
|
4483
4503
|
{
|
|
4484
4504
|
"abstract": true,
|
|
4485
4505
|
"docs": {
|
|
4486
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4506
|
+
"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
4507
|
"stability": "stable",
|
|
4488
4508
|
"summary": "Minimum number of lowercase alphabet characters in the result. Default value is `0`."
|
|
4489
4509
|
},
|
|
@@ -4501,7 +4521,7 @@
|
|
|
4501
4521
|
{
|
|
4502
4522
|
"abstract": true,
|
|
4503
4523
|
"docs": {
|
|
4504
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4524
|
+
"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
4525
|
"stability": "stable",
|
|
4506
4526
|
"summary": "Minimum number of numeric characters in the result. Default value is `0`."
|
|
4507
4527
|
},
|
|
@@ -4519,7 +4539,7 @@
|
|
|
4519
4539
|
{
|
|
4520
4540
|
"abstract": true,
|
|
4521
4541
|
"docs": {
|
|
4522
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4542
|
+
"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
4543
|
"stability": "stable",
|
|
4524
4544
|
"summary": "Minimum number of special characters in the result. Default value is `0`."
|
|
4525
4545
|
},
|
|
@@ -4537,7 +4557,7 @@
|
|
|
4537
4557
|
{
|
|
4538
4558
|
"abstract": true,
|
|
4539
4559
|
"docs": {
|
|
4540
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4560
|
+
"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
4561
|
"stability": "stable",
|
|
4542
4562
|
"summary": "Minimum number of uppercase alphabet characters in the result. Default value is `0`."
|
|
4543
4563
|
},
|
|
@@ -4555,7 +4575,7 @@
|
|
|
4555
4575
|
{
|
|
4556
4576
|
"abstract": true,
|
|
4557
4577
|
"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.
|
|
4578
|
+
"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
4579
|
"stability": "stable",
|
|
4560
4580
|
"summary": "Include numeric characters in the result."
|
|
4561
4581
|
},
|
|
@@ -4582,7 +4602,7 @@
|
|
|
4582
4602
|
{
|
|
4583
4603
|
"abstract": true,
|
|
4584
4604
|
"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.
|
|
4605
|
+
"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
4606
|
"stability": "stable",
|
|
4587
4607
|
"summary": "Include numeric characters in the result."
|
|
4588
4608
|
},
|
|
@@ -4609,7 +4629,7 @@
|
|
|
4609
4629
|
{
|
|
4610
4630
|
"abstract": true,
|
|
4611
4631
|
"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.
|
|
4632
|
+
"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
4633
|
"stability": "stable",
|
|
4614
4634
|
"summary": "Supply your own list of special characters to use for string generation."
|
|
4615
4635
|
},
|
|
@@ -4627,7 +4647,7 @@
|
|
|
4627
4647
|
{
|
|
4628
4648
|
"abstract": true,
|
|
4629
4649
|
"docs": {
|
|
4630
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4650
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#special StringResource#special}",
|
|
4631
4651
|
"stability": "stable",
|
|
4632
4652
|
"summary": "Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`."
|
|
4633
4653
|
},
|
|
@@ -4654,7 +4674,7 @@
|
|
|
4654
4674
|
{
|
|
4655
4675
|
"abstract": true,
|
|
4656
4676
|
"docs": {
|
|
4657
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4677
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/string#upper StringResource#upper}",
|
|
4658
4678
|
"stability": "stable",
|
|
4659
4679
|
"summary": "Include uppercase alphabet characters in the result. Default value is `true`."
|
|
4660
4680
|
},
|
|
@@ -4686,13 +4706,13 @@
|
|
|
4686
4706
|
"base": "cdktf.TerraformResource",
|
|
4687
4707
|
"docs": {
|
|
4688
4708
|
"stability": "stable",
|
|
4689
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4709
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid random_uuid}."
|
|
4690
4710
|
},
|
|
4691
4711
|
"fqn": "@cdktn/provider-random.uuid.Uuid",
|
|
4692
4712
|
"initializer": {
|
|
4693
4713
|
"docs": {
|
|
4694
4714
|
"stability": "stable",
|
|
4695
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4715
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid random_uuid} Resource."
|
|
4696
4716
|
},
|
|
4697
4717
|
"locationInModule": {
|
|
4698
4718
|
"filename": "src/uuid/index.ts",
|
|
@@ -4764,7 +4784,7 @@
|
|
|
4764
4784
|
},
|
|
4765
4785
|
{
|
|
4766
4786
|
"docs": {
|
|
4767
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/random/3.
|
|
4787
|
+
"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
4788
|
"summary": "The id of the existing Uuid that should be imported."
|
|
4769
4789
|
},
|
|
4770
4790
|
"name": "importFromId",
|
|
@@ -4954,7 +4974,7 @@
|
|
|
4954
4974
|
{
|
|
4955
4975
|
"abstract": true,
|
|
4956
4976
|
"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.
|
|
4977
|
+
"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
4978
|
"stability": "stable",
|
|
4959
4979
|
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
4960
4980
|
},
|
|
@@ -4976,8 +4996,600 @@
|
|
|
4976
4996
|
}
|
|
4977
4997
|
],
|
|
4978
4998
|
"symbolId": "src/uuid/index:UuidConfig"
|
|
4999
|
+
},
|
|
5000
|
+
"@cdktn/provider-random.uuid4.Uuid4": {
|
|
5001
|
+
"assembly": "@cdktn/provider-random",
|
|
5002
|
+
"base": "cdktf.TerraformResource",
|
|
5003
|
+
"docs": {
|
|
5004
|
+
"stability": "stable",
|
|
5005
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4 random_uuid4}."
|
|
5006
|
+
},
|
|
5007
|
+
"fqn": "@cdktn/provider-random.uuid4.Uuid4",
|
|
5008
|
+
"initializer": {
|
|
5009
|
+
"docs": {
|
|
5010
|
+
"stability": "stable",
|
|
5011
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid4 random_uuid4} Resource."
|
|
5012
|
+
},
|
|
5013
|
+
"locationInModule": {
|
|
5014
|
+
"filename": "src/uuid4/index.ts",
|
|
5015
|
+
"line": 58
|
|
5016
|
+
},
|
|
5017
|
+
"parameters": [
|
|
5018
|
+
{
|
|
5019
|
+
"docs": {
|
|
5020
|
+
"summary": "The scope in which to define this construct."
|
|
5021
|
+
},
|
|
5022
|
+
"name": "scope",
|
|
5023
|
+
"type": {
|
|
5024
|
+
"fqn": "constructs.Construct"
|
|
5025
|
+
}
|
|
5026
|
+
},
|
|
5027
|
+
{
|
|
5028
|
+
"docs": {
|
|
5029
|
+
"remarks": "Must be unique amongst siblings in the same scope",
|
|
5030
|
+
"summary": "The scoped construct ID."
|
|
5031
|
+
},
|
|
5032
|
+
"name": "id",
|
|
5033
|
+
"type": {
|
|
5034
|
+
"primitive": "string"
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
5037
|
+
{
|
|
5038
|
+
"name": "config",
|
|
5039
|
+
"optional": true,
|
|
5040
|
+
"type": {
|
|
5041
|
+
"fqn": "@cdktn/provider-random.uuid4.Uuid4Config"
|
|
5042
|
+
}
|
|
5043
|
+
}
|
|
5044
|
+
]
|
|
5045
|
+
},
|
|
5046
|
+
"kind": "class",
|
|
5047
|
+
"locationInModule": {
|
|
5048
|
+
"filename": "src/uuid4/index.ts",
|
|
5049
|
+
"line": 26
|
|
5050
|
+
},
|
|
5051
|
+
"methods": [
|
|
5052
|
+
{
|
|
5053
|
+
"docs": {
|
|
5054
|
+
"stability": "stable",
|
|
5055
|
+
"summary": "Generates CDKTF code for importing a Uuid4 resource upon running \"cdktf plan <stack-name>\"."
|
|
5056
|
+
},
|
|
5057
|
+
"locationInModule": {
|
|
5058
|
+
"filename": "src/uuid4/index.ts",
|
|
5059
|
+
"line": 43
|
|
5060
|
+
},
|
|
5061
|
+
"name": "generateConfigForImport",
|
|
5062
|
+
"parameters": [
|
|
5063
|
+
{
|
|
5064
|
+
"docs": {
|
|
5065
|
+
"summary": "The scope in which to define this construct."
|
|
5066
|
+
},
|
|
5067
|
+
"name": "scope",
|
|
5068
|
+
"type": {
|
|
5069
|
+
"fqn": "constructs.Construct"
|
|
5070
|
+
}
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"docs": {
|
|
5074
|
+
"summary": "The construct id used in the generated config for the Uuid4 to import."
|
|
5075
|
+
},
|
|
5076
|
+
"name": "importToId",
|
|
5077
|
+
"type": {
|
|
5078
|
+
"primitive": "string"
|
|
5079
|
+
}
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"docs": {
|
|
5083
|
+
"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",
|
|
5084
|
+
"summary": "The id of the existing Uuid4 that should be imported."
|
|
5085
|
+
},
|
|
5086
|
+
"name": "importFromId",
|
|
5087
|
+
"type": {
|
|
5088
|
+
"primitive": "string"
|
|
5089
|
+
}
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"docs": {
|
|
5093
|
+
"summary": "? Optional instance of the provider where the Uuid4 to import is found."
|
|
5094
|
+
},
|
|
5095
|
+
"name": "provider",
|
|
5096
|
+
"optional": true,
|
|
5097
|
+
"type": {
|
|
5098
|
+
"fqn": "cdktf.TerraformProvider"
|
|
5099
|
+
}
|
|
5100
|
+
}
|
|
5101
|
+
],
|
|
5102
|
+
"returns": {
|
|
5103
|
+
"type": {
|
|
5104
|
+
"fqn": "cdktf.ImportableResource"
|
|
5105
|
+
}
|
|
5106
|
+
},
|
|
5107
|
+
"static": true
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"docs": {
|
|
5111
|
+
"stability": "stable"
|
|
5112
|
+
},
|
|
5113
|
+
"locationInModule": {
|
|
5114
|
+
"filename": "src/uuid4/index.ts",
|
|
5115
|
+
"line": 94
|
|
5116
|
+
},
|
|
5117
|
+
"name": "resetKeepers"
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"docs": {
|
|
5121
|
+
"stability": "stable"
|
|
5122
|
+
},
|
|
5123
|
+
"locationInModule": {
|
|
5124
|
+
"filename": "src/uuid4/index.ts",
|
|
5125
|
+
"line": 111
|
|
5126
|
+
},
|
|
5127
|
+
"name": "synthesizeAttributes",
|
|
5128
|
+
"overrides": "cdktf.TerraformResource",
|
|
5129
|
+
"protected": true,
|
|
5130
|
+
"returns": {
|
|
5131
|
+
"type": {
|
|
5132
|
+
"collection": {
|
|
5133
|
+
"elementtype": {
|
|
5134
|
+
"primitive": "any"
|
|
5135
|
+
},
|
|
5136
|
+
"kind": "map"
|
|
5137
|
+
}
|
|
5138
|
+
}
|
|
5139
|
+
}
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"docs": {
|
|
5143
|
+
"stability": "stable"
|
|
5144
|
+
},
|
|
5145
|
+
"locationInModule": {
|
|
5146
|
+
"filename": "src/uuid4/index.ts",
|
|
5147
|
+
"line": 117
|
|
5148
|
+
},
|
|
5149
|
+
"name": "synthesizeHclAttributes",
|
|
5150
|
+
"overrides": "cdktf.TerraformResource",
|
|
5151
|
+
"protected": true,
|
|
5152
|
+
"returns": {
|
|
5153
|
+
"type": {
|
|
5154
|
+
"collection": {
|
|
5155
|
+
"elementtype": {
|
|
5156
|
+
"primitive": "any"
|
|
5157
|
+
},
|
|
5158
|
+
"kind": "map"
|
|
5159
|
+
}
|
|
5160
|
+
}
|
|
5161
|
+
}
|
|
5162
|
+
}
|
|
5163
|
+
],
|
|
5164
|
+
"name": "Uuid4",
|
|
5165
|
+
"namespace": "uuid4",
|
|
5166
|
+
"properties": [
|
|
5167
|
+
{
|
|
5168
|
+
"const": true,
|
|
5169
|
+
"docs": {
|
|
5170
|
+
"stability": "stable"
|
|
5171
|
+
},
|
|
5172
|
+
"immutable": true,
|
|
5173
|
+
"locationInModule": {
|
|
5174
|
+
"filename": "src/uuid4/index.ts",
|
|
5175
|
+
"line": 31
|
|
5176
|
+
},
|
|
5177
|
+
"name": "tfResourceType",
|
|
5178
|
+
"static": true,
|
|
5179
|
+
"type": {
|
|
5180
|
+
"primitive": "string"
|
|
5181
|
+
}
|
|
5182
|
+
},
|
|
5183
|
+
{
|
|
5184
|
+
"docs": {
|
|
5185
|
+
"stability": "stable"
|
|
5186
|
+
},
|
|
5187
|
+
"immutable": true,
|
|
5188
|
+
"locationInModule": {
|
|
5189
|
+
"filename": "src/uuid4/index.ts",
|
|
5190
|
+
"line": 82
|
|
5191
|
+
},
|
|
5192
|
+
"name": "id",
|
|
5193
|
+
"type": {
|
|
5194
|
+
"primitive": "string"
|
|
5195
|
+
}
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"docs": {
|
|
5199
|
+
"stability": "stable"
|
|
5200
|
+
},
|
|
5201
|
+
"immutable": true,
|
|
5202
|
+
"locationInModule": {
|
|
5203
|
+
"filename": "src/uuid4/index.ts",
|
|
5204
|
+
"line": 103
|
|
5205
|
+
},
|
|
5206
|
+
"name": "result",
|
|
5207
|
+
"type": {
|
|
5208
|
+
"primitive": "string"
|
|
5209
|
+
}
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"docs": {
|
|
5213
|
+
"stability": "stable"
|
|
5214
|
+
},
|
|
5215
|
+
"immutable": true,
|
|
5216
|
+
"locationInModule": {
|
|
5217
|
+
"filename": "src/uuid4/index.ts",
|
|
5218
|
+
"line": 98
|
|
5219
|
+
},
|
|
5220
|
+
"name": "keepersInput",
|
|
5221
|
+
"optional": true,
|
|
5222
|
+
"type": {
|
|
5223
|
+
"collection": {
|
|
5224
|
+
"elementtype": {
|
|
5225
|
+
"primitive": "string"
|
|
5226
|
+
},
|
|
5227
|
+
"kind": "map"
|
|
5228
|
+
}
|
|
5229
|
+
}
|
|
5230
|
+
},
|
|
5231
|
+
{
|
|
5232
|
+
"docs": {
|
|
5233
|
+
"stability": "stable"
|
|
5234
|
+
},
|
|
5235
|
+
"locationInModule": {
|
|
5236
|
+
"filename": "src/uuid4/index.ts",
|
|
5237
|
+
"line": 88
|
|
5238
|
+
},
|
|
5239
|
+
"name": "keepers",
|
|
5240
|
+
"type": {
|
|
5241
|
+
"collection": {
|
|
5242
|
+
"elementtype": {
|
|
5243
|
+
"primitive": "string"
|
|
5244
|
+
},
|
|
5245
|
+
"kind": "map"
|
|
5246
|
+
}
|
|
5247
|
+
}
|
|
5248
|
+
}
|
|
5249
|
+
],
|
|
5250
|
+
"symbolId": "src/uuid4/index:Uuid4"
|
|
5251
|
+
},
|
|
5252
|
+
"@cdktn/provider-random.uuid4.Uuid4Config": {
|
|
5253
|
+
"assembly": "@cdktn/provider-random",
|
|
5254
|
+
"datatype": true,
|
|
5255
|
+
"docs": {
|
|
5256
|
+
"stability": "stable"
|
|
5257
|
+
},
|
|
5258
|
+
"fqn": "@cdktn/provider-random.uuid4.Uuid4Config",
|
|
5259
|
+
"interfaces": [
|
|
5260
|
+
"cdktf.TerraformMetaArguments"
|
|
5261
|
+
],
|
|
5262
|
+
"kind": "interface",
|
|
5263
|
+
"locationInModule": {
|
|
5264
|
+
"filename": "src/uuid4/index.ts",
|
|
5265
|
+
"line": 14
|
|
5266
|
+
},
|
|
5267
|
+
"name": "Uuid4Config",
|
|
5268
|
+
"namespace": "uuid4",
|
|
5269
|
+
"properties": [
|
|
5270
|
+
{
|
|
5271
|
+
"abstract": true,
|
|
5272
|
+
"docs": {
|
|
5273
|
+
"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}",
|
|
5274
|
+
"stability": "stable",
|
|
5275
|
+
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
5276
|
+
},
|
|
5277
|
+
"immutable": true,
|
|
5278
|
+
"locationInModule": {
|
|
5279
|
+
"filename": "src/uuid4/index.ts",
|
|
5280
|
+
"line": 20
|
|
5281
|
+
},
|
|
5282
|
+
"name": "keepers",
|
|
5283
|
+
"optional": true,
|
|
5284
|
+
"type": {
|
|
5285
|
+
"collection": {
|
|
5286
|
+
"elementtype": {
|
|
5287
|
+
"primitive": "string"
|
|
5288
|
+
},
|
|
5289
|
+
"kind": "map"
|
|
5290
|
+
}
|
|
5291
|
+
}
|
|
5292
|
+
}
|
|
5293
|
+
],
|
|
5294
|
+
"symbolId": "src/uuid4/index:Uuid4Config"
|
|
5295
|
+
},
|
|
5296
|
+
"@cdktn/provider-random.uuid7.Uuid7": {
|
|
5297
|
+
"assembly": "@cdktn/provider-random",
|
|
5298
|
+
"base": "cdktf.TerraformResource",
|
|
5299
|
+
"docs": {
|
|
5300
|
+
"stability": "stable",
|
|
5301
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7 random_uuid7}."
|
|
5302
|
+
},
|
|
5303
|
+
"fqn": "@cdktn/provider-random.uuid7.Uuid7",
|
|
5304
|
+
"initializer": {
|
|
5305
|
+
"docs": {
|
|
5306
|
+
"stability": "stable",
|
|
5307
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/random/3.8.1/docs/resources/uuid7 random_uuid7} Resource."
|
|
5308
|
+
},
|
|
5309
|
+
"locationInModule": {
|
|
5310
|
+
"filename": "src/uuid7/index.ts",
|
|
5311
|
+
"line": 58
|
|
5312
|
+
},
|
|
5313
|
+
"parameters": [
|
|
5314
|
+
{
|
|
5315
|
+
"docs": {
|
|
5316
|
+
"summary": "The scope in which to define this construct."
|
|
5317
|
+
},
|
|
5318
|
+
"name": "scope",
|
|
5319
|
+
"type": {
|
|
5320
|
+
"fqn": "constructs.Construct"
|
|
5321
|
+
}
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"docs": {
|
|
5325
|
+
"remarks": "Must be unique amongst siblings in the same scope",
|
|
5326
|
+
"summary": "The scoped construct ID."
|
|
5327
|
+
},
|
|
5328
|
+
"name": "id",
|
|
5329
|
+
"type": {
|
|
5330
|
+
"primitive": "string"
|
|
5331
|
+
}
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"name": "config",
|
|
5335
|
+
"optional": true,
|
|
5336
|
+
"type": {
|
|
5337
|
+
"fqn": "@cdktn/provider-random.uuid7.Uuid7Config"
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
]
|
|
5341
|
+
},
|
|
5342
|
+
"kind": "class",
|
|
5343
|
+
"locationInModule": {
|
|
5344
|
+
"filename": "src/uuid7/index.ts",
|
|
5345
|
+
"line": 26
|
|
5346
|
+
},
|
|
5347
|
+
"methods": [
|
|
5348
|
+
{
|
|
5349
|
+
"docs": {
|
|
5350
|
+
"stability": "stable",
|
|
5351
|
+
"summary": "Generates CDKTF code for importing a Uuid7 resource upon running \"cdktf plan <stack-name>\"."
|
|
5352
|
+
},
|
|
5353
|
+
"locationInModule": {
|
|
5354
|
+
"filename": "src/uuid7/index.ts",
|
|
5355
|
+
"line": 43
|
|
5356
|
+
},
|
|
5357
|
+
"name": "generateConfigForImport",
|
|
5358
|
+
"parameters": [
|
|
5359
|
+
{
|
|
5360
|
+
"docs": {
|
|
5361
|
+
"summary": "The scope in which to define this construct."
|
|
5362
|
+
},
|
|
5363
|
+
"name": "scope",
|
|
5364
|
+
"type": {
|
|
5365
|
+
"fqn": "constructs.Construct"
|
|
5366
|
+
}
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"docs": {
|
|
5370
|
+
"summary": "The construct id used in the generated config for the Uuid7 to import."
|
|
5371
|
+
},
|
|
5372
|
+
"name": "importToId",
|
|
5373
|
+
"type": {
|
|
5374
|
+
"primitive": "string"
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"docs": {
|
|
5379
|
+
"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",
|
|
5380
|
+
"summary": "The id of the existing Uuid7 that should be imported."
|
|
5381
|
+
},
|
|
5382
|
+
"name": "importFromId",
|
|
5383
|
+
"type": {
|
|
5384
|
+
"primitive": "string"
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"docs": {
|
|
5389
|
+
"summary": "? Optional instance of the provider where the Uuid7 to import is found."
|
|
5390
|
+
},
|
|
5391
|
+
"name": "provider",
|
|
5392
|
+
"optional": true,
|
|
5393
|
+
"type": {
|
|
5394
|
+
"fqn": "cdktf.TerraformProvider"
|
|
5395
|
+
}
|
|
5396
|
+
}
|
|
5397
|
+
],
|
|
5398
|
+
"returns": {
|
|
5399
|
+
"type": {
|
|
5400
|
+
"fqn": "cdktf.ImportableResource"
|
|
5401
|
+
}
|
|
5402
|
+
},
|
|
5403
|
+
"static": true
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"docs": {
|
|
5407
|
+
"stability": "stable"
|
|
5408
|
+
},
|
|
5409
|
+
"locationInModule": {
|
|
5410
|
+
"filename": "src/uuid7/index.ts",
|
|
5411
|
+
"line": 94
|
|
5412
|
+
},
|
|
5413
|
+
"name": "resetKeepers"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"docs": {
|
|
5417
|
+
"stability": "stable"
|
|
5418
|
+
},
|
|
5419
|
+
"locationInModule": {
|
|
5420
|
+
"filename": "src/uuid7/index.ts",
|
|
5421
|
+
"line": 111
|
|
5422
|
+
},
|
|
5423
|
+
"name": "synthesizeAttributes",
|
|
5424
|
+
"overrides": "cdktf.TerraformResource",
|
|
5425
|
+
"protected": true,
|
|
5426
|
+
"returns": {
|
|
5427
|
+
"type": {
|
|
5428
|
+
"collection": {
|
|
5429
|
+
"elementtype": {
|
|
5430
|
+
"primitive": "any"
|
|
5431
|
+
},
|
|
5432
|
+
"kind": "map"
|
|
5433
|
+
}
|
|
5434
|
+
}
|
|
5435
|
+
}
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"docs": {
|
|
5439
|
+
"stability": "stable"
|
|
5440
|
+
},
|
|
5441
|
+
"locationInModule": {
|
|
5442
|
+
"filename": "src/uuid7/index.ts",
|
|
5443
|
+
"line": 117
|
|
5444
|
+
},
|
|
5445
|
+
"name": "synthesizeHclAttributes",
|
|
5446
|
+
"overrides": "cdktf.TerraformResource",
|
|
5447
|
+
"protected": true,
|
|
5448
|
+
"returns": {
|
|
5449
|
+
"type": {
|
|
5450
|
+
"collection": {
|
|
5451
|
+
"elementtype": {
|
|
5452
|
+
"primitive": "any"
|
|
5453
|
+
},
|
|
5454
|
+
"kind": "map"
|
|
5455
|
+
}
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5458
|
+
}
|
|
5459
|
+
],
|
|
5460
|
+
"name": "Uuid7",
|
|
5461
|
+
"namespace": "uuid7",
|
|
5462
|
+
"properties": [
|
|
5463
|
+
{
|
|
5464
|
+
"const": true,
|
|
5465
|
+
"docs": {
|
|
5466
|
+
"stability": "stable"
|
|
5467
|
+
},
|
|
5468
|
+
"immutable": true,
|
|
5469
|
+
"locationInModule": {
|
|
5470
|
+
"filename": "src/uuid7/index.ts",
|
|
5471
|
+
"line": 31
|
|
5472
|
+
},
|
|
5473
|
+
"name": "tfResourceType",
|
|
5474
|
+
"static": true,
|
|
5475
|
+
"type": {
|
|
5476
|
+
"primitive": "string"
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"docs": {
|
|
5481
|
+
"stability": "stable"
|
|
5482
|
+
},
|
|
5483
|
+
"immutable": true,
|
|
5484
|
+
"locationInModule": {
|
|
5485
|
+
"filename": "src/uuid7/index.ts",
|
|
5486
|
+
"line": 82
|
|
5487
|
+
},
|
|
5488
|
+
"name": "id",
|
|
5489
|
+
"type": {
|
|
5490
|
+
"primitive": "string"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"docs": {
|
|
5495
|
+
"stability": "stable"
|
|
5496
|
+
},
|
|
5497
|
+
"immutable": true,
|
|
5498
|
+
"locationInModule": {
|
|
5499
|
+
"filename": "src/uuid7/index.ts",
|
|
5500
|
+
"line": 103
|
|
5501
|
+
},
|
|
5502
|
+
"name": "result",
|
|
5503
|
+
"type": {
|
|
5504
|
+
"primitive": "string"
|
|
5505
|
+
}
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"docs": {
|
|
5509
|
+
"stability": "stable"
|
|
5510
|
+
},
|
|
5511
|
+
"immutable": true,
|
|
5512
|
+
"locationInModule": {
|
|
5513
|
+
"filename": "src/uuid7/index.ts",
|
|
5514
|
+
"line": 98
|
|
5515
|
+
},
|
|
5516
|
+
"name": "keepersInput",
|
|
5517
|
+
"optional": true,
|
|
5518
|
+
"type": {
|
|
5519
|
+
"collection": {
|
|
5520
|
+
"elementtype": {
|
|
5521
|
+
"primitive": "string"
|
|
5522
|
+
},
|
|
5523
|
+
"kind": "map"
|
|
5524
|
+
}
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"docs": {
|
|
5529
|
+
"stability": "stable"
|
|
5530
|
+
},
|
|
5531
|
+
"locationInModule": {
|
|
5532
|
+
"filename": "src/uuid7/index.ts",
|
|
5533
|
+
"line": 88
|
|
5534
|
+
},
|
|
5535
|
+
"name": "keepers",
|
|
5536
|
+
"type": {
|
|
5537
|
+
"collection": {
|
|
5538
|
+
"elementtype": {
|
|
5539
|
+
"primitive": "string"
|
|
5540
|
+
},
|
|
5541
|
+
"kind": "map"
|
|
5542
|
+
}
|
|
5543
|
+
}
|
|
5544
|
+
}
|
|
5545
|
+
],
|
|
5546
|
+
"symbolId": "src/uuid7/index:Uuid7"
|
|
5547
|
+
},
|
|
5548
|
+
"@cdktn/provider-random.uuid7.Uuid7Config": {
|
|
5549
|
+
"assembly": "@cdktn/provider-random",
|
|
5550
|
+
"datatype": true,
|
|
5551
|
+
"docs": {
|
|
5552
|
+
"stability": "stable"
|
|
5553
|
+
},
|
|
5554
|
+
"fqn": "@cdktn/provider-random.uuid7.Uuid7Config",
|
|
5555
|
+
"interfaces": [
|
|
5556
|
+
"cdktf.TerraformMetaArguments"
|
|
5557
|
+
],
|
|
5558
|
+
"kind": "interface",
|
|
5559
|
+
"locationInModule": {
|
|
5560
|
+
"filename": "src/uuid7/index.ts",
|
|
5561
|
+
"line": 14
|
|
5562
|
+
},
|
|
5563
|
+
"name": "Uuid7Config",
|
|
5564
|
+
"namespace": "uuid7",
|
|
5565
|
+
"properties": [
|
|
5566
|
+
{
|
|
5567
|
+
"abstract": true,
|
|
5568
|
+
"docs": {
|
|
5569
|
+
"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}",
|
|
5570
|
+
"stability": "stable",
|
|
5571
|
+
"summary": "Arbitrary map of values that, when changed, will trigger recreation of resource."
|
|
5572
|
+
},
|
|
5573
|
+
"immutable": true,
|
|
5574
|
+
"locationInModule": {
|
|
5575
|
+
"filename": "src/uuid7/index.ts",
|
|
5576
|
+
"line": 20
|
|
5577
|
+
},
|
|
5578
|
+
"name": "keepers",
|
|
5579
|
+
"optional": true,
|
|
5580
|
+
"type": {
|
|
5581
|
+
"collection": {
|
|
5582
|
+
"elementtype": {
|
|
5583
|
+
"primitive": "string"
|
|
5584
|
+
},
|
|
5585
|
+
"kind": "map"
|
|
5586
|
+
}
|
|
5587
|
+
}
|
|
5588
|
+
}
|
|
5589
|
+
],
|
|
5590
|
+
"symbolId": "src/uuid7/index:Uuid7Config"
|
|
4979
5591
|
}
|
|
4980
5592
|
},
|
|
4981
|
-
"version": "12.1.
|
|
4982
|
-
"fingerprint": "
|
|
5593
|
+
"version": "12.1.1",
|
|
5594
|
+
"fingerprint": "H3R0BcHomohPR9W2ilLqIupduPVXcdDoNWIhN7u5zq4="
|
|
4983
5595
|
}
|