@cdktn/provider-tls 11.1.0 → 12.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 +504 -375
- package/README.md +13 -13
- package/lib/cert-request/index.d.ts +37 -37
- package/lib/cert-request/index.js +49 -49
- package/lib/data-tls-certificate/index.d.ts +23 -22
- package/lib/data-tls-certificate/index.js +28 -24
- package/lib/data-tls-public-key/index.d.ts +11 -11
- package/lib/data-tls-public-key/index.js +14 -14
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/lib/lazy-index.d.ts +1 -1
- package/lib/lazy-index.js +3 -3
- package/lib/locally-signed-cert/index.d.ts +37 -26
- package/lib/locally-signed-cert/index.js +47 -26
- package/lib/private-key/index.d.ts +12 -12
- package/lib/private-key/index.js +16 -16
- package/lib/provider/index.d.ts +21 -21
- package/lib/provider/index.js +26 -26
- package/lib/self-signed-cert/index.d.ts +67 -56
- package/lib/self-signed-cert/index.js +82 -61
- package/package.json +14 -11
package/.jsii
CHANGED
|
@@ -8,36 +8,36 @@
|
|
|
8
8
|
"url": "https://cdktn.io"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
11
|
+
"cdktn": "^0.22.0",
|
|
12
12
|
"constructs": "^10.4.2"
|
|
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.8.
|
|
75
|
+
"jsiiVersion": "5.8.27 (build aebddcd)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"cdk",
|
|
78
|
+
"cdk-terrain",
|
|
78
79
|
"cdktf",
|
|
80
|
+
"cdktn",
|
|
81
|
+
"opentofu",
|
|
79
82
|
"provider",
|
|
80
83
|
"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",
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"line": 7
|
|
106
109
|
},
|
|
107
110
|
"readme": {
|
|
108
|
-
"markdown": "# `tls_cert_request`\n\nRefer to the Terraform Registry for docs: [`tls_cert_request`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
111
|
+
"markdown": "# `tls_cert_request`\n\nRefer to the Terraform Registry for docs: [`tls_cert_request`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request).\n"
|
|
109
112
|
},
|
|
110
113
|
"symbolId": "src/cert-request/index:"
|
|
111
114
|
},
|
|
@@ -115,7 +118,7 @@
|
|
|
115
118
|
"line": 11
|
|
116
119
|
},
|
|
117
120
|
"readme": {
|
|
118
|
-
"markdown": "# `data_tls_certificate`\n\nRefer to the Terraform Registry for docs: [`data_tls_certificate`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
121
|
+
"markdown": "# `data_tls_certificate`\n\nRefer to the Terraform Registry for docs: [`data_tls_certificate`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate).\n"
|
|
119
122
|
},
|
|
120
123
|
"symbolId": "src/data-tls-certificate/index:"
|
|
121
124
|
},
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
"line": 12
|
|
126
129
|
},
|
|
127
130
|
"readme": {
|
|
128
|
-
"markdown": "# `data_tls_public_key`\n\nRefer to the Terraform Registry for docs: [`data_tls_public_key`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
131
|
+
"markdown": "# `data_tls_public_key`\n\nRefer to the Terraform Registry for docs: [`data_tls_public_key`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key).\n"
|
|
129
132
|
},
|
|
130
133
|
"symbolId": "src/data-tls-public-key/index:"
|
|
131
134
|
},
|
|
@@ -135,7 +138,7 @@
|
|
|
135
138
|
"line": 8
|
|
136
139
|
},
|
|
137
140
|
"readme": {
|
|
138
|
-
"markdown": "# `tls_locally_signed_cert`\n\nRefer to the Terraform Registry for docs: [`tls_locally_signed_cert`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
141
|
+
"markdown": "# `tls_locally_signed_cert`\n\nRefer to the Terraform Registry for docs: [`tls_locally_signed_cert`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert).\n"
|
|
139
142
|
},
|
|
140
143
|
"symbolId": "src/locally-signed-cert/index:"
|
|
141
144
|
},
|
|
@@ -145,7 +148,7 @@
|
|
|
145
148
|
"line": 9
|
|
146
149
|
},
|
|
147
150
|
"readme": {
|
|
148
|
-
"markdown": "# `tls_private_key`\n\nRefer to the Terraform Registry for docs: [`tls_private_key`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
151
|
+
"markdown": "# `tls_private_key`\n\nRefer to the Terraform Registry for docs: [`tls_private_key`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key).\n"
|
|
149
152
|
},
|
|
150
153
|
"symbolId": "src/private-key/index:"
|
|
151
154
|
},
|
|
@@ -155,7 +158,7 @@
|
|
|
155
158
|
"line": 13
|
|
156
159
|
},
|
|
157
160
|
"readme": {
|
|
158
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`tls`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
161
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`tls`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs).\n"
|
|
159
162
|
},
|
|
160
163
|
"symbolId": "src/provider/index:"
|
|
161
164
|
},
|
|
@@ -165,7 +168,7 @@
|
|
|
165
168
|
"line": 10
|
|
166
169
|
},
|
|
167
170
|
"readme": {
|
|
168
|
-
"markdown": "# `tls_self_signed_cert`\n\nRefer to the Terraform Registry for docs: [`tls_self_signed_cert`](https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
171
|
+
"markdown": "# `tls_self_signed_cert`\n\nRefer to the Terraform Registry for docs: [`tls_self_signed_cert`](https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert).\n"
|
|
169
172
|
},
|
|
170
173
|
"symbolId": "src/self-signed-cert/index:"
|
|
171
174
|
}
|
|
@@ -186,16 +189,16 @@
|
|
|
186
189
|
"types": {
|
|
187
190
|
"@cdktn/provider-tls.certRequest.CertRequest": {
|
|
188
191
|
"assembly": "@cdktn/provider-tls",
|
|
189
|
-
"base": "
|
|
192
|
+
"base": "cdktn.TerraformResource",
|
|
190
193
|
"docs": {
|
|
191
194
|
"stability": "stable",
|
|
192
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
195
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request tls_cert_request}."
|
|
193
196
|
},
|
|
194
197
|
"fqn": "@cdktn/provider-tls.certRequest.CertRequest",
|
|
195
198
|
"initializer": {
|
|
196
199
|
"docs": {
|
|
197
200
|
"stability": "stable",
|
|
198
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
201
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request tls_cert_request} Resource."
|
|
199
202
|
},
|
|
200
203
|
"locationInModule": {
|
|
201
204
|
"filename": "src/cert-request/index.ts",
|
|
@@ -238,7 +241,7 @@
|
|
|
238
241
|
{
|
|
239
242
|
"docs": {
|
|
240
243
|
"stability": "stable",
|
|
241
|
-
"summary": "Generates
|
|
244
|
+
"summary": "Generates CDKTN code for importing a CertRequest resource upon running \"cdktn plan <stack-name>\"."
|
|
242
245
|
},
|
|
243
246
|
"locationInModule": {
|
|
244
247
|
"filename": "src/cert-request/index.ts",
|
|
@@ -266,7 +269,7 @@
|
|
|
266
269
|
},
|
|
267
270
|
{
|
|
268
271
|
"docs": {
|
|
269
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
272
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#import import section} in the documentation of this resource for the id to use",
|
|
270
273
|
"summary": "The id of the existing CertRequest that should be imported."
|
|
271
274
|
},
|
|
272
275
|
"name": "importFromId",
|
|
@@ -281,13 +284,13 @@
|
|
|
281
284
|
"name": "provider",
|
|
282
285
|
"optional": true,
|
|
283
286
|
"type": {
|
|
284
|
-
"fqn": "
|
|
287
|
+
"fqn": "cdktn.TerraformProvider"
|
|
285
288
|
}
|
|
286
289
|
}
|
|
287
290
|
],
|
|
288
291
|
"returns": {
|
|
289
292
|
"type": {
|
|
290
|
-
"fqn": "
|
|
293
|
+
"fqn": "cdktn.ImportableResource"
|
|
291
294
|
}
|
|
292
295
|
},
|
|
293
296
|
"static": true
|
|
@@ -308,7 +311,7 @@
|
|
|
308
311
|
"union": {
|
|
309
312
|
"types": [
|
|
310
313
|
{
|
|
311
|
-
"fqn": "
|
|
314
|
+
"fqn": "cdktn.IResolvable"
|
|
312
315
|
},
|
|
313
316
|
{
|
|
314
317
|
"collection": {
|
|
@@ -373,7 +376,7 @@
|
|
|
373
376
|
"line": 638
|
|
374
377
|
},
|
|
375
378
|
"name": "synthesizeAttributes",
|
|
376
|
-
"overrides": "
|
|
379
|
+
"overrides": "cdktn.TerraformResource",
|
|
377
380
|
"protected": true,
|
|
378
381
|
"returns": {
|
|
379
382
|
"type": {
|
|
@@ -395,7 +398,7 @@
|
|
|
395
398
|
"line": 648
|
|
396
399
|
},
|
|
397
400
|
"name": "synthesizeHclAttributes",
|
|
398
|
-
"overrides": "
|
|
401
|
+
"overrides": "cdktn.TerraformResource",
|
|
399
402
|
"protected": true,
|
|
400
403
|
"returns": {
|
|
401
404
|
"type": {
|
|
@@ -554,7 +557,7 @@
|
|
|
554
557
|
"union": {
|
|
555
558
|
"types": [
|
|
556
559
|
{
|
|
557
|
-
"fqn": "
|
|
560
|
+
"fqn": "cdktn.IResolvable"
|
|
558
561
|
},
|
|
559
562
|
{
|
|
560
563
|
"collection": {
|
|
@@ -666,7 +669,7 @@
|
|
|
666
669
|
},
|
|
667
670
|
"fqn": "@cdktn/provider-tls.certRequest.CertRequestConfig",
|
|
668
671
|
"interfaces": [
|
|
669
|
-
"
|
|
672
|
+
"cdktn.TerraformMetaArguments"
|
|
670
673
|
],
|
|
671
674
|
"kind": "interface",
|
|
672
675
|
"locationInModule": {
|
|
@@ -679,7 +682,7 @@
|
|
|
679
682
|
{
|
|
680
683
|
"abstract": true,
|
|
681
684
|
"docs": {
|
|
682
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
685
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#private_key_pem CertRequest#private_key_pem}",
|
|
683
686
|
"stability": "stable",
|
|
684
687
|
"summary": "Private key in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format, that the certificate will belong to. This can be read from a separate file using the [`file`](https://www.terraform.io/language/functions/file) interpolation function."
|
|
685
688
|
},
|
|
@@ -696,7 +699,7 @@
|
|
|
696
699
|
{
|
|
697
700
|
"abstract": true,
|
|
698
701
|
"docs": {
|
|
699
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
702
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#dns_names CertRequest#dns_names}",
|
|
700
703
|
"stability": "stable",
|
|
701
704
|
"summary": "List of DNS names for which a certificate is being requested (i.e. certificate subjects)."
|
|
702
705
|
},
|
|
@@ -719,7 +722,7 @@
|
|
|
719
722
|
{
|
|
720
723
|
"abstract": true,
|
|
721
724
|
"docs": {
|
|
722
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
725
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#ip_addresses CertRequest#ip_addresses}",
|
|
723
726
|
"stability": "stable",
|
|
724
727
|
"summary": "List of IP addresses for which a certificate is being requested (i.e. certificate subjects)."
|
|
725
728
|
},
|
|
@@ -742,7 +745,7 @@
|
|
|
742
745
|
{
|
|
743
746
|
"abstract": true,
|
|
744
747
|
"docs": {
|
|
745
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
748
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#subject CertRequest#subject}",
|
|
746
749
|
"stability": "stable",
|
|
747
750
|
"summary": "subject block."
|
|
748
751
|
},
|
|
@@ -757,7 +760,7 @@
|
|
|
757
760
|
"union": {
|
|
758
761
|
"types": [
|
|
759
762
|
{
|
|
760
|
-
"fqn": "
|
|
763
|
+
"fqn": "cdktn.IResolvable"
|
|
761
764
|
},
|
|
762
765
|
{
|
|
763
766
|
"collection": {
|
|
@@ -774,7 +777,7 @@
|
|
|
774
777
|
{
|
|
775
778
|
"abstract": true,
|
|
776
779
|
"docs": {
|
|
777
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
780
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#uris CertRequest#uris}",
|
|
778
781
|
"stability": "stable",
|
|
779
782
|
"summary": "List of URIs for which a certificate is being requested (i.e. certificate subjects)."
|
|
780
783
|
},
|
|
@@ -815,7 +818,7 @@
|
|
|
815
818
|
{
|
|
816
819
|
"abstract": true,
|
|
817
820
|
"docs": {
|
|
818
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
821
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#common_name CertRequest#common_name}",
|
|
819
822
|
"stability": "stable",
|
|
820
823
|
"summary": "Distinguished name: `CN`."
|
|
821
824
|
},
|
|
@@ -833,7 +836,7 @@
|
|
|
833
836
|
{
|
|
834
837
|
"abstract": true,
|
|
835
838
|
"docs": {
|
|
836
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
839
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#country CertRequest#country}",
|
|
837
840
|
"stability": "stable",
|
|
838
841
|
"summary": "Distinguished name: `C`."
|
|
839
842
|
},
|
|
@@ -851,7 +854,7 @@
|
|
|
851
854
|
{
|
|
852
855
|
"abstract": true,
|
|
853
856
|
"docs": {
|
|
854
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
857
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#email_address CertRequest#email_address}",
|
|
855
858
|
"stability": "stable",
|
|
856
859
|
"summary": "ASN.1 Object Identifier (OID): `1.2.840.113549.1.9.1`."
|
|
857
860
|
},
|
|
@@ -869,7 +872,7 @@
|
|
|
869
872
|
{
|
|
870
873
|
"abstract": true,
|
|
871
874
|
"docs": {
|
|
872
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
875
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#locality CertRequest#locality}",
|
|
873
876
|
"stability": "stable",
|
|
874
877
|
"summary": "Distinguished name: `L`."
|
|
875
878
|
},
|
|
@@ -887,7 +890,7 @@
|
|
|
887
890
|
{
|
|
888
891
|
"abstract": true,
|
|
889
892
|
"docs": {
|
|
890
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
893
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#organization CertRequest#organization}",
|
|
891
894
|
"stability": "stable",
|
|
892
895
|
"summary": "Distinguished name: `O`."
|
|
893
896
|
},
|
|
@@ -905,7 +908,7 @@
|
|
|
905
908
|
{
|
|
906
909
|
"abstract": true,
|
|
907
910
|
"docs": {
|
|
908
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
911
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#organizational_unit CertRequest#organizational_unit}",
|
|
909
912
|
"stability": "stable",
|
|
910
913
|
"summary": "Distinguished name: `OU`."
|
|
911
914
|
},
|
|
@@ -923,7 +926,7 @@
|
|
|
923
926
|
{
|
|
924
927
|
"abstract": true,
|
|
925
928
|
"docs": {
|
|
926
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
929
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#postal_code CertRequest#postal_code}",
|
|
927
930
|
"stability": "stable",
|
|
928
931
|
"summary": "Distinguished name: `PC`."
|
|
929
932
|
},
|
|
@@ -941,7 +944,7 @@
|
|
|
941
944
|
{
|
|
942
945
|
"abstract": true,
|
|
943
946
|
"docs": {
|
|
944
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
947
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#province CertRequest#province}",
|
|
945
948
|
"stability": "stable",
|
|
946
949
|
"summary": "Distinguished name: `ST`."
|
|
947
950
|
},
|
|
@@ -959,7 +962,7 @@
|
|
|
959
962
|
{
|
|
960
963
|
"abstract": true,
|
|
961
964
|
"docs": {
|
|
962
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
965
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#serial_number CertRequest#serial_number}",
|
|
963
966
|
"stability": "stable",
|
|
964
967
|
"summary": "Distinguished name: `SERIALNUMBER`."
|
|
965
968
|
},
|
|
@@ -977,7 +980,7 @@
|
|
|
977
980
|
{
|
|
978
981
|
"abstract": true,
|
|
979
982
|
"docs": {
|
|
980
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
983
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/cert_request#street_address CertRequest#street_address}",
|
|
981
984
|
"stability": "stable",
|
|
982
985
|
"summary": "Distinguished name: `STREET`."
|
|
983
986
|
},
|
|
@@ -1002,7 +1005,7 @@
|
|
|
1002
1005
|
},
|
|
1003
1006
|
"@cdktn/provider-tls.certRequest.CertRequestSubjectList": {
|
|
1004
1007
|
"assembly": "@cdktn/provider-tls",
|
|
1005
|
-
"base": "
|
|
1008
|
+
"base": "cdktn.ComplexList",
|
|
1006
1009
|
"docs": {
|
|
1007
1010
|
"stability": "stable"
|
|
1008
1011
|
},
|
|
@@ -1022,7 +1025,7 @@
|
|
|
1022
1025
|
},
|
|
1023
1026
|
"name": "terraformResource",
|
|
1024
1027
|
"type": {
|
|
1025
|
-
"fqn": "
|
|
1028
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
1026
1029
|
}
|
|
1027
1030
|
},
|
|
1028
1031
|
{
|
|
@@ -1091,7 +1094,7 @@
|
|
|
1091
1094
|
"line": 468
|
|
1092
1095
|
},
|
|
1093
1096
|
"name": "terraformAttribute",
|
|
1094
|
-
"overrides": "
|
|
1097
|
+
"overrides": "cdktn.ComplexList",
|
|
1095
1098
|
"protected": true,
|
|
1096
1099
|
"type": {
|
|
1097
1100
|
"primitive": "string"
|
|
@@ -1107,10 +1110,10 @@
|
|
|
1107
1110
|
"line": 468
|
|
1108
1111
|
},
|
|
1109
1112
|
"name": "terraformResource",
|
|
1110
|
-
"overrides": "
|
|
1113
|
+
"overrides": "cdktn.ComplexList",
|
|
1111
1114
|
"protected": true,
|
|
1112
1115
|
"type": {
|
|
1113
|
-
"fqn": "
|
|
1116
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
1114
1117
|
}
|
|
1115
1118
|
},
|
|
1116
1119
|
{
|
|
@@ -1123,7 +1126,7 @@
|
|
|
1123
1126
|
"line": 468
|
|
1124
1127
|
},
|
|
1125
1128
|
"name": "wrapsSet",
|
|
1126
|
-
"overrides": "
|
|
1129
|
+
"overrides": "cdktn.ComplexList",
|
|
1127
1130
|
"protected": true,
|
|
1128
1131
|
"type": {
|
|
1129
1132
|
"primitive": "boolean"
|
|
@@ -1143,7 +1146,7 @@
|
|
|
1143
1146
|
"union": {
|
|
1144
1147
|
"types": [
|
|
1145
1148
|
{
|
|
1146
|
-
"fqn": "
|
|
1149
|
+
"fqn": "cdktn.IResolvable"
|
|
1147
1150
|
},
|
|
1148
1151
|
{
|
|
1149
1152
|
"collection": {
|
|
@@ -1162,7 +1165,7 @@
|
|
|
1162
1165
|
},
|
|
1163
1166
|
"@cdktn/provider-tls.certRequest.CertRequestSubjectOutputReference": {
|
|
1164
1167
|
"assembly": "@cdktn/provider-tls",
|
|
1165
|
-
"base": "
|
|
1168
|
+
"base": "cdktn.ComplexObject",
|
|
1166
1169
|
"docs": {
|
|
1167
1170
|
"stability": "stable"
|
|
1168
1171
|
},
|
|
@@ -1182,7 +1185,7 @@
|
|
|
1182
1185
|
},
|
|
1183
1186
|
"name": "terraformResource",
|
|
1184
1187
|
"type": {
|
|
1185
|
-
"fqn": "
|
|
1188
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
1186
1189
|
}
|
|
1187
1190
|
},
|
|
1188
1191
|
{
|
|
@@ -1631,7 +1634,7 @@
|
|
|
1631
1634
|
"fqn": "@cdktn/provider-tls.certRequest.CertRequestSubject"
|
|
1632
1635
|
},
|
|
1633
1636
|
{
|
|
1634
|
-
"fqn": "
|
|
1637
|
+
"fqn": "cdktn.IResolvable"
|
|
1635
1638
|
}
|
|
1636
1639
|
]
|
|
1637
1640
|
}
|
|
@@ -1642,20 +1645,20 @@
|
|
|
1642
1645
|
},
|
|
1643
1646
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificate": {
|
|
1644
1647
|
"assembly": "@cdktn/provider-tls",
|
|
1645
|
-
"base": "
|
|
1648
|
+
"base": "cdktn.TerraformDataSource",
|
|
1646
1649
|
"docs": {
|
|
1647
1650
|
"stability": "stable",
|
|
1648
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
1651
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate tls_certificate}."
|
|
1649
1652
|
},
|
|
1650
1653
|
"fqn": "@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificate",
|
|
1651
1654
|
"initializer": {
|
|
1652
1655
|
"docs": {
|
|
1653
1656
|
"stability": "stable",
|
|
1654
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
1657
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate tls_certificate} Data Source."
|
|
1655
1658
|
},
|
|
1656
1659
|
"locationInModule": {
|
|
1657
1660
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1658
|
-
"line":
|
|
1661
|
+
"line": 200
|
|
1659
1662
|
},
|
|
1660
1663
|
"parameters": [
|
|
1661
1664
|
{
|
|
@@ -1689,17 +1692,17 @@
|
|
|
1689
1692
|
"kind": "class",
|
|
1690
1693
|
"locationInModule": {
|
|
1691
1694
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1692
|
-
"line":
|
|
1695
|
+
"line": 168
|
|
1693
1696
|
},
|
|
1694
1697
|
"methods": [
|
|
1695
1698
|
{
|
|
1696
1699
|
"docs": {
|
|
1697
1700
|
"stability": "stable",
|
|
1698
|
-
"summary": "Generates
|
|
1701
|
+
"summary": "Generates CDKTN code for importing a DataTlsCertificate resource upon running \"cdktn plan <stack-name>\"."
|
|
1699
1702
|
},
|
|
1700
1703
|
"locationInModule": {
|
|
1701
1704
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1702
|
-
"line":
|
|
1705
|
+
"line": 185
|
|
1703
1706
|
},
|
|
1704
1707
|
"name": "generateConfigForImport",
|
|
1705
1708
|
"parameters": [
|
|
@@ -1723,7 +1726,7 @@
|
|
|
1723
1726
|
},
|
|
1724
1727
|
{
|
|
1725
1728
|
"docs": {
|
|
1726
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
1729
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate#import import section} in the documentation of this resource for the id to use",
|
|
1727
1730
|
"summary": "The id of the existing DataTlsCertificate that should be imported."
|
|
1728
1731
|
},
|
|
1729
1732
|
"name": "importFromId",
|
|
@@ -1738,13 +1741,13 @@
|
|
|
1738
1741
|
"name": "provider",
|
|
1739
1742
|
"optional": true,
|
|
1740
1743
|
"type": {
|
|
1741
|
-
"fqn": "
|
|
1744
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1742
1745
|
}
|
|
1743
1746
|
}
|
|
1744
1747
|
],
|
|
1745
1748
|
"returns": {
|
|
1746
1749
|
"type": {
|
|
1747
|
-
"fqn": "
|
|
1750
|
+
"fqn": "cdktn.ImportableResource"
|
|
1748
1751
|
}
|
|
1749
1752
|
},
|
|
1750
1753
|
"static": true
|
|
@@ -1755,7 +1758,7 @@
|
|
|
1755
1758
|
},
|
|
1756
1759
|
"locationInModule": {
|
|
1757
1760
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1758
|
-
"line":
|
|
1761
|
+
"line": 239
|
|
1759
1762
|
},
|
|
1760
1763
|
"name": "resetContent"
|
|
1761
1764
|
},
|
|
@@ -1765,7 +1768,7 @@
|
|
|
1765
1768
|
},
|
|
1766
1769
|
"locationInModule": {
|
|
1767
1770
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1768
|
-
"line":
|
|
1771
|
+
"line": 260
|
|
1769
1772
|
},
|
|
1770
1773
|
"name": "resetUrl"
|
|
1771
1774
|
},
|
|
@@ -1775,7 +1778,7 @@
|
|
|
1775
1778
|
},
|
|
1776
1779
|
"locationInModule": {
|
|
1777
1780
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1778
|
-
"line":
|
|
1781
|
+
"line": 276
|
|
1779
1782
|
},
|
|
1780
1783
|
"name": "resetVerifyChain"
|
|
1781
1784
|
},
|
|
@@ -1785,10 +1788,10 @@
|
|
|
1785
1788
|
},
|
|
1786
1789
|
"locationInModule": {
|
|
1787
1790
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1788
|
-
"line":
|
|
1791
|
+
"line": 288
|
|
1789
1792
|
},
|
|
1790
1793
|
"name": "synthesizeAttributes",
|
|
1791
|
-
"overrides": "
|
|
1794
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
1792
1795
|
"protected": true,
|
|
1793
1796
|
"returns": {
|
|
1794
1797
|
"type": {
|
|
@@ -1807,10 +1810,10 @@
|
|
|
1807
1810
|
},
|
|
1808
1811
|
"locationInModule": {
|
|
1809
1812
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1810
|
-
"line":
|
|
1813
|
+
"line": 296
|
|
1811
1814
|
},
|
|
1812
1815
|
"name": "synthesizeHclAttributes",
|
|
1813
|
-
"overrides": "
|
|
1816
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
1814
1817
|
"protected": true,
|
|
1815
1818
|
"returns": {
|
|
1816
1819
|
"type": {
|
|
@@ -1835,7 +1838,7 @@
|
|
|
1835
1838
|
"immutable": true,
|
|
1836
1839
|
"locationInModule": {
|
|
1837
1840
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1838
|
-
"line":
|
|
1841
|
+
"line": 173
|
|
1839
1842
|
},
|
|
1840
1843
|
"name": "tfResourceType",
|
|
1841
1844
|
"static": true,
|
|
@@ -1850,7 +1853,7 @@
|
|
|
1850
1853
|
"immutable": true,
|
|
1851
1854
|
"locationInModule": {
|
|
1852
1855
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1853
|
-
"line":
|
|
1856
|
+
"line": 227
|
|
1854
1857
|
},
|
|
1855
1858
|
"name": "certificates",
|
|
1856
1859
|
"type": {
|
|
@@ -1864,7 +1867,7 @@
|
|
|
1864
1867
|
"immutable": true,
|
|
1865
1868
|
"locationInModule": {
|
|
1866
1869
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1867
|
-
"line":
|
|
1870
|
+
"line": 248
|
|
1868
1871
|
},
|
|
1869
1872
|
"name": "id",
|
|
1870
1873
|
"type": {
|
|
@@ -1878,7 +1881,7 @@
|
|
|
1878
1881
|
"immutable": true,
|
|
1879
1882
|
"locationInModule": {
|
|
1880
1883
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1881
|
-
"line":
|
|
1884
|
+
"line": 243
|
|
1882
1885
|
},
|
|
1883
1886
|
"name": "contentInput",
|
|
1884
1887
|
"optional": true,
|
|
@@ -1893,7 +1896,7 @@
|
|
|
1893
1896
|
"immutable": true,
|
|
1894
1897
|
"locationInModule": {
|
|
1895
1898
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1896
|
-
"line":
|
|
1899
|
+
"line": 264
|
|
1897
1900
|
},
|
|
1898
1901
|
"name": "urlInput",
|
|
1899
1902
|
"optional": true,
|
|
@@ -1908,7 +1911,7 @@
|
|
|
1908
1911
|
"immutable": true,
|
|
1909
1912
|
"locationInModule": {
|
|
1910
1913
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1911
|
-
"line":
|
|
1914
|
+
"line": 280
|
|
1912
1915
|
},
|
|
1913
1916
|
"name": "verifyChainInput",
|
|
1914
1917
|
"optional": true,
|
|
@@ -1919,7 +1922,7 @@
|
|
|
1919
1922
|
"primitive": "boolean"
|
|
1920
1923
|
},
|
|
1921
1924
|
{
|
|
1922
|
-
"fqn": "
|
|
1925
|
+
"fqn": "cdktn.IResolvable"
|
|
1923
1926
|
}
|
|
1924
1927
|
]
|
|
1925
1928
|
}
|
|
@@ -1931,7 +1934,7 @@
|
|
|
1931
1934
|
},
|
|
1932
1935
|
"locationInModule": {
|
|
1933
1936
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1934
|
-
"line":
|
|
1937
|
+
"line": 233
|
|
1935
1938
|
},
|
|
1936
1939
|
"name": "content",
|
|
1937
1940
|
"type": {
|
|
@@ -1944,7 +1947,7 @@
|
|
|
1944
1947
|
},
|
|
1945
1948
|
"locationInModule": {
|
|
1946
1949
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1947
|
-
"line":
|
|
1950
|
+
"line": 254
|
|
1948
1951
|
},
|
|
1949
1952
|
"name": "url",
|
|
1950
1953
|
"type": {
|
|
@@ -1957,7 +1960,7 @@
|
|
|
1957
1960
|
},
|
|
1958
1961
|
"locationInModule": {
|
|
1959
1962
|
"filename": "src/data-tls-certificate/index.ts",
|
|
1960
|
-
"line":
|
|
1963
|
+
"line": 270
|
|
1961
1964
|
},
|
|
1962
1965
|
"name": "verifyChain",
|
|
1963
1966
|
"type": {
|
|
@@ -1967,7 +1970,7 @@
|
|
|
1967
1970
|
"primitive": "boolean"
|
|
1968
1971
|
},
|
|
1969
1972
|
{
|
|
1970
|
-
"fqn": "
|
|
1973
|
+
"fqn": "cdktn.IResolvable"
|
|
1971
1974
|
}
|
|
1972
1975
|
]
|
|
1973
1976
|
}
|
|
@@ -1994,7 +1997,7 @@
|
|
|
1994
1997
|
},
|
|
1995
1998
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesList": {
|
|
1996
1999
|
"assembly": "@cdktn/provider-tls",
|
|
1997
|
-
"base": "
|
|
2000
|
+
"base": "cdktn.ComplexList",
|
|
1998
2001
|
"docs": {
|
|
1999
2002
|
"stability": "stable"
|
|
2000
2003
|
},
|
|
@@ -2005,7 +2008,7 @@
|
|
|
2005
2008
|
},
|
|
2006
2009
|
"locationInModule": {
|
|
2007
2010
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2008
|
-
"line":
|
|
2011
|
+
"line": 153
|
|
2009
2012
|
},
|
|
2010
2013
|
"parameters": [
|
|
2011
2014
|
{
|
|
@@ -2014,7 +2017,7 @@
|
|
|
2014
2017
|
},
|
|
2015
2018
|
"name": "terraformResource",
|
|
2016
2019
|
"type": {
|
|
2017
|
-
"fqn": "
|
|
2020
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2018
2021
|
}
|
|
2019
2022
|
},
|
|
2020
2023
|
{
|
|
@@ -2040,7 +2043,7 @@
|
|
|
2040
2043
|
"kind": "class",
|
|
2041
2044
|
"locationInModule": {
|
|
2042
2045
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2043
|
-
"line":
|
|
2046
|
+
"line": 146
|
|
2044
2047
|
},
|
|
2045
2048
|
"methods": [
|
|
2046
2049
|
{
|
|
@@ -2049,7 +2052,7 @@
|
|
|
2049
2052
|
},
|
|
2050
2053
|
"locationInModule": {
|
|
2051
2054
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2052
|
-
"line":
|
|
2055
|
+
"line": 160
|
|
2053
2056
|
},
|
|
2054
2057
|
"name": "get",
|
|
2055
2058
|
"parameters": [
|
|
@@ -2080,10 +2083,10 @@
|
|
|
2080
2083
|
},
|
|
2081
2084
|
"locationInModule": {
|
|
2082
2085
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2083
|
-
"line":
|
|
2086
|
+
"line": 153
|
|
2084
2087
|
},
|
|
2085
2088
|
"name": "terraformAttribute",
|
|
2086
|
-
"overrides": "
|
|
2089
|
+
"overrides": "cdktn.ComplexList",
|
|
2087
2090
|
"protected": true,
|
|
2088
2091
|
"type": {
|
|
2089
2092
|
"primitive": "string"
|
|
@@ -2096,13 +2099,13 @@
|
|
|
2096
2099
|
},
|
|
2097
2100
|
"locationInModule": {
|
|
2098
2101
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2099
|
-
"line":
|
|
2102
|
+
"line": 153
|
|
2100
2103
|
},
|
|
2101
2104
|
"name": "terraformResource",
|
|
2102
|
-
"overrides": "
|
|
2105
|
+
"overrides": "cdktn.ComplexList",
|
|
2103
2106
|
"protected": true,
|
|
2104
2107
|
"type": {
|
|
2105
|
-
"fqn": "
|
|
2108
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2106
2109
|
}
|
|
2107
2110
|
},
|
|
2108
2111
|
{
|
|
@@ -2112,10 +2115,10 @@
|
|
|
2112
2115
|
},
|
|
2113
2116
|
"locationInModule": {
|
|
2114
2117
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2115
|
-
"line":
|
|
2118
|
+
"line": 153
|
|
2116
2119
|
},
|
|
2117
2120
|
"name": "wrapsSet",
|
|
2118
|
-
"overrides": "
|
|
2121
|
+
"overrides": "cdktn.ComplexList",
|
|
2119
2122
|
"protected": true,
|
|
2120
2123
|
"type": {
|
|
2121
2124
|
"primitive": "boolean"
|
|
@@ -2126,7 +2129,7 @@
|
|
|
2126
2129
|
},
|
|
2127
2130
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesOutputReference": {
|
|
2128
2131
|
"assembly": "@cdktn/provider-tls",
|
|
2129
|
-
"base": "
|
|
2132
|
+
"base": "cdktn.ComplexObject",
|
|
2130
2133
|
"docs": {
|
|
2131
2134
|
"stability": "stable"
|
|
2132
2135
|
},
|
|
@@ -2146,7 +2149,7 @@
|
|
|
2146
2149
|
},
|
|
2147
2150
|
"name": "terraformResource",
|
|
2148
2151
|
"type": {
|
|
2149
|
-
"fqn": "
|
|
2152
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2150
2153
|
}
|
|
2151
2154
|
},
|
|
2152
2155
|
{
|
|
@@ -2211,7 +2214,7 @@
|
|
|
2211
2214
|
},
|
|
2212
2215
|
"name": "isCa",
|
|
2213
2216
|
"type": {
|
|
2214
|
-
"fqn": "
|
|
2217
|
+
"fqn": "cdktn.IResolvable"
|
|
2215
2218
|
}
|
|
2216
2219
|
},
|
|
2217
2220
|
{
|
|
@@ -2237,6 +2240,20 @@
|
|
|
2237
2240
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2238
2241
|
"line": 101
|
|
2239
2242
|
},
|
|
2243
|
+
"name": "maxPathLength",
|
|
2244
|
+
"type": {
|
|
2245
|
+
"primitive": "number"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"docs": {
|
|
2250
|
+
"stability": "stable"
|
|
2251
|
+
},
|
|
2252
|
+
"immutable": true,
|
|
2253
|
+
"locationInModule": {
|
|
2254
|
+
"filename": "src/data-tls-certificate/index.ts",
|
|
2255
|
+
"line": 106
|
|
2256
|
+
},
|
|
2240
2257
|
"name": "notAfter",
|
|
2241
2258
|
"type": {
|
|
2242
2259
|
"primitive": "string"
|
|
@@ -2249,7 +2266,7 @@
|
|
|
2249
2266
|
"immutable": true,
|
|
2250
2267
|
"locationInModule": {
|
|
2251
2268
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2252
|
-
"line":
|
|
2269
|
+
"line": 111
|
|
2253
2270
|
},
|
|
2254
2271
|
"name": "notBefore",
|
|
2255
2272
|
"type": {
|
|
@@ -2263,7 +2280,7 @@
|
|
|
2263
2280
|
"immutable": true,
|
|
2264
2281
|
"locationInModule": {
|
|
2265
2282
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2266
|
-
"line":
|
|
2283
|
+
"line": 116
|
|
2267
2284
|
},
|
|
2268
2285
|
"name": "publicKeyAlgorithm",
|
|
2269
2286
|
"type": {
|
|
@@ -2277,7 +2294,7 @@
|
|
|
2277
2294
|
"immutable": true,
|
|
2278
2295
|
"locationInModule": {
|
|
2279
2296
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2280
|
-
"line":
|
|
2297
|
+
"line": 121
|
|
2281
2298
|
},
|
|
2282
2299
|
"name": "serialNumber",
|
|
2283
2300
|
"type": {
|
|
@@ -2291,7 +2308,7 @@
|
|
|
2291
2308
|
"immutable": true,
|
|
2292
2309
|
"locationInModule": {
|
|
2293
2310
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2294
|
-
"line":
|
|
2311
|
+
"line": 126
|
|
2295
2312
|
},
|
|
2296
2313
|
"name": "sha1Fingerprint",
|
|
2297
2314
|
"type": {
|
|
@@ -2305,7 +2322,7 @@
|
|
|
2305
2322
|
"immutable": true,
|
|
2306
2323
|
"locationInModule": {
|
|
2307
2324
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2308
|
-
"line":
|
|
2325
|
+
"line": 131
|
|
2309
2326
|
},
|
|
2310
2327
|
"name": "signatureAlgorithm",
|
|
2311
2328
|
"type": {
|
|
@@ -2319,7 +2336,7 @@
|
|
|
2319
2336
|
"immutable": true,
|
|
2320
2337
|
"locationInModule": {
|
|
2321
2338
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2322
|
-
"line":
|
|
2339
|
+
"line": 136
|
|
2323
2340
|
},
|
|
2324
2341
|
"name": "subject",
|
|
2325
2342
|
"type": {
|
|
@@ -2333,7 +2350,7 @@
|
|
|
2333
2350
|
"immutable": true,
|
|
2334
2351
|
"locationInModule": {
|
|
2335
2352
|
"filename": "src/data-tls-certificate/index.ts",
|
|
2336
|
-
"line":
|
|
2353
|
+
"line": 141
|
|
2337
2354
|
},
|
|
2338
2355
|
"name": "version",
|
|
2339
2356
|
"type": {
|
|
@@ -2365,7 +2382,7 @@
|
|
|
2365
2382
|
},
|
|
2366
2383
|
"fqn": "@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateConfig",
|
|
2367
2384
|
"interfaces": [
|
|
2368
|
-
"
|
|
2385
|
+
"cdktn.TerraformMetaArguments"
|
|
2369
2386
|
],
|
|
2370
2387
|
"kind": "interface",
|
|
2371
2388
|
"locationInModule": {
|
|
@@ -2378,7 +2395,7 @@
|
|
|
2378
2395
|
{
|
|
2379
2396
|
"abstract": true,
|
|
2380
2397
|
"docs": {
|
|
2381
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2398
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate#content DataTlsCertificate#content}",
|
|
2382
2399
|
"stability": "stable",
|
|
2383
2400
|
"summary": "The content of the certificate in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
2384
2401
|
},
|
|
@@ -2396,7 +2413,7 @@
|
|
|
2396
2413
|
{
|
|
2397
2414
|
"abstract": true,
|
|
2398
2415
|
"docs": {
|
|
2399
|
-
"remarks": "Accepted schemes are: `https`, `tls`. For scheme `https://` it will use the HTTP protocol and apply the `proxy` configuration of the provider, if set. For scheme `tls://` it will instead use a secure TCP socket.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2416
|
+
"remarks": "Accepted schemes are: `https`, `tls`. For scheme `https://` it will use the HTTP protocol and apply the `proxy` configuration of the provider, if set. For scheme `tls://` it will instead use a secure TCP socket.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate#url DataTlsCertificate#url}",
|
|
2400
2417
|
"stability": "stable",
|
|
2401
2418
|
"summary": "URL of the endpoint to get the certificates from."
|
|
2402
2419
|
},
|
|
@@ -2414,7 +2431,7 @@
|
|
|
2414
2431
|
{
|
|
2415
2432
|
"abstract": true,
|
|
2416
2433
|
"docs": {
|
|
2417
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2434
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/certificate#verify_chain DataTlsCertificate#verify_chain}",
|
|
2418
2435
|
"stability": "stable",
|
|
2419
2436
|
"summary": "Whether to verify the certificate chain while parsing it or not (default: `true`)."
|
|
2420
2437
|
},
|
|
@@ -2432,7 +2449,7 @@
|
|
|
2432
2449
|
"primitive": "boolean"
|
|
2433
2450
|
},
|
|
2434
2451
|
{
|
|
2435
|
-
"fqn": "
|
|
2452
|
+
"fqn": "cdktn.IResolvable"
|
|
2436
2453
|
}
|
|
2437
2454
|
]
|
|
2438
2455
|
}
|
|
@@ -2443,16 +2460,16 @@
|
|
|
2443
2460
|
},
|
|
2444
2461
|
"@cdktn/provider-tls.dataTlsPublicKey.DataTlsPublicKey": {
|
|
2445
2462
|
"assembly": "@cdktn/provider-tls",
|
|
2446
|
-
"base": "
|
|
2463
|
+
"base": "cdktn.TerraformDataSource",
|
|
2447
2464
|
"docs": {
|
|
2448
2465
|
"stability": "stable",
|
|
2449
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2466
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key tls_public_key}."
|
|
2450
2467
|
},
|
|
2451
2468
|
"fqn": "@cdktn/provider-tls.dataTlsPublicKey.DataTlsPublicKey",
|
|
2452
2469
|
"initializer": {
|
|
2453
2470
|
"docs": {
|
|
2454
2471
|
"stability": "stable",
|
|
2455
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2472
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key tls_public_key} Data Source."
|
|
2456
2473
|
},
|
|
2457
2474
|
"locationInModule": {
|
|
2458
2475
|
"filename": "src/data-tls-public-key/index.ts",
|
|
@@ -2496,7 +2513,7 @@
|
|
|
2496
2513
|
{
|
|
2497
2514
|
"docs": {
|
|
2498
2515
|
"stability": "stable",
|
|
2499
|
-
"summary": "Generates
|
|
2516
|
+
"summary": "Generates CDKTN code for importing a DataTlsPublicKey resource upon running \"cdktn plan <stack-name>\"."
|
|
2500
2517
|
},
|
|
2501
2518
|
"locationInModule": {
|
|
2502
2519
|
"filename": "src/data-tls-public-key/index.ts",
|
|
@@ -2524,7 +2541,7 @@
|
|
|
2524
2541
|
},
|
|
2525
2542
|
{
|
|
2526
2543
|
"docs": {
|
|
2527
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2544
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key#import import section} in the documentation of this resource for the id to use",
|
|
2528
2545
|
"summary": "The id of the existing DataTlsPublicKey that should be imported."
|
|
2529
2546
|
},
|
|
2530
2547
|
"name": "importFromId",
|
|
@@ -2539,13 +2556,13 @@
|
|
|
2539
2556
|
"name": "provider",
|
|
2540
2557
|
"optional": true,
|
|
2541
2558
|
"type": {
|
|
2542
|
-
"fqn": "
|
|
2559
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2543
2560
|
}
|
|
2544
2561
|
}
|
|
2545
2562
|
],
|
|
2546
2563
|
"returns": {
|
|
2547
2564
|
"type": {
|
|
2548
|
-
"fqn": "
|
|
2565
|
+
"fqn": "cdktn.ImportableResource"
|
|
2549
2566
|
}
|
|
2550
2567
|
},
|
|
2551
2568
|
"static": true
|
|
@@ -2579,7 +2596,7 @@
|
|
|
2579
2596
|
"line": 154
|
|
2580
2597
|
},
|
|
2581
2598
|
"name": "synthesizeAttributes",
|
|
2582
|
-
"overrides": "
|
|
2599
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2583
2600
|
"protected": true,
|
|
2584
2601
|
"returns": {
|
|
2585
2602
|
"type": {
|
|
@@ -2601,7 +2618,7 @@
|
|
|
2601
2618
|
"line": 161
|
|
2602
2619
|
},
|
|
2603
2620
|
"name": "synthesizeHclAttributes",
|
|
2604
|
-
"overrides": "
|
|
2621
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2605
2622
|
"protected": true,
|
|
2606
2623
|
"returns": {
|
|
2607
2624
|
"type": {
|
|
@@ -2785,7 +2802,7 @@
|
|
|
2785
2802
|
},
|
|
2786
2803
|
"fqn": "@cdktn/provider-tls.dataTlsPublicKey.DataTlsPublicKeyConfig",
|
|
2787
2804
|
"interfaces": [
|
|
2788
|
-
"
|
|
2805
|
+
"cdktn.TerraformMetaArguments"
|
|
2789
2806
|
],
|
|
2790
2807
|
"kind": "interface",
|
|
2791
2808
|
"locationInModule": {
|
|
@@ -2798,7 +2815,7 @@
|
|
|
2798
2815
|
{
|
|
2799
2816
|
"abstract": true,
|
|
2800
2817
|
"docs": {
|
|
2801
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2818
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key#private_key_openssh DataTlsPublicKey#private_key_openssh}",
|
|
2802
2819
|
"stability": "stable",
|
|
2803
2820
|
"summary": "The private key (in [OpenSSH PEM (RFC 4716)](https://datatracker.ietf.org/doc/html/rfc4716) format) to extract the public key from. This is _mutually exclusive_ with `private_key_pem`. Currently-supported algorithms for keys are: `RSA`, `ECDSA`, `ED25519`."
|
|
2804
2821
|
},
|
|
@@ -2816,7 +2833,7 @@
|
|
|
2816
2833
|
{
|
|
2817
2834
|
"abstract": true,
|
|
2818
2835
|
"docs": {
|
|
2819
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2836
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/data-sources/public_key#private_key_pem DataTlsPublicKey#private_key_pem}",
|
|
2820
2837
|
"stability": "stable",
|
|
2821
2838
|
"summary": "The private key (in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format) to extract the public key from. This is _mutually exclusive_ with `private_key_openssh`. Currently-supported algorithms for keys are: `RSA`, `ECDSA`, `ED25519`."
|
|
2822
2839
|
},
|
|
@@ -2836,20 +2853,20 @@
|
|
|
2836
2853
|
},
|
|
2837
2854
|
"@cdktn/provider-tls.locallySignedCert.LocallySignedCert": {
|
|
2838
2855
|
"assembly": "@cdktn/provider-tls",
|
|
2839
|
-
"base": "
|
|
2856
|
+
"base": "cdktn.TerraformResource",
|
|
2840
2857
|
"docs": {
|
|
2841
2858
|
"stability": "stable",
|
|
2842
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2859
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert tls_locally_signed_cert}."
|
|
2843
2860
|
},
|
|
2844
2861
|
"fqn": "@cdktn/provider-tls.locallySignedCert.LocallySignedCert",
|
|
2845
2862
|
"initializer": {
|
|
2846
2863
|
"docs": {
|
|
2847
2864
|
"stability": "stable",
|
|
2848
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2865
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert tls_locally_signed_cert} Resource."
|
|
2849
2866
|
},
|
|
2850
2867
|
"locationInModule": {
|
|
2851
2868
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2852
|
-
"line":
|
|
2869
|
+
"line": 106
|
|
2853
2870
|
},
|
|
2854
2871
|
"parameters": [
|
|
2855
2872
|
{
|
|
@@ -2882,17 +2899,17 @@
|
|
|
2882
2899
|
"kind": "class",
|
|
2883
2900
|
"locationInModule": {
|
|
2884
2901
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2885
|
-
"line":
|
|
2902
|
+
"line": 74
|
|
2886
2903
|
},
|
|
2887
2904
|
"methods": [
|
|
2888
2905
|
{
|
|
2889
2906
|
"docs": {
|
|
2890
2907
|
"stability": "stable",
|
|
2891
|
-
"summary": "Generates
|
|
2908
|
+
"summary": "Generates CDKTN code for importing a LocallySignedCert resource upon running \"cdktn plan <stack-name>\"."
|
|
2892
2909
|
},
|
|
2893
2910
|
"locationInModule": {
|
|
2894
2911
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2895
|
-
"line":
|
|
2912
|
+
"line": 91
|
|
2896
2913
|
},
|
|
2897
2914
|
"name": "generateConfigForImport",
|
|
2898
2915
|
"parameters": [
|
|
@@ -2916,7 +2933,7 @@
|
|
|
2916
2933
|
},
|
|
2917
2934
|
{
|
|
2918
2935
|
"docs": {
|
|
2919
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
2936
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#import import section} in the documentation of this resource for the id to use",
|
|
2920
2937
|
"summary": "The id of the existing LocallySignedCert that should be imported."
|
|
2921
2938
|
},
|
|
2922
2939
|
"name": "importFromId",
|
|
@@ -2931,13 +2948,13 @@
|
|
|
2931
2948
|
"name": "provider",
|
|
2932
2949
|
"optional": true,
|
|
2933
2950
|
"type": {
|
|
2934
|
-
"fqn": "
|
|
2951
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2935
2952
|
}
|
|
2936
2953
|
}
|
|
2937
2954
|
],
|
|
2938
2955
|
"returns": {
|
|
2939
2956
|
"type": {
|
|
2940
|
-
"fqn": "
|
|
2957
|
+
"fqn": "cdktn.ImportableResource"
|
|
2941
2958
|
}
|
|
2942
2959
|
},
|
|
2943
2960
|
"static": true
|
|
@@ -2948,7 +2965,7 @@
|
|
|
2948
2965
|
},
|
|
2949
2966
|
"locationInModule": {
|
|
2950
2967
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2951
|
-
"line":
|
|
2968
|
+
"line": 207
|
|
2952
2969
|
},
|
|
2953
2970
|
"name": "resetEarlyRenewalHours"
|
|
2954
2971
|
},
|
|
@@ -2958,7 +2975,7 @@
|
|
|
2958
2975
|
},
|
|
2959
2976
|
"locationInModule": {
|
|
2960
2977
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2961
|
-
"line":
|
|
2978
|
+
"line": 228
|
|
2962
2979
|
},
|
|
2963
2980
|
"name": "resetIsCaCertificate"
|
|
2964
2981
|
},
|
|
@@ -2968,7 +2985,17 @@
|
|
|
2968
2985
|
},
|
|
2969
2986
|
"locationInModule": {
|
|
2970
2987
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2971
|
-
"line":
|
|
2988
|
+
"line": 244
|
|
2989
|
+
},
|
|
2990
|
+
"name": "resetMaxPathLength"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"docs": {
|
|
2994
|
+
"stability": "stable"
|
|
2995
|
+
},
|
|
2996
|
+
"locationInModule": {
|
|
2997
|
+
"filename": "src/locally-signed-cert/index.ts",
|
|
2998
|
+
"line": 265
|
|
2972
2999
|
},
|
|
2973
3000
|
"name": "resetSetSubjectKeyId"
|
|
2974
3001
|
},
|
|
@@ -2978,10 +3005,10 @@
|
|
|
2978
3005
|
},
|
|
2979
3006
|
"locationInModule": {
|
|
2980
3007
|
"filename": "src/locally-signed-cert/index.ts",
|
|
2981
|
-
"line":
|
|
3008
|
+
"line": 300
|
|
2982
3009
|
},
|
|
2983
3010
|
"name": "synthesizeAttributes",
|
|
2984
|
-
"overrides": "
|
|
3011
|
+
"overrides": "cdktn.TerraformResource",
|
|
2985
3012
|
"protected": true,
|
|
2986
3013
|
"returns": {
|
|
2987
3014
|
"type": {
|
|
@@ -3000,10 +3027,10 @@
|
|
|
3000
3027
|
},
|
|
3001
3028
|
"locationInModule": {
|
|
3002
3029
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3003
|
-
"line":
|
|
3030
|
+
"line": 314
|
|
3004
3031
|
},
|
|
3005
3032
|
"name": "synthesizeHclAttributes",
|
|
3006
|
-
"overrides": "
|
|
3033
|
+
"overrides": "cdktn.TerraformResource",
|
|
3007
3034
|
"protected": true,
|
|
3008
3035
|
"returns": {
|
|
3009
3036
|
"type": {
|
|
@@ -3028,7 +3055,7 @@
|
|
|
3028
3055
|
"immutable": true,
|
|
3029
3056
|
"locationInModule": {
|
|
3030
3057
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3031
|
-
"line":
|
|
3058
|
+
"line": 79
|
|
3032
3059
|
},
|
|
3033
3060
|
"name": "tfResourceType",
|
|
3034
3061
|
"static": true,
|
|
@@ -3043,7 +3070,7 @@
|
|
|
3043
3070
|
"immutable": true,
|
|
3044
3071
|
"locationInModule": {
|
|
3045
3072
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3046
|
-
"line":
|
|
3073
|
+
"line": 164
|
|
3047
3074
|
},
|
|
3048
3075
|
"name": "caKeyAlgorithm",
|
|
3049
3076
|
"type": {
|
|
@@ -3057,7 +3084,7 @@
|
|
|
3057
3084
|
"immutable": true,
|
|
3058
3085
|
"locationInModule": {
|
|
3059
3086
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3060
|
-
"line":
|
|
3087
|
+
"line": 182
|
|
3061
3088
|
},
|
|
3062
3089
|
"name": "certPem",
|
|
3063
3090
|
"type": {
|
|
@@ -3071,7 +3098,7 @@
|
|
|
3071
3098
|
"immutable": true,
|
|
3072
3099
|
"locationInModule": {
|
|
3073
3100
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3074
|
-
"line":
|
|
3101
|
+
"line": 216
|
|
3075
3102
|
},
|
|
3076
3103
|
"name": "id",
|
|
3077
3104
|
"type": {
|
|
@@ -3085,11 +3112,11 @@
|
|
|
3085
3112
|
"immutable": true,
|
|
3086
3113
|
"locationInModule": {
|
|
3087
3114
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3088
|
-
"line":
|
|
3115
|
+
"line": 253
|
|
3089
3116
|
},
|
|
3090
3117
|
"name": "readyForRenewal",
|
|
3091
3118
|
"type": {
|
|
3092
|
-
"fqn": "
|
|
3119
|
+
"fqn": "cdktn.IResolvable"
|
|
3093
3120
|
}
|
|
3094
3121
|
},
|
|
3095
3122
|
{
|
|
@@ -3099,7 +3126,7 @@
|
|
|
3099
3126
|
"immutable": true,
|
|
3100
3127
|
"locationInModule": {
|
|
3101
3128
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3102
|
-
"line":
|
|
3129
|
+
"line": 274
|
|
3103
3130
|
},
|
|
3104
3131
|
"name": "validityEndTime",
|
|
3105
3132
|
"type": {
|
|
@@ -3113,7 +3140,7 @@
|
|
|
3113
3140
|
"immutable": true,
|
|
3114
3141
|
"locationInModule": {
|
|
3115
3142
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3116
|
-
"line":
|
|
3143
|
+
"line": 292
|
|
3117
3144
|
},
|
|
3118
3145
|
"name": "validityStartTime",
|
|
3119
3146
|
"type": {
|
|
@@ -3127,7 +3154,7 @@
|
|
|
3127
3154
|
"immutable": true,
|
|
3128
3155
|
"locationInModule": {
|
|
3129
3156
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3130
|
-
"line":
|
|
3157
|
+
"line": 146
|
|
3131
3158
|
},
|
|
3132
3159
|
"name": "allowedUsesInput",
|
|
3133
3160
|
"optional": true,
|
|
@@ -3147,7 +3174,7 @@
|
|
|
3147
3174
|
"immutable": true,
|
|
3148
3175
|
"locationInModule": {
|
|
3149
3176
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3150
|
-
"line":
|
|
3177
|
+
"line": 159
|
|
3151
3178
|
},
|
|
3152
3179
|
"name": "caCertPemInput",
|
|
3153
3180
|
"optional": true,
|
|
@@ -3162,7 +3189,7 @@
|
|
|
3162
3189
|
"immutable": true,
|
|
3163
3190
|
"locationInModule": {
|
|
3164
3191
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3165
|
-
"line":
|
|
3192
|
+
"line": 177
|
|
3166
3193
|
},
|
|
3167
3194
|
"name": "caPrivateKeyPemInput",
|
|
3168
3195
|
"optional": true,
|
|
@@ -3177,7 +3204,7 @@
|
|
|
3177
3204
|
"immutable": true,
|
|
3178
3205
|
"locationInModule": {
|
|
3179
3206
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3180
|
-
"line":
|
|
3207
|
+
"line": 195
|
|
3181
3208
|
},
|
|
3182
3209
|
"name": "certRequestPemInput",
|
|
3183
3210
|
"optional": true,
|
|
@@ -3192,7 +3219,7 @@
|
|
|
3192
3219
|
"immutable": true,
|
|
3193
3220
|
"locationInModule": {
|
|
3194
3221
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3195
|
-
"line":
|
|
3222
|
+
"line": 211
|
|
3196
3223
|
},
|
|
3197
3224
|
"name": "earlyRenewalHoursInput",
|
|
3198
3225
|
"optional": true,
|
|
@@ -3207,7 +3234,7 @@
|
|
|
3207
3234
|
"immutable": true,
|
|
3208
3235
|
"locationInModule": {
|
|
3209
3236
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3210
|
-
"line":
|
|
3237
|
+
"line": 232
|
|
3211
3238
|
},
|
|
3212
3239
|
"name": "isCaCertificateInput",
|
|
3213
3240
|
"optional": true,
|
|
@@ -3218,7 +3245,7 @@
|
|
|
3218
3245
|
"primitive": "boolean"
|
|
3219
3246
|
},
|
|
3220
3247
|
{
|
|
3221
|
-
"fqn": "
|
|
3248
|
+
"fqn": "cdktn.IResolvable"
|
|
3222
3249
|
}
|
|
3223
3250
|
]
|
|
3224
3251
|
}
|
|
@@ -3231,7 +3258,22 @@
|
|
|
3231
3258
|
"immutable": true,
|
|
3232
3259
|
"locationInModule": {
|
|
3233
3260
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3234
|
-
"line":
|
|
3261
|
+
"line": 248
|
|
3262
|
+
},
|
|
3263
|
+
"name": "maxPathLengthInput",
|
|
3264
|
+
"optional": true,
|
|
3265
|
+
"type": {
|
|
3266
|
+
"primitive": "number"
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"docs": {
|
|
3271
|
+
"stability": "stable"
|
|
3272
|
+
},
|
|
3273
|
+
"immutable": true,
|
|
3274
|
+
"locationInModule": {
|
|
3275
|
+
"filename": "src/locally-signed-cert/index.ts",
|
|
3276
|
+
"line": 269
|
|
3235
3277
|
},
|
|
3236
3278
|
"name": "setSubjectKeyIdInput",
|
|
3237
3279
|
"optional": true,
|
|
@@ -3242,7 +3284,7 @@
|
|
|
3242
3284
|
"primitive": "boolean"
|
|
3243
3285
|
},
|
|
3244
3286
|
{
|
|
3245
|
-
"fqn": "
|
|
3287
|
+
"fqn": "cdktn.IResolvable"
|
|
3246
3288
|
}
|
|
3247
3289
|
]
|
|
3248
3290
|
}
|
|
@@ -3255,7 +3297,7 @@
|
|
|
3255
3297
|
"immutable": true,
|
|
3256
3298
|
"locationInModule": {
|
|
3257
3299
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3258
|
-
"line":
|
|
3300
|
+
"line": 287
|
|
3259
3301
|
},
|
|
3260
3302
|
"name": "validityPeriodHoursInput",
|
|
3261
3303
|
"optional": true,
|
|
@@ -3269,7 +3311,7 @@
|
|
|
3269
3311
|
},
|
|
3270
3312
|
"locationInModule": {
|
|
3271
3313
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3272
|
-
"line":
|
|
3314
|
+
"line": 139
|
|
3273
3315
|
},
|
|
3274
3316
|
"name": "allowedUses",
|
|
3275
3317
|
"type": {
|
|
@@ -3287,7 +3329,7 @@
|
|
|
3287
3329
|
},
|
|
3288
3330
|
"locationInModule": {
|
|
3289
3331
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3290
|
-
"line":
|
|
3332
|
+
"line": 152
|
|
3291
3333
|
},
|
|
3292
3334
|
"name": "caCertPem",
|
|
3293
3335
|
"type": {
|
|
@@ -3300,7 +3342,7 @@
|
|
|
3300
3342
|
},
|
|
3301
3343
|
"locationInModule": {
|
|
3302
3344
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3303
|
-
"line":
|
|
3345
|
+
"line": 170
|
|
3304
3346
|
},
|
|
3305
3347
|
"name": "caPrivateKeyPem",
|
|
3306
3348
|
"type": {
|
|
@@ -3313,7 +3355,7 @@
|
|
|
3313
3355
|
},
|
|
3314
3356
|
"locationInModule": {
|
|
3315
3357
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3316
|
-
"line":
|
|
3358
|
+
"line": 188
|
|
3317
3359
|
},
|
|
3318
3360
|
"name": "certRequestPem",
|
|
3319
3361
|
"type": {
|
|
@@ -3326,7 +3368,7 @@
|
|
|
3326
3368
|
},
|
|
3327
3369
|
"locationInModule": {
|
|
3328
3370
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3329
|
-
"line":
|
|
3371
|
+
"line": 201
|
|
3330
3372
|
},
|
|
3331
3373
|
"name": "earlyRenewalHours",
|
|
3332
3374
|
"type": {
|
|
@@ -3339,7 +3381,7 @@
|
|
|
3339
3381
|
},
|
|
3340
3382
|
"locationInModule": {
|
|
3341
3383
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3342
|
-
"line":
|
|
3384
|
+
"line": 222
|
|
3343
3385
|
},
|
|
3344
3386
|
"name": "isCaCertificate",
|
|
3345
3387
|
"type": {
|
|
@@ -3349,7 +3391,7 @@
|
|
|
3349
3391
|
"primitive": "boolean"
|
|
3350
3392
|
},
|
|
3351
3393
|
{
|
|
3352
|
-
"fqn": "
|
|
3394
|
+
"fqn": "cdktn.IResolvable"
|
|
3353
3395
|
}
|
|
3354
3396
|
]
|
|
3355
3397
|
}
|
|
@@ -3361,7 +3403,20 @@
|
|
|
3361
3403
|
},
|
|
3362
3404
|
"locationInModule": {
|
|
3363
3405
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3364
|
-
"line":
|
|
3406
|
+
"line": 238
|
|
3407
|
+
},
|
|
3408
|
+
"name": "maxPathLength",
|
|
3409
|
+
"type": {
|
|
3410
|
+
"primitive": "number"
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"docs": {
|
|
3415
|
+
"stability": "stable"
|
|
3416
|
+
},
|
|
3417
|
+
"locationInModule": {
|
|
3418
|
+
"filename": "src/locally-signed-cert/index.ts",
|
|
3419
|
+
"line": 259
|
|
3365
3420
|
},
|
|
3366
3421
|
"name": "setSubjectKeyId",
|
|
3367
3422
|
"type": {
|
|
@@ -3371,7 +3426,7 @@
|
|
|
3371
3426
|
"primitive": "boolean"
|
|
3372
3427
|
},
|
|
3373
3428
|
{
|
|
3374
|
-
"fqn": "
|
|
3429
|
+
"fqn": "cdktn.IResolvable"
|
|
3375
3430
|
}
|
|
3376
3431
|
]
|
|
3377
3432
|
}
|
|
@@ -3383,7 +3438,7 @@
|
|
|
3383
3438
|
},
|
|
3384
3439
|
"locationInModule": {
|
|
3385
3440
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3386
|
-
"line":
|
|
3441
|
+
"line": 280
|
|
3387
3442
|
},
|
|
3388
3443
|
"name": "validityPeriodHours",
|
|
3389
3444
|
"type": {
|
|
@@ -3401,7 +3456,7 @@
|
|
|
3401
3456
|
},
|
|
3402
3457
|
"fqn": "@cdktn/provider-tls.locallySignedCert.LocallySignedCertConfig",
|
|
3403
3458
|
"interfaces": [
|
|
3404
|
-
"
|
|
3459
|
+
"cdktn.TerraformMetaArguments"
|
|
3405
3460
|
],
|
|
3406
3461
|
"kind": "interface",
|
|
3407
3462
|
"locationInModule": {
|
|
@@ -3414,7 +3469,7 @@
|
|
|
3414
3469
|
{
|
|
3415
3470
|
"abstract": true,
|
|
3416
3471
|
"docs": {
|
|
3417
|
-
"remarks": "Values are defined in [RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280) and combine flags defined by both [Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.3) and [Extended Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.12). Accepted values: `any_extended`, `cert_signing`, `client_auth`, `code_signing`, `content_commitment`, `crl_signing`, `data_encipherment`, `decipher_only`, `digital_signature`, `email_protection`, `encipher_only`, `ipsec_end_system`, `ipsec_tunnel`, `ipsec_user`, `key_agreement`, `key_encipherment`, `microsoft_commercial_code_signing`, `microsoft_kernel_code_signing`, `microsoft_server_gated_crypto`, `netscape_server_gated_crypto`, `ocsp_signing`, `server_auth`, `timestamping`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3472
|
+
"remarks": "Values are defined in [RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280) and combine flags defined by both [Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.3) and [Extended Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.12). Accepted values: `any_extended`, `cert_signing`, `client_auth`, `code_signing`, `content_commitment`, `crl_signing`, `data_encipherment`, `decipher_only`, `digital_signature`, `email_protection`, `encipher_only`, `ipsec_end_system`, `ipsec_tunnel`, `ipsec_user`, `key_agreement`, `key_encipherment`, `microsoft_commercial_code_signing`, `microsoft_kernel_code_signing`, `microsoft_server_gated_crypto`, `netscape_server_gated_crypto`, `ocsp_signing`, `server_auth`, `timestamping`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#allowed_uses LocallySignedCert#allowed_uses}",
|
|
3418
3473
|
"stability": "stable",
|
|
3419
3474
|
"summary": "List of key usages allowed for the issued certificate."
|
|
3420
3475
|
},
|
|
@@ -3436,7 +3491,7 @@
|
|
|
3436
3491
|
{
|
|
3437
3492
|
"abstract": true,
|
|
3438
3493
|
"docs": {
|
|
3439
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3494
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#ca_cert_pem LocallySignedCert#ca_cert_pem}",
|
|
3440
3495
|
"stability": "stable",
|
|
3441
3496
|
"summary": "Certificate data of the Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
3442
3497
|
},
|
|
@@ -3453,7 +3508,7 @@
|
|
|
3453
3508
|
{
|
|
3454
3509
|
"abstract": true,
|
|
3455
3510
|
"docs": {
|
|
3456
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3511
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#ca_private_key_pem LocallySignedCert#ca_private_key_pem}",
|
|
3457
3512
|
"stability": "stable",
|
|
3458
3513
|
"summary": "Private key of the Certificate Authority (CA) used to sign the certificate, in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
3459
3514
|
},
|
|
@@ -3470,7 +3525,7 @@
|
|
|
3470
3525
|
{
|
|
3471
3526
|
"abstract": true,
|
|
3472
3527
|
"docs": {
|
|
3473
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3528
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#cert_request_pem LocallySignedCert#cert_request_pem}",
|
|
3474
3529
|
"stability": "stable",
|
|
3475
3530
|
"summary": "Certificate request data in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
3476
3531
|
},
|
|
@@ -3487,14 +3542,14 @@
|
|
|
3487
3542
|
{
|
|
3488
3543
|
"abstract": true,
|
|
3489
3544
|
"docs": {
|
|
3490
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3545
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#validity_period_hours LocallySignedCert#validity_period_hours}",
|
|
3491
3546
|
"stability": "stable",
|
|
3492
3547
|
"summary": "Number of hours, after initial issuing, that the certificate will remain valid for."
|
|
3493
3548
|
},
|
|
3494
3549
|
"immutable": true,
|
|
3495
3550
|
"locationInModule": {
|
|
3496
3551
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3497
|
-
"line":
|
|
3552
|
+
"line": 68
|
|
3498
3553
|
},
|
|
3499
3554
|
"name": "validityPeriodHours",
|
|
3500
3555
|
"type": {
|
|
@@ -3504,7 +3559,7 @@
|
|
|
3504
3559
|
{
|
|
3505
3560
|
"abstract": true,
|
|
3506
3561
|
"docs": {
|
|
3507
|
-
"remarks": "This can be useful to deploy an updated certificate in advance of the expiration of the current certificate. However, the old certificate remains valid until its true expiration time, since this resource does not (and cannot) support certificate revocation. Also, this advance update can only be performed should the Terraform configuration be applied during the early renewal period. (default: `0`)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3562
|
+
"remarks": "This can be useful to deploy an updated certificate in advance of the expiration of the current certificate. However, the old certificate remains valid until its true expiration time, since this resource does not (and cannot) support certificate revocation. Also, this advance update can only be performed should the Terraform configuration be applied during the early renewal period. (default: `0`)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#early_renewal_hours LocallySignedCert#early_renewal_hours}",
|
|
3508
3563
|
"stability": "stable",
|
|
3509
3564
|
"summary": "The resource will consider the certificate to have expired the given number of hours before its actual expiry time."
|
|
3510
3565
|
},
|
|
@@ -3522,7 +3577,7 @@
|
|
|
3522
3577
|
{
|
|
3523
3578
|
"abstract": true,
|
|
3524
3579
|
"docs": {
|
|
3525
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3580
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#is_ca_certificate LocallySignedCert#is_ca_certificate}",
|
|
3526
3581
|
"stability": "stable",
|
|
3527
3582
|
"summary": "Is the generated certificate representing a Certificate Authority (CA) (default: `false`)."
|
|
3528
3583
|
},
|
|
@@ -3540,7 +3595,7 @@
|
|
|
3540
3595
|
"primitive": "boolean"
|
|
3541
3596
|
},
|
|
3542
3597
|
{
|
|
3543
|
-
"fqn": "
|
|
3598
|
+
"fqn": "cdktn.IResolvable"
|
|
3544
3599
|
}
|
|
3545
3600
|
]
|
|
3546
3601
|
}
|
|
@@ -3549,15 +3604,33 @@
|
|
|
3549
3604
|
{
|
|
3550
3605
|
"abstract": true,
|
|
3551
3606
|
"docs": {
|
|
3552
|
-
"remarks": "
|
|
3607
|
+
"remarks": "If `is_ca_certificate` is `false`, this value is ignored.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#max_path_length LocallySignedCert#max_path_length}",
|
|
3553
3608
|
"stability": "stable",
|
|
3554
|
-
"summary": "
|
|
3609
|
+
"summary": "Maximum number of intermediate certificates that may follow this certificate in a valid certification path."
|
|
3555
3610
|
},
|
|
3556
3611
|
"immutable": true,
|
|
3557
3612
|
"locationInModule": {
|
|
3558
3613
|
"filename": "src/locally-signed-cert/index.ts",
|
|
3559
3614
|
"line": 56
|
|
3560
3615
|
},
|
|
3616
|
+
"name": "maxPathLength",
|
|
3617
|
+
"optional": true,
|
|
3618
|
+
"type": {
|
|
3619
|
+
"primitive": "number"
|
|
3620
|
+
}
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"abstract": true,
|
|
3624
|
+
"docs": {
|
|
3625
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/locally_signed_cert#set_subject_key_id LocallySignedCert#set_subject_key_id}",
|
|
3626
|
+
"stability": "stable",
|
|
3627
|
+
"summary": "Should the generated certificate include a [subject key identifier](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.2) (default: `false`)."
|
|
3628
|
+
},
|
|
3629
|
+
"immutable": true,
|
|
3630
|
+
"locationInModule": {
|
|
3631
|
+
"filename": "src/locally-signed-cert/index.ts",
|
|
3632
|
+
"line": 62
|
|
3633
|
+
},
|
|
3561
3634
|
"name": "setSubjectKeyId",
|
|
3562
3635
|
"optional": true,
|
|
3563
3636
|
"type": {
|
|
@@ -3567,7 +3640,7 @@
|
|
|
3567
3640
|
"primitive": "boolean"
|
|
3568
3641
|
},
|
|
3569
3642
|
{
|
|
3570
|
-
"fqn": "
|
|
3643
|
+
"fqn": "cdktn.IResolvable"
|
|
3571
3644
|
}
|
|
3572
3645
|
]
|
|
3573
3646
|
}
|
|
@@ -3578,16 +3651,16 @@
|
|
|
3578
3651
|
},
|
|
3579
3652
|
"@cdktn/provider-tls.privateKey.PrivateKey": {
|
|
3580
3653
|
"assembly": "@cdktn/provider-tls",
|
|
3581
|
-
"base": "
|
|
3654
|
+
"base": "cdktn.TerraformResource",
|
|
3582
3655
|
"docs": {
|
|
3583
3656
|
"stability": "stable",
|
|
3584
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3657
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key tls_private_key}."
|
|
3585
3658
|
},
|
|
3586
3659
|
"fqn": "@cdktn/provider-tls.privateKey.PrivateKey",
|
|
3587
3660
|
"initializer": {
|
|
3588
3661
|
"docs": {
|
|
3589
3662
|
"stability": "stable",
|
|
3590
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3663
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key tls_private_key} Resource."
|
|
3591
3664
|
},
|
|
3592
3665
|
"locationInModule": {
|
|
3593
3666
|
"filename": "src/private-key/index.ts",
|
|
@@ -3630,7 +3703,7 @@
|
|
|
3630
3703
|
{
|
|
3631
3704
|
"docs": {
|
|
3632
3705
|
"stability": "stable",
|
|
3633
|
-
"summary": "Generates
|
|
3706
|
+
"summary": "Generates CDKTN code for importing a PrivateKey resource upon running \"cdktn plan <stack-name>\"."
|
|
3634
3707
|
},
|
|
3635
3708
|
"locationInModule": {
|
|
3636
3709
|
"filename": "src/private-key/index.ts",
|
|
@@ -3658,7 +3731,7 @@
|
|
|
3658
3731
|
},
|
|
3659
3732
|
{
|
|
3660
3733
|
"docs": {
|
|
3661
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
3734
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key#import import section} in the documentation of this resource for the id to use",
|
|
3662
3735
|
"summary": "The id of the existing PrivateKey that should be imported."
|
|
3663
3736
|
},
|
|
3664
3737
|
"name": "importFromId",
|
|
@@ -3673,13 +3746,13 @@
|
|
|
3673
3746
|
"name": "provider",
|
|
3674
3747
|
"optional": true,
|
|
3675
3748
|
"type": {
|
|
3676
|
-
"fqn": "
|
|
3749
|
+
"fqn": "cdktn.TerraformProvider"
|
|
3677
3750
|
}
|
|
3678
3751
|
}
|
|
3679
3752
|
],
|
|
3680
3753
|
"returns": {
|
|
3681
3754
|
"type": {
|
|
3682
|
-
"fqn": "
|
|
3755
|
+
"fqn": "cdktn.ImportableResource"
|
|
3683
3756
|
}
|
|
3684
3757
|
},
|
|
3685
3758
|
"static": true
|
|
@@ -3713,7 +3786,7 @@
|
|
|
3713
3786
|
"line": 184
|
|
3714
3787
|
},
|
|
3715
3788
|
"name": "synthesizeAttributes",
|
|
3716
|
-
"overrides": "
|
|
3789
|
+
"overrides": "cdktn.TerraformResource",
|
|
3717
3790
|
"protected": true,
|
|
3718
3791
|
"returns": {
|
|
3719
3792
|
"type": {
|
|
@@ -3735,7 +3808,7 @@
|
|
|
3735
3808
|
"line": 192
|
|
3736
3809
|
},
|
|
3737
3810
|
"name": "synthesizeHclAttributes",
|
|
3738
|
-
"overrides": "
|
|
3811
|
+
"overrides": "cdktn.TerraformResource",
|
|
3739
3812
|
"protected": true,
|
|
3740
3813
|
"returns": {
|
|
3741
3814
|
"type": {
|
|
@@ -3975,7 +4048,7 @@
|
|
|
3975
4048
|
},
|
|
3976
4049
|
"fqn": "@cdktn/provider-tls.privateKey.PrivateKeyConfig",
|
|
3977
4050
|
"interfaces": [
|
|
3978
|
-
"
|
|
4051
|
+
"cdktn.TerraformMetaArguments"
|
|
3979
4052
|
],
|
|
3980
4053
|
"kind": "interface",
|
|
3981
4054
|
"locationInModule": {
|
|
@@ -3988,7 +4061,7 @@
|
|
|
3988
4061
|
{
|
|
3989
4062
|
"abstract": true,
|
|
3990
4063
|
"docs": {
|
|
3991
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4064
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key#algorithm PrivateKey#algorithm}",
|
|
3992
4065
|
"stability": "stable",
|
|
3993
4066
|
"summary": "Name of the algorithm to use when generating the private key. Currently-supported values are: `RSA`, `ECDSA`, `ED25519`."
|
|
3994
4067
|
},
|
|
@@ -4005,7 +4078,7 @@
|
|
|
4005
4078
|
{
|
|
4006
4079
|
"abstract": true,
|
|
4007
4080
|
"docs": {
|
|
4008
|
-
"remarks": "Currently-supported values are: `P224`, `P256`, `P384`, `P521`. (default: `P224`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4081
|
+
"remarks": "Currently-supported values are: `P224`, `P256`, `P384`, `P521`. (default: `P224`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key#ecdsa_curve PrivateKey#ecdsa_curve}",
|
|
4009
4082
|
"stability": "stable",
|
|
4010
4083
|
"summary": "When `algorithm` is `ECDSA`, the name of the elliptic curve to use."
|
|
4011
4084
|
},
|
|
@@ -4023,7 +4096,7 @@
|
|
|
4023
4096
|
{
|
|
4024
4097
|
"abstract": true,
|
|
4025
4098
|
"docs": {
|
|
4026
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4099
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/private_key#rsa_bits PrivateKey#rsa_bits}",
|
|
4027
4100
|
"stability": "stable",
|
|
4028
4101
|
"summary": "When `algorithm` is `RSA`, the size of the generated RSA key, in bits (default: `2048`)."
|
|
4029
4102
|
},
|
|
@@ -4043,16 +4116,16 @@
|
|
|
4043
4116
|
},
|
|
4044
4117
|
"@cdktn/provider-tls.provider.TlsProvider": {
|
|
4045
4118
|
"assembly": "@cdktn/provider-tls",
|
|
4046
|
-
"base": "
|
|
4119
|
+
"base": "cdktn.TerraformProvider",
|
|
4047
4120
|
"docs": {
|
|
4048
4121
|
"stability": "stable",
|
|
4049
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4122
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs tls}."
|
|
4050
4123
|
},
|
|
4051
4124
|
"fqn": "@cdktn/provider-tls.provider.TlsProvider",
|
|
4052
4125
|
"initializer": {
|
|
4053
4126
|
"docs": {
|
|
4054
4127
|
"stability": "stable",
|
|
4055
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4128
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs tls} Resource."
|
|
4056
4129
|
},
|
|
4057
4130
|
"locationInModule": {
|
|
4058
4131
|
"filename": "src/provider/index.ts",
|
|
@@ -4096,7 +4169,7 @@
|
|
|
4096
4169
|
{
|
|
4097
4170
|
"docs": {
|
|
4098
4171
|
"stability": "stable",
|
|
4099
|
-
"summary": "Generates
|
|
4172
|
+
"summary": "Generates CDKTN code for importing a TlsProvider resource upon running \"cdktn plan <stack-name>\"."
|
|
4100
4173
|
},
|
|
4101
4174
|
"locationInModule": {
|
|
4102
4175
|
"filename": "src/provider/index.ts",
|
|
@@ -4124,7 +4197,7 @@
|
|
|
4124
4197
|
},
|
|
4125
4198
|
{
|
|
4126
4199
|
"docs": {
|
|
4127
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4200
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#import import section} in the documentation of this resource for the id to use",
|
|
4128
4201
|
"summary": "The id of the existing TlsProvider that should be imported."
|
|
4129
4202
|
},
|
|
4130
4203
|
"name": "importFromId",
|
|
@@ -4139,13 +4212,13 @@
|
|
|
4139
4212
|
"name": "provider",
|
|
4140
4213
|
"optional": true,
|
|
4141
4214
|
"type": {
|
|
4142
|
-
"fqn": "
|
|
4215
|
+
"fqn": "cdktn.TerraformProvider"
|
|
4143
4216
|
}
|
|
4144
4217
|
}
|
|
4145
4218
|
],
|
|
4146
4219
|
"returns": {
|
|
4147
4220
|
"type": {
|
|
4148
|
-
"fqn": "
|
|
4221
|
+
"fqn": "cdktn.ImportableResource"
|
|
4149
4222
|
}
|
|
4150
4223
|
},
|
|
4151
4224
|
"static": true
|
|
@@ -4179,7 +4252,7 @@
|
|
|
4179
4252
|
"line": 195
|
|
4180
4253
|
},
|
|
4181
4254
|
"name": "synthesizeAttributes",
|
|
4182
|
-
"overrides": "
|
|
4255
|
+
"overrides": "cdktn.TerraformProvider",
|
|
4183
4256
|
"protected": true,
|
|
4184
4257
|
"returns": {
|
|
4185
4258
|
"type": {
|
|
@@ -4201,7 +4274,7 @@
|
|
|
4201
4274
|
"line": 202
|
|
4202
4275
|
},
|
|
4203
4276
|
"name": "synthesizeHclAttributes",
|
|
4204
|
-
"overrides": "
|
|
4277
|
+
"overrides": "cdktn.TerraformProvider",
|
|
4205
4278
|
"protected": true,
|
|
4206
4279
|
"returns": {
|
|
4207
4280
|
"type": {
|
|
@@ -4264,7 +4337,7 @@
|
|
|
4264
4337
|
"union": {
|
|
4265
4338
|
"types": [
|
|
4266
4339
|
{
|
|
4267
|
-
"fqn": "
|
|
4340
|
+
"fqn": "cdktn.IResolvable"
|
|
4268
4341
|
},
|
|
4269
4342
|
{
|
|
4270
4343
|
"collection": {
|
|
@@ -4288,7 +4361,7 @@
|
|
|
4288
4361
|
},
|
|
4289
4362
|
"name": "alias",
|
|
4290
4363
|
"optional": true,
|
|
4291
|
-
"overrides": "
|
|
4364
|
+
"overrides": "cdktn.TerraformProvider",
|
|
4292
4365
|
"type": {
|
|
4293
4366
|
"primitive": "string"
|
|
4294
4367
|
}
|
|
@@ -4307,7 +4380,7 @@
|
|
|
4307
4380
|
"union": {
|
|
4308
4381
|
"types": [
|
|
4309
4382
|
{
|
|
4310
|
-
"fqn": "
|
|
4383
|
+
"fqn": "cdktn.IResolvable"
|
|
4311
4384
|
},
|
|
4312
4385
|
{
|
|
4313
4386
|
"collection": {
|
|
@@ -4342,7 +4415,7 @@
|
|
|
4342
4415
|
{
|
|
4343
4416
|
"abstract": true,
|
|
4344
4417
|
"docs": {
|
|
4345
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4418
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#alias TlsProvider#alias}",
|
|
4346
4419
|
"stability": "stable",
|
|
4347
4420
|
"summary": "Alias name."
|
|
4348
4421
|
},
|
|
@@ -4360,7 +4433,7 @@
|
|
|
4360
4433
|
{
|
|
4361
4434
|
"abstract": true,
|
|
4362
4435
|
"docs": {
|
|
4363
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4436
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#proxy TlsProvider#proxy}",
|
|
4364
4437
|
"stability": "stable",
|
|
4365
4438
|
"summary": "proxy block."
|
|
4366
4439
|
},
|
|
@@ -4375,7 +4448,7 @@
|
|
|
4375
4448
|
"union": {
|
|
4376
4449
|
"types": [
|
|
4377
4450
|
{
|
|
4378
|
-
"fqn": "
|
|
4451
|
+
"fqn": "cdktn.IResolvable"
|
|
4379
4452
|
},
|
|
4380
4453
|
{
|
|
4381
4454
|
"collection": {
|
|
@@ -4410,7 +4483,7 @@
|
|
|
4410
4483
|
{
|
|
4411
4484
|
"abstract": true,
|
|
4412
4485
|
"docs": {
|
|
4413
|
-
"remarks": "This is based upon [`http.ProxyFromEnvironment`](https://pkg.go.dev/net/http#ProxyFromEnvironment) and it supports the same environment variables (default: `true`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4486
|
+
"remarks": "This is based upon [`http.ProxyFromEnvironment`](https://pkg.go.dev/net/http#ProxyFromEnvironment) and it supports the same environment variables (default: `true`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#from_env TlsProvider#from_env}",
|
|
4414
4487
|
"stability": "stable",
|
|
4415
4488
|
"summary": "When `true` the provider will discover the proxy configuration from environment variables."
|
|
4416
4489
|
},
|
|
@@ -4428,7 +4501,7 @@
|
|
|
4428
4501
|
"primitive": "boolean"
|
|
4429
4502
|
},
|
|
4430
4503
|
{
|
|
4431
|
-
"fqn": "
|
|
4504
|
+
"fqn": "cdktn.IResolvable"
|
|
4432
4505
|
}
|
|
4433
4506
|
]
|
|
4434
4507
|
}
|
|
@@ -4437,7 +4510,7 @@
|
|
|
4437
4510
|
{
|
|
4438
4511
|
"abstract": true,
|
|
4439
4512
|
"docs": {
|
|
4440
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4513
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#password TlsProvider#password}",
|
|
4441
4514
|
"stability": "stable",
|
|
4442
4515
|
"summary": "Password used for Basic authentication against the Proxy."
|
|
4443
4516
|
},
|
|
@@ -4455,7 +4528,7 @@
|
|
|
4455
4528
|
{
|
|
4456
4529
|
"abstract": true,
|
|
4457
4530
|
"docs": {
|
|
4458
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4531
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#url TlsProvider#url}",
|
|
4459
4532
|
"stability": "stable",
|
|
4460
4533
|
"summary": "URL used to connect to the Proxy. Accepted schemes are: `http`, `https`, `socks5`."
|
|
4461
4534
|
},
|
|
@@ -4473,7 +4546,7 @@
|
|
|
4473
4546
|
{
|
|
4474
4547
|
"abstract": true,
|
|
4475
4548
|
"docs": {
|
|
4476
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4549
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs#username TlsProvider#username}",
|
|
4477
4550
|
"stability": "stable",
|
|
4478
4551
|
"summary": "Username (or Token) used for Basic authentication against the Proxy."
|
|
4479
4552
|
},
|
|
@@ -4493,20 +4566,20 @@
|
|
|
4493
4566
|
},
|
|
4494
4567
|
"@cdktn/provider-tls.selfSignedCert.SelfSignedCert": {
|
|
4495
4568
|
"assembly": "@cdktn/provider-tls",
|
|
4496
|
-
"base": "
|
|
4569
|
+
"base": "cdktn.TerraformResource",
|
|
4497
4570
|
"docs": {
|
|
4498
4571
|
"stability": "stable",
|
|
4499
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4572
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert tls_self_signed_cert}."
|
|
4500
4573
|
},
|
|
4501
4574
|
"fqn": "@cdktn/provider-tls.selfSignedCert.SelfSignedCert",
|
|
4502
4575
|
"initializer": {
|
|
4503
4576
|
"docs": {
|
|
4504
4577
|
"stability": "stable",
|
|
4505
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4578
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert tls_self_signed_cert} Resource."
|
|
4506
4579
|
},
|
|
4507
4580
|
"locationInModule": {
|
|
4508
4581
|
"filename": "src/self-signed-cert/index.ts",
|
|
4509
|
-
"line":
|
|
4582
|
+
"line": 557
|
|
4510
4583
|
},
|
|
4511
4584
|
"parameters": [
|
|
4512
4585
|
{
|
|
@@ -4539,17 +4612,17 @@
|
|
|
4539
4612
|
"kind": "class",
|
|
4540
4613
|
"locationInModule": {
|
|
4541
4614
|
"filename": "src/self-signed-cert/index.ts",
|
|
4542
|
-
"line":
|
|
4615
|
+
"line": 525
|
|
4543
4616
|
},
|
|
4544
4617
|
"methods": [
|
|
4545
4618
|
{
|
|
4546
4619
|
"docs": {
|
|
4547
4620
|
"stability": "stable",
|
|
4548
|
-
"summary": "Generates
|
|
4621
|
+
"summary": "Generates CDKTN code for importing a SelfSignedCert resource upon running \"cdktn plan <stack-name>\"."
|
|
4549
4622
|
},
|
|
4550
4623
|
"locationInModule": {
|
|
4551
4624
|
"filename": "src/self-signed-cert/index.ts",
|
|
4552
|
-
"line":
|
|
4625
|
+
"line": 542
|
|
4553
4626
|
},
|
|
4554
4627
|
"name": "generateConfigForImport",
|
|
4555
4628
|
"parameters": [
|
|
@@ -4573,7 +4646,7 @@
|
|
|
4573
4646
|
},
|
|
4574
4647
|
{
|
|
4575
4648
|
"docs": {
|
|
4576
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
4649
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#import import section} in the documentation of this resource for the id to use",
|
|
4577
4650
|
"summary": "The id of the existing SelfSignedCert that should be imported."
|
|
4578
4651
|
},
|
|
4579
4652
|
"name": "importFromId",
|
|
@@ -4588,13 +4661,13 @@
|
|
|
4588
4661
|
"name": "provider",
|
|
4589
4662
|
"optional": true,
|
|
4590
4663
|
"type": {
|
|
4591
|
-
"fqn": "
|
|
4664
|
+
"fqn": "cdktn.TerraformProvider"
|
|
4592
4665
|
}
|
|
4593
4666
|
}
|
|
4594
4667
|
],
|
|
4595
4668
|
"returns": {
|
|
4596
4669
|
"type": {
|
|
4597
|
-
"fqn": "
|
|
4670
|
+
"fqn": "cdktn.ImportableResource"
|
|
4598
4671
|
}
|
|
4599
4672
|
},
|
|
4600
4673
|
"static": true
|
|
@@ -4605,7 +4678,7 @@
|
|
|
4605
4678
|
},
|
|
4606
4679
|
"locationInModule": {
|
|
4607
4680
|
"filename": "src/self-signed-cert/index.ts",
|
|
4608
|
-
"line":
|
|
4681
|
+
"line": 793
|
|
4609
4682
|
},
|
|
4610
4683
|
"name": "putSubject",
|
|
4611
4684
|
"parameters": [
|
|
@@ -4615,7 +4688,7 @@
|
|
|
4615
4688
|
"union": {
|
|
4616
4689
|
"types": [
|
|
4617
4690
|
{
|
|
4618
|
-
"fqn": "
|
|
4691
|
+
"fqn": "cdktn.IResolvable"
|
|
4619
4692
|
},
|
|
4620
4693
|
{
|
|
4621
4694
|
"collection": {
|
|
@@ -4637,7 +4710,7 @@
|
|
|
4637
4710
|
},
|
|
4638
4711
|
"locationInModule": {
|
|
4639
4712
|
"filename": "src/self-signed-cert/index.ts",
|
|
4640
|
-
"line":
|
|
4713
|
+
"line": 617
|
|
4641
4714
|
},
|
|
4642
4715
|
"name": "resetDnsNames"
|
|
4643
4716
|
},
|
|
@@ -4647,7 +4720,7 @@
|
|
|
4647
4720
|
},
|
|
4648
4721
|
"locationInModule": {
|
|
4649
4722
|
"filename": "src/self-signed-cert/index.ts",
|
|
4650
|
-
"line":
|
|
4723
|
+
"line": 633
|
|
4651
4724
|
},
|
|
4652
4725
|
"name": "resetEarlyRenewalHours"
|
|
4653
4726
|
},
|
|
@@ -4657,7 +4730,7 @@
|
|
|
4657
4730
|
},
|
|
4658
4731
|
"locationInModule": {
|
|
4659
4732
|
"filename": "src/self-signed-cert/index.ts",
|
|
4660
|
-
"line":
|
|
4733
|
+
"line": 654
|
|
4661
4734
|
},
|
|
4662
4735
|
"name": "resetIpAddresses"
|
|
4663
4736
|
},
|
|
@@ -4667,7 +4740,7 @@
|
|
|
4667
4740
|
},
|
|
4668
4741
|
"locationInModule": {
|
|
4669
4742
|
"filename": "src/self-signed-cert/index.ts",
|
|
4670
|
-
"line":
|
|
4743
|
+
"line": 670
|
|
4671
4744
|
},
|
|
4672
4745
|
"name": "resetIsCaCertificate"
|
|
4673
4746
|
},
|
|
@@ -4677,7 +4750,17 @@
|
|
|
4677
4750
|
},
|
|
4678
4751
|
"locationInModule": {
|
|
4679
4752
|
"filename": "src/self-signed-cert/index.ts",
|
|
4680
|
-
"line":
|
|
4753
|
+
"line": 691
|
|
4754
|
+
},
|
|
4755
|
+
"name": "resetMaxPathLength"
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"docs": {
|
|
4759
|
+
"stability": "stable"
|
|
4760
|
+
},
|
|
4761
|
+
"locationInModule": {
|
|
4762
|
+
"filename": "src/self-signed-cert/index.ts",
|
|
4763
|
+
"line": 725
|
|
4681
4764
|
},
|
|
4682
4765
|
"name": "resetSetAuthorityKeyId"
|
|
4683
4766
|
},
|
|
@@ -4687,7 +4770,7 @@
|
|
|
4687
4770
|
},
|
|
4688
4771
|
"locationInModule": {
|
|
4689
4772
|
"filename": "src/self-signed-cert/index.ts",
|
|
4690
|
-
"line":
|
|
4773
|
+
"line": 741
|
|
4691
4774
|
},
|
|
4692
4775
|
"name": "resetSetSubjectKeyId"
|
|
4693
4776
|
},
|
|
@@ -4697,7 +4780,7 @@
|
|
|
4697
4780
|
},
|
|
4698
4781
|
"locationInModule": {
|
|
4699
4782
|
"filename": "src/self-signed-cert/index.ts",
|
|
4700
|
-
"line":
|
|
4783
|
+
"line": 796
|
|
4701
4784
|
},
|
|
4702
4785
|
"name": "resetSubject"
|
|
4703
4786
|
},
|
|
@@ -4707,7 +4790,7 @@
|
|
|
4707
4790
|
},
|
|
4708
4791
|
"locationInModule": {
|
|
4709
4792
|
"filename": "src/self-signed-cert/index.ts",
|
|
4710
|
-
"line":
|
|
4793
|
+
"line": 757
|
|
4711
4794
|
},
|
|
4712
4795
|
"name": "resetUris"
|
|
4713
4796
|
},
|
|
@@ -4717,10 +4800,10 @@
|
|
|
4717
4800
|
},
|
|
4718
4801
|
"locationInModule": {
|
|
4719
4802
|
"filename": "src/self-signed-cert/index.ts",
|
|
4720
|
-
"line":
|
|
4803
|
+
"line": 808
|
|
4721
4804
|
},
|
|
4722
4805
|
"name": "synthesizeAttributes",
|
|
4723
|
-
"overrides": "
|
|
4806
|
+
"overrides": "cdktn.TerraformResource",
|
|
4724
4807
|
"protected": true,
|
|
4725
4808
|
"returns": {
|
|
4726
4809
|
"type": {
|
|
@@ -4739,10 +4822,10 @@
|
|
|
4739
4822
|
},
|
|
4740
4823
|
"locationInModule": {
|
|
4741
4824
|
"filename": "src/self-signed-cert/index.ts",
|
|
4742
|
-
"line":
|
|
4825
|
+
"line": 825
|
|
4743
4826
|
},
|
|
4744
4827
|
"name": "synthesizeHclAttributes",
|
|
4745
|
-
"overrides": "
|
|
4828
|
+
"overrides": "cdktn.TerraformResource",
|
|
4746
4829
|
"protected": true,
|
|
4747
4830
|
"returns": {
|
|
4748
4831
|
"type": {
|
|
@@ -4767,7 +4850,7 @@
|
|
|
4767
4850
|
"immutable": true,
|
|
4768
4851
|
"locationInModule": {
|
|
4769
4852
|
"filename": "src/self-signed-cert/index.ts",
|
|
4770
|
-
"line":
|
|
4853
|
+
"line": 530
|
|
4771
4854
|
},
|
|
4772
4855
|
"name": "tfResourceType",
|
|
4773
4856
|
"static": true,
|
|
@@ -4782,7 +4865,7 @@
|
|
|
4782
4865
|
"immutable": true,
|
|
4783
4866
|
"locationInModule": {
|
|
4784
4867
|
"filename": "src/self-signed-cert/index.ts",
|
|
4785
|
-
"line":
|
|
4868
|
+
"line": 605
|
|
4786
4869
|
},
|
|
4787
4870
|
"name": "certPem",
|
|
4788
4871
|
"type": {
|
|
@@ -4796,7 +4879,7 @@
|
|
|
4796
4879
|
"immutable": true,
|
|
4797
4880
|
"locationInModule": {
|
|
4798
4881
|
"filename": "src/self-signed-cert/index.ts",
|
|
4799
|
-
"line":
|
|
4882
|
+
"line": 642
|
|
4800
4883
|
},
|
|
4801
4884
|
"name": "id",
|
|
4802
4885
|
"type": {
|
|
@@ -4810,7 +4893,7 @@
|
|
|
4810
4893
|
"immutable": true,
|
|
4811
4894
|
"locationInModule": {
|
|
4812
4895
|
"filename": "src/self-signed-cert/index.ts",
|
|
4813
|
-
"line":
|
|
4896
|
+
"line": 679
|
|
4814
4897
|
},
|
|
4815
4898
|
"name": "keyAlgorithm",
|
|
4816
4899
|
"type": {
|
|
@@ -4824,11 +4907,11 @@
|
|
|
4824
4907
|
"immutable": true,
|
|
4825
4908
|
"locationInModule": {
|
|
4826
4909
|
"filename": "src/self-signed-cert/index.ts",
|
|
4827
|
-
"line":
|
|
4910
|
+
"line": 713
|
|
4828
4911
|
},
|
|
4829
4912
|
"name": "readyForRenewal",
|
|
4830
4913
|
"type": {
|
|
4831
|
-
"fqn": "
|
|
4914
|
+
"fqn": "cdktn.IResolvable"
|
|
4832
4915
|
}
|
|
4833
4916
|
},
|
|
4834
4917
|
{
|
|
@@ -4838,7 +4921,7 @@
|
|
|
4838
4921
|
"immutable": true,
|
|
4839
4922
|
"locationInModule": {
|
|
4840
4923
|
"filename": "src/self-signed-cert/index.ts",
|
|
4841
|
-
"line":
|
|
4924
|
+
"line": 790
|
|
4842
4925
|
},
|
|
4843
4926
|
"name": "subject",
|
|
4844
4927
|
"type": {
|
|
@@ -4852,7 +4935,7 @@
|
|
|
4852
4935
|
"immutable": true,
|
|
4853
4936
|
"locationInModule": {
|
|
4854
4937
|
"filename": "src/self-signed-cert/index.ts",
|
|
4855
|
-
"line":
|
|
4938
|
+
"line": 766
|
|
4856
4939
|
},
|
|
4857
4940
|
"name": "validityEndTime",
|
|
4858
4941
|
"type": {
|
|
@@ -4866,7 +4949,7 @@
|
|
|
4866
4949
|
"immutable": true,
|
|
4867
4950
|
"locationInModule": {
|
|
4868
4951
|
"filename": "src/self-signed-cert/index.ts",
|
|
4869
|
-
"line":
|
|
4952
|
+
"line": 784
|
|
4870
4953
|
},
|
|
4871
4954
|
"name": "validityStartTime",
|
|
4872
4955
|
"type": {
|
|
@@ -4880,7 +4963,7 @@
|
|
|
4880
4963
|
"immutable": true,
|
|
4881
4964
|
"locationInModule": {
|
|
4882
4965
|
"filename": "src/self-signed-cert/index.ts",
|
|
4883
|
-
"line":
|
|
4966
|
+
"line": 600
|
|
4884
4967
|
},
|
|
4885
4968
|
"name": "allowedUsesInput",
|
|
4886
4969
|
"optional": true,
|
|
@@ -4900,7 +4983,7 @@
|
|
|
4900
4983
|
"immutable": true,
|
|
4901
4984
|
"locationInModule": {
|
|
4902
4985
|
"filename": "src/self-signed-cert/index.ts",
|
|
4903
|
-
"line":
|
|
4986
|
+
"line": 621
|
|
4904
4987
|
},
|
|
4905
4988
|
"name": "dnsNamesInput",
|
|
4906
4989
|
"optional": true,
|
|
@@ -4920,7 +5003,7 @@
|
|
|
4920
5003
|
"immutable": true,
|
|
4921
5004
|
"locationInModule": {
|
|
4922
5005
|
"filename": "src/self-signed-cert/index.ts",
|
|
4923
|
-
"line":
|
|
5006
|
+
"line": 637
|
|
4924
5007
|
},
|
|
4925
5008
|
"name": "earlyRenewalHoursInput",
|
|
4926
5009
|
"optional": true,
|
|
@@ -4935,7 +5018,7 @@
|
|
|
4935
5018
|
"immutable": true,
|
|
4936
5019
|
"locationInModule": {
|
|
4937
5020
|
"filename": "src/self-signed-cert/index.ts",
|
|
4938
|
-
"line":
|
|
5021
|
+
"line": 658
|
|
4939
5022
|
},
|
|
4940
5023
|
"name": "ipAddressesInput",
|
|
4941
5024
|
"optional": true,
|
|
@@ -4955,7 +5038,7 @@
|
|
|
4955
5038
|
"immutable": true,
|
|
4956
5039
|
"locationInModule": {
|
|
4957
5040
|
"filename": "src/self-signed-cert/index.ts",
|
|
4958
|
-
"line":
|
|
5041
|
+
"line": 674
|
|
4959
5042
|
},
|
|
4960
5043
|
"name": "isCaCertificateInput",
|
|
4961
5044
|
"optional": true,
|
|
@@ -4966,7 +5049,7 @@
|
|
|
4966
5049
|
"primitive": "boolean"
|
|
4967
5050
|
},
|
|
4968
5051
|
{
|
|
4969
|
-
"fqn": "
|
|
5052
|
+
"fqn": "cdktn.IResolvable"
|
|
4970
5053
|
}
|
|
4971
5054
|
]
|
|
4972
5055
|
}
|
|
@@ -4979,7 +5062,22 @@
|
|
|
4979
5062
|
"immutable": true,
|
|
4980
5063
|
"locationInModule": {
|
|
4981
5064
|
"filename": "src/self-signed-cert/index.ts",
|
|
4982
|
-
"line":
|
|
5065
|
+
"line": 695
|
|
5066
|
+
},
|
|
5067
|
+
"name": "maxPathLengthInput",
|
|
5068
|
+
"optional": true,
|
|
5069
|
+
"type": {
|
|
5070
|
+
"primitive": "number"
|
|
5071
|
+
}
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"docs": {
|
|
5075
|
+
"stability": "stable"
|
|
5076
|
+
},
|
|
5077
|
+
"immutable": true,
|
|
5078
|
+
"locationInModule": {
|
|
5079
|
+
"filename": "src/self-signed-cert/index.ts",
|
|
5080
|
+
"line": 708
|
|
4983
5081
|
},
|
|
4984
5082
|
"name": "privateKeyPemInput",
|
|
4985
5083
|
"optional": true,
|
|
@@ -4994,7 +5092,7 @@
|
|
|
4994
5092
|
"immutable": true,
|
|
4995
5093
|
"locationInModule": {
|
|
4996
5094
|
"filename": "src/self-signed-cert/index.ts",
|
|
4997
|
-
"line":
|
|
5095
|
+
"line": 729
|
|
4998
5096
|
},
|
|
4999
5097
|
"name": "setAuthorityKeyIdInput",
|
|
5000
5098
|
"optional": true,
|
|
@@ -5005,7 +5103,7 @@
|
|
|
5005
5103
|
"primitive": "boolean"
|
|
5006
5104
|
},
|
|
5007
5105
|
{
|
|
5008
|
-
"fqn": "
|
|
5106
|
+
"fqn": "cdktn.IResolvable"
|
|
5009
5107
|
}
|
|
5010
5108
|
]
|
|
5011
5109
|
}
|
|
@@ -5018,7 +5116,7 @@
|
|
|
5018
5116
|
"immutable": true,
|
|
5019
5117
|
"locationInModule": {
|
|
5020
5118
|
"filename": "src/self-signed-cert/index.ts",
|
|
5021
|
-
"line":
|
|
5119
|
+
"line": 745
|
|
5022
5120
|
},
|
|
5023
5121
|
"name": "setSubjectKeyIdInput",
|
|
5024
5122
|
"optional": true,
|
|
@@ -5029,7 +5127,7 @@
|
|
|
5029
5127
|
"primitive": "boolean"
|
|
5030
5128
|
},
|
|
5031
5129
|
{
|
|
5032
|
-
"fqn": "
|
|
5130
|
+
"fqn": "cdktn.IResolvable"
|
|
5033
5131
|
}
|
|
5034
5132
|
]
|
|
5035
5133
|
}
|
|
@@ -5042,7 +5140,7 @@
|
|
|
5042
5140
|
"immutable": true,
|
|
5043
5141
|
"locationInModule": {
|
|
5044
5142
|
"filename": "src/self-signed-cert/index.ts",
|
|
5045
|
-
"line":
|
|
5143
|
+
"line": 800
|
|
5046
5144
|
},
|
|
5047
5145
|
"name": "subjectInput",
|
|
5048
5146
|
"optional": true,
|
|
@@ -5050,7 +5148,7 @@
|
|
|
5050
5148
|
"union": {
|
|
5051
5149
|
"types": [
|
|
5052
5150
|
{
|
|
5053
|
-
"fqn": "
|
|
5151
|
+
"fqn": "cdktn.IResolvable"
|
|
5054
5152
|
},
|
|
5055
5153
|
{
|
|
5056
5154
|
"collection": {
|
|
@@ -5071,7 +5169,7 @@
|
|
|
5071
5169
|
"immutable": true,
|
|
5072
5170
|
"locationInModule": {
|
|
5073
5171
|
"filename": "src/self-signed-cert/index.ts",
|
|
5074
|
-
"line":
|
|
5172
|
+
"line": 761
|
|
5075
5173
|
},
|
|
5076
5174
|
"name": "urisInput",
|
|
5077
5175
|
"optional": true,
|
|
@@ -5091,7 +5189,7 @@
|
|
|
5091
5189
|
"immutable": true,
|
|
5092
5190
|
"locationInModule": {
|
|
5093
5191
|
"filename": "src/self-signed-cert/index.ts",
|
|
5094
|
-
"line":
|
|
5192
|
+
"line": 779
|
|
5095
5193
|
},
|
|
5096
5194
|
"name": "validityPeriodHoursInput",
|
|
5097
5195
|
"optional": true,
|
|
@@ -5105,7 +5203,7 @@
|
|
|
5105
5203
|
},
|
|
5106
5204
|
"locationInModule": {
|
|
5107
5205
|
"filename": "src/self-signed-cert/index.ts",
|
|
5108
|
-
"line":
|
|
5206
|
+
"line": 593
|
|
5109
5207
|
},
|
|
5110
5208
|
"name": "allowedUses",
|
|
5111
5209
|
"type": {
|
|
@@ -5123,7 +5221,7 @@
|
|
|
5123
5221
|
},
|
|
5124
5222
|
"locationInModule": {
|
|
5125
5223
|
"filename": "src/self-signed-cert/index.ts",
|
|
5126
|
-
"line":
|
|
5224
|
+
"line": 611
|
|
5127
5225
|
},
|
|
5128
5226
|
"name": "dnsNames",
|
|
5129
5227
|
"type": {
|
|
@@ -5141,7 +5239,7 @@
|
|
|
5141
5239
|
},
|
|
5142
5240
|
"locationInModule": {
|
|
5143
5241
|
"filename": "src/self-signed-cert/index.ts",
|
|
5144
|
-
"line":
|
|
5242
|
+
"line": 627
|
|
5145
5243
|
},
|
|
5146
5244
|
"name": "earlyRenewalHours",
|
|
5147
5245
|
"type": {
|
|
@@ -5154,7 +5252,7 @@
|
|
|
5154
5252
|
},
|
|
5155
5253
|
"locationInModule": {
|
|
5156
5254
|
"filename": "src/self-signed-cert/index.ts",
|
|
5157
|
-
"line":
|
|
5255
|
+
"line": 648
|
|
5158
5256
|
},
|
|
5159
5257
|
"name": "ipAddresses",
|
|
5160
5258
|
"type": {
|
|
@@ -5172,7 +5270,7 @@
|
|
|
5172
5270
|
},
|
|
5173
5271
|
"locationInModule": {
|
|
5174
5272
|
"filename": "src/self-signed-cert/index.ts",
|
|
5175
|
-
"line":
|
|
5273
|
+
"line": 664
|
|
5176
5274
|
},
|
|
5177
5275
|
"name": "isCaCertificate",
|
|
5178
5276
|
"type": {
|
|
@@ -5182,7 +5280,7 @@
|
|
|
5182
5280
|
"primitive": "boolean"
|
|
5183
5281
|
},
|
|
5184
5282
|
{
|
|
5185
|
-
"fqn": "
|
|
5283
|
+
"fqn": "cdktn.IResolvable"
|
|
5186
5284
|
}
|
|
5187
5285
|
]
|
|
5188
5286
|
}
|
|
@@ -5194,7 +5292,20 @@
|
|
|
5194
5292
|
},
|
|
5195
5293
|
"locationInModule": {
|
|
5196
5294
|
"filename": "src/self-signed-cert/index.ts",
|
|
5197
|
-
"line":
|
|
5295
|
+
"line": 685
|
|
5296
|
+
},
|
|
5297
|
+
"name": "maxPathLength",
|
|
5298
|
+
"type": {
|
|
5299
|
+
"primitive": "number"
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"docs": {
|
|
5304
|
+
"stability": "stable"
|
|
5305
|
+
},
|
|
5306
|
+
"locationInModule": {
|
|
5307
|
+
"filename": "src/self-signed-cert/index.ts",
|
|
5308
|
+
"line": 701
|
|
5198
5309
|
},
|
|
5199
5310
|
"name": "privateKeyPem",
|
|
5200
5311
|
"type": {
|
|
@@ -5207,7 +5318,7 @@
|
|
|
5207
5318
|
},
|
|
5208
5319
|
"locationInModule": {
|
|
5209
5320
|
"filename": "src/self-signed-cert/index.ts",
|
|
5210
|
-
"line":
|
|
5321
|
+
"line": 719
|
|
5211
5322
|
},
|
|
5212
5323
|
"name": "setAuthorityKeyId",
|
|
5213
5324
|
"type": {
|
|
@@ -5217,7 +5328,7 @@
|
|
|
5217
5328
|
"primitive": "boolean"
|
|
5218
5329
|
},
|
|
5219
5330
|
{
|
|
5220
|
-
"fqn": "
|
|
5331
|
+
"fqn": "cdktn.IResolvable"
|
|
5221
5332
|
}
|
|
5222
5333
|
]
|
|
5223
5334
|
}
|
|
@@ -5229,7 +5340,7 @@
|
|
|
5229
5340
|
},
|
|
5230
5341
|
"locationInModule": {
|
|
5231
5342
|
"filename": "src/self-signed-cert/index.ts",
|
|
5232
|
-
"line":
|
|
5343
|
+
"line": 735
|
|
5233
5344
|
},
|
|
5234
5345
|
"name": "setSubjectKeyId",
|
|
5235
5346
|
"type": {
|
|
@@ -5239,7 +5350,7 @@
|
|
|
5239
5350
|
"primitive": "boolean"
|
|
5240
5351
|
},
|
|
5241
5352
|
{
|
|
5242
|
-
"fqn": "
|
|
5353
|
+
"fqn": "cdktn.IResolvable"
|
|
5243
5354
|
}
|
|
5244
5355
|
]
|
|
5245
5356
|
}
|
|
@@ -5251,7 +5362,7 @@
|
|
|
5251
5362
|
},
|
|
5252
5363
|
"locationInModule": {
|
|
5253
5364
|
"filename": "src/self-signed-cert/index.ts",
|
|
5254
|
-
"line":
|
|
5365
|
+
"line": 751
|
|
5255
5366
|
},
|
|
5256
5367
|
"name": "uris",
|
|
5257
5368
|
"type": {
|
|
@@ -5269,7 +5380,7 @@
|
|
|
5269
5380
|
},
|
|
5270
5381
|
"locationInModule": {
|
|
5271
5382
|
"filename": "src/self-signed-cert/index.ts",
|
|
5272
|
-
"line":
|
|
5383
|
+
"line": 772
|
|
5273
5384
|
},
|
|
5274
5385
|
"name": "validityPeriodHours",
|
|
5275
5386
|
"type": {
|
|
@@ -5287,7 +5398,7 @@
|
|
|
5287
5398
|
},
|
|
5288
5399
|
"fqn": "@cdktn/provider-tls.selfSignedCert.SelfSignedCertConfig",
|
|
5289
5400
|
"interfaces": [
|
|
5290
|
-
"
|
|
5401
|
+
"cdktn.TerraformMetaArguments"
|
|
5291
5402
|
],
|
|
5292
5403
|
"kind": "interface",
|
|
5293
5404
|
"locationInModule": {
|
|
@@ -5300,7 +5411,7 @@
|
|
|
5300
5411
|
{
|
|
5301
5412
|
"abstract": true,
|
|
5302
5413
|
"docs": {
|
|
5303
|
-
"remarks": "Values are defined in [RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280) and combine flags defined by both [Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.3) and [Extended Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.12). Accepted values: `any_extended`, `cert_signing`, `client_auth`, `code_signing`, `content_commitment`, `crl_signing`, `data_encipherment`, `decipher_only`, `digital_signature`, `email_protection`, `encipher_only`, `ipsec_end_system`, `ipsec_tunnel`, `ipsec_user`, `key_agreement`, `key_encipherment`, `microsoft_commercial_code_signing`, `microsoft_kernel_code_signing`, `microsoft_server_gated_crypto`, `netscape_server_gated_crypto`, `ocsp_signing`, `server_auth`, `timestamping`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5414
|
+
"remarks": "Values are defined in [RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280) and combine flags defined by both [Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.3) and [Extended Key Usages](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.12). Accepted values: `any_extended`, `cert_signing`, `client_auth`, `code_signing`, `content_commitment`, `crl_signing`, `data_encipherment`, `decipher_only`, `digital_signature`, `email_protection`, `encipher_only`, `ipsec_end_system`, `ipsec_tunnel`, `ipsec_user`, `key_agreement`, `key_encipherment`, `microsoft_commercial_code_signing`, `microsoft_kernel_code_signing`, `microsoft_server_gated_crypto`, `netscape_server_gated_crypto`, `ocsp_signing`, `server_auth`, `timestamping`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#allowed_uses SelfSignedCert#allowed_uses}",
|
|
5304
5415
|
"stability": "stable",
|
|
5305
5416
|
"summary": "List of key usages allowed for the issued certificate."
|
|
5306
5417
|
},
|
|
@@ -5322,14 +5433,14 @@
|
|
|
5322
5433
|
{
|
|
5323
5434
|
"abstract": true,
|
|
5324
5435
|
"docs": {
|
|
5325
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5436
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#private_key_pem SelfSignedCert#private_key_pem}",
|
|
5326
5437
|
"stability": "stable",
|
|
5327
5438
|
"summary": "Private key in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format, that the certificate will belong to. This can be read from a separate file using the [`file`](https://www.terraform.io/language/functions/file) interpolation function."
|
|
5328
5439
|
},
|
|
5329
5440
|
"immutable": true,
|
|
5330
5441
|
"locationInModule": {
|
|
5331
5442
|
"filename": "src/self-signed-cert/index.ts",
|
|
5332
|
-
"line":
|
|
5443
|
+
"line": 56
|
|
5333
5444
|
},
|
|
5334
5445
|
"name": "privateKeyPem",
|
|
5335
5446
|
"type": {
|
|
@@ -5339,14 +5450,14 @@
|
|
|
5339
5450
|
{
|
|
5340
5451
|
"abstract": true,
|
|
5341
5452
|
"docs": {
|
|
5342
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5453
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#validity_period_hours SelfSignedCert#validity_period_hours}",
|
|
5343
5454
|
"stability": "stable",
|
|
5344
5455
|
"summary": "Number of hours, after initial issuing, that the certificate will remain valid for."
|
|
5345
5456
|
},
|
|
5346
5457
|
"immutable": true,
|
|
5347
5458
|
"locationInModule": {
|
|
5348
5459
|
"filename": "src/self-signed-cert/index.ts",
|
|
5349
|
-
"line":
|
|
5460
|
+
"line": 80
|
|
5350
5461
|
},
|
|
5351
5462
|
"name": "validityPeriodHours",
|
|
5352
5463
|
"type": {
|
|
@@ -5356,7 +5467,7 @@
|
|
|
5356
5467
|
{
|
|
5357
5468
|
"abstract": true,
|
|
5358
5469
|
"docs": {
|
|
5359
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5470
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#dns_names SelfSignedCert#dns_names}",
|
|
5360
5471
|
"stability": "stable",
|
|
5361
5472
|
"summary": "List of DNS names for which a certificate is being requested (i.e. certificate subjects)."
|
|
5362
5473
|
},
|
|
@@ -5379,7 +5490,7 @@
|
|
|
5379
5490
|
{
|
|
5380
5491
|
"abstract": true,
|
|
5381
5492
|
"docs": {
|
|
5382
|
-
"remarks": "This can be useful to deploy an updated certificate in advance of the expiration of the current certificate. However, the old certificate remains valid until its true expiration time, since this resource does not (and cannot) support certificate revocation. Also, this advance update can only be performed should the Terraform configuration be applied during the early renewal period. (default: `0`)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5493
|
+
"remarks": "This can be useful to deploy an updated certificate in advance of the expiration of the current certificate. However, the old certificate remains valid until its true expiration time, since this resource does not (and cannot) support certificate revocation. Also, this advance update can only be performed should the Terraform configuration be applied during the early renewal period. (default: `0`)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#early_renewal_hours SelfSignedCert#early_renewal_hours}",
|
|
5383
5494
|
"stability": "stable",
|
|
5384
5495
|
"summary": "The resource will consider the certificate to have expired the given number of hours before its actual expiry time."
|
|
5385
5496
|
},
|
|
@@ -5397,7 +5508,7 @@
|
|
|
5397
5508
|
{
|
|
5398
5509
|
"abstract": true,
|
|
5399
5510
|
"docs": {
|
|
5400
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5511
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#ip_addresses SelfSignedCert#ip_addresses}",
|
|
5401
5512
|
"stability": "stable",
|
|
5402
5513
|
"summary": "List of IP addresses for which a certificate is being requested (i.e. certificate subjects)."
|
|
5403
5514
|
},
|
|
@@ -5420,7 +5531,7 @@
|
|
|
5420
5531
|
{
|
|
5421
5532
|
"abstract": true,
|
|
5422
5533
|
"docs": {
|
|
5423
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5534
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#is_ca_certificate SelfSignedCert#is_ca_certificate}",
|
|
5424
5535
|
"stability": "stable",
|
|
5425
5536
|
"summary": "Is the generated certificate representing a Certificate Authority (CA) (default: `false`)."
|
|
5426
5537
|
},
|
|
@@ -5438,7 +5549,7 @@
|
|
|
5438
5549
|
"primitive": "boolean"
|
|
5439
5550
|
},
|
|
5440
5551
|
{
|
|
5441
|
-
"fqn": "
|
|
5552
|
+
"fqn": "cdktn.IResolvable"
|
|
5442
5553
|
}
|
|
5443
5554
|
]
|
|
5444
5555
|
}
|
|
@@ -5447,14 +5558,32 @@
|
|
|
5447
5558
|
{
|
|
5448
5559
|
"abstract": true,
|
|
5449
5560
|
"docs": {
|
|
5450
|
-
"remarks": "
|
|
5561
|
+
"remarks": "If `is_ca_certificate` is `false`, this value is ignored.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#max_path_length SelfSignedCert#max_path_length}",
|
|
5562
|
+
"stability": "stable",
|
|
5563
|
+
"summary": "Maximum number of intermediate certificates that may follow this certificate in a valid certification path."
|
|
5564
|
+
},
|
|
5565
|
+
"immutable": true,
|
|
5566
|
+
"locationInModule": {
|
|
5567
|
+
"filename": "src/self-signed-cert/index.ts",
|
|
5568
|
+
"line": 50
|
|
5569
|
+
},
|
|
5570
|
+
"name": "maxPathLength",
|
|
5571
|
+
"optional": true,
|
|
5572
|
+
"type": {
|
|
5573
|
+
"primitive": "number"
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"abstract": true,
|
|
5578
|
+
"docs": {
|
|
5579
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#set_authority_key_id SelfSignedCert#set_authority_key_id}",
|
|
5451
5580
|
"stability": "stable",
|
|
5452
5581
|
"summary": "Should the generated certificate include an [authority key identifier](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.1): for self-signed certificates this is the same value as the [subject key identifier](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.2) (default: `false`)."
|
|
5453
5582
|
},
|
|
5454
5583
|
"immutable": true,
|
|
5455
5584
|
"locationInModule": {
|
|
5456
5585
|
"filename": "src/self-signed-cert/index.ts",
|
|
5457
|
-
"line":
|
|
5586
|
+
"line": 62
|
|
5458
5587
|
},
|
|
5459
5588
|
"name": "setAuthorityKeyId",
|
|
5460
5589
|
"optional": true,
|
|
@@ -5465,7 +5594,7 @@
|
|
|
5465
5594
|
"primitive": "boolean"
|
|
5466
5595
|
},
|
|
5467
5596
|
{
|
|
5468
|
-
"fqn": "
|
|
5597
|
+
"fqn": "cdktn.IResolvable"
|
|
5469
5598
|
}
|
|
5470
5599
|
]
|
|
5471
5600
|
}
|
|
@@ -5474,14 +5603,14 @@
|
|
|
5474
5603
|
{
|
|
5475
5604
|
"abstract": true,
|
|
5476
5605
|
"docs": {
|
|
5477
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5606
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#set_subject_key_id SelfSignedCert#set_subject_key_id}",
|
|
5478
5607
|
"stability": "stable",
|
|
5479
5608
|
"summary": "Should the generated certificate include a [subject key identifier](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.2) (default: `false`)."
|
|
5480
5609
|
},
|
|
5481
5610
|
"immutable": true,
|
|
5482
5611
|
"locationInModule": {
|
|
5483
5612
|
"filename": "src/self-signed-cert/index.ts",
|
|
5484
|
-
"line":
|
|
5613
|
+
"line": 68
|
|
5485
5614
|
},
|
|
5486
5615
|
"name": "setSubjectKeyId",
|
|
5487
5616
|
"optional": true,
|
|
@@ -5492,7 +5621,7 @@
|
|
|
5492
5621
|
"primitive": "boolean"
|
|
5493
5622
|
},
|
|
5494
5623
|
{
|
|
5495
|
-
"fqn": "
|
|
5624
|
+
"fqn": "cdktn.IResolvable"
|
|
5496
5625
|
}
|
|
5497
5626
|
]
|
|
5498
5627
|
}
|
|
@@ -5501,14 +5630,14 @@
|
|
|
5501
5630
|
{
|
|
5502
5631
|
"abstract": true,
|
|
5503
5632
|
"docs": {
|
|
5504
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5633
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#subject SelfSignedCert#subject}",
|
|
5505
5634
|
"stability": "stable",
|
|
5506
5635
|
"summary": "subject block."
|
|
5507
5636
|
},
|
|
5508
5637
|
"immutable": true,
|
|
5509
5638
|
"locationInModule": {
|
|
5510
5639
|
"filename": "src/self-signed-cert/index.ts",
|
|
5511
|
-
"line":
|
|
5640
|
+
"line": 86
|
|
5512
5641
|
},
|
|
5513
5642
|
"name": "subject",
|
|
5514
5643
|
"optional": true,
|
|
@@ -5516,7 +5645,7 @@
|
|
|
5516
5645
|
"union": {
|
|
5517
5646
|
"types": [
|
|
5518
5647
|
{
|
|
5519
|
-
"fqn": "
|
|
5648
|
+
"fqn": "cdktn.IResolvable"
|
|
5520
5649
|
},
|
|
5521
5650
|
{
|
|
5522
5651
|
"collection": {
|
|
@@ -5533,14 +5662,14 @@
|
|
|
5533
5662
|
{
|
|
5534
5663
|
"abstract": true,
|
|
5535
5664
|
"docs": {
|
|
5536
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5665
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#uris SelfSignedCert#uris}",
|
|
5537
5666
|
"stability": "stable",
|
|
5538
5667
|
"summary": "List of URIs for which a certificate is being requested (i.e. certificate subjects)."
|
|
5539
5668
|
},
|
|
5540
5669
|
"immutable": true,
|
|
5541
5670
|
"locationInModule": {
|
|
5542
5671
|
"filename": "src/self-signed-cert/index.ts",
|
|
5543
|
-
"line":
|
|
5672
|
+
"line": 74
|
|
5544
5673
|
},
|
|
5545
5674
|
"name": "uris",
|
|
5546
5675
|
"optional": true,
|
|
@@ -5566,7 +5695,7 @@
|
|
|
5566
5695
|
"kind": "interface",
|
|
5567
5696
|
"locationInModule": {
|
|
5568
5697
|
"filename": "src/self-signed-cert/index.ts",
|
|
5569
|
-
"line":
|
|
5698
|
+
"line": 88
|
|
5570
5699
|
},
|
|
5571
5700
|
"name": "SelfSignedCertSubject",
|
|
5572
5701
|
"namespace": "selfSignedCert",
|
|
@@ -5574,14 +5703,14 @@
|
|
|
5574
5703
|
{
|
|
5575
5704
|
"abstract": true,
|
|
5576
5705
|
"docs": {
|
|
5577
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5706
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#common_name SelfSignedCert#common_name}",
|
|
5578
5707
|
"stability": "stable",
|
|
5579
5708
|
"summary": "Distinguished name: `CN`."
|
|
5580
5709
|
},
|
|
5581
5710
|
"immutable": true,
|
|
5582
5711
|
"locationInModule": {
|
|
5583
5712
|
"filename": "src/self-signed-cert/index.ts",
|
|
5584
|
-
"line":
|
|
5713
|
+
"line": 94
|
|
5585
5714
|
},
|
|
5586
5715
|
"name": "commonName",
|
|
5587
5716
|
"optional": true,
|
|
@@ -5592,14 +5721,14 @@
|
|
|
5592
5721
|
{
|
|
5593
5722
|
"abstract": true,
|
|
5594
5723
|
"docs": {
|
|
5595
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5724
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#country SelfSignedCert#country}",
|
|
5596
5725
|
"stability": "stable",
|
|
5597
5726
|
"summary": "Distinguished name: `C`."
|
|
5598
5727
|
},
|
|
5599
5728
|
"immutable": true,
|
|
5600
5729
|
"locationInModule": {
|
|
5601
5730
|
"filename": "src/self-signed-cert/index.ts",
|
|
5602
|
-
"line":
|
|
5731
|
+
"line": 100
|
|
5603
5732
|
},
|
|
5604
5733
|
"name": "country",
|
|
5605
5734
|
"optional": true,
|
|
@@ -5610,14 +5739,14 @@
|
|
|
5610
5739
|
{
|
|
5611
5740
|
"abstract": true,
|
|
5612
5741
|
"docs": {
|
|
5613
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5742
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#email_address SelfSignedCert#email_address}",
|
|
5614
5743
|
"stability": "stable",
|
|
5615
5744
|
"summary": "ASN.1 Object Identifier (OID): `1.2.840.113549.1.9.1`."
|
|
5616
5745
|
},
|
|
5617
5746
|
"immutable": true,
|
|
5618
5747
|
"locationInModule": {
|
|
5619
5748
|
"filename": "src/self-signed-cert/index.ts",
|
|
5620
|
-
"line":
|
|
5749
|
+
"line": 106
|
|
5621
5750
|
},
|
|
5622
5751
|
"name": "emailAddress",
|
|
5623
5752
|
"optional": true,
|
|
@@ -5628,14 +5757,14 @@
|
|
|
5628
5757
|
{
|
|
5629
5758
|
"abstract": true,
|
|
5630
5759
|
"docs": {
|
|
5631
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5760
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#locality SelfSignedCert#locality}",
|
|
5632
5761
|
"stability": "stable",
|
|
5633
5762
|
"summary": "Distinguished name: `L`."
|
|
5634
5763
|
},
|
|
5635
5764
|
"immutable": true,
|
|
5636
5765
|
"locationInModule": {
|
|
5637
5766
|
"filename": "src/self-signed-cert/index.ts",
|
|
5638
|
-
"line":
|
|
5767
|
+
"line": 112
|
|
5639
5768
|
},
|
|
5640
5769
|
"name": "locality",
|
|
5641
5770
|
"optional": true,
|
|
@@ -5646,14 +5775,14 @@
|
|
|
5646
5775
|
{
|
|
5647
5776
|
"abstract": true,
|
|
5648
5777
|
"docs": {
|
|
5649
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5778
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#organization SelfSignedCert#organization}",
|
|
5650
5779
|
"stability": "stable",
|
|
5651
5780
|
"summary": "Distinguished name: `O`."
|
|
5652
5781
|
},
|
|
5653
5782
|
"immutable": true,
|
|
5654
5783
|
"locationInModule": {
|
|
5655
5784
|
"filename": "src/self-signed-cert/index.ts",
|
|
5656
|
-
"line":
|
|
5785
|
+
"line": 118
|
|
5657
5786
|
},
|
|
5658
5787
|
"name": "organization",
|
|
5659
5788
|
"optional": true,
|
|
@@ -5664,14 +5793,14 @@
|
|
|
5664
5793
|
{
|
|
5665
5794
|
"abstract": true,
|
|
5666
5795
|
"docs": {
|
|
5667
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5796
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#organizational_unit SelfSignedCert#organizational_unit}",
|
|
5668
5797
|
"stability": "stable",
|
|
5669
5798
|
"summary": "Distinguished name: `OU`."
|
|
5670
5799
|
},
|
|
5671
5800
|
"immutable": true,
|
|
5672
5801
|
"locationInModule": {
|
|
5673
5802
|
"filename": "src/self-signed-cert/index.ts",
|
|
5674
|
-
"line":
|
|
5803
|
+
"line": 124
|
|
5675
5804
|
},
|
|
5676
5805
|
"name": "organizationalUnit",
|
|
5677
5806
|
"optional": true,
|
|
@@ -5682,14 +5811,14 @@
|
|
|
5682
5811
|
{
|
|
5683
5812
|
"abstract": true,
|
|
5684
5813
|
"docs": {
|
|
5685
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5814
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#postal_code SelfSignedCert#postal_code}",
|
|
5686
5815
|
"stability": "stable",
|
|
5687
5816
|
"summary": "Distinguished name: `PC`."
|
|
5688
5817
|
},
|
|
5689
5818
|
"immutable": true,
|
|
5690
5819
|
"locationInModule": {
|
|
5691
5820
|
"filename": "src/self-signed-cert/index.ts",
|
|
5692
|
-
"line":
|
|
5821
|
+
"line": 130
|
|
5693
5822
|
},
|
|
5694
5823
|
"name": "postalCode",
|
|
5695
5824
|
"optional": true,
|
|
@@ -5700,14 +5829,14 @@
|
|
|
5700
5829
|
{
|
|
5701
5830
|
"abstract": true,
|
|
5702
5831
|
"docs": {
|
|
5703
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5832
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#province SelfSignedCert#province}",
|
|
5704
5833
|
"stability": "stable",
|
|
5705
5834
|
"summary": "Distinguished name: `ST`."
|
|
5706
5835
|
},
|
|
5707
5836
|
"immutable": true,
|
|
5708
5837
|
"locationInModule": {
|
|
5709
5838
|
"filename": "src/self-signed-cert/index.ts",
|
|
5710
|
-
"line":
|
|
5839
|
+
"line": 136
|
|
5711
5840
|
},
|
|
5712
5841
|
"name": "province",
|
|
5713
5842
|
"optional": true,
|
|
@@ -5718,14 +5847,14 @@
|
|
|
5718
5847
|
{
|
|
5719
5848
|
"abstract": true,
|
|
5720
5849
|
"docs": {
|
|
5721
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5850
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#serial_number SelfSignedCert#serial_number}",
|
|
5722
5851
|
"stability": "stable",
|
|
5723
5852
|
"summary": "Distinguished name: `SERIALNUMBER`."
|
|
5724
5853
|
},
|
|
5725
5854
|
"immutable": true,
|
|
5726
5855
|
"locationInModule": {
|
|
5727
5856
|
"filename": "src/self-signed-cert/index.ts",
|
|
5728
|
-
"line":
|
|
5857
|
+
"line": 142
|
|
5729
5858
|
},
|
|
5730
5859
|
"name": "serialNumber",
|
|
5731
5860
|
"optional": true,
|
|
@@ -5736,14 +5865,14 @@
|
|
|
5736
5865
|
{
|
|
5737
5866
|
"abstract": true,
|
|
5738
5867
|
"docs": {
|
|
5739
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.1
|
|
5868
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.2.1/docs/resources/self_signed_cert#street_address SelfSignedCert#street_address}",
|
|
5740
5869
|
"stability": "stable",
|
|
5741
5870
|
"summary": "Distinguished name: `STREET`."
|
|
5742
5871
|
},
|
|
5743
5872
|
"immutable": true,
|
|
5744
5873
|
"locationInModule": {
|
|
5745
5874
|
"filename": "src/self-signed-cert/index.ts",
|
|
5746
|
-
"line":
|
|
5875
|
+
"line": 148
|
|
5747
5876
|
},
|
|
5748
5877
|
"name": "streetAddress",
|
|
5749
5878
|
"optional": true,
|
|
@@ -5761,7 +5890,7 @@
|
|
|
5761
5890
|
},
|
|
5762
5891
|
"@cdktn/provider-tls.selfSignedCert.SelfSignedCertSubjectList": {
|
|
5763
5892
|
"assembly": "@cdktn/provider-tls",
|
|
5764
|
-
"base": "
|
|
5893
|
+
"base": "cdktn.ComplexList",
|
|
5765
5894
|
"docs": {
|
|
5766
5895
|
"stability": "stable"
|
|
5767
5896
|
},
|
|
@@ -5772,7 +5901,7 @@
|
|
|
5772
5901
|
},
|
|
5773
5902
|
"locationInModule": {
|
|
5774
5903
|
"filename": "src/self-signed-cert/index.ts",
|
|
5775
|
-
"line":
|
|
5904
|
+
"line": 510
|
|
5776
5905
|
},
|
|
5777
5906
|
"parameters": [
|
|
5778
5907
|
{
|
|
@@ -5781,7 +5910,7 @@
|
|
|
5781
5910
|
},
|
|
5782
5911
|
"name": "terraformResource",
|
|
5783
5912
|
"type": {
|
|
5784
|
-
"fqn": "
|
|
5913
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
5785
5914
|
}
|
|
5786
5915
|
},
|
|
5787
5916
|
{
|
|
@@ -5807,7 +5936,7 @@
|
|
|
5807
5936
|
"kind": "class",
|
|
5808
5937
|
"locationInModule": {
|
|
5809
5938
|
"filename": "src/self-signed-cert/index.ts",
|
|
5810
|
-
"line":
|
|
5939
|
+
"line": 502
|
|
5811
5940
|
},
|
|
5812
5941
|
"methods": [
|
|
5813
5942
|
{
|
|
@@ -5816,7 +5945,7 @@
|
|
|
5816
5945
|
},
|
|
5817
5946
|
"locationInModule": {
|
|
5818
5947
|
"filename": "src/self-signed-cert/index.ts",
|
|
5819
|
-
"line":
|
|
5948
|
+
"line": 517
|
|
5820
5949
|
},
|
|
5821
5950
|
"name": "get",
|
|
5822
5951
|
"parameters": [
|
|
@@ -5847,10 +5976,10 @@
|
|
|
5847
5976
|
},
|
|
5848
5977
|
"locationInModule": {
|
|
5849
5978
|
"filename": "src/self-signed-cert/index.ts",
|
|
5850
|
-
"line":
|
|
5979
|
+
"line": 510
|
|
5851
5980
|
},
|
|
5852
5981
|
"name": "terraformAttribute",
|
|
5853
|
-
"overrides": "
|
|
5982
|
+
"overrides": "cdktn.ComplexList",
|
|
5854
5983
|
"protected": true,
|
|
5855
5984
|
"type": {
|
|
5856
5985
|
"primitive": "string"
|
|
@@ -5863,13 +5992,13 @@
|
|
|
5863
5992
|
},
|
|
5864
5993
|
"locationInModule": {
|
|
5865
5994
|
"filename": "src/self-signed-cert/index.ts",
|
|
5866
|
-
"line":
|
|
5995
|
+
"line": 510
|
|
5867
5996
|
},
|
|
5868
5997
|
"name": "terraformResource",
|
|
5869
|
-
"overrides": "
|
|
5998
|
+
"overrides": "cdktn.ComplexList",
|
|
5870
5999
|
"protected": true,
|
|
5871
6000
|
"type": {
|
|
5872
|
-
"fqn": "
|
|
6001
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
5873
6002
|
}
|
|
5874
6003
|
},
|
|
5875
6004
|
{
|
|
@@ -5879,10 +6008,10 @@
|
|
|
5879
6008
|
},
|
|
5880
6009
|
"locationInModule": {
|
|
5881
6010
|
"filename": "src/self-signed-cert/index.ts",
|
|
5882
|
-
"line":
|
|
6011
|
+
"line": 510
|
|
5883
6012
|
},
|
|
5884
6013
|
"name": "wrapsSet",
|
|
5885
|
-
"overrides": "
|
|
6014
|
+
"overrides": "cdktn.ComplexList",
|
|
5886
6015
|
"protected": true,
|
|
5887
6016
|
"type": {
|
|
5888
6017
|
"primitive": "boolean"
|
|
@@ -5894,7 +6023,7 @@
|
|
|
5894
6023
|
},
|
|
5895
6024
|
"locationInModule": {
|
|
5896
6025
|
"filename": "src/self-signed-cert/index.ts",
|
|
5897
|
-
"line":
|
|
6026
|
+
"line": 503
|
|
5898
6027
|
},
|
|
5899
6028
|
"name": "internalValue",
|
|
5900
6029
|
"optional": true,
|
|
@@ -5902,7 +6031,7 @@
|
|
|
5902
6031
|
"union": {
|
|
5903
6032
|
"types": [
|
|
5904
6033
|
{
|
|
5905
|
-
"fqn": "
|
|
6034
|
+
"fqn": "cdktn.IResolvable"
|
|
5906
6035
|
},
|
|
5907
6036
|
{
|
|
5908
6037
|
"collection": {
|
|
@@ -5921,7 +6050,7 @@
|
|
|
5921
6050
|
},
|
|
5922
6051
|
"@cdktn/provider-tls.selfSignedCert.SelfSignedCertSubjectOutputReference": {
|
|
5923
6052
|
"assembly": "@cdktn/provider-tls",
|
|
5924
|
-
"base": "
|
|
6053
|
+
"base": "cdktn.ComplexObject",
|
|
5925
6054
|
"docs": {
|
|
5926
6055
|
"stability": "stable"
|
|
5927
6056
|
},
|
|
@@ -5932,7 +6061,7 @@
|
|
|
5932
6061
|
},
|
|
5933
6062
|
"locationInModule": {
|
|
5934
6063
|
"filename": "src/self-signed-cert/index.ts",
|
|
5935
|
-
"line":
|
|
6064
|
+
"line": 253
|
|
5936
6065
|
},
|
|
5937
6066
|
"parameters": [
|
|
5938
6067
|
{
|
|
@@ -5941,7 +6070,7 @@
|
|
|
5941
6070
|
},
|
|
5942
6071
|
"name": "terraformResource",
|
|
5943
6072
|
"type": {
|
|
5944
|
-
"fqn": "
|
|
6073
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
5945
6074
|
}
|
|
5946
6075
|
},
|
|
5947
6076
|
{
|
|
@@ -5976,7 +6105,7 @@
|
|
|
5976
6105
|
"kind": "class",
|
|
5977
6106
|
"locationInModule": {
|
|
5978
6107
|
"filename": "src/self-signed-cert/index.ts",
|
|
5979
|
-
"line":
|
|
6108
|
+
"line": 243
|
|
5980
6109
|
},
|
|
5981
6110
|
"methods": [
|
|
5982
6111
|
{
|
|
@@ -5985,7 +6114,7 @@
|
|
|
5985
6114
|
},
|
|
5986
6115
|
"locationInModule": {
|
|
5987
6116
|
"filename": "src/self-signed-cert/index.ts",
|
|
5988
|
-
"line":
|
|
6117
|
+
"line": 349
|
|
5989
6118
|
},
|
|
5990
6119
|
"name": "resetCommonName"
|
|
5991
6120
|
},
|
|
@@ -5995,7 +6124,7 @@
|
|
|
5995
6124
|
},
|
|
5996
6125
|
"locationInModule": {
|
|
5997
6126
|
"filename": "src/self-signed-cert/index.ts",
|
|
5998
|
-
"line":
|
|
6127
|
+
"line": 365
|
|
5999
6128
|
},
|
|
6000
6129
|
"name": "resetCountry"
|
|
6001
6130
|
},
|
|
@@ -6005,7 +6134,7 @@
|
|
|
6005
6134
|
},
|
|
6006
6135
|
"locationInModule": {
|
|
6007
6136
|
"filename": "src/self-signed-cert/index.ts",
|
|
6008
|
-
"line":
|
|
6137
|
+
"line": 381
|
|
6009
6138
|
},
|
|
6010
6139
|
"name": "resetEmailAddress"
|
|
6011
6140
|
},
|
|
@@ -6015,7 +6144,7 @@
|
|
|
6015
6144
|
},
|
|
6016
6145
|
"locationInModule": {
|
|
6017
6146
|
"filename": "src/self-signed-cert/index.ts",
|
|
6018
|
-
"line":
|
|
6147
|
+
"line": 397
|
|
6019
6148
|
},
|
|
6020
6149
|
"name": "resetLocality"
|
|
6021
6150
|
},
|
|
@@ -6025,7 +6154,7 @@
|
|
|
6025
6154
|
},
|
|
6026
6155
|
"locationInModule": {
|
|
6027
6156
|
"filename": "src/self-signed-cert/index.ts",
|
|
6028
|
-
"line":
|
|
6157
|
+
"line": 413
|
|
6029
6158
|
},
|
|
6030
6159
|
"name": "resetOrganization"
|
|
6031
6160
|
},
|
|
@@ -6035,7 +6164,7 @@
|
|
|
6035
6164
|
},
|
|
6036
6165
|
"locationInModule": {
|
|
6037
6166
|
"filename": "src/self-signed-cert/index.ts",
|
|
6038
|
-
"line":
|
|
6167
|
+
"line": 429
|
|
6039
6168
|
},
|
|
6040
6169
|
"name": "resetOrganizationalUnit"
|
|
6041
6170
|
},
|
|
@@ -6045,7 +6174,7 @@
|
|
|
6045
6174
|
},
|
|
6046
6175
|
"locationInModule": {
|
|
6047
6176
|
"filename": "src/self-signed-cert/index.ts",
|
|
6048
|
-
"line":
|
|
6177
|
+
"line": 445
|
|
6049
6178
|
},
|
|
6050
6179
|
"name": "resetPostalCode"
|
|
6051
6180
|
},
|
|
@@ -6055,7 +6184,7 @@
|
|
|
6055
6184
|
},
|
|
6056
6185
|
"locationInModule": {
|
|
6057
6186
|
"filename": "src/self-signed-cert/index.ts",
|
|
6058
|
-
"line":
|
|
6187
|
+
"line": 461
|
|
6059
6188
|
},
|
|
6060
6189
|
"name": "resetProvince"
|
|
6061
6190
|
},
|
|
@@ -6065,7 +6194,7 @@
|
|
|
6065
6194
|
},
|
|
6066
6195
|
"locationInModule": {
|
|
6067
6196
|
"filename": "src/self-signed-cert/index.ts",
|
|
6068
|
-
"line":
|
|
6197
|
+
"line": 477
|
|
6069
6198
|
},
|
|
6070
6199
|
"name": "resetSerialNumber"
|
|
6071
6200
|
},
|
|
@@ -6075,7 +6204,7 @@
|
|
|
6075
6204
|
},
|
|
6076
6205
|
"locationInModule": {
|
|
6077
6206
|
"filename": "src/self-signed-cert/index.ts",
|
|
6078
|
-
"line":
|
|
6207
|
+
"line": 493
|
|
6079
6208
|
},
|
|
6080
6209
|
"name": "resetStreetAddress"
|
|
6081
6210
|
}
|
|
@@ -6090,7 +6219,7 @@
|
|
|
6090
6219
|
"immutable": true,
|
|
6091
6220
|
"locationInModule": {
|
|
6092
6221
|
"filename": "src/self-signed-cert/index.ts",
|
|
6093
|
-
"line":
|
|
6222
|
+
"line": 353
|
|
6094
6223
|
},
|
|
6095
6224
|
"name": "commonNameInput",
|
|
6096
6225
|
"optional": true,
|
|
@@ -6105,7 +6234,7 @@
|
|
|
6105
6234
|
"immutable": true,
|
|
6106
6235
|
"locationInModule": {
|
|
6107
6236
|
"filename": "src/self-signed-cert/index.ts",
|
|
6108
|
-
"line":
|
|
6237
|
+
"line": 369
|
|
6109
6238
|
},
|
|
6110
6239
|
"name": "countryInput",
|
|
6111
6240
|
"optional": true,
|
|
@@ -6120,7 +6249,7 @@
|
|
|
6120
6249
|
"immutable": true,
|
|
6121
6250
|
"locationInModule": {
|
|
6122
6251
|
"filename": "src/self-signed-cert/index.ts",
|
|
6123
|
-
"line":
|
|
6252
|
+
"line": 385
|
|
6124
6253
|
},
|
|
6125
6254
|
"name": "emailAddressInput",
|
|
6126
6255
|
"optional": true,
|
|
@@ -6135,7 +6264,7 @@
|
|
|
6135
6264
|
"immutable": true,
|
|
6136
6265
|
"locationInModule": {
|
|
6137
6266
|
"filename": "src/self-signed-cert/index.ts",
|
|
6138
|
-
"line":
|
|
6267
|
+
"line": 401
|
|
6139
6268
|
},
|
|
6140
6269
|
"name": "localityInput",
|
|
6141
6270
|
"optional": true,
|
|
@@ -6150,7 +6279,7 @@
|
|
|
6150
6279
|
"immutable": true,
|
|
6151
6280
|
"locationInModule": {
|
|
6152
6281
|
"filename": "src/self-signed-cert/index.ts",
|
|
6153
|
-
"line":
|
|
6282
|
+
"line": 433
|
|
6154
6283
|
},
|
|
6155
6284
|
"name": "organizationalUnitInput",
|
|
6156
6285
|
"optional": true,
|
|
@@ -6165,7 +6294,7 @@
|
|
|
6165
6294
|
"immutable": true,
|
|
6166
6295
|
"locationInModule": {
|
|
6167
6296
|
"filename": "src/self-signed-cert/index.ts",
|
|
6168
|
-
"line":
|
|
6297
|
+
"line": 417
|
|
6169
6298
|
},
|
|
6170
6299
|
"name": "organizationInput",
|
|
6171
6300
|
"optional": true,
|
|
@@ -6180,7 +6309,7 @@
|
|
|
6180
6309
|
"immutable": true,
|
|
6181
6310
|
"locationInModule": {
|
|
6182
6311
|
"filename": "src/self-signed-cert/index.ts",
|
|
6183
|
-
"line":
|
|
6312
|
+
"line": 449
|
|
6184
6313
|
},
|
|
6185
6314
|
"name": "postalCodeInput",
|
|
6186
6315
|
"optional": true,
|
|
@@ -6195,7 +6324,7 @@
|
|
|
6195
6324
|
"immutable": true,
|
|
6196
6325
|
"locationInModule": {
|
|
6197
6326
|
"filename": "src/self-signed-cert/index.ts",
|
|
6198
|
-
"line":
|
|
6327
|
+
"line": 465
|
|
6199
6328
|
},
|
|
6200
6329
|
"name": "provinceInput",
|
|
6201
6330
|
"optional": true,
|
|
@@ -6210,7 +6339,7 @@
|
|
|
6210
6339
|
"immutable": true,
|
|
6211
6340
|
"locationInModule": {
|
|
6212
6341
|
"filename": "src/self-signed-cert/index.ts",
|
|
6213
|
-
"line":
|
|
6342
|
+
"line": 481
|
|
6214
6343
|
},
|
|
6215
6344
|
"name": "serialNumberInput",
|
|
6216
6345
|
"optional": true,
|
|
@@ -6225,7 +6354,7 @@
|
|
|
6225
6354
|
"immutable": true,
|
|
6226
6355
|
"locationInModule": {
|
|
6227
6356
|
"filename": "src/self-signed-cert/index.ts",
|
|
6228
|
-
"line":
|
|
6357
|
+
"line": 497
|
|
6229
6358
|
},
|
|
6230
6359
|
"name": "streetAddressInput",
|
|
6231
6360
|
"optional": true,
|
|
@@ -6244,7 +6373,7 @@
|
|
|
6244
6373
|
},
|
|
6245
6374
|
"locationInModule": {
|
|
6246
6375
|
"filename": "src/self-signed-cert/index.ts",
|
|
6247
|
-
"line":
|
|
6376
|
+
"line": 343
|
|
6248
6377
|
},
|
|
6249
6378
|
"name": "commonName",
|
|
6250
6379
|
"type": {
|
|
@@ -6257,7 +6386,7 @@
|
|
|
6257
6386
|
},
|
|
6258
6387
|
"locationInModule": {
|
|
6259
6388
|
"filename": "src/self-signed-cert/index.ts",
|
|
6260
|
-
"line":
|
|
6389
|
+
"line": 359
|
|
6261
6390
|
},
|
|
6262
6391
|
"name": "country",
|
|
6263
6392
|
"type": {
|
|
@@ -6270,7 +6399,7 @@
|
|
|
6270
6399
|
},
|
|
6271
6400
|
"locationInModule": {
|
|
6272
6401
|
"filename": "src/self-signed-cert/index.ts",
|
|
6273
|
-
"line":
|
|
6402
|
+
"line": 375
|
|
6274
6403
|
},
|
|
6275
6404
|
"name": "emailAddress",
|
|
6276
6405
|
"type": {
|
|
@@ -6283,7 +6412,7 @@
|
|
|
6283
6412
|
},
|
|
6284
6413
|
"locationInModule": {
|
|
6285
6414
|
"filename": "src/self-signed-cert/index.ts",
|
|
6286
|
-
"line":
|
|
6415
|
+
"line": 391
|
|
6287
6416
|
},
|
|
6288
6417
|
"name": "locality",
|
|
6289
6418
|
"type": {
|
|
@@ -6296,7 +6425,7 @@
|
|
|
6296
6425
|
},
|
|
6297
6426
|
"locationInModule": {
|
|
6298
6427
|
"filename": "src/self-signed-cert/index.ts",
|
|
6299
|
-
"line":
|
|
6428
|
+
"line": 407
|
|
6300
6429
|
},
|
|
6301
6430
|
"name": "organization",
|
|
6302
6431
|
"type": {
|
|
@@ -6309,7 +6438,7 @@
|
|
|
6309
6438
|
},
|
|
6310
6439
|
"locationInModule": {
|
|
6311
6440
|
"filename": "src/self-signed-cert/index.ts",
|
|
6312
|
-
"line":
|
|
6441
|
+
"line": 423
|
|
6313
6442
|
},
|
|
6314
6443
|
"name": "organizationalUnit",
|
|
6315
6444
|
"type": {
|
|
@@ -6322,7 +6451,7 @@
|
|
|
6322
6451
|
},
|
|
6323
6452
|
"locationInModule": {
|
|
6324
6453
|
"filename": "src/self-signed-cert/index.ts",
|
|
6325
|
-
"line":
|
|
6454
|
+
"line": 439
|
|
6326
6455
|
},
|
|
6327
6456
|
"name": "postalCode",
|
|
6328
6457
|
"type": {
|
|
@@ -6335,7 +6464,7 @@
|
|
|
6335
6464
|
},
|
|
6336
6465
|
"locationInModule": {
|
|
6337
6466
|
"filename": "src/self-signed-cert/index.ts",
|
|
6338
|
-
"line":
|
|
6467
|
+
"line": 455
|
|
6339
6468
|
},
|
|
6340
6469
|
"name": "province",
|
|
6341
6470
|
"type": {
|
|
@@ -6348,7 +6477,7 @@
|
|
|
6348
6477
|
},
|
|
6349
6478
|
"locationInModule": {
|
|
6350
6479
|
"filename": "src/self-signed-cert/index.ts",
|
|
6351
|
-
"line":
|
|
6480
|
+
"line": 471
|
|
6352
6481
|
},
|
|
6353
6482
|
"name": "serialNumber",
|
|
6354
6483
|
"type": {
|
|
@@ -6361,7 +6490,7 @@
|
|
|
6361
6490
|
},
|
|
6362
6491
|
"locationInModule": {
|
|
6363
6492
|
"filename": "src/self-signed-cert/index.ts",
|
|
6364
|
-
"line":
|
|
6493
|
+
"line": 487
|
|
6365
6494
|
},
|
|
6366
6495
|
"name": "streetAddress",
|
|
6367
6496
|
"type": {
|
|
@@ -6379,7 +6508,7 @@
|
|
|
6379
6508
|
},
|
|
6380
6509
|
"locationInModule": {
|
|
6381
6510
|
"filename": "src/self-signed-cert/index.ts",
|
|
6382
|
-
"line":
|
|
6511
|
+
"line": 257
|
|
6383
6512
|
},
|
|
6384
6513
|
"name": "internalValue",
|
|
6385
6514
|
"optional": true,
|
|
@@ -6387,7 +6516,7 @@
|
|
|
6387
6516
|
"union": {
|
|
6388
6517
|
"types": [
|
|
6389
6518
|
{
|
|
6390
|
-
"fqn": "
|
|
6519
|
+
"fqn": "cdktn.IResolvable"
|
|
6391
6520
|
},
|
|
6392
6521
|
{
|
|
6393
6522
|
"fqn": "@cdktn/provider-tls.selfSignedCert.SelfSignedCertSubject"
|
|
@@ -6400,6 +6529,6 @@
|
|
|
6400
6529
|
"symbolId": "src/self-signed-cert/index:SelfSignedCertSubjectOutputReference"
|
|
6401
6530
|
}
|
|
6402
6531
|
},
|
|
6403
|
-
"version": "
|
|
6404
|
-
"fingerprint": "
|
|
6532
|
+
"version": "12.0.0",
|
|
6533
|
+
"fingerprint": "sF6yE/J+8bG62KC2Y9hFjjqmRBne/av2B0l5x5tEcVY="
|
|
6405
6534
|
}
|