@cdktn/provider-tls 11.1.1 → 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 +122 -261
- package/README.md +8 -8
- package/lib/cert-request/index.d.ts +17 -20
- package/lib/cert-request/index.js +45 -48
- package/lib/data-tls-certificate/index.d.ts +14 -17
- package/lib/data-tls-certificate/index.js +20 -23
- package/lib/data-tls-public-key/index.d.ts +5 -5
- package/lib/data-tls-public-key/index.js +10 -10
- package/lib/index.js +2 -2
- package/lib/lazy-index.js +2 -2
- package/lib/locally-signed-cert/index.d.ts +14 -14
- package/lib/locally-signed-cert/index.js +24 -24
- package/lib/private-key/index.d.ts +5 -5
- package/lib/private-key/index.js +12 -12
- package/lib/provider/index.d.ts +11 -11
- package/lib/provider/index.js +22 -22
- package/lib/self-signed-cert/index.d.ts +30 -33
- package/lib/self-signed-cert/index.js +59 -62
- package/package.json +53 -38
package/.jsii
CHANGED
|
@@ -8,36 +8,36 @@
|
|
|
8
8
|
"url": "https://cdktn.io"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
12
|
-
"constructs": "^10.
|
|
11
|
+
"cdktn": "^0.23.0",
|
|
12
|
+
"constructs": "^10.6.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
15
|
-
"
|
|
15
|
+
"cdktn": {
|
|
16
16
|
"submodules": {
|
|
17
|
-
"
|
|
17
|
+
"cdktn.testingMatchers": {}
|
|
18
18
|
},
|
|
19
19
|
"targets": {
|
|
20
20
|
"dotnet": {
|
|
21
|
-
"namespace": "
|
|
22
|
-
"packageId": "
|
|
21
|
+
"namespace": "Io.Cdktn",
|
|
22
|
+
"packageId": "Io.Cdktn"
|
|
23
23
|
},
|
|
24
24
|
"go": {
|
|
25
|
-
"moduleName": "github.com/
|
|
26
|
-
"packageName": "
|
|
25
|
+
"moduleName": "github.com/open-constructs/cdk-terrain-go",
|
|
26
|
+
"packageName": "cdktn"
|
|
27
27
|
},
|
|
28
28
|
"java": {
|
|
29
29
|
"maven": {
|
|
30
|
-
"artifactId": "
|
|
31
|
-
"groupId": "
|
|
30
|
+
"artifactId": "cdktn",
|
|
31
|
+
"groupId": "io.cdktn"
|
|
32
32
|
},
|
|
33
|
-
"package": "
|
|
33
|
+
"package": "io.cdktn.cdktn"
|
|
34
34
|
},
|
|
35
35
|
"js": {
|
|
36
|
-
"npm": "
|
|
36
|
+
"npm": "cdktn"
|
|
37
37
|
},
|
|
38
38
|
"python": {
|
|
39
|
-
"distName": "
|
|
40
|
-
"module": "
|
|
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 tls Provider for
|
|
70
|
+
"description": "Prebuilt tls Provider for CDK Terrain (cdktn)",
|
|
71
71
|
"docs": {
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-tls.git",
|
|
75
|
-
"jsiiVersion": "5.
|
|
75
|
+
"jsiiVersion": "5.9.39 (build cdf85b4)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"cdk",
|
|
78
|
+
"cdk-terrain",
|
|
78
79
|
"cdktf",
|
|
80
|
+
"cdktn",
|
|
81
|
+
"opentofu",
|
|
79
82
|
"provider",
|
|
80
83
|
"terraform",
|
|
81
84
|
"tls"
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
},
|
|
92
95
|
"name": "@cdktn/provider-tls",
|
|
93
96
|
"readme": {
|
|
94
|
-
"markdown": "\n#
|
|
97
|
+
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/tls provider version 4.2.1\n\nThis repo builds and publishes the [Terraform tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.2.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-tls](https://www.npmjs.com/package/@cdktn/provider-tls).\n\n`npm install @cdktn/provider-tls`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-tls](https://pypi.org/project/cdktn-provider-tls).\n\n`pipenv install cdktn-provider-tls`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Tls](https://www.nuget.org/packages/Io.Cdktn.Providers.Tls).\n\n`dotnet add package Io.Cdktn.Providers.Tls`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-tls](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-tls).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-tls</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-tls-go`](https://github.com/cdktn-io/cdktn-provider-tls-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-tls-go/tls/<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-tls-go/blob/main/tls/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-tls).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform tls provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://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 tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.2.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",
|
|
@@ -171,6 +174,10 @@
|
|
|
171
174
|
}
|
|
172
175
|
},
|
|
173
176
|
"targets": {
|
|
177
|
+
"dotnet": {
|
|
178
|
+
"namespace": "Io.Cdktn.Providers.Tls",
|
|
179
|
+
"packageId": "Io.Cdktn.Providers.Tls"
|
|
180
|
+
},
|
|
174
181
|
"go": {
|
|
175
182
|
"moduleName": "github.com/cdktn-io/cdktn-provider-tls-go",
|
|
176
183
|
"packageName": "tls"
|
|
@@ -186,7 +193,7 @@
|
|
|
186
193
|
"types": {
|
|
187
194
|
"@cdktn/provider-tls.certRequest.CertRequest": {
|
|
188
195
|
"assembly": "@cdktn/provider-tls",
|
|
189
|
-
"base": "
|
|
196
|
+
"base": "cdktn.TerraformResource",
|
|
190
197
|
"docs": {
|
|
191
198
|
"stability": "stable",
|
|
192
199
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request tls_cert_request}."
|
|
@@ -238,7 +245,7 @@
|
|
|
238
245
|
{
|
|
239
246
|
"docs": {
|
|
240
247
|
"stability": "stable",
|
|
241
|
-
"summary": "Generates
|
|
248
|
+
"summary": "Generates CDKTN code for importing a CertRequest resource upon running \"cdktn plan <stack-name>\"."
|
|
242
249
|
},
|
|
243
250
|
"locationInModule": {
|
|
244
251
|
"filename": "src/cert-request/index.ts",
|
|
@@ -281,13 +288,13 @@
|
|
|
281
288
|
"name": "provider",
|
|
282
289
|
"optional": true,
|
|
283
290
|
"type": {
|
|
284
|
-
"fqn": "
|
|
291
|
+
"fqn": "cdktn.TerraformProvider"
|
|
285
292
|
}
|
|
286
293
|
}
|
|
287
294
|
],
|
|
288
295
|
"returns": {
|
|
289
296
|
"type": {
|
|
290
|
-
"fqn": "
|
|
297
|
+
"fqn": "cdktn.ImportableResource"
|
|
291
298
|
}
|
|
292
299
|
},
|
|
293
300
|
"static": true
|
|
@@ -308,7 +315,7 @@
|
|
|
308
315
|
"union": {
|
|
309
316
|
"types": [
|
|
310
317
|
{
|
|
311
|
-
"fqn": "
|
|
318
|
+
"fqn": "cdktn.IResolvable"
|
|
312
319
|
},
|
|
313
320
|
{
|
|
314
321
|
"collection": {
|
|
@@ -373,7 +380,7 @@
|
|
|
373
380
|
"line": 638
|
|
374
381
|
},
|
|
375
382
|
"name": "synthesizeAttributes",
|
|
376
|
-
"overrides": "
|
|
383
|
+
"overrides": "cdktn.TerraformResource",
|
|
377
384
|
"protected": true,
|
|
378
385
|
"returns": {
|
|
379
386
|
"type": {
|
|
@@ -395,7 +402,7 @@
|
|
|
395
402
|
"line": 648
|
|
396
403
|
},
|
|
397
404
|
"name": "synthesizeHclAttributes",
|
|
398
|
-
"overrides": "
|
|
405
|
+
"overrides": "cdktn.TerraformResource",
|
|
399
406
|
"protected": true,
|
|
400
407
|
"returns": {
|
|
401
408
|
"type": {
|
|
@@ -554,7 +561,7 @@
|
|
|
554
561
|
"union": {
|
|
555
562
|
"types": [
|
|
556
563
|
{
|
|
557
|
-
"fqn": "
|
|
564
|
+
"fqn": "cdktn.IResolvable"
|
|
558
565
|
},
|
|
559
566
|
{
|
|
560
567
|
"collection": {
|
|
@@ -666,7 +673,7 @@
|
|
|
666
673
|
},
|
|
667
674
|
"fqn": "@cdktn/provider-tls.certRequest.CertRequestConfig",
|
|
668
675
|
"interfaces": [
|
|
669
|
-
"
|
|
676
|
+
"cdktn.TerraformMetaArguments"
|
|
670
677
|
],
|
|
671
678
|
"kind": "interface",
|
|
672
679
|
"locationInModule": {
|
|
@@ -757,7 +764,7 @@
|
|
|
757
764
|
"union": {
|
|
758
765
|
"types": [
|
|
759
766
|
{
|
|
760
|
-
"fqn": "
|
|
767
|
+
"fqn": "cdktn.IResolvable"
|
|
761
768
|
},
|
|
762
769
|
{
|
|
763
770
|
"collection": {
|
|
@@ -1002,7 +1009,7 @@
|
|
|
1002
1009
|
},
|
|
1003
1010
|
"@cdktn/provider-tls.certRequest.CertRequestSubjectList": {
|
|
1004
1011
|
"assembly": "@cdktn/provider-tls",
|
|
1005
|
-
"base": "
|
|
1012
|
+
"base": "cdktn.ComplexList",
|
|
1006
1013
|
"docs": {
|
|
1007
1014
|
"stability": "stable"
|
|
1008
1015
|
},
|
|
@@ -1022,7 +1029,7 @@
|
|
|
1022
1029
|
},
|
|
1023
1030
|
"name": "terraformResource",
|
|
1024
1031
|
"type": {
|
|
1025
|
-
"fqn": "
|
|
1032
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
1026
1033
|
}
|
|
1027
1034
|
},
|
|
1028
1035
|
{
|
|
@@ -1081,54 +1088,6 @@
|
|
|
1081
1088
|
"name": "CertRequestSubjectList",
|
|
1082
1089
|
"namespace": "certRequest",
|
|
1083
1090
|
"properties": [
|
|
1084
|
-
{
|
|
1085
|
-
"docs": {
|
|
1086
|
-
"stability": "stable",
|
|
1087
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
1088
|
-
},
|
|
1089
|
-
"locationInModule": {
|
|
1090
|
-
"filename": "src/cert-request/index.ts",
|
|
1091
|
-
"line": 468
|
|
1092
|
-
},
|
|
1093
|
-
"name": "terraformAttribute",
|
|
1094
|
-
"overrides": "cdktf.ComplexList",
|
|
1095
|
-
"protected": true,
|
|
1096
|
-
"type": {
|
|
1097
|
-
"primitive": "string"
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"docs": {
|
|
1102
|
-
"stability": "stable",
|
|
1103
|
-
"summary": "The parent resource."
|
|
1104
|
-
},
|
|
1105
|
-
"locationInModule": {
|
|
1106
|
-
"filename": "src/cert-request/index.ts",
|
|
1107
|
-
"line": 468
|
|
1108
|
-
},
|
|
1109
|
-
"name": "terraformResource",
|
|
1110
|
-
"overrides": "cdktf.ComplexList",
|
|
1111
|
-
"protected": true,
|
|
1112
|
-
"type": {
|
|
1113
|
-
"fqn": "cdktf.IInterpolatingParent"
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"docs": {
|
|
1118
|
-
"stability": "stable",
|
|
1119
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
1120
|
-
},
|
|
1121
|
-
"locationInModule": {
|
|
1122
|
-
"filename": "src/cert-request/index.ts",
|
|
1123
|
-
"line": 468
|
|
1124
|
-
},
|
|
1125
|
-
"name": "wrapsSet",
|
|
1126
|
-
"overrides": "cdktf.ComplexList",
|
|
1127
|
-
"protected": true,
|
|
1128
|
-
"type": {
|
|
1129
|
-
"primitive": "boolean"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
1091
|
{
|
|
1133
1092
|
"docs": {
|
|
1134
1093
|
"stability": "stable"
|
|
@@ -1143,7 +1102,7 @@
|
|
|
1143
1102
|
"union": {
|
|
1144
1103
|
"types": [
|
|
1145
1104
|
{
|
|
1146
|
-
"fqn": "
|
|
1105
|
+
"fqn": "cdktn.IResolvable"
|
|
1147
1106
|
},
|
|
1148
1107
|
{
|
|
1149
1108
|
"collection": {
|
|
@@ -1162,7 +1121,7 @@
|
|
|
1162
1121
|
},
|
|
1163
1122
|
"@cdktn/provider-tls.certRequest.CertRequestSubjectOutputReference": {
|
|
1164
1123
|
"assembly": "@cdktn/provider-tls",
|
|
1165
|
-
"base": "
|
|
1124
|
+
"base": "cdktn.ComplexObject",
|
|
1166
1125
|
"docs": {
|
|
1167
1126
|
"stability": "stable"
|
|
1168
1127
|
},
|
|
@@ -1182,7 +1141,7 @@
|
|
|
1182
1141
|
},
|
|
1183
1142
|
"name": "terraformResource",
|
|
1184
1143
|
"type": {
|
|
1185
|
-
"fqn": "
|
|
1144
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
1186
1145
|
}
|
|
1187
1146
|
},
|
|
1188
1147
|
{
|
|
@@ -1631,7 +1590,7 @@
|
|
|
1631
1590
|
"fqn": "@cdktn/provider-tls.certRequest.CertRequestSubject"
|
|
1632
1591
|
},
|
|
1633
1592
|
{
|
|
1634
|
-
"fqn": "
|
|
1593
|
+
"fqn": "cdktn.IResolvable"
|
|
1635
1594
|
}
|
|
1636
1595
|
]
|
|
1637
1596
|
}
|
|
@@ -1642,7 +1601,7 @@
|
|
|
1642
1601
|
},
|
|
1643
1602
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificate": {
|
|
1644
1603
|
"assembly": "@cdktn/provider-tls",
|
|
1645
|
-
"base": "
|
|
1604
|
+
"base": "cdktn.TerraformDataSource",
|
|
1646
1605
|
"docs": {
|
|
1647
1606
|
"stability": "stable",
|
|
1648
1607
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate tls_certificate}."
|
|
@@ -1695,7 +1654,7 @@
|
|
|
1695
1654
|
{
|
|
1696
1655
|
"docs": {
|
|
1697
1656
|
"stability": "stable",
|
|
1698
|
-
"summary": "Generates
|
|
1657
|
+
"summary": "Generates CDKTN code for importing a DataTlsCertificate resource upon running \"cdktn plan <stack-name>\"."
|
|
1699
1658
|
},
|
|
1700
1659
|
"locationInModule": {
|
|
1701
1660
|
"filename": "src/data-tls-certificate/index.ts",
|
|
@@ -1738,13 +1697,13 @@
|
|
|
1738
1697
|
"name": "provider",
|
|
1739
1698
|
"optional": true,
|
|
1740
1699
|
"type": {
|
|
1741
|
-
"fqn": "
|
|
1700
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1742
1701
|
}
|
|
1743
1702
|
}
|
|
1744
1703
|
],
|
|
1745
1704
|
"returns": {
|
|
1746
1705
|
"type": {
|
|
1747
|
-
"fqn": "
|
|
1706
|
+
"fqn": "cdktn.ImportableResource"
|
|
1748
1707
|
}
|
|
1749
1708
|
},
|
|
1750
1709
|
"static": true
|
|
@@ -1788,7 +1747,7 @@
|
|
|
1788
1747
|
"line": 288
|
|
1789
1748
|
},
|
|
1790
1749
|
"name": "synthesizeAttributes",
|
|
1791
|
-
"overrides": "
|
|
1750
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
1792
1751
|
"protected": true,
|
|
1793
1752
|
"returns": {
|
|
1794
1753
|
"type": {
|
|
@@ -1810,7 +1769,7 @@
|
|
|
1810
1769
|
"line": 296
|
|
1811
1770
|
},
|
|
1812
1771
|
"name": "synthesizeHclAttributes",
|
|
1813
|
-
"overrides": "
|
|
1772
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
1814
1773
|
"protected": true,
|
|
1815
1774
|
"returns": {
|
|
1816
1775
|
"type": {
|
|
@@ -1919,7 +1878,7 @@
|
|
|
1919
1878
|
"primitive": "boolean"
|
|
1920
1879
|
},
|
|
1921
1880
|
{
|
|
1922
|
-
"fqn": "
|
|
1881
|
+
"fqn": "cdktn.IResolvable"
|
|
1923
1882
|
}
|
|
1924
1883
|
]
|
|
1925
1884
|
}
|
|
@@ -1967,7 +1926,7 @@
|
|
|
1967
1926
|
"primitive": "boolean"
|
|
1968
1927
|
},
|
|
1969
1928
|
{
|
|
1970
|
-
"fqn": "
|
|
1929
|
+
"fqn": "cdktn.IResolvable"
|
|
1971
1930
|
}
|
|
1972
1931
|
]
|
|
1973
1932
|
}
|
|
@@ -1994,7 +1953,7 @@
|
|
|
1994
1953
|
},
|
|
1995
1954
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesList": {
|
|
1996
1955
|
"assembly": "@cdktn/provider-tls",
|
|
1997
|
-
"base": "
|
|
1956
|
+
"base": "cdktn.ComplexList",
|
|
1998
1957
|
"docs": {
|
|
1999
1958
|
"stability": "stable"
|
|
2000
1959
|
},
|
|
@@ -2014,7 +1973,7 @@
|
|
|
2014
1973
|
},
|
|
2015
1974
|
"name": "terraformResource",
|
|
2016
1975
|
"type": {
|
|
2017
|
-
"fqn": "
|
|
1976
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2018
1977
|
}
|
|
2019
1978
|
},
|
|
2020
1979
|
{
|
|
@@ -2072,61 +2031,11 @@
|
|
|
2072
2031
|
],
|
|
2073
2032
|
"name": "DataTlsCertificateCertificatesList",
|
|
2074
2033
|
"namespace": "dataTlsCertificate",
|
|
2075
|
-
"properties": [
|
|
2076
|
-
{
|
|
2077
|
-
"docs": {
|
|
2078
|
-
"stability": "stable",
|
|
2079
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
2080
|
-
},
|
|
2081
|
-
"locationInModule": {
|
|
2082
|
-
"filename": "src/data-tls-certificate/index.ts",
|
|
2083
|
-
"line": 153
|
|
2084
|
-
},
|
|
2085
|
-
"name": "terraformAttribute",
|
|
2086
|
-
"overrides": "cdktf.ComplexList",
|
|
2087
|
-
"protected": true,
|
|
2088
|
-
"type": {
|
|
2089
|
-
"primitive": "string"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"docs": {
|
|
2094
|
-
"stability": "stable",
|
|
2095
|
-
"summary": "The parent resource."
|
|
2096
|
-
},
|
|
2097
|
-
"locationInModule": {
|
|
2098
|
-
"filename": "src/data-tls-certificate/index.ts",
|
|
2099
|
-
"line": 153
|
|
2100
|
-
},
|
|
2101
|
-
"name": "terraformResource",
|
|
2102
|
-
"overrides": "cdktf.ComplexList",
|
|
2103
|
-
"protected": true,
|
|
2104
|
-
"type": {
|
|
2105
|
-
"fqn": "cdktf.IInterpolatingParent"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
"docs": {
|
|
2110
|
-
"stability": "stable",
|
|
2111
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
2112
|
-
},
|
|
2113
|
-
"locationInModule": {
|
|
2114
|
-
"filename": "src/data-tls-certificate/index.ts",
|
|
2115
|
-
"line": 153
|
|
2116
|
-
},
|
|
2117
|
-
"name": "wrapsSet",
|
|
2118
|
-
"overrides": "cdktf.ComplexList",
|
|
2119
|
-
"protected": true,
|
|
2120
|
-
"type": {
|
|
2121
|
-
"primitive": "boolean"
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
2034
|
"symbolId": "src/data-tls-certificate/index:DataTlsCertificateCertificatesList"
|
|
2126
2035
|
},
|
|
2127
2036
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesOutputReference": {
|
|
2128
2037
|
"assembly": "@cdktn/provider-tls",
|
|
2129
|
-
"base": "
|
|
2038
|
+
"base": "cdktn.ComplexObject",
|
|
2130
2039
|
"docs": {
|
|
2131
2040
|
"stability": "stable"
|
|
2132
2041
|
},
|
|
@@ -2146,7 +2055,7 @@
|
|
|
2146
2055
|
},
|
|
2147
2056
|
"name": "terraformResource",
|
|
2148
2057
|
"type": {
|
|
2149
|
-
"fqn": "
|
|
2058
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2150
2059
|
}
|
|
2151
2060
|
},
|
|
2152
2061
|
{
|
|
@@ -2211,7 +2120,7 @@
|
|
|
2211
2120
|
},
|
|
2212
2121
|
"name": "isCa",
|
|
2213
2122
|
"type": {
|
|
2214
|
-
"fqn": "
|
|
2123
|
+
"fqn": "cdktn.IResolvable"
|
|
2215
2124
|
}
|
|
2216
2125
|
},
|
|
2217
2126
|
{
|
|
@@ -2379,7 +2288,7 @@
|
|
|
2379
2288
|
},
|
|
2380
2289
|
"fqn": "@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateConfig",
|
|
2381
2290
|
"interfaces": [
|
|
2382
|
-
"
|
|
2291
|
+
"cdktn.TerraformMetaArguments"
|
|
2383
2292
|
],
|
|
2384
2293
|
"kind": "interface",
|
|
2385
2294
|
"locationInModule": {
|
|
@@ -2446,7 +2355,7 @@
|
|
|
2446
2355
|
"primitive": "boolean"
|
|
2447
2356
|
},
|
|
2448
2357
|
{
|
|
2449
|
-
"fqn": "
|
|
2358
|
+
"fqn": "cdktn.IResolvable"
|
|
2450
2359
|
}
|
|
2451
2360
|
]
|
|
2452
2361
|
}
|
|
@@ -2457,7 +2366,7 @@
|
|
|
2457
2366
|
},
|
|
2458
2367
|
"@cdktn/provider-tls.dataTlsPublicKey.DataTlsPublicKey": {
|
|
2459
2368
|
"assembly": "@cdktn/provider-tls",
|
|
2460
|
-
"base": "
|
|
2369
|
+
"base": "cdktn.TerraformDataSource",
|
|
2461
2370
|
"docs": {
|
|
2462
2371
|
"stability": "stable",
|
|
2463
2372
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key tls_public_key}."
|
|
@@ -2510,7 +2419,7 @@
|
|
|
2510
2419
|
{
|
|
2511
2420
|
"docs": {
|
|
2512
2421
|
"stability": "stable",
|
|
2513
|
-
"summary": "Generates
|
|
2422
|
+
"summary": "Generates CDKTN code for importing a DataTlsPublicKey resource upon running \"cdktn plan <stack-name>\"."
|
|
2514
2423
|
},
|
|
2515
2424
|
"locationInModule": {
|
|
2516
2425
|
"filename": "src/data-tls-public-key/index.ts",
|
|
@@ -2553,13 +2462,13 @@
|
|
|
2553
2462
|
"name": "provider",
|
|
2554
2463
|
"optional": true,
|
|
2555
2464
|
"type": {
|
|
2556
|
-
"fqn": "
|
|
2465
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2557
2466
|
}
|
|
2558
2467
|
}
|
|
2559
2468
|
],
|
|
2560
2469
|
"returns": {
|
|
2561
2470
|
"type": {
|
|
2562
|
-
"fqn": "
|
|
2471
|
+
"fqn": "cdktn.ImportableResource"
|
|
2563
2472
|
}
|
|
2564
2473
|
},
|
|
2565
2474
|
"static": true
|
|
@@ -2593,7 +2502,7 @@
|
|
|
2593
2502
|
"line": 154
|
|
2594
2503
|
},
|
|
2595
2504
|
"name": "synthesizeAttributes",
|
|
2596
|
-
"overrides": "
|
|
2505
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2597
2506
|
"protected": true,
|
|
2598
2507
|
"returns": {
|
|
2599
2508
|
"type": {
|
|
@@ -2615,7 +2524,7 @@
|
|
|
2615
2524
|
"line": 161
|
|
2616
2525
|
},
|
|
2617
2526
|
"name": "synthesizeHclAttributes",
|
|
2618
|
-
"overrides": "
|
|
2527
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2619
2528
|
"protected": true,
|
|
2620
2529
|
"returns": {
|
|
2621
2530
|
"type": {
|
|
@@ -2799,7 +2708,7 @@
|
|
|
2799
2708
|
},
|
|
2800
2709
|
"fqn": "@cdktn/provider-tls.dataTlsPublicKey.DataTlsPublicKeyConfig",
|
|
2801
2710
|
"interfaces": [
|
|
2802
|
-
"
|
|
2711
|
+
"cdktn.TerraformMetaArguments"
|
|
2803
2712
|
],
|
|
2804
2713
|
"kind": "interface",
|
|
2805
2714
|
"locationInModule": {
|
|
@@ -2850,7 +2759,7 @@
|
|
|
2850
2759
|
},
|
|
2851
2760
|
"@cdktn/provider-tls.locallySignedCert.LocallySignedCert": {
|
|
2852
2761
|
"assembly": "@cdktn/provider-tls",
|
|
2853
|
-
"base": "
|
|
2762
|
+
"base": "cdktn.TerraformResource",
|
|
2854
2763
|
"docs": {
|
|
2855
2764
|
"stability": "stable",
|
|
2856
2765
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert tls_locally_signed_cert}."
|
|
@@ -2902,7 +2811,7 @@
|
|
|
2902
2811
|
{
|
|
2903
2812
|
"docs": {
|
|
2904
2813
|
"stability": "stable",
|
|
2905
|
-
"summary": "Generates
|
|
2814
|
+
"summary": "Generates CDKTN code for importing a LocallySignedCert resource upon running \"cdktn plan <stack-name>\"."
|
|
2906
2815
|
},
|
|
2907
2816
|
"locationInModule": {
|
|
2908
2817
|
"filename": "src/locally-signed-cert/index.ts",
|
|
@@ -2945,13 +2854,13 @@
|
|
|
2945
2854
|
"name": "provider",
|
|
2946
2855
|
"optional": true,
|
|
2947
2856
|
"type": {
|
|
2948
|
-
"fqn": "
|
|
2857
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2949
2858
|
}
|
|
2950
2859
|
}
|
|
2951
2860
|
],
|
|
2952
2861
|
"returns": {
|
|
2953
2862
|
"type": {
|
|
2954
|
-
"fqn": "
|
|
2863
|
+
"fqn": "cdktn.ImportableResource"
|
|
2955
2864
|
}
|
|
2956
2865
|
},
|
|
2957
2866
|
"static": true
|
|
@@ -3005,7 +2914,7 @@
|
|
|
3005
2914
|
"line": 300
|
|
3006
2915
|
},
|
|
3007
2916
|
"name": "synthesizeAttributes",
|
|
3008
|
-
"overrides": "
|
|
2917
|
+
"overrides": "cdktn.TerraformResource",
|
|
3009
2918
|
"protected": true,
|
|
3010
2919
|
"returns": {
|
|
3011
2920
|
"type": {
|
|
@@ -3027,7 +2936,7 @@
|
|
|
3027
2936
|
"line": 314
|
|
3028
2937
|
},
|
|
3029
2938
|
"name": "synthesizeHclAttributes",
|
|
3030
|
-
"overrides": "
|
|
2939
|
+
"overrides": "cdktn.TerraformResource",
|
|
3031
2940
|
"protected": true,
|
|
3032
2941
|
"returns": {
|
|
3033
2942
|
"type": {
|
|
@@ -3113,7 +3022,7 @@
|
|
|
3113
3022
|
},
|
|
3114
3023
|
"name": "readyForRenewal",
|
|
3115
3024
|
"type": {
|
|
3116
|
-
"fqn": "
|
|
3025
|
+
"fqn": "cdktn.IResolvable"
|
|
3117
3026
|
}
|
|
3118
3027
|
},
|
|
3119
3028
|
{
|
|
@@ -3242,7 +3151,7 @@
|
|
|
3242
3151
|
"primitive": "boolean"
|
|
3243
3152
|
},
|
|
3244
3153
|
{
|
|
3245
|
-
"fqn": "
|
|
3154
|
+
"fqn": "cdktn.IResolvable"
|
|
3246
3155
|
}
|
|
3247
3156
|
]
|
|
3248
3157
|
}
|
|
@@ -3281,7 +3190,7 @@
|
|
|
3281
3190
|
"primitive": "boolean"
|
|
3282
3191
|
},
|
|
3283
3192
|
{
|
|
3284
|
-
"fqn": "
|
|
3193
|
+
"fqn": "cdktn.IResolvable"
|
|
3285
3194
|
}
|
|
3286
3195
|
]
|
|
3287
3196
|
}
|
|
@@ -3388,7 +3297,7 @@
|
|
|
3388
3297
|
"primitive": "boolean"
|
|
3389
3298
|
},
|
|
3390
3299
|
{
|
|
3391
|
-
"fqn": "
|
|
3300
|
+
"fqn": "cdktn.IResolvable"
|
|
3392
3301
|
}
|
|
3393
3302
|
]
|
|
3394
3303
|
}
|
|
@@ -3423,7 +3332,7 @@
|
|
|
3423
3332
|
"primitive": "boolean"
|
|
3424
3333
|
},
|
|
3425
3334
|
{
|
|
3426
|
-
"fqn": "
|
|
3335
|
+
"fqn": "cdktn.IResolvable"
|
|
3427
3336
|
}
|
|
3428
3337
|
]
|
|
3429
3338
|
}
|
|
@@ -3453,7 +3362,7 @@
|
|
|
3453
3362
|
},
|
|
3454
3363
|
"fqn": "@cdktn/provider-tls.locallySignedCert.LocallySignedCertConfig",
|
|
3455
3364
|
"interfaces": [
|
|
3456
|
-
"
|
|
3365
|
+
"cdktn.TerraformMetaArguments"
|
|
3457
3366
|
],
|
|
3458
3367
|
"kind": "interface",
|
|
3459
3368
|
"locationInModule": {
|
|
@@ -3592,7 +3501,7 @@
|
|
|
3592
3501
|
"primitive": "boolean"
|
|
3593
3502
|
},
|
|
3594
3503
|
{
|
|
3595
|
-
"fqn": "
|
|
3504
|
+
"fqn": "cdktn.IResolvable"
|
|
3596
3505
|
}
|
|
3597
3506
|
]
|
|
3598
3507
|
}
|
|
@@ -3637,7 +3546,7 @@
|
|
|
3637
3546
|
"primitive": "boolean"
|
|
3638
3547
|
},
|
|
3639
3548
|
{
|
|
3640
|
-
"fqn": "
|
|
3549
|
+
"fqn": "cdktn.IResolvable"
|
|
3641
3550
|
}
|
|
3642
3551
|
]
|
|
3643
3552
|
}
|
|
@@ -3648,7 +3557,7 @@
|
|
|
3648
3557
|
},
|
|
3649
3558
|
"@cdktn/provider-tls.privateKey.PrivateKey": {
|
|
3650
3559
|
"assembly": "@cdktn/provider-tls",
|
|
3651
|
-
"base": "
|
|
3560
|
+
"base": "cdktn.TerraformResource",
|
|
3652
3561
|
"docs": {
|
|
3653
3562
|
"stability": "stable",
|
|
3654
3563
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key tls_private_key}."
|
|
@@ -3700,7 +3609,7 @@
|
|
|
3700
3609
|
{
|
|
3701
3610
|
"docs": {
|
|
3702
3611
|
"stability": "stable",
|
|
3703
|
-
"summary": "Generates
|
|
3612
|
+
"summary": "Generates CDKTN code for importing a PrivateKey resource upon running \"cdktn plan <stack-name>\"."
|
|
3704
3613
|
},
|
|
3705
3614
|
"locationInModule": {
|
|
3706
3615
|
"filename": "src/private-key/index.ts",
|
|
@@ -3743,13 +3652,13 @@
|
|
|
3743
3652
|
"name": "provider",
|
|
3744
3653
|
"optional": true,
|
|
3745
3654
|
"type": {
|
|
3746
|
-
"fqn": "
|
|
3655
|
+
"fqn": "cdktn.TerraformProvider"
|
|
3747
3656
|
}
|
|
3748
3657
|
}
|
|
3749
3658
|
],
|
|
3750
3659
|
"returns": {
|
|
3751
3660
|
"type": {
|
|
3752
|
-
"fqn": "
|
|
3661
|
+
"fqn": "cdktn.ImportableResource"
|
|
3753
3662
|
}
|
|
3754
3663
|
},
|
|
3755
3664
|
"static": true
|
|
@@ -3783,7 +3692,7 @@
|
|
|
3783
3692
|
"line": 184
|
|
3784
3693
|
},
|
|
3785
3694
|
"name": "synthesizeAttributes",
|
|
3786
|
-
"overrides": "
|
|
3695
|
+
"overrides": "cdktn.TerraformResource",
|
|
3787
3696
|
"protected": true,
|
|
3788
3697
|
"returns": {
|
|
3789
3698
|
"type": {
|
|
@@ -3805,7 +3714,7 @@
|
|
|
3805
3714
|
"line": 192
|
|
3806
3715
|
},
|
|
3807
3716
|
"name": "synthesizeHclAttributes",
|
|
3808
|
-
"overrides": "
|
|
3717
|
+
"overrides": "cdktn.TerraformResource",
|
|
3809
3718
|
"protected": true,
|
|
3810
3719
|
"returns": {
|
|
3811
3720
|
"type": {
|
|
@@ -4045,7 +3954,7 @@
|
|
|
4045
3954
|
},
|
|
4046
3955
|
"fqn": "@cdktn/provider-tls.privateKey.PrivateKeyConfig",
|
|
4047
3956
|
"interfaces": [
|
|
4048
|
-
"
|
|
3957
|
+
"cdktn.TerraformMetaArguments"
|
|
4049
3958
|
],
|
|
4050
3959
|
"kind": "interface",
|
|
4051
3960
|
"locationInModule": {
|
|
@@ -4113,7 +4022,7 @@
|
|
|
4113
4022
|
},
|
|
4114
4023
|
"@cdktn/provider-tls.provider.TlsProvider": {
|
|
4115
4024
|
"assembly": "@cdktn/provider-tls",
|
|
4116
|
-
"base": "
|
|
4025
|
+
"base": "cdktn.TerraformProvider",
|
|
4117
4026
|
"docs": {
|
|
4118
4027
|
"stability": "stable",
|
|
4119
4028
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs tls}."
|
|
@@ -4166,7 +4075,7 @@
|
|
|
4166
4075
|
{
|
|
4167
4076
|
"docs": {
|
|
4168
4077
|
"stability": "stable",
|
|
4169
|
-
"summary": "Generates
|
|
4078
|
+
"summary": "Generates CDKTN code for importing a TlsProvider resource upon running \"cdktn plan <stack-name>\"."
|
|
4170
4079
|
},
|
|
4171
4080
|
"locationInModule": {
|
|
4172
4081
|
"filename": "src/provider/index.ts",
|
|
@@ -4209,13 +4118,13 @@
|
|
|
4209
4118
|
"name": "provider",
|
|
4210
4119
|
"optional": true,
|
|
4211
4120
|
"type": {
|
|
4212
|
-
"fqn": "
|
|
4121
|
+
"fqn": "cdktn.TerraformProvider"
|
|
4213
4122
|
}
|
|
4214
4123
|
}
|
|
4215
4124
|
],
|
|
4216
4125
|
"returns": {
|
|
4217
4126
|
"type": {
|
|
4218
|
-
"fqn": "
|
|
4127
|
+
"fqn": "cdktn.ImportableResource"
|
|
4219
4128
|
}
|
|
4220
4129
|
},
|
|
4221
4130
|
"static": true
|
|
@@ -4249,7 +4158,7 @@
|
|
|
4249
4158
|
"line": 195
|
|
4250
4159
|
},
|
|
4251
4160
|
"name": "synthesizeAttributes",
|
|
4252
|
-
"overrides": "
|
|
4161
|
+
"overrides": "cdktn.TerraformProvider",
|
|
4253
4162
|
"protected": true,
|
|
4254
4163
|
"returns": {
|
|
4255
4164
|
"type": {
|
|
@@ -4271,7 +4180,7 @@
|
|
|
4271
4180
|
"line": 202
|
|
4272
4181
|
},
|
|
4273
4182
|
"name": "synthesizeHclAttributes",
|
|
4274
|
-
"overrides": "
|
|
4183
|
+
"overrides": "cdktn.TerraformProvider",
|
|
4275
4184
|
"protected": true,
|
|
4276
4185
|
"returns": {
|
|
4277
4186
|
"type": {
|
|
@@ -4334,7 +4243,7 @@
|
|
|
4334
4243
|
"union": {
|
|
4335
4244
|
"types": [
|
|
4336
4245
|
{
|
|
4337
|
-
"fqn": "
|
|
4246
|
+
"fqn": "cdktn.IResolvable"
|
|
4338
4247
|
},
|
|
4339
4248
|
{
|
|
4340
4249
|
"collection": {
|
|
@@ -4358,7 +4267,7 @@
|
|
|
4358
4267
|
},
|
|
4359
4268
|
"name": "alias",
|
|
4360
4269
|
"optional": true,
|
|
4361
|
-
"overrides": "
|
|
4270
|
+
"overrides": "cdktn.TerraformProvider",
|
|
4362
4271
|
"type": {
|
|
4363
4272
|
"primitive": "string"
|
|
4364
4273
|
}
|
|
@@ -4377,7 +4286,7 @@
|
|
|
4377
4286
|
"union": {
|
|
4378
4287
|
"types": [
|
|
4379
4288
|
{
|
|
4380
|
-
"fqn": "
|
|
4289
|
+
"fqn": "cdktn.IResolvable"
|
|
4381
4290
|
},
|
|
4382
4291
|
{
|
|
4383
4292
|
"collection": {
|
|
@@ -4445,7 +4354,7 @@
|
|
|
4445
4354
|
"union": {
|
|
4446
4355
|
"types": [
|
|
4447
4356
|
{
|
|
4448
|
-
"fqn": "
|
|
4357
|
+
"fqn": "cdktn.IResolvable"
|
|
4449
4358
|
},
|
|
4450
4359
|
{
|
|
4451
4360
|
"collection": {
|
|
@@ -4498,7 +4407,7 @@
|
|
|
4498
4407
|
"primitive": "boolean"
|
|
4499
4408
|
},
|
|
4500
4409
|
{
|
|
4501
|
-
"fqn": "
|
|
4410
|
+
"fqn": "cdktn.IResolvable"
|
|
4502
4411
|
}
|
|
4503
4412
|
]
|
|
4504
4413
|
}
|
|
@@ -4563,7 +4472,7 @@
|
|
|
4563
4472
|
},
|
|
4564
4473
|
"@cdktn/provider-tls.selfSignedCert.SelfSignedCert": {
|
|
4565
4474
|
"assembly": "@cdktn/provider-tls",
|
|
4566
|
-
"base": "
|
|
4475
|
+
"base": "cdktn.TerraformResource",
|
|
4567
4476
|
"docs": {
|
|
4568
4477
|
"stability": "stable",
|
|
4569
4478
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert tls_self_signed_cert}."
|
|
@@ -4615,7 +4524,7 @@
|
|
|
4615
4524
|
{
|
|
4616
4525
|
"docs": {
|
|
4617
4526
|
"stability": "stable",
|
|
4618
|
-
"summary": "Generates
|
|
4527
|
+
"summary": "Generates CDKTN code for importing a SelfSignedCert resource upon running \"cdktn plan <stack-name>\"."
|
|
4619
4528
|
},
|
|
4620
4529
|
"locationInModule": {
|
|
4621
4530
|
"filename": "src/self-signed-cert/index.ts",
|
|
@@ -4658,13 +4567,13 @@
|
|
|
4658
4567
|
"name": "provider",
|
|
4659
4568
|
"optional": true,
|
|
4660
4569
|
"type": {
|
|
4661
|
-
"fqn": "
|
|
4570
|
+
"fqn": "cdktn.TerraformProvider"
|
|
4662
4571
|
}
|
|
4663
4572
|
}
|
|
4664
4573
|
],
|
|
4665
4574
|
"returns": {
|
|
4666
4575
|
"type": {
|
|
4667
|
-
"fqn": "
|
|
4576
|
+
"fqn": "cdktn.ImportableResource"
|
|
4668
4577
|
}
|
|
4669
4578
|
},
|
|
4670
4579
|
"static": true
|
|
@@ -4685,7 +4594,7 @@
|
|
|
4685
4594
|
"union": {
|
|
4686
4595
|
"types": [
|
|
4687
4596
|
{
|
|
4688
|
-
"fqn": "
|
|
4597
|
+
"fqn": "cdktn.IResolvable"
|
|
4689
4598
|
},
|
|
4690
4599
|
{
|
|
4691
4600
|
"collection": {
|
|
@@ -4800,7 +4709,7 @@
|
|
|
4800
4709
|
"line": 808
|
|
4801
4710
|
},
|
|
4802
4711
|
"name": "synthesizeAttributes",
|
|
4803
|
-
"overrides": "
|
|
4712
|
+
"overrides": "cdktn.TerraformResource",
|
|
4804
4713
|
"protected": true,
|
|
4805
4714
|
"returns": {
|
|
4806
4715
|
"type": {
|
|
@@ -4822,7 +4731,7 @@
|
|
|
4822
4731
|
"line": 825
|
|
4823
4732
|
},
|
|
4824
4733
|
"name": "synthesizeHclAttributes",
|
|
4825
|
-
"overrides": "
|
|
4734
|
+
"overrides": "cdktn.TerraformResource",
|
|
4826
4735
|
"protected": true,
|
|
4827
4736
|
"returns": {
|
|
4828
4737
|
"type": {
|
|
@@ -4908,7 +4817,7 @@
|
|
|
4908
4817
|
},
|
|
4909
4818
|
"name": "readyForRenewal",
|
|
4910
4819
|
"type": {
|
|
4911
|
-
"fqn": "
|
|
4820
|
+
"fqn": "cdktn.IResolvable"
|
|
4912
4821
|
}
|
|
4913
4822
|
},
|
|
4914
4823
|
{
|
|
@@ -5046,7 +4955,7 @@
|
|
|
5046
4955
|
"primitive": "boolean"
|
|
5047
4956
|
},
|
|
5048
4957
|
{
|
|
5049
|
-
"fqn": "
|
|
4958
|
+
"fqn": "cdktn.IResolvable"
|
|
5050
4959
|
}
|
|
5051
4960
|
]
|
|
5052
4961
|
}
|
|
@@ -5100,7 +5009,7 @@
|
|
|
5100
5009
|
"primitive": "boolean"
|
|
5101
5010
|
},
|
|
5102
5011
|
{
|
|
5103
|
-
"fqn": "
|
|
5012
|
+
"fqn": "cdktn.IResolvable"
|
|
5104
5013
|
}
|
|
5105
5014
|
]
|
|
5106
5015
|
}
|
|
@@ -5124,7 +5033,7 @@
|
|
|
5124
5033
|
"primitive": "boolean"
|
|
5125
5034
|
},
|
|
5126
5035
|
{
|
|
5127
|
-
"fqn": "
|
|
5036
|
+
"fqn": "cdktn.IResolvable"
|
|
5128
5037
|
}
|
|
5129
5038
|
]
|
|
5130
5039
|
}
|
|
@@ -5145,7 +5054,7 @@
|
|
|
5145
5054
|
"union": {
|
|
5146
5055
|
"types": [
|
|
5147
5056
|
{
|
|
5148
|
-
"fqn": "
|
|
5057
|
+
"fqn": "cdktn.IResolvable"
|
|
5149
5058
|
},
|
|
5150
5059
|
{
|
|
5151
5060
|
"collection": {
|
|
@@ -5277,7 +5186,7 @@
|
|
|
5277
5186
|
"primitive": "boolean"
|
|
5278
5187
|
},
|
|
5279
5188
|
{
|
|
5280
|
-
"fqn": "
|
|
5189
|
+
"fqn": "cdktn.IResolvable"
|
|
5281
5190
|
}
|
|
5282
5191
|
]
|
|
5283
5192
|
}
|
|
@@ -5325,7 +5234,7 @@
|
|
|
5325
5234
|
"primitive": "boolean"
|
|
5326
5235
|
},
|
|
5327
5236
|
{
|
|
5328
|
-
"fqn": "
|
|
5237
|
+
"fqn": "cdktn.IResolvable"
|
|
5329
5238
|
}
|
|
5330
5239
|
]
|
|
5331
5240
|
}
|
|
@@ -5347,7 +5256,7 @@
|
|
|
5347
5256
|
"primitive": "boolean"
|
|
5348
5257
|
},
|
|
5349
5258
|
{
|
|
5350
|
-
"fqn": "
|
|
5259
|
+
"fqn": "cdktn.IResolvable"
|
|
5351
5260
|
}
|
|
5352
5261
|
]
|
|
5353
5262
|
}
|
|
@@ -5395,7 +5304,7 @@
|
|
|
5395
5304
|
},
|
|
5396
5305
|
"fqn": "@cdktn/provider-tls.selfSignedCert.SelfSignedCertConfig",
|
|
5397
5306
|
"interfaces": [
|
|
5398
|
-
"
|
|
5307
|
+
"cdktn.TerraformMetaArguments"
|
|
5399
5308
|
],
|
|
5400
5309
|
"kind": "interface",
|
|
5401
5310
|
"locationInModule": {
|
|
@@ -5546,7 +5455,7 @@
|
|
|
5546
5455
|
"primitive": "boolean"
|
|
5547
5456
|
},
|
|
5548
5457
|
{
|
|
5549
|
-
"fqn": "
|
|
5458
|
+
"fqn": "cdktn.IResolvable"
|
|
5550
5459
|
}
|
|
5551
5460
|
]
|
|
5552
5461
|
}
|
|
@@ -5591,7 +5500,7 @@
|
|
|
5591
5500
|
"primitive": "boolean"
|
|
5592
5501
|
},
|
|
5593
5502
|
{
|
|
5594
|
-
"fqn": "
|
|
5503
|
+
"fqn": "cdktn.IResolvable"
|
|
5595
5504
|
}
|
|
5596
5505
|
]
|
|
5597
5506
|
}
|
|
@@ -5618,7 +5527,7 @@
|
|
|
5618
5527
|
"primitive": "boolean"
|
|
5619
5528
|
},
|
|
5620
5529
|
{
|
|
5621
|
-
"fqn": "
|
|
5530
|
+
"fqn": "cdktn.IResolvable"
|
|
5622
5531
|
}
|
|
5623
5532
|
]
|
|
5624
5533
|
}
|
|
@@ -5642,7 +5551,7 @@
|
|
|
5642
5551
|
"union": {
|
|
5643
5552
|
"types": [
|
|
5644
5553
|
{
|
|
5645
|
-
"fqn": "
|
|
5554
|
+
"fqn": "cdktn.IResolvable"
|
|
5646
5555
|
},
|
|
5647
5556
|
{
|
|
5648
5557
|
"collection": {
|
|
@@ -5887,7 +5796,7 @@
|
|
|
5887
5796
|
},
|
|
5888
5797
|
"@cdktn/provider-tls.selfSignedCert.SelfSignedCertSubjectList": {
|
|
5889
5798
|
"assembly": "@cdktn/provider-tls",
|
|
5890
|
-
"base": "
|
|
5799
|
+
"base": "cdktn.ComplexList",
|
|
5891
5800
|
"docs": {
|
|
5892
5801
|
"stability": "stable"
|
|
5893
5802
|
},
|
|
@@ -5907,7 +5816,7 @@
|
|
|
5907
5816
|
},
|
|
5908
5817
|
"name": "terraformResource",
|
|
5909
5818
|
"type": {
|
|
5910
|
-
"fqn": "
|
|
5819
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
5911
5820
|
}
|
|
5912
5821
|
},
|
|
5913
5822
|
{
|
|
@@ -5966,54 +5875,6 @@
|
|
|
5966
5875
|
"name": "SelfSignedCertSubjectList",
|
|
5967
5876
|
"namespace": "selfSignedCert",
|
|
5968
5877
|
"properties": [
|
|
5969
|
-
{
|
|
5970
|
-
"docs": {
|
|
5971
|
-
"stability": "stable",
|
|
5972
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
5973
|
-
},
|
|
5974
|
-
"locationInModule": {
|
|
5975
|
-
"filename": "src/self-signed-cert/index.ts",
|
|
5976
|
-
"line": 510
|
|
5977
|
-
},
|
|
5978
|
-
"name": "terraformAttribute",
|
|
5979
|
-
"overrides": "cdktf.ComplexList",
|
|
5980
|
-
"protected": true,
|
|
5981
|
-
"type": {
|
|
5982
|
-
"primitive": "string"
|
|
5983
|
-
}
|
|
5984
|
-
},
|
|
5985
|
-
{
|
|
5986
|
-
"docs": {
|
|
5987
|
-
"stability": "stable",
|
|
5988
|
-
"summary": "The parent resource."
|
|
5989
|
-
},
|
|
5990
|
-
"locationInModule": {
|
|
5991
|
-
"filename": "src/self-signed-cert/index.ts",
|
|
5992
|
-
"line": 510
|
|
5993
|
-
},
|
|
5994
|
-
"name": "terraformResource",
|
|
5995
|
-
"overrides": "cdktf.ComplexList",
|
|
5996
|
-
"protected": true,
|
|
5997
|
-
"type": {
|
|
5998
|
-
"fqn": "cdktf.IInterpolatingParent"
|
|
5999
|
-
}
|
|
6000
|
-
},
|
|
6001
|
-
{
|
|
6002
|
-
"docs": {
|
|
6003
|
-
"stability": "stable",
|
|
6004
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
6005
|
-
},
|
|
6006
|
-
"locationInModule": {
|
|
6007
|
-
"filename": "src/self-signed-cert/index.ts",
|
|
6008
|
-
"line": 510
|
|
6009
|
-
},
|
|
6010
|
-
"name": "wrapsSet",
|
|
6011
|
-
"overrides": "cdktf.ComplexList",
|
|
6012
|
-
"protected": true,
|
|
6013
|
-
"type": {
|
|
6014
|
-
"primitive": "boolean"
|
|
6015
|
-
}
|
|
6016
|
-
},
|
|
6017
5878
|
{
|
|
6018
5879
|
"docs": {
|
|
6019
5880
|
"stability": "stable"
|
|
@@ -6028,7 +5889,7 @@
|
|
|
6028
5889
|
"union": {
|
|
6029
5890
|
"types": [
|
|
6030
5891
|
{
|
|
6031
|
-
"fqn": "
|
|
5892
|
+
"fqn": "cdktn.IResolvable"
|
|
6032
5893
|
},
|
|
6033
5894
|
{
|
|
6034
5895
|
"collection": {
|
|
@@ -6047,7 +5908,7 @@
|
|
|
6047
5908
|
},
|
|
6048
5909
|
"@cdktn/provider-tls.selfSignedCert.SelfSignedCertSubjectOutputReference": {
|
|
6049
5910
|
"assembly": "@cdktn/provider-tls",
|
|
6050
|
-
"base": "
|
|
5911
|
+
"base": "cdktn.ComplexObject",
|
|
6051
5912
|
"docs": {
|
|
6052
5913
|
"stability": "stable"
|
|
6053
5914
|
},
|
|
@@ -6067,7 +5928,7 @@
|
|
|
6067
5928
|
},
|
|
6068
5929
|
"name": "terraformResource",
|
|
6069
5930
|
"type": {
|
|
6070
|
-
"fqn": "
|
|
5931
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
6071
5932
|
}
|
|
6072
5933
|
},
|
|
6073
5934
|
{
|
|
@@ -6513,7 +6374,7 @@
|
|
|
6513
6374
|
"union": {
|
|
6514
6375
|
"types": [
|
|
6515
6376
|
{
|
|
6516
|
-
"fqn": "
|
|
6377
|
+
"fqn": "cdktn.IResolvable"
|
|
6517
6378
|
},
|
|
6518
6379
|
{
|
|
6519
6380
|
"fqn": "@cdktn/provider-tls.selfSignedCert.SelfSignedCertSubject"
|
|
@@ -6526,6 +6387,6 @@
|
|
|
6526
6387
|
"symbolId": "src/self-signed-cert/index:SelfSignedCertSubjectOutputReference"
|
|
6527
6388
|
}
|
|
6528
6389
|
},
|
|
6529
|
-
"version": "
|
|
6530
|
-
"fingerprint": "
|
|
6390
|
+
"version": "13.0.0",
|
|
6391
|
+
"fingerprint": "mkPsv02n37Riqd9gY5p9mSXFCIsGukkauw57RpeQPNU="
|
|
6531
6392
|
}
|