@cdktn/provider-tls 12.0.0 → 13.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +105 -240
- package/README.md +3 -3
- package/lib/cert-request/index.d.ts +18 -21
- package/lib/cert-request/index.js +8 -11
- package/lib/data-tls-certificate/index.d.ts +6 -9
- package/lib/data-tls-certificate/index.js +8 -11
- package/lib/data-tls-public-key/index.d.ts +5 -5
- package/lib/data-tls-public-key/index.js +6 -6
- package/lib/locally-signed-cert/index.d.ts +12 -12
- package/lib/locally-signed-cert/index.js +6 -6
- package/lib/private-key/index.d.ts +6 -6
- package/lib/private-key/index.js +6 -6
- package/lib/provider/index.d.ts +9 -9
- package/lib/provider/index.js +6 -6
- package/lib/self-signed-cert/index.d.ts +25 -28
- package/lib/self-signed-cert/index.js +8 -11
- package/package.json +58 -38
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://cdktn.io"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"cdktn": "^0.
|
|
12
|
-
"constructs": "^10.
|
|
11
|
+
"cdktn": "^0.23.0",
|
|
12
|
+
"constructs": "^10.6.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
15
15
|
"cdktn": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-tls.git",
|
|
75
|
-
"jsiiVersion": "5.
|
|
75
|
+
"jsiiVersion": "5.9.40 (build 8be98bb)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"cdk",
|
|
78
78
|
"cdk-terrain",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
"name": "@cdktn/provider-tls",
|
|
96
96
|
"readme": {
|
|
97
|
-
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/tls provider version 4.
|
|
97
|
+
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/tls provider version 4.3.0\n\nThis repo builds and publishes the [Terraform tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.3.0/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.3.0)\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"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"line": 7
|
|
109
109
|
},
|
|
110
110
|
"readme": {
|
|
111
|
-
"markdown": "# `tls_cert_request`\n\nRefer to the Terraform Registry for docs: [`tls_cert_request`](https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
111
|
+
"markdown": "# `tls_cert_request`\n\nRefer to the Terraform Registry for docs: [`tls_cert_request`](https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request).\n"
|
|
112
112
|
},
|
|
113
113
|
"symbolId": "src/cert-request/index:"
|
|
114
114
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"line": 11
|
|
119
119
|
},
|
|
120
120
|
"readme": {
|
|
121
|
-
"markdown": "# `data_tls_certificate`\n\nRefer to the Terraform Registry for docs: [`data_tls_certificate`](https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
121
|
+
"markdown": "# `data_tls_certificate`\n\nRefer to the Terraform Registry for docs: [`data_tls_certificate`](https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/certificate).\n"
|
|
122
122
|
},
|
|
123
123
|
"symbolId": "src/data-tls-certificate/index:"
|
|
124
124
|
},
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"line": 12
|
|
129
129
|
},
|
|
130
130
|
"readme": {
|
|
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.
|
|
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.3.0/docs/data-sources/public_key).\n"
|
|
132
132
|
},
|
|
133
133
|
"symbolId": "src/data-tls-public-key/index:"
|
|
134
134
|
},
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"line": 8
|
|
139
139
|
},
|
|
140
140
|
"readme": {
|
|
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.
|
|
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.3.0/docs/resources/locally_signed_cert).\n"
|
|
142
142
|
},
|
|
143
143
|
"symbolId": "src/locally-signed-cert/index:"
|
|
144
144
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"line": 9
|
|
149
149
|
},
|
|
150
150
|
"readme": {
|
|
151
|
-
"markdown": "# `tls_private_key`\n\nRefer to the Terraform Registry for docs: [`tls_private_key`](https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
151
|
+
"markdown": "# `tls_private_key`\n\nRefer to the Terraform Registry for docs: [`tls_private_key`](https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/private_key).\n"
|
|
152
152
|
},
|
|
153
153
|
"symbolId": "src/private-key/index:"
|
|
154
154
|
},
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"line": 13
|
|
159
159
|
},
|
|
160
160
|
"readme": {
|
|
161
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`tls`](https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
161
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`tls`](https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs).\n"
|
|
162
162
|
},
|
|
163
163
|
"symbolId": "src/provider/index:"
|
|
164
164
|
},
|
|
@@ -168,16 +168,27 @@
|
|
|
168
168
|
"line": 10
|
|
169
169
|
},
|
|
170
170
|
"readme": {
|
|
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.
|
|
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.3.0/docs/resources/self_signed_cert).\n"
|
|
172
172
|
},
|
|
173
173
|
"symbolId": "src/self-signed-cert/index:"
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
"targets": {
|
|
177
|
+
"dotnet": {
|
|
178
|
+
"namespace": "Io.Cdktn.Providers.Tls",
|
|
179
|
+
"packageId": "Io.Cdktn.Providers.Tls"
|
|
180
|
+
},
|
|
177
181
|
"go": {
|
|
178
182
|
"moduleName": "github.com/cdktn-io/cdktn-provider-tls-go",
|
|
179
183
|
"packageName": "tls"
|
|
180
184
|
},
|
|
185
|
+
"java": {
|
|
186
|
+
"maven": {
|
|
187
|
+
"artifactId": "cdktn-provider-tls",
|
|
188
|
+
"groupId": "io.cdktn"
|
|
189
|
+
},
|
|
190
|
+
"package": "io.cdktn.providers.tls"
|
|
191
|
+
},
|
|
181
192
|
"js": {
|
|
182
193
|
"npm": "@cdktn/provider-tls"
|
|
183
194
|
},
|
|
@@ -192,13 +203,13 @@
|
|
|
192
203
|
"base": "cdktn.TerraformResource",
|
|
193
204
|
"docs": {
|
|
194
205
|
"stability": "stable",
|
|
195
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
206
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request tls_cert_request}."
|
|
196
207
|
},
|
|
197
208
|
"fqn": "@cdktn/provider-tls.certRequest.CertRequest",
|
|
198
209
|
"initializer": {
|
|
199
210
|
"docs": {
|
|
200
211
|
"stability": "stable",
|
|
201
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
212
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request tls_cert_request} Resource."
|
|
202
213
|
},
|
|
203
214
|
"locationInModule": {
|
|
204
215
|
"filename": "src/cert-request/index.ts",
|
|
@@ -269,7 +280,7 @@
|
|
|
269
280
|
},
|
|
270
281
|
{
|
|
271
282
|
"docs": {
|
|
272
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
283
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#import import section} in the documentation of this resource for the id to use",
|
|
273
284
|
"summary": "The id of the existing CertRequest that should be imported."
|
|
274
285
|
},
|
|
275
286
|
"name": "importFromId",
|
|
@@ -682,7 +693,7 @@
|
|
|
682
693
|
{
|
|
683
694
|
"abstract": true,
|
|
684
695
|
"docs": {
|
|
685
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
696
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#private_key_pem CertRequest#private_key_pem}",
|
|
686
697
|
"stability": "stable",
|
|
687
698
|
"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."
|
|
688
699
|
},
|
|
@@ -699,7 +710,7 @@
|
|
|
699
710
|
{
|
|
700
711
|
"abstract": true,
|
|
701
712
|
"docs": {
|
|
702
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
713
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#dns_names CertRequest#dns_names}",
|
|
703
714
|
"stability": "stable",
|
|
704
715
|
"summary": "List of DNS names for which a certificate is being requested (i.e. certificate subjects)."
|
|
705
716
|
},
|
|
@@ -722,7 +733,7 @@
|
|
|
722
733
|
{
|
|
723
734
|
"abstract": true,
|
|
724
735
|
"docs": {
|
|
725
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
736
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#ip_addresses CertRequest#ip_addresses}",
|
|
726
737
|
"stability": "stable",
|
|
727
738
|
"summary": "List of IP addresses for which a certificate is being requested (i.e. certificate subjects)."
|
|
728
739
|
},
|
|
@@ -745,7 +756,7 @@
|
|
|
745
756
|
{
|
|
746
757
|
"abstract": true,
|
|
747
758
|
"docs": {
|
|
748
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
759
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#subject CertRequest#subject}",
|
|
749
760
|
"stability": "stable",
|
|
750
761
|
"summary": "subject block."
|
|
751
762
|
},
|
|
@@ -777,7 +788,7 @@
|
|
|
777
788
|
{
|
|
778
789
|
"abstract": true,
|
|
779
790
|
"docs": {
|
|
780
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
791
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#uris CertRequest#uris}",
|
|
781
792
|
"stability": "stable",
|
|
782
793
|
"summary": "List of URIs for which a certificate is being requested (i.e. certificate subjects)."
|
|
783
794
|
},
|
|
@@ -818,7 +829,7 @@
|
|
|
818
829
|
{
|
|
819
830
|
"abstract": true,
|
|
820
831
|
"docs": {
|
|
821
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
832
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#common_name CertRequest#common_name}",
|
|
822
833
|
"stability": "stable",
|
|
823
834
|
"summary": "Distinguished name: `CN`."
|
|
824
835
|
},
|
|
@@ -836,7 +847,7 @@
|
|
|
836
847
|
{
|
|
837
848
|
"abstract": true,
|
|
838
849
|
"docs": {
|
|
839
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
850
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#country CertRequest#country}",
|
|
840
851
|
"stability": "stable",
|
|
841
852
|
"summary": "Distinguished name: `C`."
|
|
842
853
|
},
|
|
@@ -854,7 +865,7 @@
|
|
|
854
865
|
{
|
|
855
866
|
"abstract": true,
|
|
856
867
|
"docs": {
|
|
857
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
868
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#email_address CertRequest#email_address}",
|
|
858
869
|
"stability": "stable",
|
|
859
870
|
"summary": "ASN.1 Object Identifier (OID): `1.2.840.113549.1.9.1`."
|
|
860
871
|
},
|
|
@@ -872,7 +883,7 @@
|
|
|
872
883
|
{
|
|
873
884
|
"abstract": true,
|
|
874
885
|
"docs": {
|
|
875
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
886
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#locality CertRequest#locality}",
|
|
876
887
|
"stability": "stable",
|
|
877
888
|
"summary": "Distinguished name: `L`."
|
|
878
889
|
},
|
|
@@ -890,7 +901,7 @@
|
|
|
890
901
|
{
|
|
891
902
|
"abstract": true,
|
|
892
903
|
"docs": {
|
|
893
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
904
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#organization CertRequest#organization}",
|
|
894
905
|
"stability": "stable",
|
|
895
906
|
"summary": "Distinguished name: `O`."
|
|
896
907
|
},
|
|
@@ -908,7 +919,7 @@
|
|
|
908
919
|
{
|
|
909
920
|
"abstract": true,
|
|
910
921
|
"docs": {
|
|
911
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
922
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#organizational_unit CertRequest#organizational_unit}",
|
|
912
923
|
"stability": "stable",
|
|
913
924
|
"summary": "Distinguished name: `OU`."
|
|
914
925
|
},
|
|
@@ -926,7 +937,7 @@
|
|
|
926
937
|
{
|
|
927
938
|
"abstract": true,
|
|
928
939
|
"docs": {
|
|
929
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
940
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#postal_code CertRequest#postal_code}",
|
|
930
941
|
"stability": "stable",
|
|
931
942
|
"summary": "Distinguished name: `PC`."
|
|
932
943
|
},
|
|
@@ -944,7 +955,7 @@
|
|
|
944
955
|
{
|
|
945
956
|
"abstract": true,
|
|
946
957
|
"docs": {
|
|
947
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
958
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#province CertRequest#province}",
|
|
948
959
|
"stability": "stable",
|
|
949
960
|
"summary": "Distinguished name: `ST`."
|
|
950
961
|
},
|
|
@@ -962,7 +973,7 @@
|
|
|
962
973
|
{
|
|
963
974
|
"abstract": true,
|
|
964
975
|
"docs": {
|
|
965
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
976
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#serial_number CertRequest#serial_number}",
|
|
966
977
|
"stability": "stable",
|
|
967
978
|
"summary": "Distinguished name: `SERIALNUMBER`."
|
|
968
979
|
},
|
|
@@ -980,7 +991,7 @@
|
|
|
980
991
|
{
|
|
981
992
|
"abstract": true,
|
|
982
993
|
"docs": {
|
|
983
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
994
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/cert_request#street_address CertRequest#street_address}",
|
|
984
995
|
"stability": "stable",
|
|
985
996
|
"summary": "Distinguished name: `STREET`."
|
|
986
997
|
},
|
|
@@ -1084,54 +1095,6 @@
|
|
|
1084
1095
|
"name": "CertRequestSubjectList",
|
|
1085
1096
|
"namespace": "certRequest",
|
|
1086
1097
|
"properties": [
|
|
1087
|
-
{
|
|
1088
|
-
"docs": {
|
|
1089
|
-
"stability": "stable",
|
|
1090
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
1091
|
-
},
|
|
1092
|
-
"locationInModule": {
|
|
1093
|
-
"filename": "src/cert-request/index.ts",
|
|
1094
|
-
"line": 468
|
|
1095
|
-
},
|
|
1096
|
-
"name": "terraformAttribute",
|
|
1097
|
-
"overrides": "cdktn.ComplexList",
|
|
1098
|
-
"protected": true,
|
|
1099
|
-
"type": {
|
|
1100
|
-
"primitive": "string"
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"docs": {
|
|
1105
|
-
"stability": "stable",
|
|
1106
|
-
"summary": "The parent resource."
|
|
1107
|
-
},
|
|
1108
|
-
"locationInModule": {
|
|
1109
|
-
"filename": "src/cert-request/index.ts",
|
|
1110
|
-
"line": 468
|
|
1111
|
-
},
|
|
1112
|
-
"name": "terraformResource",
|
|
1113
|
-
"overrides": "cdktn.ComplexList",
|
|
1114
|
-
"protected": true,
|
|
1115
|
-
"type": {
|
|
1116
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"docs": {
|
|
1121
|
-
"stability": "stable",
|
|
1122
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
1123
|
-
},
|
|
1124
|
-
"locationInModule": {
|
|
1125
|
-
"filename": "src/cert-request/index.ts",
|
|
1126
|
-
"line": 468
|
|
1127
|
-
},
|
|
1128
|
-
"name": "wrapsSet",
|
|
1129
|
-
"overrides": "cdktn.ComplexList",
|
|
1130
|
-
"protected": true,
|
|
1131
|
-
"type": {
|
|
1132
|
-
"primitive": "boolean"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
1098
|
{
|
|
1136
1099
|
"docs": {
|
|
1137
1100
|
"stability": "stable"
|
|
@@ -1648,13 +1611,13 @@
|
|
|
1648
1611
|
"base": "cdktn.TerraformDataSource",
|
|
1649
1612
|
"docs": {
|
|
1650
1613
|
"stability": "stable",
|
|
1651
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
1614
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/certificate tls_certificate}."
|
|
1652
1615
|
},
|
|
1653
1616
|
"fqn": "@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificate",
|
|
1654
1617
|
"initializer": {
|
|
1655
1618
|
"docs": {
|
|
1656
1619
|
"stability": "stable",
|
|
1657
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
1620
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/certificate tls_certificate} Data Source."
|
|
1658
1621
|
},
|
|
1659
1622
|
"locationInModule": {
|
|
1660
1623
|
"filename": "src/data-tls-certificate/index.ts",
|
|
@@ -1726,7 +1689,7 @@
|
|
|
1726
1689
|
},
|
|
1727
1690
|
{
|
|
1728
1691
|
"docs": {
|
|
1729
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
1692
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/certificate#import import section} in the documentation of this resource for the id to use",
|
|
1730
1693
|
"summary": "The id of the existing DataTlsCertificate that should be imported."
|
|
1731
1694
|
},
|
|
1732
1695
|
"name": "importFromId",
|
|
@@ -2075,56 +2038,6 @@
|
|
|
2075
2038
|
],
|
|
2076
2039
|
"name": "DataTlsCertificateCertificatesList",
|
|
2077
2040
|
"namespace": "dataTlsCertificate",
|
|
2078
|
-
"properties": [
|
|
2079
|
-
{
|
|
2080
|
-
"docs": {
|
|
2081
|
-
"stability": "stable",
|
|
2082
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
2083
|
-
},
|
|
2084
|
-
"locationInModule": {
|
|
2085
|
-
"filename": "src/data-tls-certificate/index.ts",
|
|
2086
|
-
"line": 153
|
|
2087
|
-
},
|
|
2088
|
-
"name": "terraformAttribute",
|
|
2089
|
-
"overrides": "cdktn.ComplexList",
|
|
2090
|
-
"protected": true,
|
|
2091
|
-
"type": {
|
|
2092
|
-
"primitive": "string"
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"docs": {
|
|
2097
|
-
"stability": "stable",
|
|
2098
|
-
"summary": "The parent resource."
|
|
2099
|
-
},
|
|
2100
|
-
"locationInModule": {
|
|
2101
|
-
"filename": "src/data-tls-certificate/index.ts",
|
|
2102
|
-
"line": 153
|
|
2103
|
-
},
|
|
2104
|
-
"name": "terraformResource",
|
|
2105
|
-
"overrides": "cdktn.ComplexList",
|
|
2106
|
-
"protected": true,
|
|
2107
|
-
"type": {
|
|
2108
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
2109
|
-
}
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"docs": {
|
|
2113
|
-
"stability": "stable",
|
|
2114
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
2115
|
-
},
|
|
2116
|
-
"locationInModule": {
|
|
2117
|
-
"filename": "src/data-tls-certificate/index.ts",
|
|
2118
|
-
"line": 153
|
|
2119
|
-
},
|
|
2120
|
-
"name": "wrapsSet",
|
|
2121
|
-
"overrides": "cdktn.ComplexList",
|
|
2122
|
-
"protected": true,
|
|
2123
|
-
"type": {
|
|
2124
|
-
"primitive": "boolean"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
],
|
|
2128
2041
|
"symbolId": "src/data-tls-certificate/index:DataTlsCertificateCertificatesList"
|
|
2129
2042
|
},
|
|
2130
2043
|
"@cdktn/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesOutputReference": {
|
|
@@ -2395,7 +2308,7 @@
|
|
|
2395
2308
|
{
|
|
2396
2309
|
"abstract": true,
|
|
2397
2310
|
"docs": {
|
|
2398
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2311
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/certificate#content DataTlsCertificate#content}",
|
|
2399
2312
|
"stability": "stable",
|
|
2400
2313
|
"summary": "The content of the certificate in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
2401
2314
|
},
|
|
@@ -2413,7 +2326,7 @@
|
|
|
2413
2326
|
{
|
|
2414
2327
|
"abstract": true,
|
|
2415
2328
|
"docs": {
|
|
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.
|
|
2329
|
+
"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.3.0/docs/data-sources/certificate#url DataTlsCertificate#url}",
|
|
2417
2330
|
"stability": "stable",
|
|
2418
2331
|
"summary": "URL of the endpoint to get the certificates from."
|
|
2419
2332
|
},
|
|
@@ -2431,7 +2344,7 @@
|
|
|
2431
2344
|
{
|
|
2432
2345
|
"abstract": true,
|
|
2433
2346
|
"docs": {
|
|
2434
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2347
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/certificate#verify_chain DataTlsCertificate#verify_chain}",
|
|
2435
2348
|
"stability": "stable",
|
|
2436
2349
|
"summary": "Whether to verify the certificate chain while parsing it or not (default: `true`)."
|
|
2437
2350
|
},
|
|
@@ -2463,13 +2376,13 @@
|
|
|
2463
2376
|
"base": "cdktn.TerraformDataSource",
|
|
2464
2377
|
"docs": {
|
|
2465
2378
|
"stability": "stable",
|
|
2466
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2379
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/public_key tls_public_key}."
|
|
2467
2380
|
},
|
|
2468
2381
|
"fqn": "@cdktn/provider-tls.dataTlsPublicKey.DataTlsPublicKey",
|
|
2469
2382
|
"initializer": {
|
|
2470
2383
|
"docs": {
|
|
2471
2384
|
"stability": "stable",
|
|
2472
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2385
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/public_key tls_public_key} Data Source."
|
|
2473
2386
|
},
|
|
2474
2387
|
"locationInModule": {
|
|
2475
2388
|
"filename": "src/data-tls-public-key/index.ts",
|
|
@@ -2541,7 +2454,7 @@
|
|
|
2541
2454
|
},
|
|
2542
2455
|
{
|
|
2543
2456
|
"docs": {
|
|
2544
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2457
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/public_key#import import section} in the documentation of this resource for the id to use",
|
|
2545
2458
|
"summary": "The id of the existing DataTlsPublicKey that should be imported."
|
|
2546
2459
|
},
|
|
2547
2460
|
"name": "importFromId",
|
|
@@ -2815,7 +2728,7 @@
|
|
|
2815
2728
|
{
|
|
2816
2729
|
"abstract": true,
|
|
2817
2730
|
"docs": {
|
|
2818
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2731
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/public_key#private_key_openssh DataTlsPublicKey#private_key_openssh}",
|
|
2819
2732
|
"stability": "stable",
|
|
2820
2733
|
"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`."
|
|
2821
2734
|
},
|
|
@@ -2833,7 +2746,7 @@
|
|
|
2833
2746
|
{
|
|
2834
2747
|
"abstract": true,
|
|
2835
2748
|
"docs": {
|
|
2836
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2749
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/data-sources/public_key#private_key_pem DataTlsPublicKey#private_key_pem}",
|
|
2837
2750
|
"stability": "stable",
|
|
2838
2751
|
"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`."
|
|
2839
2752
|
},
|
|
@@ -2856,13 +2769,13 @@
|
|
|
2856
2769
|
"base": "cdktn.TerraformResource",
|
|
2857
2770
|
"docs": {
|
|
2858
2771
|
"stability": "stable",
|
|
2859
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2772
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert tls_locally_signed_cert}."
|
|
2860
2773
|
},
|
|
2861
2774
|
"fqn": "@cdktn/provider-tls.locallySignedCert.LocallySignedCert",
|
|
2862
2775
|
"initializer": {
|
|
2863
2776
|
"docs": {
|
|
2864
2777
|
"stability": "stable",
|
|
2865
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2778
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert tls_locally_signed_cert} Resource."
|
|
2866
2779
|
},
|
|
2867
2780
|
"locationInModule": {
|
|
2868
2781
|
"filename": "src/locally-signed-cert/index.ts",
|
|
@@ -2933,7 +2846,7 @@
|
|
|
2933
2846
|
},
|
|
2934
2847
|
{
|
|
2935
2848
|
"docs": {
|
|
2936
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
2849
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#import import section} in the documentation of this resource for the id to use",
|
|
2937
2850
|
"summary": "The id of the existing LocallySignedCert that should be imported."
|
|
2938
2851
|
},
|
|
2939
2852
|
"name": "importFromId",
|
|
@@ -3469,7 +3382,7 @@
|
|
|
3469
3382
|
{
|
|
3470
3383
|
"abstract": true,
|
|
3471
3384
|
"docs": {
|
|
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.
|
|
3385
|
+
"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.3.0/docs/resources/locally_signed_cert#allowed_uses LocallySignedCert#allowed_uses}",
|
|
3473
3386
|
"stability": "stable",
|
|
3474
3387
|
"summary": "List of key usages allowed for the issued certificate."
|
|
3475
3388
|
},
|
|
@@ -3491,7 +3404,7 @@
|
|
|
3491
3404
|
{
|
|
3492
3405
|
"abstract": true,
|
|
3493
3406
|
"docs": {
|
|
3494
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3407
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#ca_cert_pem LocallySignedCert#ca_cert_pem}",
|
|
3495
3408
|
"stability": "stable",
|
|
3496
3409
|
"summary": "Certificate data of the Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
3497
3410
|
},
|
|
@@ -3508,7 +3421,7 @@
|
|
|
3508
3421
|
{
|
|
3509
3422
|
"abstract": true,
|
|
3510
3423
|
"docs": {
|
|
3511
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3424
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#ca_private_key_pem LocallySignedCert#ca_private_key_pem}",
|
|
3512
3425
|
"stability": "stable",
|
|
3513
3426
|
"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."
|
|
3514
3427
|
},
|
|
@@ -3525,7 +3438,7 @@
|
|
|
3525
3438
|
{
|
|
3526
3439
|
"abstract": true,
|
|
3527
3440
|
"docs": {
|
|
3528
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3441
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#cert_request_pem LocallySignedCert#cert_request_pem}",
|
|
3529
3442
|
"stability": "stable",
|
|
3530
3443
|
"summary": "Certificate request data in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format."
|
|
3531
3444
|
},
|
|
@@ -3542,7 +3455,7 @@
|
|
|
3542
3455
|
{
|
|
3543
3456
|
"abstract": true,
|
|
3544
3457
|
"docs": {
|
|
3545
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3458
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#validity_period_hours LocallySignedCert#validity_period_hours}",
|
|
3546
3459
|
"stability": "stable",
|
|
3547
3460
|
"summary": "Number of hours, after initial issuing, that the certificate will remain valid for."
|
|
3548
3461
|
},
|
|
@@ -3559,7 +3472,7 @@
|
|
|
3559
3472
|
{
|
|
3560
3473
|
"abstract": true,
|
|
3561
3474
|
"docs": {
|
|
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.
|
|
3475
|
+
"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.3.0/docs/resources/locally_signed_cert#early_renewal_hours LocallySignedCert#early_renewal_hours}",
|
|
3563
3476
|
"stability": "stable",
|
|
3564
3477
|
"summary": "The resource will consider the certificate to have expired the given number of hours before its actual expiry time."
|
|
3565
3478
|
},
|
|
@@ -3577,7 +3490,7 @@
|
|
|
3577
3490
|
{
|
|
3578
3491
|
"abstract": true,
|
|
3579
3492
|
"docs": {
|
|
3580
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3493
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#is_ca_certificate LocallySignedCert#is_ca_certificate}",
|
|
3581
3494
|
"stability": "stable",
|
|
3582
3495
|
"summary": "Is the generated certificate representing a Certificate Authority (CA) (default: `false`)."
|
|
3583
3496
|
},
|
|
@@ -3604,7 +3517,7 @@
|
|
|
3604
3517
|
{
|
|
3605
3518
|
"abstract": true,
|
|
3606
3519
|
"docs": {
|
|
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.
|
|
3520
|
+
"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.3.0/docs/resources/locally_signed_cert#max_path_length LocallySignedCert#max_path_length}",
|
|
3608
3521
|
"stability": "stable",
|
|
3609
3522
|
"summary": "Maximum number of intermediate certificates that may follow this certificate in a valid certification path."
|
|
3610
3523
|
},
|
|
@@ -3622,7 +3535,7 @@
|
|
|
3622
3535
|
{
|
|
3623
3536
|
"abstract": true,
|
|
3624
3537
|
"docs": {
|
|
3625
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3538
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/locally_signed_cert#set_subject_key_id LocallySignedCert#set_subject_key_id}",
|
|
3626
3539
|
"stability": "stable",
|
|
3627
3540
|
"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
3541
|
},
|
|
@@ -3654,13 +3567,13 @@
|
|
|
3654
3567
|
"base": "cdktn.TerraformResource",
|
|
3655
3568
|
"docs": {
|
|
3656
3569
|
"stability": "stable",
|
|
3657
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3570
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/private_key tls_private_key}."
|
|
3658
3571
|
},
|
|
3659
3572
|
"fqn": "@cdktn/provider-tls.privateKey.PrivateKey",
|
|
3660
3573
|
"initializer": {
|
|
3661
3574
|
"docs": {
|
|
3662
3575
|
"stability": "stable",
|
|
3663
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3576
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/private_key tls_private_key} Resource."
|
|
3664
3577
|
},
|
|
3665
3578
|
"locationInModule": {
|
|
3666
3579
|
"filename": "src/private-key/index.ts",
|
|
@@ -3731,7 +3644,7 @@
|
|
|
3731
3644
|
},
|
|
3732
3645
|
{
|
|
3733
3646
|
"docs": {
|
|
3734
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3647
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/private_key#import import section} in the documentation of this resource for the id to use",
|
|
3735
3648
|
"summary": "The id of the existing PrivateKey that should be imported."
|
|
3736
3649
|
},
|
|
3737
3650
|
"name": "importFromId",
|
|
@@ -4061,7 +3974,7 @@
|
|
|
4061
3974
|
{
|
|
4062
3975
|
"abstract": true,
|
|
4063
3976
|
"docs": {
|
|
4064
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
3977
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/private_key#algorithm PrivateKey#algorithm}",
|
|
4065
3978
|
"stability": "stable",
|
|
4066
3979
|
"summary": "Name of the algorithm to use when generating the private key. Currently-supported values are: `RSA`, `ECDSA`, `ED25519`."
|
|
4067
3980
|
},
|
|
@@ -4078,7 +3991,7 @@
|
|
|
4078
3991
|
{
|
|
4079
3992
|
"abstract": true,
|
|
4080
3993
|
"docs": {
|
|
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.
|
|
3994
|
+
"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.3.0/docs/resources/private_key#ecdsa_curve PrivateKey#ecdsa_curve}",
|
|
4082
3995
|
"stability": "stable",
|
|
4083
3996
|
"summary": "When `algorithm` is `ECDSA`, the name of the elliptic curve to use."
|
|
4084
3997
|
},
|
|
@@ -4096,7 +4009,7 @@
|
|
|
4096
4009
|
{
|
|
4097
4010
|
"abstract": true,
|
|
4098
4011
|
"docs": {
|
|
4099
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4012
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/private_key#rsa_bits PrivateKey#rsa_bits}",
|
|
4100
4013
|
"stability": "stable",
|
|
4101
4014
|
"summary": "When `algorithm` is `RSA`, the size of the generated RSA key, in bits (default: `2048`)."
|
|
4102
4015
|
},
|
|
@@ -4119,13 +4032,13 @@
|
|
|
4119
4032
|
"base": "cdktn.TerraformProvider",
|
|
4120
4033
|
"docs": {
|
|
4121
4034
|
"stability": "stable",
|
|
4122
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4035
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs tls}."
|
|
4123
4036
|
},
|
|
4124
4037
|
"fqn": "@cdktn/provider-tls.provider.TlsProvider",
|
|
4125
4038
|
"initializer": {
|
|
4126
4039
|
"docs": {
|
|
4127
4040
|
"stability": "stable",
|
|
4128
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4041
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs tls} Resource."
|
|
4129
4042
|
},
|
|
4130
4043
|
"locationInModule": {
|
|
4131
4044
|
"filename": "src/provider/index.ts",
|
|
@@ -4197,7 +4110,7 @@
|
|
|
4197
4110
|
},
|
|
4198
4111
|
{
|
|
4199
4112
|
"docs": {
|
|
4200
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4113
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs#import import section} in the documentation of this resource for the id to use",
|
|
4201
4114
|
"summary": "The id of the existing TlsProvider that should be imported."
|
|
4202
4115
|
},
|
|
4203
4116
|
"name": "importFromId",
|
|
@@ -4415,7 +4328,7 @@
|
|
|
4415
4328
|
{
|
|
4416
4329
|
"abstract": true,
|
|
4417
4330
|
"docs": {
|
|
4418
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4331
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs#alias TlsProvider#alias}",
|
|
4419
4332
|
"stability": "stable",
|
|
4420
4333
|
"summary": "Alias name."
|
|
4421
4334
|
},
|
|
@@ -4433,7 +4346,7 @@
|
|
|
4433
4346
|
{
|
|
4434
4347
|
"abstract": true,
|
|
4435
4348
|
"docs": {
|
|
4436
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4349
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs#proxy TlsProvider#proxy}",
|
|
4437
4350
|
"stability": "stable",
|
|
4438
4351
|
"summary": "proxy block."
|
|
4439
4352
|
},
|
|
@@ -4483,7 +4396,7 @@
|
|
|
4483
4396
|
{
|
|
4484
4397
|
"abstract": true,
|
|
4485
4398
|
"docs": {
|
|
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.
|
|
4399
|
+
"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.3.0/docs#from_env TlsProvider#from_env}",
|
|
4487
4400
|
"stability": "stable",
|
|
4488
4401
|
"summary": "When `true` the provider will discover the proxy configuration from environment variables."
|
|
4489
4402
|
},
|
|
@@ -4510,7 +4423,7 @@
|
|
|
4510
4423
|
{
|
|
4511
4424
|
"abstract": true,
|
|
4512
4425
|
"docs": {
|
|
4513
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4426
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs#password TlsProvider#password}",
|
|
4514
4427
|
"stability": "stable",
|
|
4515
4428
|
"summary": "Password used for Basic authentication against the Proxy."
|
|
4516
4429
|
},
|
|
@@ -4528,7 +4441,7 @@
|
|
|
4528
4441
|
{
|
|
4529
4442
|
"abstract": true,
|
|
4530
4443
|
"docs": {
|
|
4531
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4444
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs#url TlsProvider#url}",
|
|
4532
4445
|
"stability": "stable",
|
|
4533
4446
|
"summary": "URL used to connect to the Proxy. Accepted schemes are: `http`, `https`, `socks5`."
|
|
4534
4447
|
},
|
|
@@ -4546,7 +4459,7 @@
|
|
|
4546
4459
|
{
|
|
4547
4460
|
"abstract": true,
|
|
4548
4461
|
"docs": {
|
|
4549
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4462
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs#username TlsProvider#username}",
|
|
4550
4463
|
"stability": "stable",
|
|
4551
4464
|
"summary": "Username (or Token) used for Basic authentication against the Proxy."
|
|
4552
4465
|
},
|
|
@@ -4569,13 +4482,13 @@
|
|
|
4569
4482
|
"base": "cdktn.TerraformResource",
|
|
4570
4483
|
"docs": {
|
|
4571
4484
|
"stability": "stable",
|
|
4572
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4485
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert tls_self_signed_cert}."
|
|
4573
4486
|
},
|
|
4574
4487
|
"fqn": "@cdktn/provider-tls.selfSignedCert.SelfSignedCert",
|
|
4575
4488
|
"initializer": {
|
|
4576
4489
|
"docs": {
|
|
4577
4490
|
"stability": "stable",
|
|
4578
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4491
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert tls_self_signed_cert} Resource."
|
|
4579
4492
|
},
|
|
4580
4493
|
"locationInModule": {
|
|
4581
4494
|
"filename": "src/self-signed-cert/index.ts",
|
|
@@ -4646,7 +4559,7 @@
|
|
|
4646
4559
|
},
|
|
4647
4560
|
{
|
|
4648
4561
|
"docs": {
|
|
4649
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
4562
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#import import section} in the documentation of this resource for the id to use",
|
|
4650
4563
|
"summary": "The id of the existing SelfSignedCert that should be imported."
|
|
4651
4564
|
},
|
|
4652
4565
|
"name": "importFromId",
|
|
@@ -5411,7 +5324,7 @@
|
|
|
5411
5324
|
{
|
|
5412
5325
|
"abstract": true,
|
|
5413
5326
|
"docs": {
|
|
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.
|
|
5327
|
+
"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.3.0/docs/resources/self_signed_cert#allowed_uses SelfSignedCert#allowed_uses}",
|
|
5415
5328
|
"stability": "stable",
|
|
5416
5329
|
"summary": "List of key usages allowed for the issued certificate."
|
|
5417
5330
|
},
|
|
@@ -5433,7 +5346,7 @@
|
|
|
5433
5346
|
{
|
|
5434
5347
|
"abstract": true,
|
|
5435
5348
|
"docs": {
|
|
5436
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5349
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#private_key_pem SelfSignedCert#private_key_pem}",
|
|
5437
5350
|
"stability": "stable",
|
|
5438
5351
|
"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."
|
|
5439
5352
|
},
|
|
@@ -5450,7 +5363,7 @@
|
|
|
5450
5363
|
{
|
|
5451
5364
|
"abstract": true,
|
|
5452
5365
|
"docs": {
|
|
5453
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5366
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#validity_period_hours SelfSignedCert#validity_period_hours}",
|
|
5454
5367
|
"stability": "stable",
|
|
5455
5368
|
"summary": "Number of hours, after initial issuing, that the certificate will remain valid for."
|
|
5456
5369
|
},
|
|
@@ -5467,7 +5380,7 @@
|
|
|
5467
5380
|
{
|
|
5468
5381
|
"abstract": true,
|
|
5469
5382
|
"docs": {
|
|
5470
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5383
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#dns_names SelfSignedCert#dns_names}",
|
|
5471
5384
|
"stability": "stable",
|
|
5472
5385
|
"summary": "List of DNS names for which a certificate is being requested (i.e. certificate subjects)."
|
|
5473
5386
|
},
|
|
@@ -5490,7 +5403,7 @@
|
|
|
5490
5403
|
{
|
|
5491
5404
|
"abstract": true,
|
|
5492
5405
|
"docs": {
|
|
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.
|
|
5406
|
+
"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.3.0/docs/resources/self_signed_cert#early_renewal_hours SelfSignedCert#early_renewal_hours}",
|
|
5494
5407
|
"stability": "stable",
|
|
5495
5408
|
"summary": "The resource will consider the certificate to have expired the given number of hours before its actual expiry time."
|
|
5496
5409
|
},
|
|
@@ -5508,7 +5421,7 @@
|
|
|
5508
5421
|
{
|
|
5509
5422
|
"abstract": true,
|
|
5510
5423
|
"docs": {
|
|
5511
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5424
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#ip_addresses SelfSignedCert#ip_addresses}",
|
|
5512
5425
|
"stability": "stable",
|
|
5513
5426
|
"summary": "List of IP addresses for which a certificate is being requested (i.e. certificate subjects)."
|
|
5514
5427
|
},
|
|
@@ -5531,7 +5444,7 @@
|
|
|
5531
5444
|
{
|
|
5532
5445
|
"abstract": true,
|
|
5533
5446
|
"docs": {
|
|
5534
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5447
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#is_ca_certificate SelfSignedCert#is_ca_certificate}",
|
|
5535
5448
|
"stability": "stable",
|
|
5536
5449
|
"summary": "Is the generated certificate representing a Certificate Authority (CA) (default: `false`)."
|
|
5537
5450
|
},
|
|
@@ -5558,7 +5471,7 @@
|
|
|
5558
5471
|
{
|
|
5559
5472
|
"abstract": true,
|
|
5560
5473
|
"docs": {
|
|
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.
|
|
5474
|
+
"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.3.0/docs/resources/self_signed_cert#max_path_length SelfSignedCert#max_path_length}",
|
|
5562
5475
|
"stability": "stable",
|
|
5563
5476
|
"summary": "Maximum number of intermediate certificates that may follow this certificate in a valid certification path."
|
|
5564
5477
|
},
|
|
@@ -5576,7 +5489,7 @@
|
|
|
5576
5489
|
{
|
|
5577
5490
|
"abstract": true,
|
|
5578
5491
|
"docs": {
|
|
5579
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5492
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#set_authority_key_id SelfSignedCert#set_authority_key_id}",
|
|
5580
5493
|
"stability": "stable",
|
|
5581
5494
|
"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`)."
|
|
5582
5495
|
},
|
|
@@ -5603,7 +5516,7 @@
|
|
|
5603
5516
|
{
|
|
5604
5517
|
"abstract": true,
|
|
5605
5518
|
"docs": {
|
|
5606
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5519
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#set_subject_key_id SelfSignedCert#set_subject_key_id}",
|
|
5607
5520
|
"stability": "stable",
|
|
5608
5521
|
"summary": "Should the generated certificate include a [subject key identifier](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.2) (default: `false`)."
|
|
5609
5522
|
},
|
|
@@ -5630,7 +5543,7 @@
|
|
|
5630
5543
|
{
|
|
5631
5544
|
"abstract": true,
|
|
5632
5545
|
"docs": {
|
|
5633
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5546
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#subject SelfSignedCert#subject}",
|
|
5634
5547
|
"stability": "stable",
|
|
5635
5548
|
"summary": "subject block."
|
|
5636
5549
|
},
|
|
@@ -5662,7 +5575,7 @@
|
|
|
5662
5575
|
{
|
|
5663
5576
|
"abstract": true,
|
|
5664
5577
|
"docs": {
|
|
5665
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5578
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#uris SelfSignedCert#uris}",
|
|
5666
5579
|
"stability": "stable",
|
|
5667
5580
|
"summary": "List of URIs for which a certificate is being requested (i.e. certificate subjects)."
|
|
5668
5581
|
},
|
|
@@ -5703,7 +5616,7 @@
|
|
|
5703
5616
|
{
|
|
5704
5617
|
"abstract": true,
|
|
5705
5618
|
"docs": {
|
|
5706
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5619
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#common_name SelfSignedCert#common_name}",
|
|
5707
5620
|
"stability": "stable",
|
|
5708
5621
|
"summary": "Distinguished name: `CN`."
|
|
5709
5622
|
},
|
|
@@ -5721,7 +5634,7 @@
|
|
|
5721
5634
|
{
|
|
5722
5635
|
"abstract": true,
|
|
5723
5636
|
"docs": {
|
|
5724
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5637
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#country SelfSignedCert#country}",
|
|
5725
5638
|
"stability": "stable",
|
|
5726
5639
|
"summary": "Distinguished name: `C`."
|
|
5727
5640
|
},
|
|
@@ -5739,7 +5652,7 @@
|
|
|
5739
5652
|
{
|
|
5740
5653
|
"abstract": true,
|
|
5741
5654
|
"docs": {
|
|
5742
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5655
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#email_address SelfSignedCert#email_address}",
|
|
5743
5656
|
"stability": "stable",
|
|
5744
5657
|
"summary": "ASN.1 Object Identifier (OID): `1.2.840.113549.1.9.1`."
|
|
5745
5658
|
},
|
|
@@ -5757,7 +5670,7 @@
|
|
|
5757
5670
|
{
|
|
5758
5671
|
"abstract": true,
|
|
5759
5672
|
"docs": {
|
|
5760
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5673
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#locality SelfSignedCert#locality}",
|
|
5761
5674
|
"stability": "stable",
|
|
5762
5675
|
"summary": "Distinguished name: `L`."
|
|
5763
5676
|
},
|
|
@@ -5775,7 +5688,7 @@
|
|
|
5775
5688
|
{
|
|
5776
5689
|
"abstract": true,
|
|
5777
5690
|
"docs": {
|
|
5778
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5691
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#organization SelfSignedCert#organization}",
|
|
5779
5692
|
"stability": "stable",
|
|
5780
5693
|
"summary": "Distinguished name: `O`."
|
|
5781
5694
|
},
|
|
@@ -5793,7 +5706,7 @@
|
|
|
5793
5706
|
{
|
|
5794
5707
|
"abstract": true,
|
|
5795
5708
|
"docs": {
|
|
5796
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5709
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#organizational_unit SelfSignedCert#organizational_unit}",
|
|
5797
5710
|
"stability": "stable",
|
|
5798
5711
|
"summary": "Distinguished name: `OU`."
|
|
5799
5712
|
},
|
|
@@ -5811,7 +5724,7 @@
|
|
|
5811
5724
|
{
|
|
5812
5725
|
"abstract": true,
|
|
5813
5726
|
"docs": {
|
|
5814
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5727
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#postal_code SelfSignedCert#postal_code}",
|
|
5815
5728
|
"stability": "stable",
|
|
5816
5729
|
"summary": "Distinguished name: `PC`."
|
|
5817
5730
|
},
|
|
@@ -5829,7 +5742,7 @@
|
|
|
5829
5742
|
{
|
|
5830
5743
|
"abstract": true,
|
|
5831
5744
|
"docs": {
|
|
5832
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5745
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#province SelfSignedCert#province}",
|
|
5833
5746
|
"stability": "stable",
|
|
5834
5747
|
"summary": "Distinguished name: `ST`."
|
|
5835
5748
|
},
|
|
@@ -5847,7 +5760,7 @@
|
|
|
5847
5760
|
{
|
|
5848
5761
|
"abstract": true,
|
|
5849
5762
|
"docs": {
|
|
5850
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5763
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#serial_number SelfSignedCert#serial_number}",
|
|
5851
5764
|
"stability": "stable",
|
|
5852
5765
|
"summary": "Distinguished name: `SERIALNUMBER`."
|
|
5853
5766
|
},
|
|
@@ -5865,7 +5778,7 @@
|
|
|
5865
5778
|
{
|
|
5866
5779
|
"abstract": true,
|
|
5867
5780
|
"docs": {
|
|
5868
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.
|
|
5781
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tls/4.3.0/docs/resources/self_signed_cert#street_address SelfSignedCert#street_address}",
|
|
5869
5782
|
"stability": "stable",
|
|
5870
5783
|
"summary": "Distinguished name: `STREET`."
|
|
5871
5784
|
},
|
|
@@ -5969,54 +5882,6 @@
|
|
|
5969
5882
|
"name": "SelfSignedCertSubjectList",
|
|
5970
5883
|
"namespace": "selfSignedCert",
|
|
5971
5884
|
"properties": [
|
|
5972
|
-
{
|
|
5973
|
-
"docs": {
|
|
5974
|
-
"stability": "stable",
|
|
5975
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
5976
|
-
},
|
|
5977
|
-
"locationInModule": {
|
|
5978
|
-
"filename": "src/self-signed-cert/index.ts",
|
|
5979
|
-
"line": 510
|
|
5980
|
-
},
|
|
5981
|
-
"name": "terraformAttribute",
|
|
5982
|
-
"overrides": "cdktn.ComplexList",
|
|
5983
|
-
"protected": true,
|
|
5984
|
-
"type": {
|
|
5985
|
-
"primitive": "string"
|
|
5986
|
-
}
|
|
5987
|
-
},
|
|
5988
|
-
{
|
|
5989
|
-
"docs": {
|
|
5990
|
-
"stability": "stable",
|
|
5991
|
-
"summary": "The parent resource."
|
|
5992
|
-
},
|
|
5993
|
-
"locationInModule": {
|
|
5994
|
-
"filename": "src/self-signed-cert/index.ts",
|
|
5995
|
-
"line": 510
|
|
5996
|
-
},
|
|
5997
|
-
"name": "terraformResource",
|
|
5998
|
-
"overrides": "cdktn.ComplexList",
|
|
5999
|
-
"protected": true,
|
|
6000
|
-
"type": {
|
|
6001
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
6002
|
-
}
|
|
6003
|
-
},
|
|
6004
|
-
{
|
|
6005
|
-
"docs": {
|
|
6006
|
-
"stability": "stable",
|
|
6007
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
6008
|
-
},
|
|
6009
|
-
"locationInModule": {
|
|
6010
|
-
"filename": "src/self-signed-cert/index.ts",
|
|
6011
|
-
"line": 510
|
|
6012
|
-
},
|
|
6013
|
-
"name": "wrapsSet",
|
|
6014
|
-
"overrides": "cdktn.ComplexList",
|
|
6015
|
-
"protected": true,
|
|
6016
|
-
"type": {
|
|
6017
|
-
"primitive": "boolean"
|
|
6018
|
-
}
|
|
6019
|
-
},
|
|
6020
5885
|
{
|
|
6021
5886
|
"docs": {
|
|
6022
5887
|
"stability": "stable"
|
|
@@ -6529,6 +6394,6 @@
|
|
|
6529
6394
|
"symbolId": "src/self-signed-cert/index:SelfSignedCertSubjectOutputReference"
|
|
6530
6395
|
}
|
|
6531
6396
|
},
|
|
6532
|
-
"version": "
|
|
6533
|
-
"fingerprint": "
|
|
6397
|
+
"version": "13.1.0",
|
|
6398
|
+
"fingerprint": "4bBewdE6afIYM+9VMhCUm/LWqCrRwEwo/fimT7b3QZE="
|
|
6534
6399
|
}
|