@cdktn/provider-dns 9.1.0 → 11.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 +361 -331
- package/README.md +13 -13
- package/lib/a-record-set/index.d.ts +14 -14
- package/lib/a-record-set/index.js +21 -21
- package/lib/aaaa-record-set/index.d.ts +14 -14
- package/lib/aaaa-record-set/index.js +21 -21
- package/lib/cname-record/index.d.ts +13 -13
- package/lib/cname-record/index.js +18 -18
- package/lib/data-dns-a-record-set/index.d.ts +10 -10
- package/lib/data-dns-a-record-set/index.js +12 -12
- package/lib/data-dns-aaaa-record-set/index.d.ts +10 -10
- package/lib/data-dns-aaaa-record-set/index.js +12 -12
- package/lib/data-dns-cname-record-set/index.d.ts +10 -10
- package/lib/data-dns-cname-record-set/index.js +12 -12
- package/lib/data-dns-mx-record-set/index.d.ts +15 -15
- package/lib/data-dns-mx-record-set/index.js +20 -20
- package/lib/data-dns-ns-record-set/index.d.ts +10 -10
- package/lib/data-dns-ns-record-set/index.js +12 -12
- package/lib/data-dns-ptr-record-set/index.d.ts +10 -10
- package/lib/data-dns-ptr-record-set/index.js +12 -12
- package/lib/data-dns-srv-record-set/index.d.ts +15 -15
- package/lib/data-dns-srv-record-set/index.js +20 -20
- package/lib/data-dns-txt-record-set/index.d.ts +10 -10
- package/lib/data-dns-txt-record-set/index.js +12 -12
- 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/mx-record-set/index.d.ts +28 -28
- package/lib/mx-record-set/index.js +31 -31
- package/lib/ns-record-set/index.d.ts +13 -13
- package/lib/ns-record-set/index.js +19 -19
- package/lib/provider/index.d.ts +38 -32
- package/lib/provider/index.js +56 -49
- package/lib/ptr-record/index.d.ts +13 -13
- package/lib/ptr-record/index.js +18 -18
- package/lib/srv-record-set/index.d.ts +30 -30
- package/lib/srv-record-set/index.js +35 -35
- package/lib/txt-record-set/index.d.ts +13 -13
- package/lib/txt-record-set/index.js +19 -19
- 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,16 +67,19 @@
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"description": "Prebuilt dns Provider for
|
|
70
|
+
"description": "Prebuilt dns Provider for CDK Terrain (cdktn)",
|
|
71
71
|
"docs": {
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-dns.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",
|
|
79
81
|
"dns",
|
|
82
|
+
"opentofu",
|
|
80
83
|
"provider",
|
|
81
84
|
"terraform"
|
|
82
85
|
],
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
},
|
|
92
95
|
"name": "@cdktn/provider-dns",
|
|
93
96
|
"readme": {
|
|
94
|
-
"markdown": "\n#
|
|
97
|
+
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/dns provider version 3.5.0\n\nThis repo builds and publishes the [Terraform dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.5.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-dns](https://www.npmjs.com/package/@cdktn/provider-dns).\n\n`npm install @cdktn/provider-dns`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-dns](https://pypi.org/project/cdktn-provider-dns).\n\n`pipenv install cdktn-provider-dns`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Dns](https://www.nuget.org/packages/Io.Cdktn.Providers.Dns).\n\n`dotnet add package Io.Cdktn.Providers.Dns`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-dns](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-dns).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-dns</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-dns-go`](https://github.com/cdktn-io/cdktn-provider-dns-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-dns-go/dns/<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-dns-go/blob/main/dns/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-dns).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform dns provider version 1:1. In fact, it always tracks `latest` of `~> 3.2` 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 dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.5.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"
|
|
95
98
|
},
|
|
96
99
|
"repository": {
|
|
97
100
|
"type": "git",
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"line": 7
|
|
106
109
|
},
|
|
107
110
|
"readme": {
|
|
108
|
-
"markdown": "# `dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
111
|
+
"markdown": "# `dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set).\n"
|
|
109
112
|
},
|
|
110
113
|
"symbolId": "src/a-record-set/index:"
|
|
111
114
|
},
|
|
@@ -115,7 +118,7 @@
|
|
|
115
118
|
"line": 8
|
|
116
119
|
},
|
|
117
120
|
"readme": {
|
|
118
|
-
"markdown": "# `dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
121
|
+
"markdown": "# `dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set).\n"
|
|
119
122
|
},
|
|
120
123
|
"symbolId": "src/aaaa-record-set/index:"
|
|
121
124
|
},
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
"line": 9
|
|
126
129
|
},
|
|
127
130
|
"readme": {
|
|
128
|
-
"markdown": "# `dns_cname_record`\n\nRefer to the Terraform Registry for docs: [`dns_cname_record`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
131
|
+
"markdown": "# `dns_cname_record`\n\nRefer to the Terraform Registry for docs: [`dns_cname_record`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record).\n"
|
|
129
132
|
},
|
|
130
133
|
"symbolId": "src/cname-record/index:"
|
|
131
134
|
},
|
|
@@ -135,7 +138,7 @@
|
|
|
135
138
|
"line": 15
|
|
136
139
|
},
|
|
137
140
|
"readme": {
|
|
138
|
-
"markdown": "# `data_dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
141
|
+
"markdown": "# `data_dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set).\n"
|
|
139
142
|
},
|
|
140
143
|
"symbolId": "src/data-dns-a-record-set/index:"
|
|
141
144
|
},
|
|
@@ -145,7 +148,7 @@
|
|
|
145
148
|
"line": 16
|
|
146
149
|
},
|
|
147
150
|
"readme": {
|
|
148
|
-
"markdown": "# `data_dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
151
|
+
"markdown": "# `data_dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set).\n"
|
|
149
152
|
},
|
|
150
153
|
"symbolId": "src/data-dns-aaaa-record-set/index:"
|
|
151
154
|
},
|
|
@@ -155,7 +158,7 @@
|
|
|
155
158
|
"line": 17
|
|
156
159
|
},
|
|
157
160
|
"readme": {
|
|
158
|
-
"markdown": "# `data_dns_cname_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_cname_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
161
|
+
"markdown": "# `data_dns_cname_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_cname_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set).\n"
|
|
159
162
|
},
|
|
160
163
|
"symbolId": "src/data-dns-cname-record-set/index:"
|
|
161
164
|
},
|
|
@@ -165,7 +168,7 @@
|
|
|
165
168
|
"line": 18
|
|
166
169
|
},
|
|
167
170
|
"readme": {
|
|
168
|
-
"markdown": "# `data_dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
171
|
+
"markdown": "# `data_dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set).\n"
|
|
169
172
|
},
|
|
170
173
|
"symbolId": "src/data-dns-mx-record-set/index:"
|
|
171
174
|
},
|
|
@@ -175,7 +178,7 @@
|
|
|
175
178
|
"line": 19
|
|
176
179
|
},
|
|
177
180
|
"readme": {
|
|
178
|
-
"markdown": "# `data_dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
181
|
+
"markdown": "# `data_dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set).\n"
|
|
179
182
|
},
|
|
180
183
|
"symbolId": "src/data-dns-ns-record-set/index:"
|
|
181
184
|
},
|
|
@@ -185,7 +188,7 @@
|
|
|
185
188
|
"line": 20
|
|
186
189
|
},
|
|
187
190
|
"readme": {
|
|
188
|
-
"markdown": "# `data_dns_ptr_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ptr_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
191
|
+
"markdown": "# `data_dns_ptr_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ptr_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set).\n"
|
|
189
192
|
},
|
|
190
193
|
"symbolId": "src/data-dns-ptr-record-set/index:"
|
|
191
194
|
},
|
|
@@ -195,7 +198,7 @@
|
|
|
195
198
|
"line": 21
|
|
196
199
|
},
|
|
197
200
|
"readme": {
|
|
198
|
-
"markdown": "# `data_dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
201
|
+
"markdown": "# `data_dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set).\n"
|
|
199
202
|
},
|
|
200
203
|
"symbolId": "src/data-dns-srv-record-set/index:"
|
|
201
204
|
},
|
|
@@ -205,7 +208,7 @@
|
|
|
205
208
|
"line": 22
|
|
206
209
|
},
|
|
207
210
|
"readme": {
|
|
208
|
-
"markdown": "# `data_dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
211
|
+
"markdown": "# `data_dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set).\n"
|
|
209
212
|
},
|
|
210
213
|
"symbolId": "src/data-dns-txt-record-set/index:"
|
|
211
214
|
},
|
|
@@ -215,7 +218,7 @@
|
|
|
215
218
|
"line": 10
|
|
216
219
|
},
|
|
217
220
|
"readme": {
|
|
218
|
-
"markdown": "# `dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
221
|
+
"markdown": "# `dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set).\n"
|
|
219
222
|
},
|
|
220
223
|
"symbolId": "src/mx-record-set/index:"
|
|
221
224
|
},
|
|
@@ -225,7 +228,7 @@
|
|
|
225
228
|
"line": 11
|
|
226
229
|
},
|
|
227
230
|
"readme": {
|
|
228
|
-
"markdown": "# `dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
231
|
+
"markdown": "# `dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set).\n"
|
|
229
232
|
},
|
|
230
233
|
"symbolId": "src/ns-record-set/index:"
|
|
231
234
|
},
|
|
@@ -235,7 +238,7 @@
|
|
|
235
238
|
"line": 23
|
|
236
239
|
},
|
|
237
240
|
"readme": {
|
|
238
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`dns`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
241
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`dns`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs).\n"
|
|
239
242
|
},
|
|
240
243
|
"symbolId": "src/provider/index:"
|
|
241
244
|
},
|
|
@@ -245,7 +248,7 @@
|
|
|
245
248
|
"line": 12
|
|
246
249
|
},
|
|
247
250
|
"readme": {
|
|
248
|
-
"markdown": "# `dns_ptr_record`\n\nRefer to the Terraform Registry for docs: [`dns_ptr_record`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
251
|
+
"markdown": "# `dns_ptr_record`\n\nRefer to the Terraform Registry for docs: [`dns_ptr_record`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record).\n"
|
|
249
252
|
},
|
|
250
253
|
"symbolId": "src/ptr-record/index:"
|
|
251
254
|
},
|
|
@@ -255,7 +258,7 @@
|
|
|
255
258
|
"line": 13
|
|
256
259
|
},
|
|
257
260
|
"readme": {
|
|
258
|
-
"markdown": "# `dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
261
|
+
"markdown": "# `dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set).\n"
|
|
259
262
|
},
|
|
260
263
|
"symbolId": "src/srv-record-set/index:"
|
|
261
264
|
},
|
|
@@ -265,7 +268,7 @@
|
|
|
265
268
|
"line": 14
|
|
266
269
|
},
|
|
267
270
|
"readme": {
|
|
268
|
-
"markdown": "# `dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
271
|
+
"markdown": "# `dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set).\n"
|
|
269
272
|
},
|
|
270
273
|
"symbolId": "src/txt-record-set/index:"
|
|
271
274
|
}
|
|
@@ -286,16 +289,16 @@
|
|
|
286
289
|
"types": {
|
|
287
290
|
"@cdktn/provider-dns.aRecordSet.ARecordSet": {
|
|
288
291
|
"assembly": "@cdktn/provider-dns",
|
|
289
|
-
"base": "
|
|
292
|
+
"base": "cdktn.TerraformResource",
|
|
290
293
|
"docs": {
|
|
291
294
|
"stability": "stable",
|
|
292
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
295
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set dns_a_record_set}."
|
|
293
296
|
},
|
|
294
297
|
"fqn": "@cdktn/provider-dns.aRecordSet.ARecordSet",
|
|
295
298
|
"initializer": {
|
|
296
299
|
"docs": {
|
|
297
300
|
"stability": "stable",
|
|
298
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
301
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set dns_a_record_set} Resource."
|
|
299
302
|
},
|
|
300
303
|
"locationInModule": {
|
|
301
304
|
"filename": "src/a-record-set/index.ts",
|
|
@@ -338,7 +341,7 @@
|
|
|
338
341
|
{
|
|
339
342
|
"docs": {
|
|
340
343
|
"stability": "stable",
|
|
341
|
-
"summary": "Generates
|
|
344
|
+
"summary": "Generates CDKTN code for importing a ARecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
342
345
|
},
|
|
343
346
|
"locationInModule": {
|
|
344
347
|
"filename": "src/a-record-set/index.ts",
|
|
@@ -366,7 +369,7 @@
|
|
|
366
369
|
},
|
|
367
370
|
{
|
|
368
371
|
"docs": {
|
|
369
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
372
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#import import section} in the documentation of this resource for the id to use",
|
|
370
373
|
"summary": "The id of the existing ARecordSet that should be imported."
|
|
371
374
|
},
|
|
372
375
|
"name": "importFromId",
|
|
@@ -381,13 +384,13 @@
|
|
|
381
384
|
"name": "provider",
|
|
382
385
|
"optional": true,
|
|
383
386
|
"type": {
|
|
384
|
-
"fqn": "
|
|
387
|
+
"fqn": "cdktn.TerraformProvider"
|
|
385
388
|
}
|
|
386
389
|
}
|
|
387
390
|
],
|
|
388
391
|
"returns": {
|
|
389
392
|
"type": {
|
|
390
|
-
"fqn": "
|
|
393
|
+
"fqn": "cdktn.ImportableResource"
|
|
391
394
|
}
|
|
392
395
|
},
|
|
393
396
|
"static": true
|
|
@@ -431,7 +434,7 @@
|
|
|
431
434
|
"line": 188
|
|
432
435
|
},
|
|
433
436
|
"name": "synthesizeAttributes",
|
|
434
|
-
"overrides": "
|
|
437
|
+
"overrides": "cdktn.TerraformResource",
|
|
435
438
|
"protected": true,
|
|
436
439
|
"returns": {
|
|
437
440
|
"type": {
|
|
@@ -453,7 +456,7 @@
|
|
|
453
456
|
"line": 198
|
|
454
457
|
},
|
|
455
458
|
"name": "synthesizeHclAttributes",
|
|
456
|
-
"overrides": "
|
|
459
|
+
"overrides": "cdktn.TerraformResource",
|
|
457
460
|
"protected": true,
|
|
458
461
|
"returns": {
|
|
459
462
|
"type": {
|
|
@@ -647,7 +650,7 @@
|
|
|
647
650
|
},
|
|
648
651
|
"fqn": "@cdktn/provider-dns.aRecordSet.ARecordSetConfig",
|
|
649
652
|
"interfaces": [
|
|
650
|
-
"
|
|
653
|
+
"cdktn.TerraformMetaArguments"
|
|
651
654
|
],
|
|
652
655
|
"kind": "interface",
|
|
653
656
|
"locationInModule": {
|
|
@@ -660,7 +663,7 @@
|
|
|
660
663
|
{
|
|
661
664
|
"abstract": true,
|
|
662
665
|
"docs": {
|
|
663
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
666
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#addresses ARecordSet#addresses}",
|
|
664
667
|
"stability": "stable",
|
|
665
668
|
"summary": "The IPv4 addresses this record set will point to."
|
|
666
669
|
},
|
|
@@ -682,7 +685,7 @@
|
|
|
682
685
|
{
|
|
683
686
|
"abstract": true,
|
|
684
687
|
"docs": {
|
|
685
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
688
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#zone ARecordSet#zone}",
|
|
686
689
|
"stability": "stable",
|
|
687
690
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
688
691
|
},
|
|
@@ -701,7 +704,7 @@
|
|
|
701
704
|
"docs": {
|
|
702
705
|
"remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
|
|
703
706
|
"stability": "stable",
|
|
704
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
707
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#id ARecordSet#id}."
|
|
705
708
|
},
|
|
706
709
|
"immutable": true,
|
|
707
710
|
"locationInModule": {
|
|
@@ -717,7 +720,7 @@
|
|
|
717
720
|
{
|
|
718
721
|
"abstract": true,
|
|
719
722
|
"docs": {
|
|
720
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
723
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#name ARecordSet#name}",
|
|
721
724
|
"stability": "stable",
|
|
722
725
|
"summary": "The name of the record set."
|
|
723
726
|
},
|
|
@@ -735,7 +738,7 @@
|
|
|
735
738
|
{
|
|
736
739
|
"abstract": true,
|
|
737
740
|
"docs": {
|
|
738
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
741
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#ttl ARecordSet#ttl}",
|
|
739
742
|
"stability": "stable",
|
|
740
743
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
741
744
|
},
|
|
@@ -755,16 +758,16 @@
|
|
|
755
758
|
},
|
|
756
759
|
"@cdktn/provider-dns.aaaaRecordSet.AaaaRecordSet": {
|
|
757
760
|
"assembly": "@cdktn/provider-dns",
|
|
758
|
-
"base": "
|
|
761
|
+
"base": "cdktn.TerraformResource",
|
|
759
762
|
"docs": {
|
|
760
763
|
"stability": "stable",
|
|
761
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
764
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set dns_aaaa_record_set}."
|
|
762
765
|
},
|
|
763
766
|
"fqn": "@cdktn/provider-dns.aaaaRecordSet.AaaaRecordSet",
|
|
764
767
|
"initializer": {
|
|
765
768
|
"docs": {
|
|
766
769
|
"stability": "stable",
|
|
767
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
770
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set dns_aaaa_record_set} Resource."
|
|
768
771
|
},
|
|
769
772
|
"locationInModule": {
|
|
770
773
|
"filename": "src/aaaa-record-set/index.ts",
|
|
@@ -807,7 +810,7 @@
|
|
|
807
810
|
{
|
|
808
811
|
"docs": {
|
|
809
812
|
"stability": "stable",
|
|
810
|
-
"summary": "Generates
|
|
813
|
+
"summary": "Generates CDKTN code for importing a AaaaRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
811
814
|
},
|
|
812
815
|
"locationInModule": {
|
|
813
816
|
"filename": "src/aaaa-record-set/index.ts",
|
|
@@ -835,7 +838,7 @@
|
|
|
835
838
|
},
|
|
836
839
|
{
|
|
837
840
|
"docs": {
|
|
838
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
841
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
|
|
839
842
|
"summary": "The id of the existing AaaaRecordSet that should be imported."
|
|
840
843
|
},
|
|
841
844
|
"name": "importFromId",
|
|
@@ -850,13 +853,13 @@
|
|
|
850
853
|
"name": "provider",
|
|
851
854
|
"optional": true,
|
|
852
855
|
"type": {
|
|
853
|
-
"fqn": "
|
|
856
|
+
"fqn": "cdktn.TerraformProvider"
|
|
854
857
|
}
|
|
855
858
|
}
|
|
856
859
|
],
|
|
857
860
|
"returns": {
|
|
858
861
|
"type": {
|
|
859
|
-
"fqn": "
|
|
862
|
+
"fqn": "cdktn.ImportableResource"
|
|
860
863
|
}
|
|
861
864
|
},
|
|
862
865
|
"static": true
|
|
@@ -900,7 +903,7 @@
|
|
|
900
903
|
"line": 188
|
|
901
904
|
},
|
|
902
905
|
"name": "synthesizeAttributes",
|
|
903
|
-
"overrides": "
|
|
906
|
+
"overrides": "cdktn.TerraformResource",
|
|
904
907
|
"protected": true,
|
|
905
908
|
"returns": {
|
|
906
909
|
"type": {
|
|
@@ -922,7 +925,7 @@
|
|
|
922
925
|
"line": 198
|
|
923
926
|
},
|
|
924
927
|
"name": "synthesizeHclAttributes",
|
|
925
|
-
"overrides": "
|
|
928
|
+
"overrides": "cdktn.TerraformResource",
|
|
926
929
|
"protected": true,
|
|
927
930
|
"returns": {
|
|
928
931
|
"type": {
|
|
@@ -1116,7 +1119,7 @@
|
|
|
1116
1119
|
},
|
|
1117
1120
|
"fqn": "@cdktn/provider-dns.aaaaRecordSet.AaaaRecordSetConfig",
|
|
1118
1121
|
"interfaces": [
|
|
1119
|
-
"
|
|
1122
|
+
"cdktn.TerraformMetaArguments"
|
|
1120
1123
|
],
|
|
1121
1124
|
"kind": "interface",
|
|
1122
1125
|
"locationInModule": {
|
|
@@ -1129,7 +1132,7 @@
|
|
|
1129
1132
|
{
|
|
1130
1133
|
"abstract": true,
|
|
1131
1134
|
"docs": {
|
|
1132
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1135
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#addresses AaaaRecordSet#addresses}",
|
|
1133
1136
|
"stability": "stable",
|
|
1134
1137
|
"summary": "The IPv6 addresses this record set will point to."
|
|
1135
1138
|
},
|
|
@@ -1151,7 +1154,7 @@
|
|
|
1151
1154
|
{
|
|
1152
1155
|
"abstract": true,
|
|
1153
1156
|
"docs": {
|
|
1154
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1157
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#zone AaaaRecordSet#zone}",
|
|
1155
1158
|
"stability": "stable",
|
|
1156
1159
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
1157
1160
|
},
|
|
@@ -1170,7 +1173,7 @@
|
|
|
1170
1173
|
"docs": {
|
|
1171
1174
|
"remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
|
|
1172
1175
|
"stability": "stable",
|
|
1173
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1176
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#id AaaaRecordSet#id}."
|
|
1174
1177
|
},
|
|
1175
1178
|
"immutable": true,
|
|
1176
1179
|
"locationInModule": {
|
|
@@ -1186,7 +1189,7 @@
|
|
|
1186
1189
|
{
|
|
1187
1190
|
"abstract": true,
|
|
1188
1191
|
"docs": {
|
|
1189
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1192
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#name AaaaRecordSet#name}",
|
|
1190
1193
|
"stability": "stable",
|
|
1191
1194
|
"summary": "The name of the record set."
|
|
1192
1195
|
},
|
|
@@ -1204,7 +1207,7 @@
|
|
|
1204
1207
|
{
|
|
1205
1208
|
"abstract": true,
|
|
1206
1209
|
"docs": {
|
|
1207
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1210
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#ttl AaaaRecordSet#ttl}",
|
|
1208
1211
|
"stability": "stable",
|
|
1209
1212
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
1210
1213
|
},
|
|
@@ -1224,16 +1227,16 @@
|
|
|
1224
1227
|
},
|
|
1225
1228
|
"@cdktn/provider-dns.cnameRecord.CnameRecord": {
|
|
1226
1229
|
"assembly": "@cdktn/provider-dns",
|
|
1227
|
-
"base": "
|
|
1230
|
+
"base": "cdktn.TerraformResource",
|
|
1228
1231
|
"docs": {
|
|
1229
1232
|
"stability": "stable",
|
|
1230
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1233
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record dns_cname_record}."
|
|
1231
1234
|
},
|
|
1232
1235
|
"fqn": "@cdktn/provider-dns.cnameRecord.CnameRecord",
|
|
1233
1236
|
"initializer": {
|
|
1234
1237
|
"docs": {
|
|
1235
1238
|
"stability": "stable",
|
|
1236
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1239
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record dns_cname_record} Resource."
|
|
1237
1240
|
},
|
|
1238
1241
|
"locationInModule": {
|
|
1239
1242
|
"filename": "src/cname-record/index.ts",
|
|
@@ -1276,7 +1279,7 @@
|
|
|
1276
1279
|
{
|
|
1277
1280
|
"docs": {
|
|
1278
1281
|
"stability": "stable",
|
|
1279
|
-
"summary": "Generates
|
|
1282
|
+
"summary": "Generates CDKTN code for importing a CnameRecord resource upon running \"cdktn plan <stack-name>\"."
|
|
1280
1283
|
},
|
|
1281
1284
|
"locationInModule": {
|
|
1282
1285
|
"filename": "src/cname-record/index.ts",
|
|
@@ -1304,7 +1307,7 @@
|
|
|
1304
1307
|
},
|
|
1305
1308
|
{
|
|
1306
1309
|
"docs": {
|
|
1307
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1310
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#import import section} in the documentation of this resource for the id to use",
|
|
1308
1311
|
"summary": "The id of the existing CnameRecord that should be imported."
|
|
1309
1312
|
},
|
|
1310
1313
|
"name": "importFromId",
|
|
@@ -1319,13 +1322,13 @@
|
|
|
1319
1322
|
"name": "provider",
|
|
1320
1323
|
"optional": true,
|
|
1321
1324
|
"type": {
|
|
1322
|
-
"fqn": "
|
|
1325
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1323
1326
|
}
|
|
1324
1327
|
}
|
|
1325
1328
|
],
|
|
1326
1329
|
"returns": {
|
|
1327
1330
|
"type": {
|
|
1328
|
-
"fqn": "
|
|
1331
|
+
"fqn": "cdktn.ImportableResource"
|
|
1329
1332
|
}
|
|
1330
1333
|
},
|
|
1331
1334
|
"static": true
|
|
@@ -1349,7 +1352,7 @@
|
|
|
1349
1352
|
"line": 166
|
|
1350
1353
|
},
|
|
1351
1354
|
"name": "synthesizeAttributes",
|
|
1352
|
-
"overrides": "
|
|
1355
|
+
"overrides": "cdktn.TerraformResource",
|
|
1353
1356
|
"protected": true,
|
|
1354
1357
|
"returns": {
|
|
1355
1358
|
"type": {
|
|
@@ -1371,7 +1374,7 @@
|
|
|
1371
1374
|
"line": 175
|
|
1372
1375
|
},
|
|
1373
1376
|
"name": "synthesizeHclAttributes",
|
|
1374
|
-
"overrides": "
|
|
1377
|
+
"overrides": "cdktn.TerraformResource",
|
|
1375
1378
|
"protected": true,
|
|
1376
1379
|
"returns": {
|
|
1377
1380
|
"type": {
|
|
@@ -1541,7 +1544,7 @@
|
|
|
1541
1544
|
},
|
|
1542
1545
|
"fqn": "@cdktn/provider-dns.cnameRecord.CnameRecordConfig",
|
|
1543
1546
|
"interfaces": [
|
|
1544
|
-
"
|
|
1547
|
+
"cdktn.TerraformMetaArguments"
|
|
1545
1548
|
],
|
|
1546
1549
|
"kind": "interface",
|
|
1547
1550
|
"locationInModule": {
|
|
@@ -1554,7 +1557,7 @@
|
|
|
1554
1557
|
{
|
|
1555
1558
|
"abstract": true,
|
|
1556
1559
|
"docs": {
|
|
1557
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1560
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#cname CnameRecord#cname}",
|
|
1558
1561
|
"stability": "stable",
|
|
1559
1562
|
"summary": "The canonical name this record will point to."
|
|
1560
1563
|
},
|
|
@@ -1571,7 +1574,7 @@
|
|
|
1571
1574
|
{
|
|
1572
1575
|
"abstract": true,
|
|
1573
1576
|
"docs": {
|
|
1574
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1577
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#name CnameRecord#name}",
|
|
1575
1578
|
"stability": "stable",
|
|
1576
1579
|
"summary": "The name of the record."
|
|
1577
1580
|
},
|
|
@@ -1588,7 +1591,7 @@
|
|
|
1588
1591
|
{
|
|
1589
1592
|
"abstract": true,
|
|
1590
1593
|
"docs": {
|
|
1591
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1594
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#zone CnameRecord#zone}",
|
|
1592
1595
|
"stability": "stable",
|
|
1593
1596
|
"summary": "DNS zone the record belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
1594
1597
|
},
|
|
@@ -1605,7 +1608,7 @@
|
|
|
1605
1608
|
{
|
|
1606
1609
|
"abstract": true,
|
|
1607
1610
|
"docs": {
|
|
1608
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1611
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#ttl CnameRecord#ttl}",
|
|
1609
1612
|
"stability": "stable",
|
|
1610
1613
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
1611
1614
|
},
|
|
@@ -1625,16 +1628,16 @@
|
|
|
1625
1628
|
},
|
|
1626
1629
|
"@cdktn/provider-dns.dataDnsARecordSet.DataDnsARecordSet": {
|
|
1627
1630
|
"assembly": "@cdktn/provider-dns",
|
|
1628
|
-
"base": "
|
|
1631
|
+
"base": "cdktn.TerraformDataSource",
|
|
1629
1632
|
"docs": {
|
|
1630
1633
|
"stability": "stable",
|
|
1631
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1634
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set dns_a_record_set}."
|
|
1632
1635
|
},
|
|
1633
1636
|
"fqn": "@cdktn/provider-dns.dataDnsARecordSet.DataDnsARecordSet",
|
|
1634
1637
|
"initializer": {
|
|
1635
1638
|
"docs": {
|
|
1636
1639
|
"stability": "stable",
|
|
1637
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1640
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set dns_a_record_set} Data Source."
|
|
1638
1641
|
},
|
|
1639
1642
|
"locationInModule": {
|
|
1640
1643
|
"filename": "src/data-dns-a-record-set/index.ts",
|
|
@@ -1677,7 +1680,7 @@
|
|
|
1677
1680
|
{
|
|
1678
1681
|
"docs": {
|
|
1679
1682
|
"stability": "stable",
|
|
1680
|
-
"summary": "Generates
|
|
1683
|
+
"summary": "Generates CDKTN code for importing a DataDnsARecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
1681
1684
|
},
|
|
1682
1685
|
"locationInModule": {
|
|
1683
1686
|
"filename": "src/data-dns-a-record-set/index.ts",
|
|
@@ -1705,7 +1708,7 @@
|
|
|
1705
1708
|
},
|
|
1706
1709
|
{
|
|
1707
1710
|
"docs": {
|
|
1708
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1711
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set#import import section} in the documentation of this resource for the id to use",
|
|
1709
1712
|
"summary": "The id of the existing DataDnsARecordSet that should be imported."
|
|
1710
1713
|
},
|
|
1711
1714
|
"name": "importFromId",
|
|
@@ -1720,13 +1723,13 @@
|
|
|
1720
1723
|
"name": "provider",
|
|
1721
1724
|
"optional": true,
|
|
1722
1725
|
"type": {
|
|
1723
|
-
"fqn": "
|
|
1726
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1724
1727
|
}
|
|
1725
1728
|
}
|
|
1726
1729
|
],
|
|
1727
1730
|
"returns": {
|
|
1728
1731
|
"type": {
|
|
1729
|
-
"fqn": "
|
|
1732
|
+
"fqn": "cdktn.ImportableResource"
|
|
1730
1733
|
}
|
|
1731
1734
|
},
|
|
1732
1735
|
"static": true
|
|
@@ -1740,7 +1743,7 @@
|
|
|
1740
1743
|
"line": 108
|
|
1741
1744
|
},
|
|
1742
1745
|
"name": "synthesizeAttributes",
|
|
1743
|
-
"overrides": "
|
|
1746
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
1744
1747
|
"protected": true,
|
|
1745
1748
|
"returns": {
|
|
1746
1749
|
"type": {
|
|
@@ -1762,7 +1765,7 @@
|
|
|
1762
1765
|
"line": 114
|
|
1763
1766
|
},
|
|
1764
1767
|
"name": "synthesizeHclAttributes",
|
|
1765
|
-
"overrides": "
|
|
1768
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
1766
1769
|
"protected": true,
|
|
1767
1770
|
"returns": {
|
|
1768
1771
|
"type": {
|
|
@@ -1867,7 +1870,7 @@
|
|
|
1867
1870
|
},
|
|
1868
1871
|
"fqn": "@cdktn/provider-dns.dataDnsARecordSet.DataDnsARecordSetConfig",
|
|
1869
1872
|
"interfaces": [
|
|
1870
|
-
"
|
|
1873
|
+
"cdktn.TerraformMetaArguments"
|
|
1871
1874
|
],
|
|
1872
1875
|
"kind": "interface",
|
|
1873
1876
|
"locationInModule": {
|
|
@@ -1880,7 +1883,7 @@
|
|
|
1880
1883
|
{
|
|
1881
1884
|
"abstract": true,
|
|
1882
1885
|
"docs": {
|
|
1883
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1886
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set#host DataDnsARecordSet#host}",
|
|
1884
1887
|
"stability": "stable",
|
|
1885
1888
|
"summary": "Host to look up."
|
|
1886
1889
|
},
|
|
@@ -1899,16 +1902,16 @@
|
|
|
1899
1902
|
},
|
|
1900
1903
|
"@cdktn/provider-dns.dataDnsAaaaRecordSet.DataDnsAaaaRecordSet": {
|
|
1901
1904
|
"assembly": "@cdktn/provider-dns",
|
|
1902
|
-
"base": "
|
|
1905
|
+
"base": "cdktn.TerraformDataSource",
|
|
1903
1906
|
"docs": {
|
|
1904
1907
|
"stability": "stable",
|
|
1905
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1908
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set}."
|
|
1906
1909
|
},
|
|
1907
1910
|
"fqn": "@cdktn/provider-dns.dataDnsAaaaRecordSet.DataDnsAaaaRecordSet",
|
|
1908
1911
|
"initializer": {
|
|
1909
1912
|
"docs": {
|
|
1910
1913
|
"stability": "stable",
|
|
1911
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1914
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set} Data Source."
|
|
1912
1915
|
},
|
|
1913
1916
|
"locationInModule": {
|
|
1914
1917
|
"filename": "src/data-dns-aaaa-record-set/index.ts",
|
|
@@ -1951,7 +1954,7 @@
|
|
|
1951
1954
|
{
|
|
1952
1955
|
"docs": {
|
|
1953
1956
|
"stability": "stable",
|
|
1954
|
-
"summary": "Generates
|
|
1957
|
+
"summary": "Generates CDKTN code for importing a DataDnsAaaaRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
1955
1958
|
},
|
|
1956
1959
|
"locationInModule": {
|
|
1957
1960
|
"filename": "src/data-dns-aaaa-record-set/index.ts",
|
|
@@ -1979,7 +1982,7 @@
|
|
|
1979
1982
|
},
|
|
1980
1983
|
{
|
|
1981
1984
|
"docs": {
|
|
1982
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1985
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
|
|
1983
1986
|
"summary": "The id of the existing DataDnsAaaaRecordSet that should be imported."
|
|
1984
1987
|
},
|
|
1985
1988
|
"name": "importFromId",
|
|
@@ -1994,13 +1997,13 @@
|
|
|
1994
1997
|
"name": "provider",
|
|
1995
1998
|
"optional": true,
|
|
1996
1999
|
"type": {
|
|
1997
|
-
"fqn": "
|
|
2000
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1998
2001
|
}
|
|
1999
2002
|
}
|
|
2000
2003
|
],
|
|
2001
2004
|
"returns": {
|
|
2002
2005
|
"type": {
|
|
2003
|
-
"fqn": "
|
|
2006
|
+
"fqn": "cdktn.ImportableResource"
|
|
2004
2007
|
}
|
|
2005
2008
|
},
|
|
2006
2009
|
"static": true
|
|
@@ -2014,7 +2017,7 @@
|
|
|
2014
2017
|
"line": 108
|
|
2015
2018
|
},
|
|
2016
2019
|
"name": "synthesizeAttributes",
|
|
2017
|
-
"overrides": "
|
|
2020
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2018
2021
|
"protected": true,
|
|
2019
2022
|
"returns": {
|
|
2020
2023
|
"type": {
|
|
@@ -2036,7 +2039,7 @@
|
|
|
2036
2039
|
"line": 114
|
|
2037
2040
|
},
|
|
2038
2041
|
"name": "synthesizeHclAttributes",
|
|
2039
|
-
"overrides": "
|
|
2042
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2040
2043
|
"protected": true,
|
|
2041
2044
|
"returns": {
|
|
2042
2045
|
"type": {
|
|
@@ -2141,7 +2144,7 @@
|
|
|
2141
2144
|
},
|
|
2142
2145
|
"fqn": "@cdktn/provider-dns.dataDnsAaaaRecordSet.DataDnsAaaaRecordSetConfig",
|
|
2143
2146
|
"interfaces": [
|
|
2144
|
-
"
|
|
2147
|
+
"cdktn.TerraformMetaArguments"
|
|
2145
2148
|
],
|
|
2146
2149
|
"kind": "interface",
|
|
2147
2150
|
"locationInModule": {
|
|
@@ -2154,7 +2157,7 @@
|
|
|
2154
2157
|
{
|
|
2155
2158
|
"abstract": true,
|
|
2156
2159
|
"docs": {
|
|
2157
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2160
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set#host DataDnsAaaaRecordSet#host}",
|
|
2158
2161
|
"stability": "stable",
|
|
2159
2162
|
"summary": "Host to look up."
|
|
2160
2163
|
},
|
|
@@ -2173,16 +2176,16 @@
|
|
|
2173
2176
|
},
|
|
2174
2177
|
"@cdktn/provider-dns.dataDnsCnameRecordSet.DataDnsCnameRecordSet": {
|
|
2175
2178
|
"assembly": "@cdktn/provider-dns",
|
|
2176
|
-
"base": "
|
|
2179
|
+
"base": "cdktn.TerraformDataSource",
|
|
2177
2180
|
"docs": {
|
|
2178
2181
|
"stability": "stable",
|
|
2179
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2182
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set dns_cname_record_set}."
|
|
2180
2183
|
},
|
|
2181
2184
|
"fqn": "@cdktn/provider-dns.dataDnsCnameRecordSet.DataDnsCnameRecordSet",
|
|
2182
2185
|
"initializer": {
|
|
2183
2186
|
"docs": {
|
|
2184
2187
|
"stability": "stable",
|
|
2185
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2188
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set dns_cname_record_set} Data Source."
|
|
2186
2189
|
},
|
|
2187
2190
|
"locationInModule": {
|
|
2188
2191
|
"filename": "src/data-dns-cname-record-set/index.ts",
|
|
@@ -2225,7 +2228,7 @@
|
|
|
2225
2228
|
{
|
|
2226
2229
|
"docs": {
|
|
2227
2230
|
"stability": "stable",
|
|
2228
|
-
"summary": "Generates
|
|
2231
|
+
"summary": "Generates CDKTN code for importing a DataDnsCnameRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
2229
2232
|
},
|
|
2230
2233
|
"locationInModule": {
|
|
2231
2234
|
"filename": "src/data-dns-cname-record-set/index.ts",
|
|
@@ -2253,7 +2256,7 @@
|
|
|
2253
2256
|
},
|
|
2254
2257
|
{
|
|
2255
2258
|
"docs": {
|
|
2256
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2259
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set#import import section} in the documentation of this resource for the id to use",
|
|
2257
2260
|
"summary": "The id of the existing DataDnsCnameRecordSet that should be imported."
|
|
2258
2261
|
},
|
|
2259
2262
|
"name": "importFromId",
|
|
@@ -2268,13 +2271,13 @@
|
|
|
2268
2271
|
"name": "provider",
|
|
2269
2272
|
"optional": true,
|
|
2270
2273
|
"type": {
|
|
2271
|
-
"fqn": "
|
|
2274
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2272
2275
|
}
|
|
2273
2276
|
}
|
|
2274
2277
|
],
|
|
2275
2278
|
"returns": {
|
|
2276
2279
|
"type": {
|
|
2277
|
-
"fqn": "
|
|
2280
|
+
"fqn": "cdktn.ImportableResource"
|
|
2278
2281
|
}
|
|
2279
2282
|
},
|
|
2280
2283
|
"static": true
|
|
@@ -2288,7 +2291,7 @@
|
|
|
2288
2291
|
"line": 108
|
|
2289
2292
|
},
|
|
2290
2293
|
"name": "synthesizeAttributes",
|
|
2291
|
-
"overrides": "
|
|
2294
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2292
2295
|
"protected": true,
|
|
2293
2296
|
"returns": {
|
|
2294
2297
|
"type": {
|
|
@@ -2310,7 +2313,7 @@
|
|
|
2310
2313
|
"line": 114
|
|
2311
2314
|
},
|
|
2312
2315
|
"name": "synthesizeHclAttributes",
|
|
2313
|
-
"overrides": "
|
|
2316
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2314
2317
|
"protected": true,
|
|
2315
2318
|
"returns": {
|
|
2316
2319
|
"type": {
|
|
@@ -2410,7 +2413,7 @@
|
|
|
2410
2413
|
},
|
|
2411
2414
|
"fqn": "@cdktn/provider-dns.dataDnsCnameRecordSet.DataDnsCnameRecordSetConfig",
|
|
2412
2415
|
"interfaces": [
|
|
2413
|
-
"
|
|
2416
|
+
"cdktn.TerraformMetaArguments"
|
|
2414
2417
|
],
|
|
2415
2418
|
"kind": "interface",
|
|
2416
2419
|
"locationInModule": {
|
|
@@ -2423,7 +2426,7 @@
|
|
|
2423
2426
|
{
|
|
2424
2427
|
"abstract": true,
|
|
2425
2428
|
"docs": {
|
|
2426
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2429
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set#host DataDnsCnameRecordSet#host}",
|
|
2427
2430
|
"stability": "stable",
|
|
2428
2431
|
"summary": "Host to look up."
|
|
2429
2432
|
},
|
|
@@ -2442,16 +2445,16 @@
|
|
|
2442
2445
|
},
|
|
2443
2446
|
"@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSet": {
|
|
2444
2447
|
"assembly": "@cdktn/provider-dns",
|
|
2445
|
-
"base": "
|
|
2448
|
+
"base": "cdktn.TerraformDataSource",
|
|
2446
2449
|
"docs": {
|
|
2447
2450
|
"stability": "stable",
|
|
2448
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2451
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set dns_mx_record_set}."
|
|
2449
2452
|
},
|
|
2450
2453
|
"fqn": "@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSet",
|
|
2451
2454
|
"initializer": {
|
|
2452
2455
|
"docs": {
|
|
2453
2456
|
"stability": "stable",
|
|
2454
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2457
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set dns_mx_record_set} Data Source."
|
|
2455
2458
|
},
|
|
2456
2459
|
"locationInModule": {
|
|
2457
2460
|
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
@@ -2494,7 +2497,7 @@
|
|
|
2494
2497
|
{
|
|
2495
2498
|
"docs": {
|
|
2496
2499
|
"stability": "stable",
|
|
2497
|
-
"summary": "Generates
|
|
2500
|
+
"summary": "Generates CDKTN code for importing a DataDnsMxRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
2498
2501
|
},
|
|
2499
2502
|
"locationInModule": {
|
|
2500
2503
|
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
@@ -2522,7 +2525,7 @@
|
|
|
2522
2525
|
},
|
|
2523
2526
|
{
|
|
2524
2527
|
"docs": {
|
|
2525
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2528
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set#import import section} in the documentation of this resource for the id to use",
|
|
2526
2529
|
"summary": "The id of the existing DataDnsMxRecordSet that should be imported."
|
|
2527
2530
|
},
|
|
2528
2531
|
"name": "importFromId",
|
|
@@ -2537,13 +2540,13 @@
|
|
|
2537
2540
|
"name": "provider",
|
|
2538
2541
|
"optional": true,
|
|
2539
2542
|
"type": {
|
|
2540
|
-
"fqn": "
|
|
2543
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2541
2544
|
}
|
|
2542
2545
|
}
|
|
2543
2546
|
],
|
|
2544
2547
|
"returns": {
|
|
2545
2548
|
"type": {
|
|
2546
|
-
"fqn": "
|
|
2549
|
+
"fqn": "cdktn.ImportableResource"
|
|
2547
2550
|
}
|
|
2548
2551
|
},
|
|
2549
2552
|
"static": true
|
|
@@ -2557,7 +2560,7 @@
|
|
|
2557
2560
|
"line": 189
|
|
2558
2561
|
},
|
|
2559
2562
|
"name": "synthesizeAttributes",
|
|
2560
|
-
"overrides": "
|
|
2563
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2561
2564
|
"protected": true,
|
|
2562
2565
|
"returns": {
|
|
2563
2566
|
"type": {
|
|
@@ -2579,7 +2582,7 @@
|
|
|
2579
2582
|
"line": 195
|
|
2580
2583
|
},
|
|
2581
2584
|
"name": "synthesizeHclAttributes",
|
|
2582
|
-
"overrides": "
|
|
2585
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
2583
2586
|
"protected": true,
|
|
2584
2587
|
"returns": {
|
|
2585
2588
|
"type": {
|
|
@@ -2679,7 +2682,7 @@
|
|
|
2679
2682
|
},
|
|
2680
2683
|
"fqn": "@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSetConfig",
|
|
2681
2684
|
"interfaces": [
|
|
2682
|
-
"
|
|
2685
|
+
"cdktn.TerraformMetaArguments"
|
|
2683
2686
|
],
|
|
2684
2687
|
"kind": "interface",
|
|
2685
2688
|
"locationInModule": {
|
|
@@ -2692,7 +2695,7 @@
|
|
|
2692
2695
|
{
|
|
2693
2696
|
"abstract": true,
|
|
2694
2697
|
"docs": {
|
|
2695
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2698
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set#domain DataDnsMxRecordSet#domain}",
|
|
2696
2699
|
"stability": "stable",
|
|
2697
2700
|
"summary": "Domain to look up."
|
|
2698
2701
|
},
|
|
@@ -2727,7 +2730,7 @@
|
|
|
2727
2730
|
},
|
|
2728
2731
|
"@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSetMxList": {
|
|
2729
2732
|
"assembly": "@cdktn/provider-dns",
|
|
2730
|
-
"base": "
|
|
2733
|
+
"base": "cdktn.ComplexList",
|
|
2731
2734
|
"docs": {
|
|
2732
2735
|
"stability": "stable"
|
|
2733
2736
|
},
|
|
@@ -2747,7 +2750,7 @@
|
|
|
2747
2750
|
},
|
|
2748
2751
|
"name": "terraformResource",
|
|
2749
2752
|
"type": {
|
|
2750
|
-
"fqn": "
|
|
2753
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2751
2754
|
}
|
|
2752
2755
|
},
|
|
2753
2756
|
{
|
|
@@ -2816,7 +2819,7 @@
|
|
|
2816
2819
|
"line": 91
|
|
2817
2820
|
},
|
|
2818
2821
|
"name": "terraformAttribute",
|
|
2819
|
-
"overrides": "
|
|
2822
|
+
"overrides": "cdktn.ComplexList",
|
|
2820
2823
|
"protected": true,
|
|
2821
2824
|
"type": {
|
|
2822
2825
|
"primitive": "string"
|
|
@@ -2832,10 +2835,10 @@
|
|
|
2832
2835
|
"line": 91
|
|
2833
2836
|
},
|
|
2834
2837
|
"name": "terraformResource",
|
|
2835
|
-
"overrides": "
|
|
2838
|
+
"overrides": "cdktn.ComplexList",
|
|
2836
2839
|
"protected": true,
|
|
2837
2840
|
"type": {
|
|
2838
|
-
"fqn": "
|
|
2841
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2839
2842
|
}
|
|
2840
2843
|
},
|
|
2841
2844
|
{
|
|
@@ -2848,7 +2851,7 @@
|
|
|
2848
2851
|
"line": 91
|
|
2849
2852
|
},
|
|
2850
2853
|
"name": "wrapsSet",
|
|
2851
|
-
"overrides": "
|
|
2854
|
+
"overrides": "cdktn.ComplexList",
|
|
2852
2855
|
"protected": true,
|
|
2853
2856
|
"type": {
|
|
2854
2857
|
"primitive": "boolean"
|
|
@@ -2859,7 +2862,7 @@
|
|
|
2859
2862
|
},
|
|
2860
2863
|
"@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSetMxOutputReference": {
|
|
2861
2864
|
"assembly": "@cdktn/provider-dns",
|
|
2862
|
-
"base": "
|
|
2865
|
+
"base": "cdktn.ComplexObject",
|
|
2863
2866
|
"docs": {
|
|
2864
2867
|
"stability": "stable"
|
|
2865
2868
|
},
|
|
@@ -2879,7 +2882,7 @@
|
|
|
2879
2882
|
},
|
|
2880
2883
|
"name": "terraformResource",
|
|
2881
2884
|
"type": {
|
|
2882
|
-
"fqn": "
|
|
2885
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
2883
2886
|
}
|
|
2884
2887
|
},
|
|
2885
2888
|
{
|
|
@@ -2966,16 +2969,16 @@
|
|
|
2966
2969
|
},
|
|
2967
2970
|
"@cdktn/provider-dns.dataDnsNsRecordSet.DataDnsNsRecordSet": {
|
|
2968
2971
|
"assembly": "@cdktn/provider-dns",
|
|
2969
|
-
"base": "
|
|
2972
|
+
"base": "cdktn.TerraformDataSource",
|
|
2970
2973
|
"docs": {
|
|
2971
2974
|
"stability": "stable",
|
|
2972
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2975
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set dns_ns_record_set}."
|
|
2973
2976
|
},
|
|
2974
2977
|
"fqn": "@cdktn/provider-dns.dataDnsNsRecordSet.DataDnsNsRecordSet",
|
|
2975
2978
|
"initializer": {
|
|
2976
2979
|
"docs": {
|
|
2977
2980
|
"stability": "stable",
|
|
2978
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2981
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set dns_ns_record_set} Data Source."
|
|
2979
2982
|
},
|
|
2980
2983
|
"locationInModule": {
|
|
2981
2984
|
"filename": "src/data-dns-ns-record-set/index.ts",
|
|
@@ -3018,7 +3021,7 @@
|
|
|
3018
3021
|
{
|
|
3019
3022
|
"docs": {
|
|
3020
3023
|
"stability": "stable",
|
|
3021
|
-
"summary": "Generates
|
|
3024
|
+
"summary": "Generates CDKTN code for importing a DataDnsNsRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
3022
3025
|
},
|
|
3023
3026
|
"locationInModule": {
|
|
3024
3027
|
"filename": "src/data-dns-ns-record-set/index.ts",
|
|
@@ -3046,7 +3049,7 @@
|
|
|
3046
3049
|
},
|
|
3047
3050
|
{
|
|
3048
3051
|
"docs": {
|
|
3049
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3052
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set#import import section} in the documentation of this resource for the id to use",
|
|
3050
3053
|
"summary": "The id of the existing DataDnsNsRecordSet that should be imported."
|
|
3051
3054
|
},
|
|
3052
3055
|
"name": "importFromId",
|
|
@@ -3061,13 +3064,13 @@
|
|
|
3061
3064
|
"name": "provider",
|
|
3062
3065
|
"optional": true,
|
|
3063
3066
|
"type": {
|
|
3064
|
-
"fqn": "
|
|
3067
|
+
"fqn": "cdktn.TerraformProvider"
|
|
3065
3068
|
}
|
|
3066
3069
|
}
|
|
3067
3070
|
],
|
|
3068
3071
|
"returns": {
|
|
3069
3072
|
"type": {
|
|
3070
|
-
"fqn": "
|
|
3073
|
+
"fqn": "cdktn.ImportableResource"
|
|
3071
3074
|
}
|
|
3072
3075
|
},
|
|
3073
3076
|
"static": true
|
|
@@ -3081,7 +3084,7 @@
|
|
|
3081
3084
|
"line": 108
|
|
3082
3085
|
},
|
|
3083
3086
|
"name": "synthesizeAttributes",
|
|
3084
|
-
"overrides": "
|
|
3087
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
3085
3088
|
"protected": true,
|
|
3086
3089
|
"returns": {
|
|
3087
3090
|
"type": {
|
|
@@ -3103,7 +3106,7 @@
|
|
|
3103
3106
|
"line": 114
|
|
3104
3107
|
},
|
|
3105
3108
|
"name": "synthesizeHclAttributes",
|
|
3106
|
-
"overrides": "
|
|
3109
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
3107
3110
|
"protected": true,
|
|
3108
3111
|
"returns": {
|
|
3109
3112
|
"type": {
|
|
@@ -3208,7 +3211,7 @@
|
|
|
3208
3211
|
},
|
|
3209
3212
|
"fqn": "@cdktn/provider-dns.dataDnsNsRecordSet.DataDnsNsRecordSetConfig",
|
|
3210
3213
|
"interfaces": [
|
|
3211
|
-
"
|
|
3214
|
+
"cdktn.TerraformMetaArguments"
|
|
3212
3215
|
],
|
|
3213
3216
|
"kind": "interface",
|
|
3214
3217
|
"locationInModule": {
|
|
@@ -3221,7 +3224,7 @@
|
|
|
3221
3224
|
{
|
|
3222
3225
|
"abstract": true,
|
|
3223
3226
|
"docs": {
|
|
3224
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3227
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set#host DataDnsNsRecordSet#host}",
|
|
3225
3228
|
"stability": "stable",
|
|
3226
3229
|
"summary": "Host to look up."
|
|
3227
3230
|
},
|
|
@@ -3240,16 +3243,16 @@
|
|
|
3240
3243
|
},
|
|
3241
3244
|
"@cdktn/provider-dns.dataDnsPtrRecordSet.DataDnsPtrRecordSet": {
|
|
3242
3245
|
"assembly": "@cdktn/provider-dns",
|
|
3243
|
-
"base": "
|
|
3246
|
+
"base": "cdktn.TerraformDataSource",
|
|
3244
3247
|
"docs": {
|
|
3245
3248
|
"stability": "stable",
|
|
3246
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3249
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set dns_ptr_record_set}."
|
|
3247
3250
|
},
|
|
3248
3251
|
"fqn": "@cdktn/provider-dns.dataDnsPtrRecordSet.DataDnsPtrRecordSet",
|
|
3249
3252
|
"initializer": {
|
|
3250
3253
|
"docs": {
|
|
3251
3254
|
"stability": "stable",
|
|
3252
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3255
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set dns_ptr_record_set} Data Source."
|
|
3253
3256
|
},
|
|
3254
3257
|
"locationInModule": {
|
|
3255
3258
|
"filename": "src/data-dns-ptr-record-set/index.ts",
|
|
@@ -3292,7 +3295,7 @@
|
|
|
3292
3295
|
{
|
|
3293
3296
|
"docs": {
|
|
3294
3297
|
"stability": "stable",
|
|
3295
|
-
"summary": "Generates
|
|
3298
|
+
"summary": "Generates CDKTN code for importing a DataDnsPtrRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
3296
3299
|
},
|
|
3297
3300
|
"locationInModule": {
|
|
3298
3301
|
"filename": "src/data-dns-ptr-record-set/index.ts",
|
|
@@ -3320,7 +3323,7 @@
|
|
|
3320
3323
|
},
|
|
3321
3324
|
{
|
|
3322
3325
|
"docs": {
|
|
3323
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3326
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set#import import section} in the documentation of this resource for the id to use",
|
|
3324
3327
|
"summary": "The id of the existing DataDnsPtrRecordSet that should be imported."
|
|
3325
3328
|
},
|
|
3326
3329
|
"name": "importFromId",
|
|
@@ -3335,13 +3338,13 @@
|
|
|
3335
3338
|
"name": "provider",
|
|
3336
3339
|
"optional": true,
|
|
3337
3340
|
"type": {
|
|
3338
|
-
"fqn": "
|
|
3341
|
+
"fqn": "cdktn.TerraformProvider"
|
|
3339
3342
|
}
|
|
3340
3343
|
}
|
|
3341
3344
|
],
|
|
3342
3345
|
"returns": {
|
|
3343
3346
|
"type": {
|
|
3344
|
-
"fqn": "
|
|
3347
|
+
"fqn": "cdktn.ImportableResource"
|
|
3345
3348
|
}
|
|
3346
3349
|
},
|
|
3347
3350
|
"static": true
|
|
@@ -3355,7 +3358,7 @@
|
|
|
3355
3358
|
"line": 108
|
|
3356
3359
|
},
|
|
3357
3360
|
"name": "synthesizeAttributes",
|
|
3358
|
-
"overrides": "
|
|
3361
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
3359
3362
|
"protected": true,
|
|
3360
3363
|
"returns": {
|
|
3361
3364
|
"type": {
|
|
@@ -3377,7 +3380,7 @@
|
|
|
3377
3380
|
"line": 114
|
|
3378
3381
|
},
|
|
3379
3382
|
"name": "synthesizeHclAttributes",
|
|
3380
|
-
"overrides": "
|
|
3383
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
3381
3384
|
"protected": true,
|
|
3382
3385
|
"returns": {
|
|
3383
3386
|
"type": {
|
|
@@ -3477,7 +3480,7 @@
|
|
|
3477
3480
|
},
|
|
3478
3481
|
"fqn": "@cdktn/provider-dns.dataDnsPtrRecordSet.DataDnsPtrRecordSetConfig",
|
|
3479
3482
|
"interfaces": [
|
|
3480
|
-
"
|
|
3483
|
+
"cdktn.TerraformMetaArguments"
|
|
3481
3484
|
],
|
|
3482
3485
|
"kind": "interface",
|
|
3483
3486
|
"locationInModule": {
|
|
@@ -3490,7 +3493,7 @@
|
|
|
3490
3493
|
{
|
|
3491
3494
|
"abstract": true,
|
|
3492
3495
|
"docs": {
|
|
3493
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3496
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set#ip_address DataDnsPtrRecordSet#ip_address}",
|
|
3494
3497
|
"stability": "stable",
|
|
3495
3498
|
"summary": "IP address to look up."
|
|
3496
3499
|
},
|
|
@@ -3509,16 +3512,16 @@
|
|
|
3509
3512
|
},
|
|
3510
3513
|
"@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSet": {
|
|
3511
3514
|
"assembly": "@cdktn/provider-dns",
|
|
3512
|
-
"base": "
|
|
3515
|
+
"base": "cdktn.TerraformDataSource",
|
|
3513
3516
|
"docs": {
|
|
3514
3517
|
"stability": "stable",
|
|
3515
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3518
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set dns_srv_record_set}."
|
|
3516
3519
|
},
|
|
3517
3520
|
"fqn": "@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSet",
|
|
3518
3521
|
"initializer": {
|
|
3519
3522
|
"docs": {
|
|
3520
3523
|
"stability": "stable",
|
|
3521
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3524
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set dns_srv_record_set} Data Source."
|
|
3522
3525
|
},
|
|
3523
3526
|
"locationInModule": {
|
|
3524
3527
|
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
@@ -3561,7 +3564,7 @@
|
|
|
3561
3564
|
{
|
|
3562
3565
|
"docs": {
|
|
3563
3566
|
"stability": "stable",
|
|
3564
|
-
"summary": "Generates
|
|
3567
|
+
"summary": "Generates CDKTN code for importing a DataDnsSrvRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
3565
3568
|
},
|
|
3566
3569
|
"locationInModule": {
|
|
3567
3570
|
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
@@ -3589,7 +3592,7 @@
|
|
|
3589
3592
|
},
|
|
3590
3593
|
{
|
|
3591
3594
|
"docs": {
|
|
3592
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3595
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set#import import section} in the documentation of this resource for the id to use",
|
|
3593
3596
|
"summary": "The id of the existing DataDnsSrvRecordSet that should be imported."
|
|
3594
3597
|
},
|
|
3595
3598
|
"name": "importFromId",
|
|
@@ -3604,13 +3607,13 @@
|
|
|
3604
3607
|
"name": "provider",
|
|
3605
3608
|
"optional": true,
|
|
3606
3609
|
"type": {
|
|
3607
|
-
"fqn": "
|
|
3610
|
+
"fqn": "cdktn.TerraformProvider"
|
|
3608
3611
|
}
|
|
3609
3612
|
}
|
|
3610
3613
|
],
|
|
3611
3614
|
"returns": {
|
|
3612
3615
|
"type": {
|
|
3613
|
-
"fqn": "
|
|
3616
|
+
"fqn": "cdktn.ImportableResource"
|
|
3614
3617
|
}
|
|
3615
3618
|
},
|
|
3616
3619
|
"static": true
|
|
@@ -3624,7 +3627,7 @@
|
|
|
3624
3627
|
"line": 199
|
|
3625
3628
|
},
|
|
3626
3629
|
"name": "synthesizeAttributes",
|
|
3627
|
-
"overrides": "
|
|
3630
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
3628
3631
|
"protected": true,
|
|
3629
3632
|
"returns": {
|
|
3630
3633
|
"type": {
|
|
@@ -3646,7 +3649,7 @@
|
|
|
3646
3649
|
"line": 205
|
|
3647
3650
|
},
|
|
3648
3651
|
"name": "synthesizeHclAttributes",
|
|
3649
|
-
"overrides": "
|
|
3652
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
3650
3653
|
"protected": true,
|
|
3651
3654
|
"returns": {
|
|
3652
3655
|
"type": {
|
|
@@ -3746,7 +3749,7 @@
|
|
|
3746
3749
|
},
|
|
3747
3750
|
"fqn": "@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSetConfig",
|
|
3748
3751
|
"interfaces": [
|
|
3749
|
-
"
|
|
3752
|
+
"cdktn.TerraformMetaArguments"
|
|
3750
3753
|
],
|
|
3751
3754
|
"kind": "interface",
|
|
3752
3755
|
"locationInModule": {
|
|
@@ -3759,7 +3762,7 @@
|
|
|
3759
3762
|
{
|
|
3760
3763
|
"abstract": true,
|
|
3761
3764
|
"docs": {
|
|
3762
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3765
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set#service DataDnsSrvRecordSet#service}",
|
|
3763
3766
|
"stability": "stable",
|
|
3764
3767
|
"summary": "Service to look up."
|
|
3765
3768
|
},
|
|
@@ -3794,7 +3797,7 @@
|
|
|
3794
3797
|
},
|
|
3795
3798
|
"@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSetSrvList": {
|
|
3796
3799
|
"assembly": "@cdktn/provider-dns",
|
|
3797
|
-
"base": "
|
|
3800
|
+
"base": "cdktn.ComplexList",
|
|
3798
3801
|
"docs": {
|
|
3799
3802
|
"stability": "stable"
|
|
3800
3803
|
},
|
|
@@ -3814,7 +3817,7 @@
|
|
|
3814
3817
|
},
|
|
3815
3818
|
"name": "terraformResource",
|
|
3816
3819
|
"type": {
|
|
3817
|
-
"fqn": "
|
|
3820
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
3818
3821
|
}
|
|
3819
3822
|
},
|
|
3820
3823
|
{
|
|
@@ -3883,7 +3886,7 @@
|
|
|
3883
3886
|
"line": 101
|
|
3884
3887
|
},
|
|
3885
3888
|
"name": "terraformAttribute",
|
|
3886
|
-
"overrides": "
|
|
3889
|
+
"overrides": "cdktn.ComplexList",
|
|
3887
3890
|
"protected": true,
|
|
3888
3891
|
"type": {
|
|
3889
3892
|
"primitive": "string"
|
|
@@ -3899,10 +3902,10 @@
|
|
|
3899
3902
|
"line": 101
|
|
3900
3903
|
},
|
|
3901
3904
|
"name": "terraformResource",
|
|
3902
|
-
"overrides": "
|
|
3905
|
+
"overrides": "cdktn.ComplexList",
|
|
3903
3906
|
"protected": true,
|
|
3904
3907
|
"type": {
|
|
3905
|
-
"fqn": "
|
|
3908
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
3906
3909
|
}
|
|
3907
3910
|
},
|
|
3908
3911
|
{
|
|
@@ -3915,7 +3918,7 @@
|
|
|
3915
3918
|
"line": 101
|
|
3916
3919
|
},
|
|
3917
3920
|
"name": "wrapsSet",
|
|
3918
|
-
"overrides": "
|
|
3921
|
+
"overrides": "cdktn.ComplexList",
|
|
3919
3922
|
"protected": true,
|
|
3920
3923
|
"type": {
|
|
3921
3924
|
"primitive": "boolean"
|
|
@@ -3926,7 +3929,7 @@
|
|
|
3926
3929
|
},
|
|
3927
3930
|
"@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSetSrvOutputReference": {
|
|
3928
3931
|
"assembly": "@cdktn/provider-dns",
|
|
3929
|
-
"base": "
|
|
3932
|
+
"base": "cdktn.ComplexObject",
|
|
3930
3933
|
"docs": {
|
|
3931
3934
|
"stability": "stable"
|
|
3932
3935
|
},
|
|
@@ -3946,7 +3949,7 @@
|
|
|
3946
3949
|
},
|
|
3947
3950
|
"name": "terraformResource",
|
|
3948
3951
|
"type": {
|
|
3949
|
-
"fqn": "
|
|
3952
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
3950
3953
|
}
|
|
3951
3954
|
},
|
|
3952
3955
|
{
|
|
@@ -4061,16 +4064,16 @@
|
|
|
4061
4064
|
},
|
|
4062
4065
|
"@cdktn/provider-dns.dataDnsTxtRecordSet.DataDnsTxtRecordSet": {
|
|
4063
4066
|
"assembly": "@cdktn/provider-dns",
|
|
4064
|
-
"base": "
|
|
4067
|
+
"base": "cdktn.TerraformDataSource",
|
|
4065
4068
|
"docs": {
|
|
4066
4069
|
"stability": "stable",
|
|
4067
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4070
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set dns_txt_record_set}."
|
|
4068
4071
|
},
|
|
4069
4072
|
"fqn": "@cdktn/provider-dns.dataDnsTxtRecordSet.DataDnsTxtRecordSet",
|
|
4070
4073
|
"initializer": {
|
|
4071
4074
|
"docs": {
|
|
4072
4075
|
"stability": "stable",
|
|
4073
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4076
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set dns_txt_record_set} Data Source."
|
|
4074
4077
|
},
|
|
4075
4078
|
"locationInModule": {
|
|
4076
4079
|
"filename": "src/data-dns-txt-record-set/index.ts",
|
|
@@ -4113,7 +4116,7 @@
|
|
|
4113
4116
|
{
|
|
4114
4117
|
"docs": {
|
|
4115
4118
|
"stability": "stable",
|
|
4116
|
-
"summary": "Generates
|
|
4119
|
+
"summary": "Generates CDKTN code for importing a DataDnsTxtRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
4117
4120
|
},
|
|
4118
4121
|
"locationInModule": {
|
|
4119
4122
|
"filename": "src/data-dns-txt-record-set/index.ts",
|
|
@@ -4141,7 +4144,7 @@
|
|
|
4141
4144
|
},
|
|
4142
4145
|
{
|
|
4143
4146
|
"docs": {
|
|
4144
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4147
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set#import import section} in the documentation of this resource for the id to use",
|
|
4145
4148
|
"summary": "The id of the existing DataDnsTxtRecordSet that should be imported."
|
|
4146
4149
|
},
|
|
4147
4150
|
"name": "importFromId",
|
|
@@ -4156,13 +4159,13 @@
|
|
|
4156
4159
|
"name": "provider",
|
|
4157
4160
|
"optional": true,
|
|
4158
4161
|
"type": {
|
|
4159
|
-
"fqn": "
|
|
4162
|
+
"fqn": "cdktn.TerraformProvider"
|
|
4160
4163
|
}
|
|
4161
4164
|
}
|
|
4162
4165
|
],
|
|
4163
4166
|
"returns": {
|
|
4164
4167
|
"type": {
|
|
4165
|
-
"fqn": "
|
|
4168
|
+
"fqn": "cdktn.ImportableResource"
|
|
4166
4169
|
}
|
|
4167
4170
|
},
|
|
4168
4171
|
"static": true
|
|
@@ -4176,7 +4179,7 @@
|
|
|
4176
4179
|
"line": 113
|
|
4177
4180
|
},
|
|
4178
4181
|
"name": "synthesizeAttributes",
|
|
4179
|
-
"overrides": "
|
|
4182
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
4180
4183
|
"protected": true,
|
|
4181
4184
|
"returns": {
|
|
4182
4185
|
"type": {
|
|
@@ -4198,7 +4201,7 @@
|
|
|
4198
4201
|
"line": 119
|
|
4199
4202
|
},
|
|
4200
4203
|
"name": "synthesizeHclAttributes",
|
|
4201
|
-
"overrides": "
|
|
4204
|
+
"overrides": "cdktn.TerraformDataSource",
|
|
4202
4205
|
"protected": true,
|
|
4203
4206
|
"returns": {
|
|
4204
4207
|
"type": {
|
|
@@ -4317,7 +4320,7 @@
|
|
|
4317
4320
|
},
|
|
4318
4321
|
"fqn": "@cdktn/provider-dns.dataDnsTxtRecordSet.DataDnsTxtRecordSetConfig",
|
|
4319
4322
|
"interfaces": [
|
|
4320
|
-
"
|
|
4323
|
+
"cdktn.TerraformMetaArguments"
|
|
4321
4324
|
],
|
|
4322
4325
|
"kind": "interface",
|
|
4323
4326
|
"locationInModule": {
|
|
@@ -4330,7 +4333,7 @@
|
|
|
4330
4333
|
{
|
|
4331
4334
|
"abstract": true,
|
|
4332
4335
|
"docs": {
|
|
4333
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4336
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set#host DataDnsTxtRecordSet#host}",
|
|
4334
4337
|
"stability": "stable",
|
|
4335
4338
|
"summary": "Host to look up."
|
|
4336
4339
|
},
|
|
@@ -4349,16 +4352,16 @@
|
|
|
4349
4352
|
},
|
|
4350
4353
|
"@cdktn/provider-dns.mxRecordSet.MxRecordSet": {
|
|
4351
4354
|
"assembly": "@cdktn/provider-dns",
|
|
4352
|
-
"base": "
|
|
4355
|
+
"base": "cdktn.TerraformResource",
|
|
4353
4356
|
"docs": {
|
|
4354
4357
|
"stability": "stable",
|
|
4355
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4358
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set dns_mx_record_set}."
|
|
4356
4359
|
},
|
|
4357
4360
|
"fqn": "@cdktn/provider-dns.mxRecordSet.MxRecordSet",
|
|
4358
4361
|
"initializer": {
|
|
4359
4362
|
"docs": {
|
|
4360
4363
|
"stability": "stable",
|
|
4361
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4364
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set dns_mx_record_set} Resource."
|
|
4362
4365
|
},
|
|
4363
4366
|
"locationInModule": {
|
|
4364
4367
|
"filename": "src/mx-record-set/index.ts",
|
|
@@ -4401,7 +4404,7 @@
|
|
|
4401
4404
|
{
|
|
4402
4405
|
"docs": {
|
|
4403
4406
|
"stability": "stable",
|
|
4404
|
-
"summary": "Generates
|
|
4407
|
+
"summary": "Generates CDKTN code for importing a MxRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
4405
4408
|
},
|
|
4406
4409
|
"locationInModule": {
|
|
4407
4410
|
"filename": "src/mx-record-set/index.ts",
|
|
@@ -4429,7 +4432,7 @@
|
|
|
4429
4432
|
},
|
|
4430
4433
|
{
|
|
4431
4434
|
"docs": {
|
|
4432
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4435
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#import import section} in the documentation of this resource for the id to use",
|
|
4433
4436
|
"summary": "The id of the existing MxRecordSet that should be imported."
|
|
4434
4437
|
},
|
|
4435
4438
|
"name": "importFromId",
|
|
@@ -4444,13 +4447,13 @@
|
|
|
4444
4447
|
"name": "provider",
|
|
4445
4448
|
"optional": true,
|
|
4446
4449
|
"type": {
|
|
4447
|
-
"fqn": "
|
|
4450
|
+
"fqn": "cdktn.TerraformProvider"
|
|
4448
4451
|
}
|
|
4449
4452
|
}
|
|
4450
4453
|
],
|
|
4451
4454
|
"returns": {
|
|
4452
4455
|
"type": {
|
|
4453
|
-
"fqn": "
|
|
4456
|
+
"fqn": "cdktn.ImportableResource"
|
|
4454
4457
|
}
|
|
4455
4458
|
},
|
|
4456
4459
|
"static": true
|
|
@@ -4471,7 +4474,7 @@
|
|
|
4471
4474
|
"union": {
|
|
4472
4475
|
"types": [
|
|
4473
4476
|
{
|
|
4474
|
-
"fqn": "
|
|
4477
|
+
"fqn": "cdktn.IResolvable"
|
|
4475
4478
|
},
|
|
4476
4479
|
{
|
|
4477
4480
|
"collection": {
|
|
@@ -4526,7 +4529,7 @@
|
|
|
4526
4529
|
"line": 319
|
|
4527
4530
|
},
|
|
4528
4531
|
"name": "synthesizeAttributes",
|
|
4529
|
-
"overrides": "
|
|
4532
|
+
"overrides": "cdktn.TerraformResource",
|
|
4530
4533
|
"protected": true,
|
|
4531
4534
|
"returns": {
|
|
4532
4535
|
"type": {
|
|
@@ -4548,7 +4551,7 @@
|
|
|
4548
4551
|
"line": 328
|
|
4549
4552
|
},
|
|
4550
4553
|
"name": "synthesizeHclAttributes",
|
|
4551
|
-
"overrides": "
|
|
4554
|
+
"overrides": "cdktn.TerraformResource",
|
|
4552
4555
|
"protected": true,
|
|
4553
4556
|
"returns": {
|
|
4554
4557
|
"type": {
|
|
@@ -4624,7 +4627,7 @@
|
|
|
4624
4627
|
"union": {
|
|
4625
4628
|
"types": [
|
|
4626
4629
|
{
|
|
4627
|
-
"fqn": "
|
|
4630
|
+
"fqn": "cdktn.IResolvable"
|
|
4628
4631
|
},
|
|
4629
4632
|
{
|
|
4630
4633
|
"collection": {
|
|
@@ -4733,7 +4736,7 @@
|
|
|
4733
4736
|
},
|
|
4734
4737
|
"fqn": "@cdktn/provider-dns.mxRecordSet.MxRecordSetConfig",
|
|
4735
4738
|
"interfaces": [
|
|
4736
|
-
"
|
|
4739
|
+
"cdktn.TerraformMetaArguments"
|
|
4737
4740
|
],
|
|
4738
4741
|
"kind": "interface",
|
|
4739
4742
|
"locationInModule": {
|
|
@@ -4746,7 +4749,7 @@
|
|
|
4746
4749
|
{
|
|
4747
4750
|
"abstract": true,
|
|
4748
4751
|
"docs": {
|
|
4749
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4752
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#zone MxRecordSet#zone}",
|
|
4750
4753
|
"stability": "stable",
|
|
4751
4754
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
4752
4755
|
},
|
|
@@ -4763,7 +4766,7 @@
|
|
|
4763
4766
|
{
|
|
4764
4767
|
"abstract": true,
|
|
4765
4768
|
"docs": {
|
|
4766
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4769
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#mx MxRecordSet#mx}",
|
|
4767
4770
|
"stability": "stable",
|
|
4768
4771
|
"summary": "mx block."
|
|
4769
4772
|
},
|
|
@@ -4778,7 +4781,7 @@
|
|
|
4778
4781
|
"union": {
|
|
4779
4782
|
"types": [
|
|
4780
4783
|
{
|
|
4781
|
-
"fqn": "
|
|
4784
|
+
"fqn": "cdktn.IResolvable"
|
|
4782
4785
|
},
|
|
4783
4786
|
{
|
|
4784
4787
|
"collection": {
|
|
@@ -4795,7 +4798,7 @@
|
|
|
4795
4798
|
{
|
|
4796
4799
|
"abstract": true,
|
|
4797
4800
|
"docs": {
|
|
4798
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4801
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#name MxRecordSet#name}",
|
|
4799
4802
|
"stability": "stable",
|
|
4800
4803
|
"summary": "The name of the record set."
|
|
4801
4804
|
},
|
|
@@ -4813,7 +4816,7 @@
|
|
|
4813
4816
|
{
|
|
4814
4817
|
"abstract": true,
|
|
4815
4818
|
"docs": {
|
|
4816
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4819
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#ttl MxRecordSet#ttl}",
|
|
4817
4820
|
"stability": "stable",
|
|
4818
4821
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
4819
4822
|
},
|
|
@@ -4849,7 +4852,7 @@
|
|
|
4849
4852
|
{
|
|
4850
4853
|
"abstract": true,
|
|
4851
4854
|
"docs": {
|
|
4852
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4855
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#exchange MxRecordSet#exchange}",
|
|
4853
4856
|
"stability": "stable",
|
|
4854
4857
|
"summary": "The FQDN of the mail exchange, include the trailing dot."
|
|
4855
4858
|
},
|
|
@@ -4866,7 +4869,7 @@
|
|
|
4866
4869
|
{
|
|
4867
4870
|
"abstract": true,
|
|
4868
4871
|
"docs": {
|
|
4869
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4872
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#preference MxRecordSet#preference}",
|
|
4870
4873
|
"stability": "stable",
|
|
4871
4874
|
"summary": "The preference for the record."
|
|
4872
4875
|
},
|
|
@@ -4885,7 +4888,7 @@
|
|
|
4885
4888
|
},
|
|
4886
4889
|
"@cdktn/provider-dns.mxRecordSet.MxRecordSetMxList": {
|
|
4887
4890
|
"assembly": "@cdktn/provider-dns",
|
|
4888
|
-
"base": "
|
|
4891
|
+
"base": "cdktn.ComplexList",
|
|
4889
4892
|
"docs": {
|
|
4890
4893
|
"stability": "stable"
|
|
4891
4894
|
},
|
|
@@ -4905,7 +4908,7 @@
|
|
|
4905
4908
|
},
|
|
4906
4909
|
"name": "terraformResource",
|
|
4907
4910
|
"type": {
|
|
4908
|
-
"fqn": "
|
|
4911
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
4909
4912
|
}
|
|
4910
4913
|
},
|
|
4911
4914
|
{
|
|
@@ -4974,7 +4977,7 @@
|
|
|
4974
4977
|
"line": 176
|
|
4975
4978
|
},
|
|
4976
4979
|
"name": "terraformAttribute",
|
|
4977
|
-
"overrides": "
|
|
4980
|
+
"overrides": "cdktn.ComplexList",
|
|
4978
4981
|
"protected": true,
|
|
4979
4982
|
"type": {
|
|
4980
4983
|
"primitive": "string"
|
|
@@ -4990,10 +4993,10 @@
|
|
|
4990
4993
|
"line": 176
|
|
4991
4994
|
},
|
|
4992
4995
|
"name": "terraformResource",
|
|
4993
|
-
"overrides": "
|
|
4996
|
+
"overrides": "cdktn.ComplexList",
|
|
4994
4997
|
"protected": true,
|
|
4995
4998
|
"type": {
|
|
4996
|
-
"fqn": "
|
|
4999
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
4997
5000
|
}
|
|
4998
5001
|
},
|
|
4999
5002
|
{
|
|
@@ -5006,7 +5009,7 @@
|
|
|
5006
5009
|
"line": 176
|
|
5007
5010
|
},
|
|
5008
5011
|
"name": "wrapsSet",
|
|
5009
|
-
"overrides": "
|
|
5012
|
+
"overrides": "cdktn.ComplexList",
|
|
5010
5013
|
"protected": true,
|
|
5011
5014
|
"type": {
|
|
5012
5015
|
"primitive": "boolean"
|
|
@@ -5026,7 +5029,7 @@
|
|
|
5026
5029
|
"union": {
|
|
5027
5030
|
"types": [
|
|
5028
5031
|
{
|
|
5029
|
-
"fqn": "
|
|
5032
|
+
"fqn": "cdktn.IResolvable"
|
|
5030
5033
|
},
|
|
5031
5034
|
{
|
|
5032
5035
|
"collection": {
|
|
@@ -5045,7 +5048,7 @@
|
|
|
5045
5048
|
},
|
|
5046
5049
|
"@cdktn/provider-dns.mxRecordSet.MxRecordSetMxOutputReference": {
|
|
5047
5050
|
"assembly": "@cdktn/provider-dns",
|
|
5048
|
-
"base": "
|
|
5051
|
+
"base": "cdktn.ComplexObject",
|
|
5049
5052
|
"docs": {
|
|
5050
5053
|
"stability": "stable"
|
|
5051
5054
|
},
|
|
@@ -5065,7 +5068,7 @@
|
|
|
5065
5068
|
},
|
|
5066
5069
|
"name": "terraformResource",
|
|
5067
5070
|
"type": {
|
|
5068
|
-
"fqn": "
|
|
5071
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
5069
5072
|
}
|
|
5070
5073
|
},
|
|
5071
5074
|
{
|
|
@@ -5178,7 +5181,7 @@
|
|
|
5178
5181
|
"fqn": "@cdktn/provider-dns.mxRecordSet.MxRecordSetMx"
|
|
5179
5182
|
},
|
|
5180
5183
|
{
|
|
5181
|
-
"fqn": "
|
|
5184
|
+
"fqn": "cdktn.IResolvable"
|
|
5182
5185
|
}
|
|
5183
5186
|
]
|
|
5184
5187
|
}
|
|
@@ -5189,16 +5192,16 @@
|
|
|
5189
5192
|
},
|
|
5190
5193
|
"@cdktn/provider-dns.nsRecordSet.NsRecordSet": {
|
|
5191
5194
|
"assembly": "@cdktn/provider-dns",
|
|
5192
|
-
"base": "
|
|
5195
|
+
"base": "cdktn.TerraformResource",
|
|
5193
5196
|
"docs": {
|
|
5194
5197
|
"stability": "stable",
|
|
5195
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5198
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set dns_ns_record_set}."
|
|
5196
5199
|
},
|
|
5197
5200
|
"fqn": "@cdktn/provider-dns.nsRecordSet.NsRecordSet",
|
|
5198
5201
|
"initializer": {
|
|
5199
5202
|
"docs": {
|
|
5200
5203
|
"stability": "stable",
|
|
5201
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5204
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set dns_ns_record_set} Resource."
|
|
5202
5205
|
},
|
|
5203
5206
|
"locationInModule": {
|
|
5204
5207
|
"filename": "src/ns-record-set/index.ts",
|
|
@@ -5241,7 +5244,7 @@
|
|
|
5241
5244
|
{
|
|
5242
5245
|
"docs": {
|
|
5243
5246
|
"stability": "stable",
|
|
5244
|
-
"summary": "Generates
|
|
5247
|
+
"summary": "Generates CDKTN code for importing a NsRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
5245
5248
|
},
|
|
5246
5249
|
"locationInModule": {
|
|
5247
5250
|
"filename": "src/ns-record-set/index.ts",
|
|
@@ -5269,7 +5272,7 @@
|
|
|
5269
5272
|
},
|
|
5270
5273
|
{
|
|
5271
5274
|
"docs": {
|
|
5272
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5275
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#import import section} in the documentation of this resource for the id to use",
|
|
5273
5276
|
"summary": "The id of the existing NsRecordSet that should be imported."
|
|
5274
5277
|
},
|
|
5275
5278
|
"name": "importFromId",
|
|
@@ -5284,13 +5287,13 @@
|
|
|
5284
5287
|
"name": "provider",
|
|
5285
5288
|
"optional": true,
|
|
5286
5289
|
"type": {
|
|
5287
|
-
"fqn": "
|
|
5290
|
+
"fqn": "cdktn.TerraformProvider"
|
|
5288
5291
|
}
|
|
5289
5292
|
}
|
|
5290
5293
|
],
|
|
5291
5294
|
"returns": {
|
|
5292
5295
|
"type": {
|
|
5293
|
-
"fqn": "
|
|
5296
|
+
"fqn": "cdktn.ImportableResource"
|
|
5294
5297
|
}
|
|
5295
5298
|
},
|
|
5296
5299
|
"static": true
|
|
@@ -5314,7 +5317,7 @@
|
|
|
5314
5317
|
"line": 166
|
|
5315
5318
|
},
|
|
5316
5319
|
"name": "synthesizeAttributes",
|
|
5317
|
-
"overrides": "
|
|
5320
|
+
"overrides": "cdktn.TerraformResource",
|
|
5318
5321
|
"protected": true,
|
|
5319
5322
|
"returns": {
|
|
5320
5323
|
"type": {
|
|
@@ -5336,7 +5339,7 @@
|
|
|
5336
5339
|
"line": 175
|
|
5337
5340
|
},
|
|
5338
5341
|
"name": "synthesizeHclAttributes",
|
|
5339
|
-
"overrides": "
|
|
5342
|
+
"overrides": "cdktn.TerraformResource",
|
|
5340
5343
|
"protected": true,
|
|
5341
5344
|
"returns": {
|
|
5342
5345
|
"type": {
|
|
@@ -5516,7 +5519,7 @@
|
|
|
5516
5519
|
},
|
|
5517
5520
|
"fqn": "@cdktn/provider-dns.nsRecordSet.NsRecordSetConfig",
|
|
5518
5521
|
"interfaces": [
|
|
5519
|
-
"
|
|
5522
|
+
"cdktn.TerraformMetaArguments"
|
|
5520
5523
|
],
|
|
5521
5524
|
"kind": "interface",
|
|
5522
5525
|
"locationInModule": {
|
|
@@ -5529,7 +5532,7 @@
|
|
|
5529
5532
|
{
|
|
5530
5533
|
"abstract": true,
|
|
5531
5534
|
"docs": {
|
|
5532
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5535
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#name NsRecordSet#name}",
|
|
5533
5536
|
"stability": "stable",
|
|
5534
5537
|
"summary": "The name of the record set."
|
|
5535
5538
|
},
|
|
@@ -5546,7 +5549,7 @@
|
|
|
5546
5549
|
{
|
|
5547
5550
|
"abstract": true,
|
|
5548
5551
|
"docs": {
|
|
5549
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5552
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#nameservers NsRecordSet#nameservers}",
|
|
5550
5553
|
"stability": "stable",
|
|
5551
5554
|
"summary": "The nameservers this record set will point to."
|
|
5552
5555
|
},
|
|
@@ -5568,7 +5571,7 @@
|
|
|
5568
5571
|
{
|
|
5569
5572
|
"abstract": true,
|
|
5570
5573
|
"docs": {
|
|
5571
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5574
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#zone NsRecordSet#zone}",
|
|
5572
5575
|
"stability": "stable",
|
|
5573
5576
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
5574
5577
|
},
|
|
@@ -5585,7 +5588,7 @@
|
|
|
5585
5588
|
{
|
|
5586
5589
|
"abstract": true,
|
|
5587
5590
|
"docs": {
|
|
5588
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5591
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#ttl NsRecordSet#ttl}",
|
|
5589
5592
|
"stability": "stable",
|
|
5590
5593
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
5591
5594
|
},
|
|
@@ -5605,20 +5608,20 @@
|
|
|
5605
5608
|
},
|
|
5606
5609
|
"@cdktn/provider-dns.provider.DnsProvider": {
|
|
5607
5610
|
"assembly": "@cdktn/provider-dns",
|
|
5608
|
-
"base": "
|
|
5611
|
+
"base": "cdktn.TerraformProvider",
|
|
5609
5612
|
"docs": {
|
|
5610
5613
|
"stability": "stable",
|
|
5611
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5614
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs dns}."
|
|
5612
5615
|
},
|
|
5613
5616
|
"fqn": "@cdktn/provider-dns.provider.DnsProvider",
|
|
5614
5617
|
"initializer": {
|
|
5615
5618
|
"docs": {
|
|
5616
5619
|
"stability": "stable",
|
|
5617
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5620
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs dns} Resource."
|
|
5618
5621
|
},
|
|
5619
5622
|
"locationInModule": {
|
|
5620
5623
|
"filename": "src/provider/index.ts",
|
|
5621
|
-
"line":
|
|
5624
|
+
"line": 297
|
|
5622
5625
|
},
|
|
5623
5626
|
"parameters": [
|
|
5624
5627
|
{
|
|
@@ -5652,17 +5655,17 @@
|
|
|
5652
5655
|
"kind": "class",
|
|
5653
5656
|
"locationInModule": {
|
|
5654
5657
|
"filename": "src/provider/index.ts",
|
|
5655
|
-
"line":
|
|
5658
|
+
"line": 265
|
|
5656
5659
|
},
|
|
5657
5660
|
"methods": [
|
|
5658
5661
|
{
|
|
5659
5662
|
"docs": {
|
|
5660
5663
|
"stability": "stable",
|
|
5661
|
-
"summary": "Generates
|
|
5664
|
+
"summary": "Generates CDKTN code for importing a DnsProvider resource upon running \"cdktn plan <stack-name>\"."
|
|
5662
5665
|
},
|
|
5663
5666
|
"locationInModule": {
|
|
5664
5667
|
"filename": "src/provider/index.ts",
|
|
5665
|
-
"line":
|
|
5668
|
+
"line": 282
|
|
5666
5669
|
},
|
|
5667
5670
|
"name": "generateConfigForImport",
|
|
5668
5671
|
"parameters": [
|
|
@@ -5686,7 +5689,7 @@
|
|
|
5686
5689
|
},
|
|
5687
5690
|
{
|
|
5688
5691
|
"docs": {
|
|
5689
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5692
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#import import section} in the documentation of this resource for the id to use",
|
|
5690
5693
|
"summary": "The id of the existing DnsProvider that should be imported."
|
|
5691
5694
|
},
|
|
5692
5695
|
"name": "importFromId",
|
|
@@ -5701,13 +5704,13 @@
|
|
|
5701
5704
|
"name": "provider",
|
|
5702
5705
|
"optional": true,
|
|
5703
5706
|
"type": {
|
|
5704
|
-
"fqn": "
|
|
5707
|
+
"fqn": "cdktn.TerraformProvider"
|
|
5705
5708
|
}
|
|
5706
5709
|
}
|
|
5707
5710
|
],
|
|
5708
5711
|
"returns": {
|
|
5709
5712
|
"type": {
|
|
5710
|
-
"fqn": "
|
|
5713
|
+
"fqn": "cdktn.ImportableResource"
|
|
5711
5714
|
}
|
|
5712
5715
|
},
|
|
5713
5716
|
"static": true
|
|
@@ -5718,7 +5721,7 @@
|
|
|
5718
5721
|
},
|
|
5719
5722
|
"locationInModule": {
|
|
5720
5723
|
"filename": "src/provider/index.ts",
|
|
5721
|
-
"line":
|
|
5724
|
+
"line": 323
|
|
5722
5725
|
},
|
|
5723
5726
|
"name": "resetAlias"
|
|
5724
5727
|
},
|
|
@@ -5728,7 +5731,7 @@
|
|
|
5728
5731
|
},
|
|
5729
5732
|
"locationInModule": {
|
|
5730
5733
|
"filename": "src/provider/index.ts",
|
|
5731
|
-
"line":
|
|
5734
|
+
"line": 339
|
|
5732
5735
|
},
|
|
5733
5736
|
"name": "resetUpdate"
|
|
5734
5737
|
},
|
|
@@ -5738,10 +5741,10 @@
|
|
|
5738
5741
|
},
|
|
5739
5742
|
"locationInModule": {
|
|
5740
5743
|
"filename": "src/provider/index.ts",
|
|
5741
|
-
"line":
|
|
5744
|
+
"line": 351
|
|
5742
5745
|
},
|
|
5743
5746
|
"name": "synthesizeAttributes",
|
|
5744
|
-
"overrides": "
|
|
5747
|
+
"overrides": "cdktn.TerraformProvider",
|
|
5745
5748
|
"protected": true,
|
|
5746
5749
|
"returns": {
|
|
5747
5750
|
"type": {
|
|
@@ -5760,10 +5763,10 @@
|
|
|
5760
5763
|
},
|
|
5761
5764
|
"locationInModule": {
|
|
5762
5765
|
"filename": "src/provider/index.ts",
|
|
5763
|
-
"line":
|
|
5766
|
+
"line": 358
|
|
5764
5767
|
},
|
|
5765
5768
|
"name": "synthesizeHclAttributes",
|
|
5766
|
-
"overrides": "
|
|
5769
|
+
"overrides": "cdktn.TerraformProvider",
|
|
5767
5770
|
"protected": true,
|
|
5768
5771
|
"returns": {
|
|
5769
5772
|
"type": {
|
|
@@ -5788,7 +5791,7 @@
|
|
|
5788
5791
|
"immutable": true,
|
|
5789
5792
|
"locationInModule": {
|
|
5790
5793
|
"filename": "src/provider/index.ts",
|
|
5791
|
-
"line":
|
|
5794
|
+
"line": 270
|
|
5792
5795
|
},
|
|
5793
5796
|
"name": "tfResourceType",
|
|
5794
5797
|
"static": true,
|
|
@@ -5803,7 +5806,7 @@
|
|
|
5803
5806
|
"immutable": true,
|
|
5804
5807
|
"locationInModule": {
|
|
5805
5808
|
"filename": "src/provider/index.ts",
|
|
5806
|
-
"line":
|
|
5809
|
+
"line": 327
|
|
5807
5810
|
},
|
|
5808
5811
|
"name": "aliasInput",
|
|
5809
5812
|
"optional": true,
|
|
@@ -5818,7 +5821,7 @@
|
|
|
5818
5821
|
"immutable": true,
|
|
5819
5822
|
"locationInModule": {
|
|
5820
5823
|
"filename": "src/provider/index.ts",
|
|
5821
|
-
"line":
|
|
5824
|
+
"line": 343
|
|
5822
5825
|
},
|
|
5823
5826
|
"name": "updateInput",
|
|
5824
5827
|
"optional": true,
|
|
@@ -5826,7 +5829,7 @@
|
|
|
5826
5829
|
"union": {
|
|
5827
5830
|
"types": [
|
|
5828
5831
|
{
|
|
5829
|
-
"fqn": "
|
|
5832
|
+
"fqn": "cdktn.IResolvable"
|
|
5830
5833
|
},
|
|
5831
5834
|
{
|
|
5832
5835
|
"collection": {
|
|
@@ -5846,11 +5849,11 @@
|
|
|
5846
5849
|
},
|
|
5847
5850
|
"locationInModule": {
|
|
5848
5851
|
"filename": "src/provider/index.ts",
|
|
5849
|
-
"line":
|
|
5852
|
+
"line": 317
|
|
5850
5853
|
},
|
|
5851
5854
|
"name": "alias",
|
|
5852
5855
|
"optional": true,
|
|
5853
|
-
"overrides": "
|
|
5856
|
+
"overrides": "cdktn.TerraformProvider",
|
|
5854
5857
|
"type": {
|
|
5855
5858
|
"primitive": "string"
|
|
5856
5859
|
}
|
|
@@ -5861,7 +5864,7 @@
|
|
|
5861
5864
|
},
|
|
5862
5865
|
"locationInModule": {
|
|
5863
5866
|
"filename": "src/provider/index.ts",
|
|
5864
|
-
"line":
|
|
5867
|
+
"line": 333
|
|
5865
5868
|
},
|
|
5866
5869
|
"name": "update",
|
|
5867
5870
|
"optional": true,
|
|
@@ -5869,7 +5872,7 @@
|
|
|
5869
5872
|
"union": {
|
|
5870
5873
|
"types": [
|
|
5871
5874
|
{
|
|
5872
|
-
"fqn": "
|
|
5875
|
+
"fqn": "cdktn.IResolvable"
|
|
5873
5876
|
},
|
|
5874
5877
|
{
|
|
5875
5878
|
"collection": {
|
|
@@ -5904,7 +5907,7 @@
|
|
|
5904
5907
|
{
|
|
5905
5908
|
"abstract": true,
|
|
5906
5909
|
"docs": {
|
|
5907
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5910
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#alias DnsProvider#alias}",
|
|
5908
5911
|
"stability": "stable",
|
|
5909
5912
|
"summary": "Alias name."
|
|
5910
5913
|
},
|
|
@@ -5922,7 +5925,7 @@
|
|
|
5922
5925
|
{
|
|
5923
5926
|
"abstract": true,
|
|
5924
5927
|
"docs": {
|
|
5925
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5928
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#update DnsProvider#update}",
|
|
5926
5929
|
"stability": "stable",
|
|
5927
5930
|
"summary": "update block."
|
|
5928
5931
|
},
|
|
@@ -5937,7 +5940,7 @@
|
|
|
5937
5940
|
"union": {
|
|
5938
5941
|
"types": [
|
|
5939
5942
|
{
|
|
5940
|
-
"fqn": "
|
|
5943
|
+
"fqn": "cdktn.IResolvable"
|
|
5941
5944
|
},
|
|
5942
5945
|
{
|
|
5943
5946
|
"collection": {
|
|
@@ -5972,14 +5975,14 @@
|
|
|
5972
5975
|
{
|
|
5973
5976
|
"abstract": true,
|
|
5974
5977
|
"docs": {
|
|
5975
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5978
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#gssapi DnsProvider#gssapi}",
|
|
5976
5979
|
"stability": "stable",
|
|
5977
5980
|
"summary": "gssapi block."
|
|
5978
5981
|
},
|
|
5979
5982
|
"immutable": true,
|
|
5980
5983
|
"locationInModule": {
|
|
5981
5984
|
"filename": "src/provider/index.ts",
|
|
5982
|
-
"line":
|
|
5985
|
+
"line": 166
|
|
5983
5986
|
},
|
|
5984
5987
|
"name": "gssapi",
|
|
5985
5988
|
"optional": true,
|
|
@@ -5987,7 +5990,7 @@
|
|
|
5987
5990
|
"union": {
|
|
5988
5991
|
"types": [
|
|
5989
5992
|
{
|
|
5990
|
-
"fqn": "
|
|
5993
|
+
"fqn": "cdktn.IResolvable"
|
|
5991
5994
|
},
|
|
5992
5995
|
{
|
|
5993
5996
|
"collection": {
|
|
@@ -6004,7 +6007,7 @@
|
|
|
6004
6007
|
{
|
|
6005
6008
|
"abstract": true,
|
|
6006
6009
|
"docs": {
|
|
6007
|
-
"remarks": "When using TSIG authentication, the algorithm to use for HMAC. Valid values are `hmac-md5`, `hmac-sha1`, `hmac-sha256` or `hmac-sha512`. Value can also be sourced from the DNS_UPDATE_KEYALGORITHM environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6010
|
+
"remarks": "When using TSIG authentication, the algorithm to use for HMAC. Valid values are `hmac-md5`, `hmac-sha1`, `hmac-sha256` or `hmac-sha512`. Value can also be sourced from the DNS_UPDATE_KEYALGORITHM environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#key_algorithm DnsProvider#key_algorithm}",
|
|
6008
6011
|
"stability": "stable",
|
|
6009
6012
|
"summary": "Required if `key_name` is set."
|
|
6010
6013
|
},
|
|
@@ -6022,7 +6025,7 @@
|
|
|
6022
6025
|
{
|
|
6023
6026
|
"abstract": true,
|
|
6024
6027
|
"docs": {
|
|
6025
|
-
"remarks": "Value can also be sourced from the DNS_UPDATE_KEYNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6028
|
+
"remarks": "Value can also be sourced from the DNS_UPDATE_KEYNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#key_name DnsProvider#key_name}",
|
|
6026
6029
|
"stability": "stable",
|
|
6027
6030
|
"summary": "The name of the TSIG key used to sign the DNS update messages."
|
|
6028
6031
|
},
|
|
@@ -6040,7 +6043,7 @@
|
|
|
6040
6043
|
{
|
|
6041
6044
|
"abstract": true,
|
|
6042
6045
|
"docs": {
|
|
6043
|
-
"remarks": "Value can also be sourced from the DNS_UPDATE_KEYSECRET environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6046
|
+
"remarks": "Value can also be sourced from the DNS_UPDATE_KEYSECRET environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#key_secret DnsProvider#key_secret}",
|
|
6044
6047
|
"stability": "stable",
|
|
6045
6048
|
"summary": "Required if `key_name` is set A Base64-encoded string containing the shared secret to be used for TSIG."
|
|
6046
6049
|
},
|
|
@@ -6058,7 +6061,7 @@
|
|
|
6058
6061
|
{
|
|
6059
6062
|
"abstract": true,
|
|
6060
6063
|
"docs": {
|
|
6061
|
-
"remarks": "Defaults to `53`. Value can also be sourced from the DNS_UPDATE_PORT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6064
|
+
"remarks": "Defaults to `53`. Value can also be sourced from the DNS_UPDATE_PORT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#port DnsProvider#port}",
|
|
6062
6065
|
"stability": "stable",
|
|
6063
6066
|
"summary": "The target UDP port on the server where updates are sent to."
|
|
6064
6067
|
},
|
|
@@ -6076,15 +6079,42 @@
|
|
|
6076
6079
|
{
|
|
6077
6080
|
"abstract": true,
|
|
6078
6081
|
"docs": {
|
|
6079
|
-
"remarks": "
|
|
6082
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#recursive DnsProvider#recursive}",
|
|
6080
6083
|
"stability": "stable",
|
|
6081
|
-
"summary": "
|
|
6084
|
+
"summary": "Enable the Recursion Desired (RD) flag on DNS queries."
|
|
6082
6085
|
},
|
|
6083
6086
|
"immutable": true,
|
|
6084
6087
|
"locationInModule": {
|
|
6085
6088
|
"filename": "src/provider/index.ts",
|
|
6086
6089
|
"line": 136
|
|
6087
6090
|
},
|
|
6091
|
+
"name": "recursive",
|
|
6092
|
+
"optional": true,
|
|
6093
|
+
"type": {
|
|
6094
|
+
"union": {
|
|
6095
|
+
"types": [
|
|
6096
|
+
{
|
|
6097
|
+
"primitive": "boolean"
|
|
6098
|
+
},
|
|
6099
|
+
{
|
|
6100
|
+
"fqn": "cdktn.IResolvable"
|
|
6101
|
+
}
|
|
6102
|
+
]
|
|
6103
|
+
}
|
|
6104
|
+
}
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"abstract": true,
|
|
6108
|
+
"docs": {
|
|
6109
|
+
"remarks": "Defaults to `3`. Value can also be sourced from the DNS_UPDATE_RETRIES environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#retries DnsProvider#retries}",
|
|
6110
|
+
"stability": "stable",
|
|
6111
|
+
"summary": "How many times to retry on connection timeout."
|
|
6112
|
+
},
|
|
6113
|
+
"immutable": true,
|
|
6114
|
+
"locationInModule": {
|
|
6115
|
+
"filename": "src/provider/index.ts",
|
|
6116
|
+
"line": 142
|
|
6117
|
+
},
|
|
6088
6118
|
"name": "retries",
|
|
6089
6119
|
"optional": true,
|
|
6090
6120
|
"type": {
|
|
@@ -6094,14 +6124,14 @@
|
|
|
6094
6124
|
{
|
|
6095
6125
|
"abstract": true,
|
|
6096
6126
|
"docs": {
|
|
6097
|
-
"remarks": "Value can also be sourced from the DNS_UPDATE_SERVER environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6127
|
+
"remarks": "Value can also be sourced from the DNS_UPDATE_SERVER environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#server DnsProvider#server}",
|
|
6098
6128
|
"stability": "stable",
|
|
6099
6129
|
"summary": "The hostname or IP address of the DNS server to send updates to."
|
|
6100
6130
|
},
|
|
6101
6131
|
"immutable": true,
|
|
6102
6132
|
"locationInModule": {
|
|
6103
6133
|
"filename": "src/provider/index.ts",
|
|
6104
|
-
"line":
|
|
6134
|
+
"line": 148
|
|
6105
6135
|
},
|
|
6106
6136
|
"name": "server",
|
|
6107
6137
|
"optional": true,
|
|
@@ -6112,14 +6142,14 @@
|
|
|
6112
6142
|
{
|
|
6113
6143
|
"abstract": true,
|
|
6114
6144
|
"docs": {
|
|
6115
|
-
"remarks": "Valid values are durations expressed as `500ms`, etc. or a plain number which is treated as whole seconds. Value can also be sourced from the DNS_UPDATE_TIMEOUT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6145
|
+
"remarks": "Valid values are durations expressed as `500ms`, etc. or a plain number which is treated as whole seconds. Value can also be sourced from the DNS_UPDATE_TIMEOUT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#timeout DnsProvider#timeout}",
|
|
6116
6146
|
"stability": "stable",
|
|
6117
6147
|
"summary": "Timeout for DNS queries."
|
|
6118
6148
|
},
|
|
6119
6149
|
"immutable": true,
|
|
6120
6150
|
"locationInModule": {
|
|
6121
6151
|
"filename": "src/provider/index.ts",
|
|
6122
|
-
"line":
|
|
6152
|
+
"line": 154
|
|
6123
6153
|
},
|
|
6124
6154
|
"name": "timeout",
|
|
6125
6155
|
"optional": true,
|
|
@@ -6130,14 +6160,14 @@
|
|
|
6130
6160
|
{
|
|
6131
6161
|
"abstract": true,
|
|
6132
6162
|
"docs": {
|
|
6133
|
-
"remarks": "Valid values are `udp`, `udp4`, `udp6`, `tcp`, `tcp4`, or `tcp6`. Any UDP transport will retry automatically with the equivalent TCP transport in the event of a truncated response. Defaults to `udp`. Value can also be sourced from the DNS_UPDATE_TRANSPORT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6163
|
+
"remarks": "Valid values are `udp`, `udp4`, `udp6`, `tcp`, `tcp4`, or `tcp6`. Any UDP transport will retry automatically with the equivalent TCP transport in the event of a truncated response. Defaults to `udp`. Value can also be sourced from the DNS_UPDATE_TRANSPORT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#transport DnsProvider#transport}",
|
|
6134
6164
|
"stability": "stable",
|
|
6135
6165
|
"summary": "Transport to use for DNS queries."
|
|
6136
6166
|
},
|
|
6137
6167
|
"immutable": true,
|
|
6138
6168
|
"locationInModule": {
|
|
6139
6169
|
"filename": "src/provider/index.ts",
|
|
6140
|
-
"line":
|
|
6170
|
+
"line": 160
|
|
6141
6171
|
},
|
|
6142
6172
|
"name": "transport",
|
|
6143
6173
|
"optional": true,
|
|
@@ -6166,7 +6196,7 @@
|
|
|
6166
6196
|
{
|
|
6167
6197
|
"abstract": true,
|
|
6168
6198
|
"docs": {
|
|
6169
|
-
"remarks": "The path to a keytab file containing a key for `username`. Value can also be sourced from the DNS_UPDATE_KEYTAB environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6199
|
+
"remarks": "The path to a keytab file containing a key for `username`. Value can also be sourced from the DNS_UPDATE_KEYTAB environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#keytab DnsProvider#keytab}",
|
|
6170
6200
|
"stability": "stable",
|
|
6171
6201
|
"summary": "This or `password` is required if `username` is set, not supported on Windows."
|
|
6172
6202
|
},
|
|
@@ -6184,7 +6214,7 @@
|
|
|
6184
6214
|
{
|
|
6185
6215
|
"abstract": true,
|
|
6186
6216
|
"docs": {
|
|
6187
|
-
"remarks": "The matching password for `username`. Value can also be sourced from the DNS_UPDATE_PASSWORD environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6217
|
+
"remarks": "The matching password for `username`. Value can also be sourced from the DNS_UPDATE_PASSWORD environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#password DnsProvider#password}",
|
|
6188
6218
|
"stability": "stable",
|
|
6189
6219
|
"summary": "This or `keytab` is required if `username` is set."
|
|
6190
6220
|
},
|
|
@@ -6202,7 +6232,7 @@
|
|
|
6202
6232
|
{
|
|
6203
6233
|
"abstract": true,
|
|
6204
6234
|
"docs": {
|
|
6205
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6235
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#realm DnsProvider#realm}",
|
|
6206
6236
|
"stability": "stable",
|
|
6207
6237
|
"summary": "The Kerberos realm or Active Directory domain. Value can also be sourced from the DNS_UPDATE_REALM environment variable."
|
|
6208
6238
|
},
|
|
@@ -6220,7 +6250,7 @@
|
|
|
6220
6250
|
{
|
|
6221
6251
|
"abstract": true,
|
|
6222
6252
|
"docs": {
|
|
6223
|
-
"remarks": "If not set the current user session will be used. Value can also be sourced from the DNS_UPDATE_USERNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6253
|
+
"remarks": "If not set the current user session will be used. Value can also be sourced from the DNS_UPDATE_USERNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#username DnsProvider#username}",
|
|
6224
6254
|
"stability": "stable",
|
|
6225
6255
|
"summary": "The name of the user to authenticate as."
|
|
6226
6256
|
},
|
|
@@ -6240,16 +6270,16 @@
|
|
|
6240
6270
|
},
|
|
6241
6271
|
"@cdktn/provider-dns.ptrRecord.PtrRecord": {
|
|
6242
6272
|
"assembly": "@cdktn/provider-dns",
|
|
6243
|
-
"base": "
|
|
6273
|
+
"base": "cdktn.TerraformResource",
|
|
6244
6274
|
"docs": {
|
|
6245
6275
|
"stability": "stable",
|
|
6246
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6276
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record dns_ptr_record}."
|
|
6247
6277
|
},
|
|
6248
6278
|
"fqn": "@cdktn/provider-dns.ptrRecord.PtrRecord",
|
|
6249
6279
|
"initializer": {
|
|
6250
6280
|
"docs": {
|
|
6251
6281
|
"stability": "stable",
|
|
6252
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6282
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record dns_ptr_record} Resource."
|
|
6253
6283
|
},
|
|
6254
6284
|
"locationInModule": {
|
|
6255
6285
|
"filename": "src/ptr-record/index.ts",
|
|
@@ -6292,7 +6322,7 @@
|
|
|
6292
6322
|
{
|
|
6293
6323
|
"docs": {
|
|
6294
6324
|
"stability": "stable",
|
|
6295
|
-
"summary": "Generates
|
|
6325
|
+
"summary": "Generates CDKTN code for importing a PtrRecord resource upon running \"cdktn plan <stack-name>\"."
|
|
6296
6326
|
},
|
|
6297
6327
|
"locationInModule": {
|
|
6298
6328
|
"filename": "src/ptr-record/index.ts",
|
|
@@ -6320,7 +6350,7 @@
|
|
|
6320
6350
|
},
|
|
6321
6351
|
{
|
|
6322
6352
|
"docs": {
|
|
6323
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6353
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#import import section} in the documentation of this resource for the id to use",
|
|
6324
6354
|
"summary": "The id of the existing PtrRecord that should be imported."
|
|
6325
6355
|
},
|
|
6326
6356
|
"name": "importFromId",
|
|
@@ -6335,13 +6365,13 @@
|
|
|
6335
6365
|
"name": "provider",
|
|
6336
6366
|
"optional": true,
|
|
6337
6367
|
"type": {
|
|
6338
|
-
"fqn": "
|
|
6368
|
+
"fqn": "cdktn.TerraformProvider"
|
|
6339
6369
|
}
|
|
6340
6370
|
}
|
|
6341
6371
|
],
|
|
6342
6372
|
"returns": {
|
|
6343
6373
|
"type": {
|
|
6344
|
-
"fqn": "
|
|
6374
|
+
"fqn": "cdktn.ImportableResource"
|
|
6345
6375
|
}
|
|
6346
6376
|
},
|
|
6347
6377
|
"static": true
|
|
@@ -6375,7 +6405,7 @@
|
|
|
6375
6405
|
"line": 169
|
|
6376
6406
|
},
|
|
6377
6407
|
"name": "synthesizeAttributes",
|
|
6378
|
-
"overrides": "
|
|
6408
|
+
"overrides": "cdktn.TerraformResource",
|
|
6379
6409
|
"protected": true,
|
|
6380
6410
|
"returns": {
|
|
6381
6411
|
"type": {
|
|
@@ -6397,7 +6427,7 @@
|
|
|
6397
6427
|
"line": 178
|
|
6398
6428
|
},
|
|
6399
6429
|
"name": "synthesizeHclAttributes",
|
|
6400
|
-
"overrides": "
|
|
6430
|
+
"overrides": "cdktn.TerraformResource",
|
|
6401
6431
|
"protected": true,
|
|
6402
6432
|
"returns": {
|
|
6403
6433
|
"type": {
|
|
@@ -6567,7 +6597,7 @@
|
|
|
6567
6597
|
},
|
|
6568
6598
|
"fqn": "@cdktn/provider-dns.ptrRecord.PtrRecordConfig",
|
|
6569
6599
|
"interfaces": [
|
|
6570
|
-
"
|
|
6600
|
+
"cdktn.TerraformMetaArguments"
|
|
6571
6601
|
],
|
|
6572
6602
|
"kind": "interface",
|
|
6573
6603
|
"locationInModule": {
|
|
@@ -6580,7 +6610,7 @@
|
|
|
6580
6610
|
{
|
|
6581
6611
|
"abstract": true,
|
|
6582
6612
|
"docs": {
|
|
6583
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6613
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#ptr PtrRecord#ptr}",
|
|
6584
6614
|
"stability": "stable",
|
|
6585
6615
|
"summary": "The canonical name this record will point to."
|
|
6586
6616
|
},
|
|
@@ -6597,7 +6627,7 @@
|
|
|
6597
6627
|
{
|
|
6598
6628
|
"abstract": true,
|
|
6599
6629
|
"docs": {
|
|
6600
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6630
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#zone PtrRecord#zone}",
|
|
6601
6631
|
"stability": "stable",
|
|
6602
6632
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
6603
6633
|
},
|
|
@@ -6614,7 +6644,7 @@
|
|
|
6614
6644
|
{
|
|
6615
6645
|
"abstract": true,
|
|
6616
6646
|
"docs": {
|
|
6617
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6647
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#name PtrRecord#name}",
|
|
6618
6648
|
"stability": "stable",
|
|
6619
6649
|
"summary": "The name of the record."
|
|
6620
6650
|
},
|
|
@@ -6632,7 +6662,7 @@
|
|
|
6632
6662
|
{
|
|
6633
6663
|
"abstract": true,
|
|
6634
6664
|
"docs": {
|
|
6635
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6665
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#ttl PtrRecord#ttl}",
|
|
6636
6666
|
"stability": "stable",
|
|
6637
6667
|
"summary": "The TTL of the record. Defaults to `3600`."
|
|
6638
6668
|
},
|
|
@@ -6652,16 +6682,16 @@
|
|
|
6652
6682
|
},
|
|
6653
6683
|
"@cdktn/provider-dns.srvRecordSet.SrvRecordSet": {
|
|
6654
6684
|
"assembly": "@cdktn/provider-dns",
|
|
6655
|
-
"base": "
|
|
6685
|
+
"base": "cdktn.TerraformResource",
|
|
6656
6686
|
"docs": {
|
|
6657
6687
|
"stability": "stable",
|
|
6658
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6688
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set dns_srv_record_set}."
|
|
6659
6689
|
},
|
|
6660
6690
|
"fqn": "@cdktn/provider-dns.srvRecordSet.SrvRecordSet",
|
|
6661
6691
|
"initializer": {
|
|
6662
6692
|
"docs": {
|
|
6663
6693
|
"stability": "stable",
|
|
6664
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6694
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set dns_srv_record_set} Resource."
|
|
6665
6695
|
},
|
|
6666
6696
|
"locationInModule": {
|
|
6667
6697
|
"filename": "src/srv-record-set/index.ts",
|
|
@@ -6704,7 +6734,7 @@
|
|
|
6704
6734
|
{
|
|
6705
6735
|
"docs": {
|
|
6706
6736
|
"stability": "stable",
|
|
6707
|
-
"summary": "Generates
|
|
6737
|
+
"summary": "Generates CDKTN code for importing a SrvRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
6708
6738
|
},
|
|
6709
6739
|
"locationInModule": {
|
|
6710
6740
|
"filename": "src/srv-record-set/index.ts",
|
|
@@ -6732,7 +6762,7 @@
|
|
|
6732
6762
|
},
|
|
6733
6763
|
{
|
|
6734
6764
|
"docs": {
|
|
6735
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6765
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#import import section} in the documentation of this resource for the id to use",
|
|
6736
6766
|
"summary": "The id of the existing SrvRecordSet that should be imported."
|
|
6737
6767
|
},
|
|
6738
6768
|
"name": "importFromId",
|
|
@@ -6747,13 +6777,13 @@
|
|
|
6747
6777
|
"name": "provider",
|
|
6748
6778
|
"optional": true,
|
|
6749
6779
|
"type": {
|
|
6750
|
-
"fqn": "
|
|
6780
|
+
"fqn": "cdktn.TerraformProvider"
|
|
6751
6781
|
}
|
|
6752
6782
|
}
|
|
6753
6783
|
],
|
|
6754
6784
|
"returns": {
|
|
6755
6785
|
"type": {
|
|
6756
|
-
"fqn": "
|
|
6786
|
+
"fqn": "cdktn.ImportableResource"
|
|
6757
6787
|
}
|
|
6758
6788
|
},
|
|
6759
6789
|
"static": true
|
|
@@ -6774,7 +6804,7 @@
|
|
|
6774
6804
|
"union": {
|
|
6775
6805
|
"types": [
|
|
6776
6806
|
{
|
|
6777
|
-
"fqn": "
|
|
6807
|
+
"fqn": "cdktn.IResolvable"
|
|
6778
6808
|
},
|
|
6779
6809
|
{
|
|
6780
6810
|
"collection": {
|
|
@@ -6819,7 +6849,7 @@
|
|
|
6819
6849
|
"line": 380
|
|
6820
6850
|
},
|
|
6821
6851
|
"name": "synthesizeAttributes",
|
|
6822
|
-
"overrides": "
|
|
6852
|
+
"overrides": "cdktn.TerraformResource",
|
|
6823
6853
|
"protected": true,
|
|
6824
6854
|
"returns": {
|
|
6825
6855
|
"type": {
|
|
@@ -6841,7 +6871,7 @@
|
|
|
6841
6871
|
"line": 389
|
|
6842
6872
|
},
|
|
6843
6873
|
"name": "synthesizeHclAttributes",
|
|
6844
|
-
"overrides": "
|
|
6874
|
+
"overrides": "cdktn.TerraformResource",
|
|
6845
6875
|
"protected": true,
|
|
6846
6876
|
"returns": {
|
|
6847
6877
|
"type": {
|
|
@@ -6932,7 +6962,7 @@
|
|
|
6932
6962
|
"union": {
|
|
6933
6963
|
"types": [
|
|
6934
6964
|
{
|
|
6935
|
-
"fqn": "
|
|
6965
|
+
"fqn": "cdktn.IResolvable"
|
|
6936
6966
|
},
|
|
6937
6967
|
{
|
|
6938
6968
|
"collection": {
|
|
@@ -7026,7 +7056,7 @@
|
|
|
7026
7056
|
},
|
|
7027
7057
|
"fqn": "@cdktn/provider-dns.srvRecordSet.SrvRecordSetConfig",
|
|
7028
7058
|
"interfaces": [
|
|
7029
|
-
"
|
|
7059
|
+
"cdktn.TerraformMetaArguments"
|
|
7030
7060
|
],
|
|
7031
7061
|
"kind": "interface",
|
|
7032
7062
|
"locationInModule": {
|
|
@@ -7039,7 +7069,7 @@
|
|
|
7039
7069
|
{
|
|
7040
7070
|
"abstract": true,
|
|
7041
7071
|
"docs": {
|
|
7042
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7072
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#name SrvRecordSet#name}",
|
|
7043
7073
|
"stability": "stable",
|
|
7044
7074
|
"summary": "The name of the record set."
|
|
7045
7075
|
},
|
|
@@ -7056,7 +7086,7 @@
|
|
|
7056
7086
|
{
|
|
7057
7087
|
"abstract": true,
|
|
7058
7088
|
"docs": {
|
|
7059
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7089
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#zone SrvRecordSet#zone}",
|
|
7060
7090
|
"stability": "stable",
|
|
7061
7091
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
7062
7092
|
},
|
|
@@ -7073,7 +7103,7 @@
|
|
|
7073
7103
|
{
|
|
7074
7104
|
"abstract": true,
|
|
7075
7105
|
"docs": {
|
|
7076
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7106
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#srv SrvRecordSet#srv}",
|
|
7077
7107
|
"stability": "stable",
|
|
7078
7108
|
"summary": "srv block."
|
|
7079
7109
|
},
|
|
@@ -7088,7 +7118,7 @@
|
|
|
7088
7118
|
"union": {
|
|
7089
7119
|
"types": [
|
|
7090
7120
|
{
|
|
7091
|
-
"fqn": "
|
|
7121
|
+
"fqn": "cdktn.IResolvable"
|
|
7092
7122
|
},
|
|
7093
7123
|
{
|
|
7094
7124
|
"collection": {
|
|
@@ -7105,7 +7135,7 @@
|
|
|
7105
7135
|
{
|
|
7106
7136
|
"abstract": true,
|
|
7107
7137
|
"docs": {
|
|
7108
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7138
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#ttl SrvRecordSet#ttl}",
|
|
7109
7139
|
"stability": "stable",
|
|
7110
7140
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
7111
7141
|
},
|
|
@@ -7141,7 +7171,7 @@
|
|
|
7141
7171
|
{
|
|
7142
7172
|
"abstract": true,
|
|
7143
7173
|
"docs": {
|
|
7144
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7174
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#port SrvRecordSet#port}",
|
|
7145
7175
|
"stability": "stable",
|
|
7146
7176
|
"summary": "The port for the service on the target."
|
|
7147
7177
|
},
|
|
@@ -7158,7 +7188,7 @@
|
|
|
7158
7188
|
{
|
|
7159
7189
|
"abstract": true,
|
|
7160
7190
|
"docs": {
|
|
7161
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7191
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#priority SrvRecordSet#priority}",
|
|
7162
7192
|
"stability": "stable",
|
|
7163
7193
|
"summary": "The priority for the record."
|
|
7164
7194
|
},
|
|
@@ -7175,7 +7205,7 @@
|
|
|
7175
7205
|
{
|
|
7176
7206
|
"abstract": true,
|
|
7177
7207
|
"docs": {
|
|
7178
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7208
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#target SrvRecordSet#target}",
|
|
7179
7209
|
"stability": "stable",
|
|
7180
7210
|
"summary": "The FQDN of the target, include the trailing dot."
|
|
7181
7211
|
},
|
|
@@ -7192,7 +7222,7 @@
|
|
|
7192
7222
|
{
|
|
7193
7223
|
"abstract": true,
|
|
7194
7224
|
"docs": {
|
|
7195
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7225
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#weight SrvRecordSet#weight}",
|
|
7196
7226
|
"stability": "stable",
|
|
7197
7227
|
"summary": "The weight for the record."
|
|
7198
7228
|
},
|
|
@@ -7211,7 +7241,7 @@
|
|
|
7211
7241
|
},
|
|
7212
7242
|
"@cdktn/provider-dns.srvRecordSet.SrvRecordSetSrvList": {
|
|
7213
7243
|
"assembly": "@cdktn/provider-dns",
|
|
7214
|
-
"base": "
|
|
7244
|
+
"base": "cdktn.ComplexList",
|
|
7215
7245
|
"docs": {
|
|
7216
7246
|
"stability": "stable"
|
|
7217
7247
|
},
|
|
@@ -7231,7 +7261,7 @@
|
|
|
7231
7261
|
},
|
|
7232
7262
|
"name": "terraformResource",
|
|
7233
7263
|
"type": {
|
|
7234
|
-
"fqn": "
|
|
7264
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
7235
7265
|
}
|
|
7236
7266
|
},
|
|
7237
7267
|
{
|
|
@@ -7300,7 +7330,7 @@
|
|
|
7300
7330
|
"line": 240
|
|
7301
7331
|
},
|
|
7302
7332
|
"name": "terraformAttribute",
|
|
7303
|
-
"overrides": "
|
|
7333
|
+
"overrides": "cdktn.ComplexList",
|
|
7304
7334
|
"protected": true,
|
|
7305
7335
|
"type": {
|
|
7306
7336
|
"primitive": "string"
|
|
@@ -7316,10 +7346,10 @@
|
|
|
7316
7346
|
"line": 240
|
|
7317
7347
|
},
|
|
7318
7348
|
"name": "terraformResource",
|
|
7319
|
-
"overrides": "
|
|
7349
|
+
"overrides": "cdktn.ComplexList",
|
|
7320
7350
|
"protected": true,
|
|
7321
7351
|
"type": {
|
|
7322
|
-
"fqn": "
|
|
7352
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
7323
7353
|
}
|
|
7324
7354
|
},
|
|
7325
7355
|
{
|
|
@@ -7332,7 +7362,7 @@
|
|
|
7332
7362
|
"line": 240
|
|
7333
7363
|
},
|
|
7334
7364
|
"name": "wrapsSet",
|
|
7335
|
-
"overrides": "
|
|
7365
|
+
"overrides": "cdktn.ComplexList",
|
|
7336
7366
|
"protected": true,
|
|
7337
7367
|
"type": {
|
|
7338
7368
|
"primitive": "boolean"
|
|
@@ -7352,7 +7382,7 @@
|
|
|
7352
7382
|
"union": {
|
|
7353
7383
|
"types": [
|
|
7354
7384
|
{
|
|
7355
|
-
"fqn": "
|
|
7385
|
+
"fqn": "cdktn.IResolvable"
|
|
7356
7386
|
},
|
|
7357
7387
|
{
|
|
7358
7388
|
"collection": {
|
|
@@ -7371,7 +7401,7 @@
|
|
|
7371
7401
|
},
|
|
7372
7402
|
"@cdktn/provider-dns.srvRecordSet.SrvRecordSetSrvOutputReference": {
|
|
7373
7403
|
"assembly": "@cdktn/provider-dns",
|
|
7374
|
-
"base": "
|
|
7404
|
+
"base": "cdktn.ComplexObject",
|
|
7375
7405
|
"docs": {
|
|
7376
7406
|
"stability": "stable"
|
|
7377
7407
|
},
|
|
@@ -7391,7 +7421,7 @@
|
|
|
7391
7421
|
},
|
|
7392
7422
|
"name": "terraformResource",
|
|
7393
7423
|
"type": {
|
|
7394
|
-
"fqn": "
|
|
7424
|
+
"fqn": "cdktn.IInterpolatingParent"
|
|
7395
7425
|
}
|
|
7396
7426
|
},
|
|
7397
7427
|
{
|
|
@@ -7557,7 +7587,7 @@
|
|
|
7557
7587
|
"union": {
|
|
7558
7588
|
"types": [
|
|
7559
7589
|
{
|
|
7560
|
-
"fqn": "
|
|
7590
|
+
"fqn": "cdktn.IResolvable"
|
|
7561
7591
|
},
|
|
7562
7592
|
{
|
|
7563
7593
|
"fqn": "@cdktn/provider-dns.srvRecordSet.SrvRecordSetSrv"
|
|
@@ -7571,16 +7601,16 @@
|
|
|
7571
7601
|
},
|
|
7572
7602
|
"@cdktn/provider-dns.txtRecordSet.TxtRecordSet": {
|
|
7573
7603
|
"assembly": "@cdktn/provider-dns",
|
|
7574
|
-
"base": "
|
|
7604
|
+
"base": "cdktn.TerraformResource",
|
|
7575
7605
|
"docs": {
|
|
7576
7606
|
"stability": "stable",
|
|
7577
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7607
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set dns_txt_record_set}."
|
|
7578
7608
|
},
|
|
7579
7609
|
"fqn": "@cdktn/provider-dns.txtRecordSet.TxtRecordSet",
|
|
7580
7610
|
"initializer": {
|
|
7581
7611
|
"docs": {
|
|
7582
7612
|
"stability": "stable",
|
|
7583
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7613
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set dns_txt_record_set} Resource."
|
|
7584
7614
|
},
|
|
7585
7615
|
"locationInModule": {
|
|
7586
7616
|
"filename": "src/txt-record-set/index.ts",
|
|
@@ -7623,7 +7653,7 @@
|
|
|
7623
7653
|
{
|
|
7624
7654
|
"docs": {
|
|
7625
7655
|
"stability": "stable",
|
|
7626
|
-
"summary": "Generates
|
|
7656
|
+
"summary": "Generates CDKTN code for importing a TxtRecordSet resource upon running \"cdktn plan <stack-name>\"."
|
|
7627
7657
|
},
|
|
7628
7658
|
"locationInModule": {
|
|
7629
7659
|
"filename": "src/txt-record-set/index.ts",
|
|
@@ -7651,7 +7681,7 @@
|
|
|
7651
7681
|
},
|
|
7652
7682
|
{
|
|
7653
7683
|
"docs": {
|
|
7654
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7684
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#import import section} in the documentation of this resource for the id to use",
|
|
7655
7685
|
"summary": "The id of the existing TxtRecordSet that should be imported."
|
|
7656
7686
|
},
|
|
7657
7687
|
"name": "importFromId",
|
|
@@ -7666,13 +7696,13 @@
|
|
|
7666
7696
|
"name": "provider",
|
|
7667
7697
|
"optional": true,
|
|
7668
7698
|
"type": {
|
|
7669
|
-
"fqn": "
|
|
7699
|
+
"fqn": "cdktn.TerraformProvider"
|
|
7670
7700
|
}
|
|
7671
7701
|
}
|
|
7672
7702
|
],
|
|
7673
7703
|
"returns": {
|
|
7674
7704
|
"type": {
|
|
7675
|
-
"fqn": "
|
|
7705
|
+
"fqn": "cdktn.ImportableResource"
|
|
7676
7706
|
}
|
|
7677
7707
|
},
|
|
7678
7708
|
"static": true
|
|
@@ -7706,7 +7736,7 @@
|
|
|
7706
7736
|
"line": 169
|
|
7707
7737
|
},
|
|
7708
7738
|
"name": "synthesizeAttributes",
|
|
7709
|
-
"overrides": "
|
|
7739
|
+
"overrides": "cdktn.TerraformResource",
|
|
7710
7740
|
"protected": true,
|
|
7711
7741
|
"returns": {
|
|
7712
7742
|
"type": {
|
|
@@ -7728,7 +7758,7 @@
|
|
|
7728
7758
|
"line": 178
|
|
7729
7759
|
},
|
|
7730
7760
|
"name": "synthesizeHclAttributes",
|
|
7731
|
-
"overrides": "
|
|
7761
|
+
"overrides": "cdktn.TerraformResource",
|
|
7732
7762
|
"protected": true,
|
|
7733
7763
|
"returns": {
|
|
7734
7764
|
"type": {
|
|
@@ -7908,7 +7938,7 @@
|
|
|
7908
7938
|
},
|
|
7909
7939
|
"fqn": "@cdktn/provider-dns.txtRecordSet.TxtRecordSetConfig",
|
|
7910
7940
|
"interfaces": [
|
|
7911
|
-
"
|
|
7941
|
+
"cdktn.TerraformMetaArguments"
|
|
7912
7942
|
],
|
|
7913
7943
|
"kind": "interface",
|
|
7914
7944
|
"locationInModule": {
|
|
@@ -7921,7 +7951,7 @@
|
|
|
7921
7951
|
{
|
|
7922
7952
|
"abstract": true,
|
|
7923
7953
|
"docs": {
|
|
7924
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7954
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#txt TxtRecordSet#txt}",
|
|
7925
7955
|
"stability": "stable",
|
|
7926
7956
|
"summary": "The text records this record set will be set to."
|
|
7927
7957
|
},
|
|
@@ -7943,7 +7973,7 @@
|
|
|
7943
7973
|
{
|
|
7944
7974
|
"abstract": true,
|
|
7945
7975
|
"docs": {
|
|
7946
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7976
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#zone TxtRecordSet#zone}",
|
|
7947
7977
|
"stability": "stable",
|
|
7948
7978
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
7949
7979
|
},
|
|
@@ -7960,7 +7990,7 @@
|
|
|
7960
7990
|
{
|
|
7961
7991
|
"abstract": true,
|
|
7962
7992
|
"docs": {
|
|
7963
|
-
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7993
|
+
"remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#name TxtRecordSet#name}",
|
|
7964
7994
|
"stability": "stable",
|
|
7965
7995
|
"summary": "The name of the record set."
|
|
7966
7996
|
},
|
|
@@ -7978,7 +8008,7 @@
|
|
|
7978
8008
|
{
|
|
7979
8009
|
"abstract": true,
|
|
7980
8010
|
"docs": {
|
|
7981
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
8011
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#ttl TxtRecordSet#ttl}",
|
|
7982
8012
|
"stability": "stable",
|
|
7983
8013
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
7984
8014
|
},
|
|
@@ -7997,6 +8027,6 @@
|
|
|
7997
8027
|
"symbolId": "src/txt-record-set/index:TxtRecordSetConfig"
|
|
7998
8028
|
}
|
|
7999
8029
|
},
|
|
8000
|
-
"version": "
|
|
8001
|
-
"fingerprint": "
|
|
8030
|
+
"version": "11.0.0",
|
|
8031
|
+
"fingerprint": "DPgyhodkOfhugawbB1J7QfNWD5wUhYkir18eRToR6lM="
|
|
8002
8032
|
}
|