@cdktn/provider-dns 11.0.0 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +149 -334
- package/README.md +3 -3
- package/lib/a-record-set/index.d.ts +8 -8
- package/lib/a-record-set/index.js +6 -6
- package/lib/aaaa-record-set/index.d.ts +8 -8
- package/lib/aaaa-record-set/index.js +6 -6
- package/lib/cname-record/index.d.ts +7 -7
- package/lib/cname-record/index.js +6 -6
- package/lib/data-dns-a-record-set/index.d.ts +4 -4
- package/lib/data-dns-a-record-set/index.js +6 -6
- package/lib/data-dns-aaaa-record-set/index.d.ts +4 -4
- package/lib/data-dns-aaaa-record-set/index.js +6 -6
- package/lib/data-dns-cname-record-set/index.d.ts +4 -4
- package/lib/data-dns-cname-record-set/index.js +6 -6
- package/lib/data-dns-mx-record-set/index.d.ts +4 -7
- package/lib/data-dns-mx-record-set/index.js +8 -11
- package/lib/data-dns-ns-record-set/index.d.ts +4 -4
- package/lib/data-dns-ns-record-set/index.js +6 -6
- package/lib/data-dns-ptr-record-set/index.d.ts +4 -4
- package/lib/data-dns-ptr-record-set/index.js +6 -6
- package/lib/data-dns-srv-record-set/index.d.ts +4 -7
- package/lib/data-dns-srv-record-set/index.js +8 -11
- package/lib/data-dns-txt-record-set/index.d.ts +4 -4
- package/lib/data-dns-txt-record-set/index.js +6 -6
- package/lib/mx-record-set/index.d.ts +9 -12
- package/lib/mx-record-set/index.js +8 -11
- package/lib/ns-record-set/index.d.ts +7 -7
- package/lib/ns-record-set/index.js +6 -6
- package/lib/provider/index.d.ts +19 -19
- package/lib/provider/index.js +6 -6
- package/lib/ptr-record/index.d.ts +7 -7
- package/lib/ptr-record/index.js +6 -6
- package/lib/srv-record-set/index.d.ts +11 -14
- package/lib/srv-record-set/index.js +8 -11
- package/lib/txt-record-set/index.d.ts +7 -7
- package/lib/txt-record-set/index.js +6 -6
- package/package.json +58 -38
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://cdktn.io"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"cdktn": "^0.
|
|
12
|
-
"constructs": "^10.
|
|
11
|
+
"cdktn": "^0.23.0",
|
|
12
|
+
"constructs": "^10.6.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
15
15
|
"cdktn": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-dns.git",
|
|
75
|
-
"jsiiVersion": "5.
|
|
75
|
+
"jsiiVersion": "5.9.40 (build 8be98bb)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"cdk",
|
|
78
78
|
"cdk-terrain",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
"name": "@cdktn/provider-dns",
|
|
96
96
|
"readme": {
|
|
97
|
-
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/dns provider version 3.
|
|
97
|
+
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/dns provider version 3.6.0\n\nThis repo builds and publishes the [Terraform dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.6.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.6.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"line": 7
|
|
109
109
|
},
|
|
110
110
|
"readme": {
|
|
111
|
-
"markdown": "# `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.6.0/docs/resources/a_record_set).\n"
|
|
112
112
|
},
|
|
113
113
|
"symbolId": "src/a-record-set/index:"
|
|
114
114
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"line": 8
|
|
119
119
|
},
|
|
120
120
|
"readme": {
|
|
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.
|
|
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.6.0/docs/resources/aaaa_record_set).\n"
|
|
122
122
|
},
|
|
123
123
|
"symbolId": "src/aaaa-record-set/index:"
|
|
124
124
|
},
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"line": 9
|
|
129
129
|
},
|
|
130
130
|
"readme": {
|
|
131
|
-
"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.6.0/docs/resources/cname_record).\n"
|
|
132
132
|
},
|
|
133
133
|
"symbolId": "src/cname-record/index:"
|
|
134
134
|
},
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"line": 15
|
|
139
139
|
},
|
|
140
140
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/a_record_set).\n"
|
|
142
142
|
},
|
|
143
143
|
"symbolId": "src/data-dns-a-record-set/index:"
|
|
144
144
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"line": 16
|
|
149
149
|
},
|
|
150
150
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/aaaa_record_set).\n"
|
|
152
152
|
},
|
|
153
153
|
"symbolId": "src/data-dns-aaaa-record-set/index:"
|
|
154
154
|
},
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"line": 17
|
|
159
159
|
},
|
|
160
160
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/cname_record_set).\n"
|
|
162
162
|
},
|
|
163
163
|
"symbolId": "src/data-dns-cname-record-set/index:"
|
|
164
164
|
},
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"line": 18
|
|
169
169
|
},
|
|
170
170
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/mx_record_set).\n"
|
|
172
172
|
},
|
|
173
173
|
"symbolId": "src/data-dns-mx-record-set/index:"
|
|
174
174
|
},
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"line": 19
|
|
179
179
|
},
|
|
180
180
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/ns_record_set).\n"
|
|
182
182
|
},
|
|
183
183
|
"symbolId": "src/data-dns-ns-record-set/index:"
|
|
184
184
|
},
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"line": 20
|
|
189
189
|
},
|
|
190
190
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/ptr_record_set).\n"
|
|
192
192
|
},
|
|
193
193
|
"symbolId": "src/data-dns-ptr-record-set/index:"
|
|
194
194
|
},
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"line": 21
|
|
199
199
|
},
|
|
200
200
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/srv_record_set).\n"
|
|
202
202
|
},
|
|
203
203
|
"symbolId": "src/data-dns-srv-record-set/index:"
|
|
204
204
|
},
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"line": 22
|
|
209
209
|
},
|
|
210
210
|
"readme": {
|
|
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.
|
|
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.6.0/docs/data-sources/txt_record_set).\n"
|
|
212
212
|
},
|
|
213
213
|
"symbolId": "src/data-dns-txt-record-set/index:"
|
|
214
214
|
},
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"line": 10
|
|
219
219
|
},
|
|
220
220
|
"readme": {
|
|
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.
|
|
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.6.0/docs/resources/mx_record_set).\n"
|
|
222
222
|
},
|
|
223
223
|
"symbolId": "src/mx-record-set/index:"
|
|
224
224
|
},
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"line": 11
|
|
229
229
|
},
|
|
230
230
|
"readme": {
|
|
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.
|
|
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.6.0/docs/resources/ns_record_set).\n"
|
|
232
232
|
},
|
|
233
233
|
"symbolId": "src/ns-record-set/index:"
|
|
234
234
|
},
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"line": 23
|
|
239
239
|
},
|
|
240
240
|
"readme": {
|
|
241
|
-
"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.6.0/docs).\n"
|
|
242
242
|
},
|
|
243
243
|
"symbolId": "src/provider/index:"
|
|
244
244
|
},
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"line": 12
|
|
249
249
|
},
|
|
250
250
|
"readme": {
|
|
251
|
-
"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.6.0/docs/resources/ptr_record).\n"
|
|
252
252
|
},
|
|
253
253
|
"symbolId": "src/ptr-record/index:"
|
|
254
254
|
},
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"line": 13
|
|
259
259
|
},
|
|
260
260
|
"readme": {
|
|
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.
|
|
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.6.0/docs/resources/srv_record_set).\n"
|
|
262
262
|
},
|
|
263
263
|
"symbolId": "src/srv-record-set/index:"
|
|
264
264
|
},
|
|
@@ -268,16 +268,27 @@
|
|
|
268
268
|
"line": 14
|
|
269
269
|
},
|
|
270
270
|
"readme": {
|
|
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.
|
|
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.6.0/docs/resources/txt_record_set).\n"
|
|
272
272
|
},
|
|
273
273
|
"symbolId": "src/txt-record-set/index:"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"targets": {
|
|
277
|
+
"dotnet": {
|
|
278
|
+
"namespace": "Io.Cdktn.Providers.Dns",
|
|
279
|
+
"packageId": "Io.Cdktn.Providers.Dns"
|
|
280
|
+
},
|
|
277
281
|
"go": {
|
|
278
282
|
"moduleName": "github.com/cdktn-io/cdktn-provider-dns-go",
|
|
279
283
|
"packageName": "dns"
|
|
280
284
|
},
|
|
285
|
+
"java": {
|
|
286
|
+
"maven": {
|
|
287
|
+
"artifactId": "cdktn-provider-dns",
|
|
288
|
+
"groupId": "io.cdktn"
|
|
289
|
+
},
|
|
290
|
+
"package": "io.cdktn.providers.dns"
|
|
291
|
+
},
|
|
281
292
|
"js": {
|
|
282
293
|
"npm": "@cdktn/provider-dns"
|
|
283
294
|
},
|
|
@@ -292,13 +303,13 @@
|
|
|
292
303
|
"base": "cdktn.TerraformResource",
|
|
293
304
|
"docs": {
|
|
294
305
|
"stability": "stable",
|
|
295
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
306
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set dns_a_record_set}."
|
|
296
307
|
},
|
|
297
308
|
"fqn": "@cdktn/provider-dns.aRecordSet.ARecordSet",
|
|
298
309
|
"initializer": {
|
|
299
310
|
"docs": {
|
|
300
311
|
"stability": "stable",
|
|
301
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
312
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set dns_a_record_set} Resource."
|
|
302
313
|
},
|
|
303
314
|
"locationInModule": {
|
|
304
315
|
"filename": "src/a-record-set/index.ts",
|
|
@@ -369,7 +380,7 @@
|
|
|
369
380
|
},
|
|
370
381
|
{
|
|
371
382
|
"docs": {
|
|
372
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
383
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#import import section} in the documentation of this resource for the id to use",
|
|
373
384
|
"summary": "The id of the existing ARecordSet that should be imported."
|
|
374
385
|
},
|
|
375
386
|
"name": "importFromId",
|
|
@@ -663,7 +674,7 @@
|
|
|
663
674
|
{
|
|
664
675
|
"abstract": true,
|
|
665
676
|
"docs": {
|
|
666
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
677
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#addresses ARecordSet#addresses}",
|
|
667
678
|
"stability": "stable",
|
|
668
679
|
"summary": "The IPv4 addresses this record set will point to."
|
|
669
680
|
},
|
|
@@ -685,7 +696,7 @@
|
|
|
685
696
|
{
|
|
686
697
|
"abstract": true,
|
|
687
698
|
"docs": {
|
|
688
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
699
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#zone ARecordSet#zone}",
|
|
689
700
|
"stability": "stable",
|
|
690
701
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
691
702
|
},
|
|
@@ -704,7 +715,7 @@
|
|
|
704
715
|
"docs": {
|
|
705
716
|
"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.",
|
|
706
717
|
"stability": "stable",
|
|
707
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
718
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#id ARecordSet#id}."
|
|
708
719
|
},
|
|
709
720
|
"immutable": true,
|
|
710
721
|
"locationInModule": {
|
|
@@ -720,7 +731,7 @@
|
|
|
720
731
|
{
|
|
721
732
|
"abstract": true,
|
|
722
733
|
"docs": {
|
|
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.
|
|
734
|
+
"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.6.0/docs/resources/a_record_set#name ARecordSet#name}",
|
|
724
735
|
"stability": "stable",
|
|
725
736
|
"summary": "The name of the record set."
|
|
726
737
|
},
|
|
@@ -738,7 +749,7 @@
|
|
|
738
749
|
{
|
|
739
750
|
"abstract": true,
|
|
740
751
|
"docs": {
|
|
741
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
752
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#ttl ARecordSet#ttl}",
|
|
742
753
|
"stability": "stable",
|
|
743
754
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
744
755
|
},
|
|
@@ -761,13 +772,13 @@
|
|
|
761
772
|
"base": "cdktn.TerraformResource",
|
|
762
773
|
"docs": {
|
|
763
774
|
"stability": "stable",
|
|
764
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
775
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set dns_aaaa_record_set}."
|
|
765
776
|
},
|
|
766
777
|
"fqn": "@cdktn/provider-dns.aaaaRecordSet.AaaaRecordSet",
|
|
767
778
|
"initializer": {
|
|
768
779
|
"docs": {
|
|
769
780
|
"stability": "stable",
|
|
770
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
781
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set dns_aaaa_record_set} Resource."
|
|
771
782
|
},
|
|
772
783
|
"locationInModule": {
|
|
773
784
|
"filename": "src/aaaa-record-set/index.ts",
|
|
@@ -838,7 +849,7 @@
|
|
|
838
849
|
},
|
|
839
850
|
{
|
|
840
851
|
"docs": {
|
|
841
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
852
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
|
|
842
853
|
"summary": "The id of the existing AaaaRecordSet that should be imported."
|
|
843
854
|
},
|
|
844
855
|
"name": "importFromId",
|
|
@@ -1132,7 +1143,7 @@
|
|
|
1132
1143
|
{
|
|
1133
1144
|
"abstract": true,
|
|
1134
1145
|
"docs": {
|
|
1135
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1146
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#addresses AaaaRecordSet#addresses}",
|
|
1136
1147
|
"stability": "stable",
|
|
1137
1148
|
"summary": "The IPv6 addresses this record set will point to."
|
|
1138
1149
|
},
|
|
@@ -1154,7 +1165,7 @@
|
|
|
1154
1165
|
{
|
|
1155
1166
|
"abstract": true,
|
|
1156
1167
|
"docs": {
|
|
1157
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1168
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#zone AaaaRecordSet#zone}",
|
|
1158
1169
|
"stability": "stable",
|
|
1159
1170
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
1160
1171
|
},
|
|
@@ -1173,7 +1184,7 @@
|
|
|
1173
1184
|
"docs": {
|
|
1174
1185
|
"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.",
|
|
1175
1186
|
"stability": "stable",
|
|
1176
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1187
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#id AaaaRecordSet#id}."
|
|
1177
1188
|
},
|
|
1178
1189
|
"immutable": true,
|
|
1179
1190
|
"locationInModule": {
|
|
@@ -1189,7 +1200,7 @@
|
|
|
1189
1200
|
{
|
|
1190
1201
|
"abstract": true,
|
|
1191
1202
|
"docs": {
|
|
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.
|
|
1203
|
+
"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.6.0/docs/resources/aaaa_record_set#name AaaaRecordSet#name}",
|
|
1193
1204
|
"stability": "stable",
|
|
1194
1205
|
"summary": "The name of the record set."
|
|
1195
1206
|
},
|
|
@@ -1207,7 +1218,7 @@
|
|
|
1207
1218
|
{
|
|
1208
1219
|
"abstract": true,
|
|
1209
1220
|
"docs": {
|
|
1210
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1221
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#ttl AaaaRecordSet#ttl}",
|
|
1211
1222
|
"stability": "stable",
|
|
1212
1223
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
1213
1224
|
},
|
|
@@ -1230,13 +1241,13 @@
|
|
|
1230
1241
|
"base": "cdktn.TerraformResource",
|
|
1231
1242
|
"docs": {
|
|
1232
1243
|
"stability": "stable",
|
|
1233
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1244
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record dns_cname_record}."
|
|
1234
1245
|
},
|
|
1235
1246
|
"fqn": "@cdktn/provider-dns.cnameRecord.CnameRecord",
|
|
1236
1247
|
"initializer": {
|
|
1237
1248
|
"docs": {
|
|
1238
1249
|
"stability": "stable",
|
|
1239
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1250
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record dns_cname_record} Resource."
|
|
1240
1251
|
},
|
|
1241
1252
|
"locationInModule": {
|
|
1242
1253
|
"filename": "src/cname-record/index.ts",
|
|
@@ -1307,7 +1318,7 @@
|
|
|
1307
1318
|
},
|
|
1308
1319
|
{
|
|
1309
1320
|
"docs": {
|
|
1310
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1321
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#import import section} in the documentation of this resource for the id to use",
|
|
1311
1322
|
"summary": "The id of the existing CnameRecord that should be imported."
|
|
1312
1323
|
},
|
|
1313
1324
|
"name": "importFromId",
|
|
@@ -1557,7 +1568,7 @@
|
|
|
1557
1568
|
{
|
|
1558
1569
|
"abstract": true,
|
|
1559
1570
|
"docs": {
|
|
1560
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1571
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#cname CnameRecord#cname}",
|
|
1561
1572
|
"stability": "stable",
|
|
1562
1573
|
"summary": "The canonical name this record will point to."
|
|
1563
1574
|
},
|
|
@@ -1574,7 +1585,7 @@
|
|
|
1574
1585
|
{
|
|
1575
1586
|
"abstract": true,
|
|
1576
1587
|
"docs": {
|
|
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.
|
|
1588
|
+
"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.6.0/docs/resources/cname_record#name CnameRecord#name}",
|
|
1578
1589
|
"stability": "stable",
|
|
1579
1590
|
"summary": "The name of the record."
|
|
1580
1591
|
},
|
|
@@ -1591,7 +1602,7 @@
|
|
|
1591
1602
|
{
|
|
1592
1603
|
"abstract": true,
|
|
1593
1604
|
"docs": {
|
|
1594
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1605
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#zone CnameRecord#zone}",
|
|
1595
1606
|
"stability": "stable",
|
|
1596
1607
|
"summary": "DNS zone the record belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
1597
1608
|
},
|
|
@@ -1608,7 +1619,7 @@
|
|
|
1608
1619
|
{
|
|
1609
1620
|
"abstract": true,
|
|
1610
1621
|
"docs": {
|
|
1611
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1622
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#ttl CnameRecord#ttl}",
|
|
1612
1623
|
"stability": "stable",
|
|
1613
1624
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
1614
1625
|
},
|
|
@@ -1631,13 +1642,13 @@
|
|
|
1631
1642
|
"base": "cdktn.TerraformDataSource",
|
|
1632
1643
|
"docs": {
|
|
1633
1644
|
"stability": "stable",
|
|
1634
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1645
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set dns_a_record_set}."
|
|
1635
1646
|
},
|
|
1636
1647
|
"fqn": "@cdktn/provider-dns.dataDnsARecordSet.DataDnsARecordSet",
|
|
1637
1648
|
"initializer": {
|
|
1638
1649
|
"docs": {
|
|
1639
1650
|
"stability": "stable",
|
|
1640
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1651
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set dns_a_record_set} Data Source."
|
|
1641
1652
|
},
|
|
1642
1653
|
"locationInModule": {
|
|
1643
1654
|
"filename": "src/data-dns-a-record-set/index.ts",
|
|
@@ -1708,7 +1719,7 @@
|
|
|
1708
1719
|
},
|
|
1709
1720
|
{
|
|
1710
1721
|
"docs": {
|
|
1711
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1722
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set#import import section} in the documentation of this resource for the id to use",
|
|
1712
1723
|
"summary": "The id of the existing DataDnsARecordSet that should be imported."
|
|
1713
1724
|
},
|
|
1714
1725
|
"name": "importFromId",
|
|
@@ -1883,7 +1894,7 @@
|
|
|
1883
1894
|
{
|
|
1884
1895
|
"abstract": true,
|
|
1885
1896
|
"docs": {
|
|
1886
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1897
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set#host DataDnsARecordSet#host}",
|
|
1887
1898
|
"stability": "stable",
|
|
1888
1899
|
"summary": "Host to look up."
|
|
1889
1900
|
},
|
|
@@ -1905,13 +1916,13 @@
|
|
|
1905
1916
|
"base": "cdktn.TerraformDataSource",
|
|
1906
1917
|
"docs": {
|
|
1907
1918
|
"stability": "stable",
|
|
1908
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1919
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set}."
|
|
1909
1920
|
},
|
|
1910
1921
|
"fqn": "@cdktn/provider-dns.dataDnsAaaaRecordSet.DataDnsAaaaRecordSet",
|
|
1911
1922
|
"initializer": {
|
|
1912
1923
|
"docs": {
|
|
1913
1924
|
"stability": "stable",
|
|
1914
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1925
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set} Data Source."
|
|
1915
1926
|
},
|
|
1916
1927
|
"locationInModule": {
|
|
1917
1928
|
"filename": "src/data-dns-aaaa-record-set/index.ts",
|
|
@@ -1982,7 +1993,7 @@
|
|
|
1982
1993
|
},
|
|
1983
1994
|
{
|
|
1984
1995
|
"docs": {
|
|
1985
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1996
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
|
|
1986
1997
|
"summary": "The id of the existing DataDnsAaaaRecordSet that should be imported."
|
|
1987
1998
|
},
|
|
1988
1999
|
"name": "importFromId",
|
|
@@ -2157,7 +2168,7 @@
|
|
|
2157
2168
|
{
|
|
2158
2169
|
"abstract": true,
|
|
2159
2170
|
"docs": {
|
|
2160
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2171
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set#host DataDnsAaaaRecordSet#host}",
|
|
2161
2172
|
"stability": "stable",
|
|
2162
2173
|
"summary": "Host to look up."
|
|
2163
2174
|
},
|
|
@@ -2179,13 +2190,13 @@
|
|
|
2179
2190
|
"base": "cdktn.TerraformDataSource",
|
|
2180
2191
|
"docs": {
|
|
2181
2192
|
"stability": "stable",
|
|
2182
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2193
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set dns_cname_record_set}."
|
|
2183
2194
|
},
|
|
2184
2195
|
"fqn": "@cdktn/provider-dns.dataDnsCnameRecordSet.DataDnsCnameRecordSet",
|
|
2185
2196
|
"initializer": {
|
|
2186
2197
|
"docs": {
|
|
2187
2198
|
"stability": "stable",
|
|
2188
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2199
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set dns_cname_record_set} Data Source."
|
|
2189
2200
|
},
|
|
2190
2201
|
"locationInModule": {
|
|
2191
2202
|
"filename": "src/data-dns-cname-record-set/index.ts",
|
|
@@ -2256,7 +2267,7 @@
|
|
|
2256
2267
|
},
|
|
2257
2268
|
{
|
|
2258
2269
|
"docs": {
|
|
2259
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2270
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set#import import section} in the documentation of this resource for the id to use",
|
|
2260
2271
|
"summary": "The id of the existing DataDnsCnameRecordSet that should be imported."
|
|
2261
2272
|
},
|
|
2262
2273
|
"name": "importFromId",
|
|
@@ -2426,7 +2437,7 @@
|
|
|
2426
2437
|
{
|
|
2427
2438
|
"abstract": true,
|
|
2428
2439
|
"docs": {
|
|
2429
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2440
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set#host DataDnsCnameRecordSet#host}",
|
|
2430
2441
|
"stability": "stable",
|
|
2431
2442
|
"summary": "Host to look up."
|
|
2432
2443
|
},
|
|
@@ -2448,13 +2459,13 @@
|
|
|
2448
2459
|
"base": "cdktn.TerraformDataSource",
|
|
2449
2460
|
"docs": {
|
|
2450
2461
|
"stability": "stable",
|
|
2451
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2462
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set dns_mx_record_set}."
|
|
2452
2463
|
},
|
|
2453
2464
|
"fqn": "@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSet",
|
|
2454
2465
|
"initializer": {
|
|
2455
2466
|
"docs": {
|
|
2456
2467
|
"stability": "stable",
|
|
2457
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2468
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set dns_mx_record_set} Data Source."
|
|
2458
2469
|
},
|
|
2459
2470
|
"locationInModule": {
|
|
2460
2471
|
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
@@ -2525,7 +2536,7 @@
|
|
|
2525
2536
|
},
|
|
2526
2537
|
{
|
|
2527
2538
|
"docs": {
|
|
2528
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2539
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set#import import section} in the documentation of this resource for the id to use",
|
|
2529
2540
|
"summary": "The id of the existing DataDnsMxRecordSet that should be imported."
|
|
2530
2541
|
},
|
|
2531
2542
|
"name": "importFromId",
|
|
@@ -2695,7 +2706,7 @@
|
|
|
2695
2706
|
{
|
|
2696
2707
|
"abstract": true,
|
|
2697
2708
|
"docs": {
|
|
2698
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2709
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set#domain DataDnsMxRecordSet#domain}",
|
|
2699
2710
|
"stability": "stable",
|
|
2700
2711
|
"summary": "Domain to look up."
|
|
2701
2712
|
},
|
|
@@ -2808,56 +2819,6 @@
|
|
|
2808
2819
|
],
|
|
2809
2820
|
"name": "DataDnsMxRecordSetMxList",
|
|
2810
2821
|
"namespace": "dataDnsMxRecordSet",
|
|
2811
|
-
"properties": [
|
|
2812
|
-
{
|
|
2813
|
-
"docs": {
|
|
2814
|
-
"stability": "stable",
|
|
2815
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
2816
|
-
},
|
|
2817
|
-
"locationInModule": {
|
|
2818
|
-
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
2819
|
-
"line": 91
|
|
2820
|
-
},
|
|
2821
|
-
"name": "terraformAttribute",
|
|
2822
|
-
"overrides": "cdktn.ComplexList",
|
|
2823
|
-
"protected": true,
|
|
2824
|
-
"type": {
|
|
2825
|
-
"primitive": "string"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"docs": {
|
|
2830
|
-
"stability": "stable",
|
|
2831
|
-
"summary": "The parent resource."
|
|
2832
|
-
},
|
|
2833
|
-
"locationInModule": {
|
|
2834
|
-
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
2835
|
-
"line": 91
|
|
2836
|
-
},
|
|
2837
|
-
"name": "terraformResource",
|
|
2838
|
-
"overrides": "cdktn.ComplexList",
|
|
2839
|
-
"protected": true,
|
|
2840
|
-
"type": {
|
|
2841
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
2842
|
-
}
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"docs": {
|
|
2846
|
-
"stability": "stable",
|
|
2847
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
2848
|
-
},
|
|
2849
|
-
"locationInModule": {
|
|
2850
|
-
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
2851
|
-
"line": 91
|
|
2852
|
-
},
|
|
2853
|
-
"name": "wrapsSet",
|
|
2854
|
-
"overrides": "cdktn.ComplexList",
|
|
2855
|
-
"protected": true,
|
|
2856
|
-
"type": {
|
|
2857
|
-
"primitive": "boolean"
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2860
|
-
],
|
|
2861
2822
|
"symbolId": "src/data-dns-mx-record-set/index:DataDnsMxRecordSetMxList"
|
|
2862
2823
|
},
|
|
2863
2824
|
"@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSetMxOutputReference": {
|
|
@@ -2972,13 +2933,13 @@
|
|
|
2972
2933
|
"base": "cdktn.TerraformDataSource",
|
|
2973
2934
|
"docs": {
|
|
2974
2935
|
"stability": "stable",
|
|
2975
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2936
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set dns_ns_record_set}."
|
|
2976
2937
|
},
|
|
2977
2938
|
"fqn": "@cdktn/provider-dns.dataDnsNsRecordSet.DataDnsNsRecordSet",
|
|
2978
2939
|
"initializer": {
|
|
2979
2940
|
"docs": {
|
|
2980
2941
|
"stability": "stable",
|
|
2981
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2942
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set dns_ns_record_set} Data Source."
|
|
2982
2943
|
},
|
|
2983
2944
|
"locationInModule": {
|
|
2984
2945
|
"filename": "src/data-dns-ns-record-set/index.ts",
|
|
@@ -3049,7 +3010,7 @@
|
|
|
3049
3010
|
},
|
|
3050
3011
|
{
|
|
3051
3012
|
"docs": {
|
|
3052
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3013
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set#import import section} in the documentation of this resource for the id to use",
|
|
3053
3014
|
"summary": "The id of the existing DataDnsNsRecordSet that should be imported."
|
|
3054
3015
|
},
|
|
3055
3016
|
"name": "importFromId",
|
|
@@ -3224,7 +3185,7 @@
|
|
|
3224
3185
|
{
|
|
3225
3186
|
"abstract": true,
|
|
3226
3187
|
"docs": {
|
|
3227
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3188
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set#host DataDnsNsRecordSet#host}",
|
|
3228
3189
|
"stability": "stable",
|
|
3229
3190
|
"summary": "Host to look up."
|
|
3230
3191
|
},
|
|
@@ -3246,13 +3207,13 @@
|
|
|
3246
3207
|
"base": "cdktn.TerraformDataSource",
|
|
3247
3208
|
"docs": {
|
|
3248
3209
|
"stability": "stable",
|
|
3249
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3210
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set dns_ptr_record_set}."
|
|
3250
3211
|
},
|
|
3251
3212
|
"fqn": "@cdktn/provider-dns.dataDnsPtrRecordSet.DataDnsPtrRecordSet",
|
|
3252
3213
|
"initializer": {
|
|
3253
3214
|
"docs": {
|
|
3254
3215
|
"stability": "stable",
|
|
3255
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3216
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set dns_ptr_record_set} Data Source."
|
|
3256
3217
|
},
|
|
3257
3218
|
"locationInModule": {
|
|
3258
3219
|
"filename": "src/data-dns-ptr-record-set/index.ts",
|
|
@@ -3323,7 +3284,7 @@
|
|
|
3323
3284
|
},
|
|
3324
3285
|
{
|
|
3325
3286
|
"docs": {
|
|
3326
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3287
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set#import import section} in the documentation of this resource for the id to use",
|
|
3327
3288
|
"summary": "The id of the existing DataDnsPtrRecordSet that should be imported."
|
|
3328
3289
|
},
|
|
3329
3290
|
"name": "importFromId",
|
|
@@ -3493,7 +3454,7 @@
|
|
|
3493
3454
|
{
|
|
3494
3455
|
"abstract": true,
|
|
3495
3456
|
"docs": {
|
|
3496
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3457
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set#ip_address DataDnsPtrRecordSet#ip_address}",
|
|
3497
3458
|
"stability": "stable",
|
|
3498
3459
|
"summary": "IP address to look up."
|
|
3499
3460
|
},
|
|
@@ -3515,13 +3476,13 @@
|
|
|
3515
3476
|
"base": "cdktn.TerraformDataSource",
|
|
3516
3477
|
"docs": {
|
|
3517
3478
|
"stability": "stable",
|
|
3518
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3479
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set dns_srv_record_set}."
|
|
3519
3480
|
},
|
|
3520
3481
|
"fqn": "@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSet",
|
|
3521
3482
|
"initializer": {
|
|
3522
3483
|
"docs": {
|
|
3523
3484
|
"stability": "stable",
|
|
3524
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3485
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set dns_srv_record_set} Data Source."
|
|
3525
3486
|
},
|
|
3526
3487
|
"locationInModule": {
|
|
3527
3488
|
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
@@ -3592,7 +3553,7 @@
|
|
|
3592
3553
|
},
|
|
3593
3554
|
{
|
|
3594
3555
|
"docs": {
|
|
3595
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3556
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set#import import section} in the documentation of this resource for the id to use",
|
|
3596
3557
|
"summary": "The id of the existing DataDnsSrvRecordSet that should be imported."
|
|
3597
3558
|
},
|
|
3598
3559
|
"name": "importFromId",
|
|
@@ -3762,7 +3723,7 @@
|
|
|
3762
3723
|
{
|
|
3763
3724
|
"abstract": true,
|
|
3764
3725
|
"docs": {
|
|
3765
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3726
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set#service DataDnsSrvRecordSet#service}",
|
|
3766
3727
|
"stability": "stable",
|
|
3767
3728
|
"summary": "Service to look up."
|
|
3768
3729
|
},
|
|
@@ -3875,56 +3836,6 @@
|
|
|
3875
3836
|
],
|
|
3876
3837
|
"name": "DataDnsSrvRecordSetSrvList",
|
|
3877
3838
|
"namespace": "dataDnsSrvRecordSet",
|
|
3878
|
-
"properties": [
|
|
3879
|
-
{
|
|
3880
|
-
"docs": {
|
|
3881
|
-
"stability": "stable",
|
|
3882
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
3883
|
-
},
|
|
3884
|
-
"locationInModule": {
|
|
3885
|
-
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
3886
|
-
"line": 101
|
|
3887
|
-
},
|
|
3888
|
-
"name": "terraformAttribute",
|
|
3889
|
-
"overrides": "cdktn.ComplexList",
|
|
3890
|
-
"protected": true,
|
|
3891
|
-
"type": {
|
|
3892
|
-
"primitive": "string"
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"docs": {
|
|
3897
|
-
"stability": "stable",
|
|
3898
|
-
"summary": "The parent resource."
|
|
3899
|
-
},
|
|
3900
|
-
"locationInModule": {
|
|
3901
|
-
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
3902
|
-
"line": 101
|
|
3903
|
-
},
|
|
3904
|
-
"name": "terraformResource",
|
|
3905
|
-
"overrides": "cdktn.ComplexList",
|
|
3906
|
-
"protected": true,
|
|
3907
|
-
"type": {
|
|
3908
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
3909
|
-
}
|
|
3910
|
-
},
|
|
3911
|
-
{
|
|
3912
|
-
"docs": {
|
|
3913
|
-
"stability": "stable",
|
|
3914
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
3915
|
-
},
|
|
3916
|
-
"locationInModule": {
|
|
3917
|
-
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
3918
|
-
"line": 101
|
|
3919
|
-
},
|
|
3920
|
-
"name": "wrapsSet",
|
|
3921
|
-
"overrides": "cdktn.ComplexList",
|
|
3922
|
-
"protected": true,
|
|
3923
|
-
"type": {
|
|
3924
|
-
"primitive": "boolean"
|
|
3925
|
-
}
|
|
3926
|
-
}
|
|
3927
|
-
],
|
|
3928
3839
|
"symbolId": "src/data-dns-srv-record-set/index:DataDnsSrvRecordSetSrvList"
|
|
3929
3840
|
},
|
|
3930
3841
|
"@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSetSrvOutputReference": {
|
|
@@ -4067,13 +3978,13 @@
|
|
|
4067
3978
|
"base": "cdktn.TerraformDataSource",
|
|
4068
3979
|
"docs": {
|
|
4069
3980
|
"stability": "stable",
|
|
4070
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3981
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set dns_txt_record_set}."
|
|
4071
3982
|
},
|
|
4072
3983
|
"fqn": "@cdktn/provider-dns.dataDnsTxtRecordSet.DataDnsTxtRecordSet",
|
|
4073
3984
|
"initializer": {
|
|
4074
3985
|
"docs": {
|
|
4075
3986
|
"stability": "stable",
|
|
4076
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3987
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set dns_txt_record_set} Data Source."
|
|
4077
3988
|
},
|
|
4078
3989
|
"locationInModule": {
|
|
4079
3990
|
"filename": "src/data-dns-txt-record-set/index.ts",
|
|
@@ -4144,7 +4055,7 @@
|
|
|
4144
4055
|
},
|
|
4145
4056
|
{
|
|
4146
4057
|
"docs": {
|
|
4147
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4058
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set#import import section} in the documentation of this resource for the id to use",
|
|
4148
4059
|
"summary": "The id of the existing DataDnsTxtRecordSet that should be imported."
|
|
4149
4060
|
},
|
|
4150
4061
|
"name": "importFromId",
|
|
@@ -4333,7 +4244,7 @@
|
|
|
4333
4244
|
{
|
|
4334
4245
|
"abstract": true,
|
|
4335
4246
|
"docs": {
|
|
4336
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4247
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set#host DataDnsTxtRecordSet#host}",
|
|
4337
4248
|
"stability": "stable",
|
|
4338
4249
|
"summary": "Host to look up."
|
|
4339
4250
|
},
|
|
@@ -4355,13 +4266,13 @@
|
|
|
4355
4266
|
"base": "cdktn.TerraformResource",
|
|
4356
4267
|
"docs": {
|
|
4357
4268
|
"stability": "stable",
|
|
4358
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4269
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set dns_mx_record_set}."
|
|
4359
4270
|
},
|
|
4360
4271
|
"fqn": "@cdktn/provider-dns.mxRecordSet.MxRecordSet",
|
|
4361
4272
|
"initializer": {
|
|
4362
4273
|
"docs": {
|
|
4363
4274
|
"stability": "stable",
|
|
4364
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4275
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set dns_mx_record_set} Resource."
|
|
4365
4276
|
},
|
|
4366
4277
|
"locationInModule": {
|
|
4367
4278
|
"filename": "src/mx-record-set/index.ts",
|
|
@@ -4432,7 +4343,7 @@
|
|
|
4432
4343
|
},
|
|
4433
4344
|
{
|
|
4434
4345
|
"docs": {
|
|
4435
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4346
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#import import section} in the documentation of this resource for the id to use",
|
|
4436
4347
|
"summary": "The id of the existing MxRecordSet that should be imported."
|
|
4437
4348
|
},
|
|
4438
4349
|
"name": "importFromId",
|
|
@@ -4749,7 +4660,7 @@
|
|
|
4749
4660
|
{
|
|
4750
4661
|
"abstract": true,
|
|
4751
4662
|
"docs": {
|
|
4752
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4663
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#zone MxRecordSet#zone}",
|
|
4753
4664
|
"stability": "stable",
|
|
4754
4665
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
4755
4666
|
},
|
|
@@ -4766,7 +4677,7 @@
|
|
|
4766
4677
|
{
|
|
4767
4678
|
"abstract": true,
|
|
4768
4679
|
"docs": {
|
|
4769
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4680
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#mx MxRecordSet#mx}",
|
|
4770
4681
|
"stability": "stable",
|
|
4771
4682
|
"summary": "mx block."
|
|
4772
4683
|
},
|
|
@@ -4798,7 +4709,7 @@
|
|
|
4798
4709
|
{
|
|
4799
4710
|
"abstract": true,
|
|
4800
4711
|
"docs": {
|
|
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.
|
|
4712
|
+
"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.6.0/docs/resources/mx_record_set#name MxRecordSet#name}",
|
|
4802
4713
|
"stability": "stable",
|
|
4803
4714
|
"summary": "The name of the record set."
|
|
4804
4715
|
},
|
|
@@ -4816,7 +4727,7 @@
|
|
|
4816
4727
|
{
|
|
4817
4728
|
"abstract": true,
|
|
4818
4729
|
"docs": {
|
|
4819
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4730
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#ttl MxRecordSet#ttl}",
|
|
4820
4731
|
"stability": "stable",
|
|
4821
4732
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
4822
4733
|
},
|
|
@@ -4852,7 +4763,7 @@
|
|
|
4852
4763
|
{
|
|
4853
4764
|
"abstract": true,
|
|
4854
4765
|
"docs": {
|
|
4855
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4766
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#exchange MxRecordSet#exchange}",
|
|
4856
4767
|
"stability": "stable",
|
|
4857
4768
|
"summary": "The FQDN of the mail exchange, include the trailing dot."
|
|
4858
4769
|
},
|
|
@@ -4869,7 +4780,7 @@
|
|
|
4869
4780
|
{
|
|
4870
4781
|
"abstract": true,
|
|
4871
4782
|
"docs": {
|
|
4872
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4783
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#preference MxRecordSet#preference}",
|
|
4873
4784
|
"stability": "stable",
|
|
4874
4785
|
"summary": "The preference for the record."
|
|
4875
4786
|
},
|
|
@@ -4967,54 +4878,6 @@
|
|
|
4967
4878
|
"name": "MxRecordSetMxList",
|
|
4968
4879
|
"namespace": "mxRecordSet",
|
|
4969
4880
|
"properties": [
|
|
4970
|
-
{
|
|
4971
|
-
"docs": {
|
|
4972
|
-
"stability": "stable",
|
|
4973
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
4974
|
-
},
|
|
4975
|
-
"locationInModule": {
|
|
4976
|
-
"filename": "src/mx-record-set/index.ts",
|
|
4977
|
-
"line": 176
|
|
4978
|
-
},
|
|
4979
|
-
"name": "terraformAttribute",
|
|
4980
|
-
"overrides": "cdktn.ComplexList",
|
|
4981
|
-
"protected": true,
|
|
4982
|
-
"type": {
|
|
4983
|
-
"primitive": "string"
|
|
4984
|
-
}
|
|
4985
|
-
},
|
|
4986
|
-
{
|
|
4987
|
-
"docs": {
|
|
4988
|
-
"stability": "stable",
|
|
4989
|
-
"summary": "The parent resource."
|
|
4990
|
-
},
|
|
4991
|
-
"locationInModule": {
|
|
4992
|
-
"filename": "src/mx-record-set/index.ts",
|
|
4993
|
-
"line": 176
|
|
4994
|
-
},
|
|
4995
|
-
"name": "terraformResource",
|
|
4996
|
-
"overrides": "cdktn.ComplexList",
|
|
4997
|
-
"protected": true,
|
|
4998
|
-
"type": {
|
|
4999
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
|
-
{
|
|
5003
|
-
"docs": {
|
|
5004
|
-
"stability": "stable",
|
|
5005
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
5006
|
-
},
|
|
5007
|
-
"locationInModule": {
|
|
5008
|
-
"filename": "src/mx-record-set/index.ts",
|
|
5009
|
-
"line": 176
|
|
5010
|
-
},
|
|
5011
|
-
"name": "wrapsSet",
|
|
5012
|
-
"overrides": "cdktn.ComplexList",
|
|
5013
|
-
"protected": true,
|
|
5014
|
-
"type": {
|
|
5015
|
-
"primitive": "boolean"
|
|
5016
|
-
}
|
|
5017
|
-
},
|
|
5018
4881
|
{
|
|
5019
4882
|
"docs": {
|
|
5020
4883
|
"stability": "stable"
|
|
@@ -5195,13 +5058,13 @@
|
|
|
5195
5058
|
"base": "cdktn.TerraformResource",
|
|
5196
5059
|
"docs": {
|
|
5197
5060
|
"stability": "stable",
|
|
5198
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5061
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set dns_ns_record_set}."
|
|
5199
5062
|
},
|
|
5200
5063
|
"fqn": "@cdktn/provider-dns.nsRecordSet.NsRecordSet",
|
|
5201
5064
|
"initializer": {
|
|
5202
5065
|
"docs": {
|
|
5203
5066
|
"stability": "stable",
|
|
5204
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5067
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set dns_ns_record_set} Resource."
|
|
5205
5068
|
},
|
|
5206
5069
|
"locationInModule": {
|
|
5207
5070
|
"filename": "src/ns-record-set/index.ts",
|
|
@@ -5272,7 +5135,7 @@
|
|
|
5272
5135
|
},
|
|
5273
5136
|
{
|
|
5274
5137
|
"docs": {
|
|
5275
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5138
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#import import section} in the documentation of this resource for the id to use",
|
|
5276
5139
|
"summary": "The id of the existing NsRecordSet that should be imported."
|
|
5277
5140
|
},
|
|
5278
5141
|
"name": "importFromId",
|
|
@@ -5532,7 +5395,7 @@
|
|
|
5532
5395
|
{
|
|
5533
5396
|
"abstract": true,
|
|
5534
5397
|
"docs": {
|
|
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.
|
|
5398
|
+
"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.6.0/docs/resources/ns_record_set#name NsRecordSet#name}",
|
|
5536
5399
|
"stability": "stable",
|
|
5537
5400
|
"summary": "The name of the record set."
|
|
5538
5401
|
},
|
|
@@ -5549,7 +5412,7 @@
|
|
|
5549
5412
|
{
|
|
5550
5413
|
"abstract": true,
|
|
5551
5414
|
"docs": {
|
|
5552
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5415
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#nameservers NsRecordSet#nameservers}",
|
|
5553
5416
|
"stability": "stable",
|
|
5554
5417
|
"summary": "The nameservers this record set will point to."
|
|
5555
5418
|
},
|
|
@@ -5571,7 +5434,7 @@
|
|
|
5571
5434
|
{
|
|
5572
5435
|
"abstract": true,
|
|
5573
5436
|
"docs": {
|
|
5574
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5437
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#zone NsRecordSet#zone}",
|
|
5575
5438
|
"stability": "stable",
|
|
5576
5439
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
5577
5440
|
},
|
|
@@ -5588,7 +5451,7 @@
|
|
|
5588
5451
|
{
|
|
5589
5452
|
"abstract": true,
|
|
5590
5453
|
"docs": {
|
|
5591
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5454
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#ttl NsRecordSet#ttl}",
|
|
5592
5455
|
"stability": "stable",
|
|
5593
5456
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
5594
5457
|
},
|
|
@@ -5611,13 +5474,13 @@
|
|
|
5611
5474
|
"base": "cdktn.TerraformProvider",
|
|
5612
5475
|
"docs": {
|
|
5613
5476
|
"stability": "stable",
|
|
5614
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5477
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs dns}."
|
|
5615
5478
|
},
|
|
5616
5479
|
"fqn": "@cdktn/provider-dns.provider.DnsProvider",
|
|
5617
5480
|
"initializer": {
|
|
5618
5481
|
"docs": {
|
|
5619
5482
|
"stability": "stable",
|
|
5620
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5483
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs dns} Resource."
|
|
5621
5484
|
},
|
|
5622
5485
|
"locationInModule": {
|
|
5623
5486
|
"filename": "src/provider/index.ts",
|
|
@@ -5689,7 +5552,7 @@
|
|
|
5689
5552
|
},
|
|
5690
5553
|
{
|
|
5691
5554
|
"docs": {
|
|
5692
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5555
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#import import section} in the documentation of this resource for the id to use",
|
|
5693
5556
|
"summary": "The id of the existing DnsProvider that should be imported."
|
|
5694
5557
|
},
|
|
5695
5558
|
"name": "importFromId",
|
|
@@ -5907,7 +5770,7 @@
|
|
|
5907
5770
|
{
|
|
5908
5771
|
"abstract": true,
|
|
5909
5772
|
"docs": {
|
|
5910
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5773
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#alias DnsProvider#alias}",
|
|
5911
5774
|
"stability": "stable",
|
|
5912
5775
|
"summary": "Alias name."
|
|
5913
5776
|
},
|
|
@@ -5925,7 +5788,7 @@
|
|
|
5925
5788
|
{
|
|
5926
5789
|
"abstract": true,
|
|
5927
5790
|
"docs": {
|
|
5928
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5791
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#update DnsProvider#update}",
|
|
5929
5792
|
"stability": "stable",
|
|
5930
5793
|
"summary": "update block."
|
|
5931
5794
|
},
|
|
@@ -5975,7 +5838,7 @@
|
|
|
5975
5838
|
{
|
|
5976
5839
|
"abstract": true,
|
|
5977
5840
|
"docs": {
|
|
5978
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5841
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#gssapi DnsProvider#gssapi}",
|
|
5979
5842
|
"stability": "stable",
|
|
5980
5843
|
"summary": "gssapi block."
|
|
5981
5844
|
},
|
|
@@ -6007,7 +5870,7 @@
|
|
|
6007
5870
|
{
|
|
6008
5871
|
"abstract": true,
|
|
6009
5872
|
"docs": {
|
|
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.
|
|
5873
|
+
"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.6.0/docs#key_algorithm DnsProvider#key_algorithm}",
|
|
6011
5874
|
"stability": "stable",
|
|
6012
5875
|
"summary": "Required if `key_name` is set."
|
|
6013
5876
|
},
|
|
@@ -6025,7 +5888,7 @@
|
|
|
6025
5888
|
{
|
|
6026
5889
|
"abstract": true,
|
|
6027
5890
|
"docs": {
|
|
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.
|
|
5891
|
+
"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.6.0/docs#key_name DnsProvider#key_name}",
|
|
6029
5892
|
"stability": "stable",
|
|
6030
5893
|
"summary": "The name of the TSIG key used to sign the DNS update messages."
|
|
6031
5894
|
},
|
|
@@ -6043,7 +5906,7 @@
|
|
|
6043
5906
|
{
|
|
6044
5907
|
"abstract": true,
|
|
6045
5908
|
"docs": {
|
|
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.
|
|
5909
|
+
"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.6.0/docs#key_secret DnsProvider#key_secret}",
|
|
6047
5910
|
"stability": "stable",
|
|
6048
5911
|
"summary": "Required if `key_name` is set A Base64-encoded string containing the shared secret to be used for TSIG."
|
|
6049
5912
|
},
|
|
@@ -6061,7 +5924,7 @@
|
|
|
6061
5924
|
{
|
|
6062
5925
|
"abstract": true,
|
|
6063
5926
|
"docs": {
|
|
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.
|
|
5927
|
+
"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.6.0/docs#port DnsProvider#port}",
|
|
6065
5928
|
"stability": "stable",
|
|
6066
5929
|
"summary": "The target UDP port on the server where updates are sent to."
|
|
6067
5930
|
},
|
|
@@ -6079,7 +5942,7 @@
|
|
|
6079
5942
|
{
|
|
6080
5943
|
"abstract": true,
|
|
6081
5944
|
"docs": {
|
|
6082
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5945
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#recursive DnsProvider#recursive}",
|
|
6083
5946
|
"stability": "stable",
|
|
6084
5947
|
"summary": "Enable the Recursion Desired (RD) flag on DNS queries."
|
|
6085
5948
|
},
|
|
@@ -6106,7 +5969,7 @@
|
|
|
6106
5969
|
{
|
|
6107
5970
|
"abstract": true,
|
|
6108
5971
|
"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.
|
|
5972
|
+
"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.6.0/docs#retries DnsProvider#retries}",
|
|
6110
5973
|
"stability": "stable",
|
|
6111
5974
|
"summary": "How many times to retry on connection timeout."
|
|
6112
5975
|
},
|
|
@@ -6124,7 +5987,7 @@
|
|
|
6124
5987
|
{
|
|
6125
5988
|
"abstract": true,
|
|
6126
5989
|
"docs": {
|
|
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.
|
|
5990
|
+
"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.6.0/docs#server DnsProvider#server}",
|
|
6128
5991
|
"stability": "stable",
|
|
6129
5992
|
"summary": "The hostname or IP address of the DNS server to send updates to."
|
|
6130
5993
|
},
|
|
@@ -6142,7 +6005,7 @@
|
|
|
6142
6005
|
{
|
|
6143
6006
|
"abstract": true,
|
|
6144
6007
|
"docs": {
|
|
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.
|
|
6008
|
+
"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.6.0/docs#timeout DnsProvider#timeout}",
|
|
6146
6009
|
"stability": "stable",
|
|
6147
6010
|
"summary": "Timeout for DNS queries."
|
|
6148
6011
|
},
|
|
@@ -6160,7 +6023,7 @@
|
|
|
6160
6023
|
{
|
|
6161
6024
|
"abstract": true,
|
|
6162
6025
|
"docs": {
|
|
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.
|
|
6026
|
+
"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.6.0/docs#transport DnsProvider#transport}",
|
|
6164
6027
|
"stability": "stable",
|
|
6165
6028
|
"summary": "Transport to use for DNS queries."
|
|
6166
6029
|
},
|
|
@@ -6196,7 +6059,7 @@
|
|
|
6196
6059
|
{
|
|
6197
6060
|
"abstract": true,
|
|
6198
6061
|
"docs": {
|
|
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.
|
|
6062
|
+
"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.6.0/docs#keytab DnsProvider#keytab}",
|
|
6200
6063
|
"stability": "stable",
|
|
6201
6064
|
"summary": "This or `password` is required if `username` is set, not supported on Windows."
|
|
6202
6065
|
},
|
|
@@ -6214,7 +6077,7 @@
|
|
|
6214
6077
|
{
|
|
6215
6078
|
"abstract": true,
|
|
6216
6079
|
"docs": {
|
|
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.
|
|
6080
|
+
"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.6.0/docs#password DnsProvider#password}",
|
|
6218
6081
|
"stability": "stable",
|
|
6219
6082
|
"summary": "This or `keytab` is required if `username` is set."
|
|
6220
6083
|
},
|
|
@@ -6232,7 +6095,7 @@
|
|
|
6232
6095
|
{
|
|
6233
6096
|
"abstract": true,
|
|
6234
6097
|
"docs": {
|
|
6235
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6098
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#realm DnsProvider#realm}",
|
|
6236
6099
|
"stability": "stable",
|
|
6237
6100
|
"summary": "The Kerberos realm or Active Directory domain. Value can also be sourced from the DNS_UPDATE_REALM environment variable."
|
|
6238
6101
|
},
|
|
@@ -6250,7 +6113,7 @@
|
|
|
6250
6113
|
{
|
|
6251
6114
|
"abstract": true,
|
|
6252
6115
|
"docs": {
|
|
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.
|
|
6116
|
+
"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.6.0/docs#username DnsProvider#username}",
|
|
6254
6117
|
"stability": "stable",
|
|
6255
6118
|
"summary": "The name of the user to authenticate as."
|
|
6256
6119
|
},
|
|
@@ -6273,13 +6136,13 @@
|
|
|
6273
6136
|
"base": "cdktn.TerraformResource",
|
|
6274
6137
|
"docs": {
|
|
6275
6138
|
"stability": "stable",
|
|
6276
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6139
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record dns_ptr_record}."
|
|
6277
6140
|
},
|
|
6278
6141
|
"fqn": "@cdktn/provider-dns.ptrRecord.PtrRecord",
|
|
6279
6142
|
"initializer": {
|
|
6280
6143
|
"docs": {
|
|
6281
6144
|
"stability": "stable",
|
|
6282
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6145
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record dns_ptr_record} Resource."
|
|
6283
6146
|
},
|
|
6284
6147
|
"locationInModule": {
|
|
6285
6148
|
"filename": "src/ptr-record/index.ts",
|
|
@@ -6350,7 +6213,7 @@
|
|
|
6350
6213
|
},
|
|
6351
6214
|
{
|
|
6352
6215
|
"docs": {
|
|
6353
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6216
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#import import section} in the documentation of this resource for the id to use",
|
|
6354
6217
|
"summary": "The id of the existing PtrRecord that should be imported."
|
|
6355
6218
|
},
|
|
6356
6219
|
"name": "importFromId",
|
|
@@ -6610,7 +6473,7 @@
|
|
|
6610
6473
|
{
|
|
6611
6474
|
"abstract": true,
|
|
6612
6475
|
"docs": {
|
|
6613
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6476
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#ptr PtrRecord#ptr}",
|
|
6614
6477
|
"stability": "stable",
|
|
6615
6478
|
"summary": "The canonical name this record will point to."
|
|
6616
6479
|
},
|
|
@@ -6627,7 +6490,7 @@
|
|
|
6627
6490
|
{
|
|
6628
6491
|
"abstract": true,
|
|
6629
6492
|
"docs": {
|
|
6630
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6493
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#zone PtrRecord#zone}",
|
|
6631
6494
|
"stability": "stable",
|
|
6632
6495
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
6633
6496
|
},
|
|
@@ -6644,7 +6507,7 @@
|
|
|
6644
6507
|
{
|
|
6645
6508
|
"abstract": true,
|
|
6646
6509
|
"docs": {
|
|
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.
|
|
6510
|
+
"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.6.0/docs/resources/ptr_record#name PtrRecord#name}",
|
|
6648
6511
|
"stability": "stable",
|
|
6649
6512
|
"summary": "The name of the record."
|
|
6650
6513
|
},
|
|
@@ -6662,7 +6525,7 @@
|
|
|
6662
6525
|
{
|
|
6663
6526
|
"abstract": true,
|
|
6664
6527
|
"docs": {
|
|
6665
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6528
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#ttl PtrRecord#ttl}",
|
|
6666
6529
|
"stability": "stable",
|
|
6667
6530
|
"summary": "The TTL of the record. Defaults to `3600`."
|
|
6668
6531
|
},
|
|
@@ -6685,13 +6548,13 @@
|
|
|
6685
6548
|
"base": "cdktn.TerraformResource",
|
|
6686
6549
|
"docs": {
|
|
6687
6550
|
"stability": "stable",
|
|
6688
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6551
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set dns_srv_record_set}."
|
|
6689
6552
|
},
|
|
6690
6553
|
"fqn": "@cdktn/provider-dns.srvRecordSet.SrvRecordSet",
|
|
6691
6554
|
"initializer": {
|
|
6692
6555
|
"docs": {
|
|
6693
6556
|
"stability": "stable",
|
|
6694
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6557
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set dns_srv_record_set} Resource."
|
|
6695
6558
|
},
|
|
6696
6559
|
"locationInModule": {
|
|
6697
6560
|
"filename": "src/srv-record-set/index.ts",
|
|
@@ -6762,7 +6625,7 @@
|
|
|
6762
6625
|
},
|
|
6763
6626
|
{
|
|
6764
6627
|
"docs": {
|
|
6765
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6628
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#import import section} in the documentation of this resource for the id to use",
|
|
6766
6629
|
"summary": "The id of the existing SrvRecordSet that should be imported."
|
|
6767
6630
|
},
|
|
6768
6631
|
"name": "importFromId",
|
|
@@ -7069,7 +6932,7 @@
|
|
|
7069
6932
|
{
|
|
7070
6933
|
"abstract": true,
|
|
7071
6934
|
"docs": {
|
|
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.
|
|
6935
|
+
"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.6.0/docs/resources/srv_record_set#name SrvRecordSet#name}",
|
|
7073
6936
|
"stability": "stable",
|
|
7074
6937
|
"summary": "The name of the record set."
|
|
7075
6938
|
},
|
|
@@ -7086,7 +6949,7 @@
|
|
|
7086
6949
|
{
|
|
7087
6950
|
"abstract": true,
|
|
7088
6951
|
"docs": {
|
|
7089
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6952
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#zone SrvRecordSet#zone}",
|
|
7090
6953
|
"stability": "stable",
|
|
7091
6954
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
7092
6955
|
},
|
|
@@ -7103,7 +6966,7 @@
|
|
|
7103
6966
|
{
|
|
7104
6967
|
"abstract": true,
|
|
7105
6968
|
"docs": {
|
|
7106
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6969
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#srv SrvRecordSet#srv}",
|
|
7107
6970
|
"stability": "stable",
|
|
7108
6971
|
"summary": "srv block."
|
|
7109
6972
|
},
|
|
@@ -7135,7 +6998,7 @@
|
|
|
7135
6998
|
{
|
|
7136
6999
|
"abstract": true,
|
|
7137
7000
|
"docs": {
|
|
7138
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7001
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#ttl SrvRecordSet#ttl}",
|
|
7139
7002
|
"stability": "stable",
|
|
7140
7003
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
7141
7004
|
},
|
|
@@ -7171,7 +7034,7 @@
|
|
|
7171
7034
|
{
|
|
7172
7035
|
"abstract": true,
|
|
7173
7036
|
"docs": {
|
|
7174
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7037
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#port SrvRecordSet#port}",
|
|
7175
7038
|
"stability": "stable",
|
|
7176
7039
|
"summary": "The port for the service on the target."
|
|
7177
7040
|
},
|
|
@@ -7188,7 +7051,7 @@
|
|
|
7188
7051
|
{
|
|
7189
7052
|
"abstract": true,
|
|
7190
7053
|
"docs": {
|
|
7191
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7054
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#priority SrvRecordSet#priority}",
|
|
7192
7055
|
"stability": "stable",
|
|
7193
7056
|
"summary": "The priority for the record."
|
|
7194
7057
|
},
|
|
@@ -7205,7 +7068,7 @@
|
|
|
7205
7068
|
{
|
|
7206
7069
|
"abstract": true,
|
|
7207
7070
|
"docs": {
|
|
7208
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7071
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#target SrvRecordSet#target}",
|
|
7209
7072
|
"stability": "stable",
|
|
7210
7073
|
"summary": "The FQDN of the target, include the trailing dot."
|
|
7211
7074
|
},
|
|
@@ -7222,7 +7085,7 @@
|
|
|
7222
7085
|
{
|
|
7223
7086
|
"abstract": true,
|
|
7224
7087
|
"docs": {
|
|
7225
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7088
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#weight SrvRecordSet#weight}",
|
|
7226
7089
|
"stability": "stable",
|
|
7227
7090
|
"summary": "The weight for the record."
|
|
7228
7091
|
},
|
|
@@ -7320,54 +7183,6 @@
|
|
|
7320
7183
|
"name": "SrvRecordSetSrvList",
|
|
7321
7184
|
"namespace": "srvRecordSet",
|
|
7322
7185
|
"properties": [
|
|
7323
|
-
{
|
|
7324
|
-
"docs": {
|
|
7325
|
-
"stability": "stable",
|
|
7326
|
-
"summary": "The attribute on the parent resource this class is referencing."
|
|
7327
|
-
},
|
|
7328
|
-
"locationInModule": {
|
|
7329
|
-
"filename": "src/srv-record-set/index.ts",
|
|
7330
|
-
"line": 240
|
|
7331
|
-
},
|
|
7332
|
-
"name": "terraformAttribute",
|
|
7333
|
-
"overrides": "cdktn.ComplexList",
|
|
7334
|
-
"protected": true,
|
|
7335
|
-
"type": {
|
|
7336
|
-
"primitive": "string"
|
|
7337
|
-
}
|
|
7338
|
-
},
|
|
7339
|
-
{
|
|
7340
|
-
"docs": {
|
|
7341
|
-
"stability": "stable",
|
|
7342
|
-
"summary": "The parent resource."
|
|
7343
|
-
},
|
|
7344
|
-
"locationInModule": {
|
|
7345
|
-
"filename": "src/srv-record-set/index.ts",
|
|
7346
|
-
"line": 240
|
|
7347
|
-
},
|
|
7348
|
-
"name": "terraformResource",
|
|
7349
|
-
"overrides": "cdktn.ComplexList",
|
|
7350
|
-
"protected": true,
|
|
7351
|
-
"type": {
|
|
7352
|
-
"fqn": "cdktn.IInterpolatingParent"
|
|
7353
|
-
}
|
|
7354
|
-
},
|
|
7355
|
-
{
|
|
7356
|
-
"docs": {
|
|
7357
|
-
"stability": "stable",
|
|
7358
|
-
"summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
|
|
7359
|
-
},
|
|
7360
|
-
"locationInModule": {
|
|
7361
|
-
"filename": "src/srv-record-set/index.ts",
|
|
7362
|
-
"line": 240
|
|
7363
|
-
},
|
|
7364
|
-
"name": "wrapsSet",
|
|
7365
|
-
"overrides": "cdktn.ComplexList",
|
|
7366
|
-
"protected": true,
|
|
7367
|
-
"type": {
|
|
7368
|
-
"primitive": "boolean"
|
|
7369
|
-
}
|
|
7370
|
-
},
|
|
7371
7186
|
{
|
|
7372
7187
|
"docs": {
|
|
7373
7188
|
"stability": "stable"
|
|
@@ -7604,13 +7419,13 @@
|
|
|
7604
7419
|
"base": "cdktn.TerraformResource",
|
|
7605
7420
|
"docs": {
|
|
7606
7421
|
"stability": "stable",
|
|
7607
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7422
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set dns_txt_record_set}."
|
|
7608
7423
|
},
|
|
7609
7424
|
"fqn": "@cdktn/provider-dns.txtRecordSet.TxtRecordSet",
|
|
7610
7425
|
"initializer": {
|
|
7611
7426
|
"docs": {
|
|
7612
7427
|
"stability": "stable",
|
|
7613
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7428
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set dns_txt_record_set} Resource."
|
|
7614
7429
|
},
|
|
7615
7430
|
"locationInModule": {
|
|
7616
7431
|
"filename": "src/txt-record-set/index.ts",
|
|
@@ -7681,7 +7496,7 @@
|
|
|
7681
7496
|
},
|
|
7682
7497
|
{
|
|
7683
7498
|
"docs": {
|
|
7684
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7499
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#import import section} in the documentation of this resource for the id to use",
|
|
7685
7500
|
"summary": "The id of the existing TxtRecordSet that should be imported."
|
|
7686
7501
|
},
|
|
7687
7502
|
"name": "importFromId",
|
|
@@ -7951,7 +7766,7 @@
|
|
|
7951
7766
|
{
|
|
7952
7767
|
"abstract": true,
|
|
7953
7768
|
"docs": {
|
|
7954
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7769
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#txt TxtRecordSet#txt}",
|
|
7955
7770
|
"stability": "stable",
|
|
7956
7771
|
"summary": "The text records this record set will be set to."
|
|
7957
7772
|
},
|
|
@@ -7973,7 +7788,7 @@
|
|
|
7973
7788
|
{
|
|
7974
7789
|
"abstract": true,
|
|
7975
7790
|
"docs": {
|
|
7976
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7791
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#zone TxtRecordSet#zone}",
|
|
7977
7792
|
"stability": "stable",
|
|
7978
7793
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
7979
7794
|
},
|
|
@@ -7990,7 +7805,7 @@
|
|
|
7990
7805
|
{
|
|
7991
7806
|
"abstract": true,
|
|
7992
7807
|
"docs": {
|
|
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.
|
|
7808
|
+
"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.6.0/docs/resources/txt_record_set#name TxtRecordSet#name}",
|
|
7994
7809
|
"stability": "stable",
|
|
7995
7810
|
"summary": "The name of the record set."
|
|
7996
7811
|
},
|
|
@@ -8008,7 +7823,7 @@
|
|
|
8008
7823
|
{
|
|
8009
7824
|
"abstract": true,
|
|
8010
7825
|
"docs": {
|
|
8011
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7826
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#ttl TxtRecordSet#ttl}",
|
|
8012
7827
|
"stability": "stable",
|
|
8013
7828
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
8014
7829
|
},
|
|
@@ -8027,6 +7842,6 @@
|
|
|
8027
7842
|
"symbolId": "src/txt-record-set/index:TxtRecordSetConfig"
|
|
8028
7843
|
}
|
|
8029
7844
|
},
|
|
8030
|
-
"version": "
|
|
8031
|
-
"fingerprint": "
|
|
7845
|
+
"version": "12.1.0",
|
|
7846
|
+
"fingerprint": "NT48E5P+2ZtXGFS0Bhow/9MOlCgc2KuywZD0amj7wGg="
|
|
8032
7847
|
}
|