@cdktn/provider-dns 9.1.0 → 10.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 +178 -151
- package/README.md +7 -7
- package/lib/a-record-set/index.d.ts +9 -9
- package/lib/a-record-set/index.js +6 -6
- package/lib/aaaa-record-set/index.d.ts +9 -9
- package/lib/aaaa-record-set/index.js +6 -6
- package/lib/cname-record/index.d.ts +8 -8
- package/lib/cname-record/index.js +6 -6
- package/lib/data-dns-a-record-set/index.d.ts +5 -5
- package/lib/data-dns-a-record-set/index.js +6 -6
- package/lib/data-dns-aaaa-record-set/index.d.ts +5 -5
- package/lib/data-dns-aaaa-record-set/index.js +6 -6
- package/lib/data-dns-cname-record-set/index.d.ts +5 -5
- package/lib/data-dns-cname-record-set/index.js +6 -6
- package/lib/data-dns-mx-record-set/index.d.ts +5 -5
- package/lib/data-dns-mx-record-set/index.js +8 -8
- package/lib/data-dns-ns-record-set/index.d.ts +5 -5
- package/lib/data-dns-ns-record-set/index.js +6 -6
- package/lib/data-dns-ptr-record-set/index.d.ts +5 -5
- package/lib/data-dns-ptr-record-set/index.js +6 -6
- package/lib/data-dns-srv-record-set/index.d.ts +5 -5
- package/lib/data-dns-srv-record-set/index.js +8 -8
- package/lib/data-dns-txt-record-set/index.d.ts +5 -5
- package/lib/data-dns-txt-record-set/index.js +6 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/lazy-index.d.ts +1 -1
- package/lib/lazy-index.js +2 -2
- package/lib/mx-record-set/index.d.ts +10 -10
- package/lib/mx-record-set/index.js +8 -8
- package/lib/ns-record-set/index.d.ts +8 -8
- package/lib/ns-record-set/index.js +6 -6
- package/lib/provider/index.d.ts +25 -19
- package/lib/provider/index.js +14 -7
- package/lib/ptr-record/index.d.ts +8 -8
- package/lib/ptr-record/index.js +6 -6
- package/lib/srv-record-set/index.d.ts +12 -12
- package/lib/srv-record-set/index.js +8 -8
- package/lib/txt-record-set/index.d.ts +8 -8
- package/lib/txt-record-set/index.js +6 -6
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"name": "@cdktn/provider-dns",
|
|
93
93
|
"readme": {
|
|
94
|
-
"markdown": "\n# CDKTF prebuilt bindings for hashicorp/dns provider version 3.
|
|
94
|
+
"markdown": "\n# CDKTF 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 for Terraform](https://cdk.tf).\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://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf) - 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 for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\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 `cdktf` 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
95
|
},
|
|
96
96
|
"repository": {
|
|
97
97
|
"type": "git",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"line": 7
|
|
106
106
|
},
|
|
107
107
|
"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.
|
|
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.5.0/docs/resources/a_record_set).\n"
|
|
109
109
|
},
|
|
110
110
|
"symbolId": "src/a-record-set/index:"
|
|
111
111
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"line": 8
|
|
116
116
|
},
|
|
117
117
|
"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.
|
|
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.5.0/docs/resources/aaaa_record_set).\n"
|
|
119
119
|
},
|
|
120
120
|
"symbolId": "src/aaaa-record-set/index:"
|
|
121
121
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"line": 9
|
|
126
126
|
},
|
|
127
127
|
"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.
|
|
128
|
+
"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
129
|
},
|
|
130
130
|
"symbolId": "src/cname-record/index:"
|
|
131
131
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"line": 15
|
|
136
136
|
},
|
|
137
137
|
"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.
|
|
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.5.0/docs/data-sources/a_record_set).\n"
|
|
139
139
|
},
|
|
140
140
|
"symbolId": "src/data-dns-a-record-set/index:"
|
|
141
141
|
},
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"line": 16
|
|
146
146
|
},
|
|
147
147
|
"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.
|
|
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.5.0/docs/data-sources/aaaa_record_set).\n"
|
|
149
149
|
},
|
|
150
150
|
"symbolId": "src/data-dns-aaaa-record-set/index:"
|
|
151
151
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"line": 17
|
|
156
156
|
},
|
|
157
157
|
"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.
|
|
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.5.0/docs/data-sources/cname_record_set).\n"
|
|
159
159
|
},
|
|
160
160
|
"symbolId": "src/data-dns-cname-record-set/index:"
|
|
161
161
|
},
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"line": 18
|
|
166
166
|
},
|
|
167
167
|
"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.
|
|
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.5.0/docs/data-sources/mx_record_set).\n"
|
|
169
169
|
},
|
|
170
170
|
"symbolId": "src/data-dns-mx-record-set/index:"
|
|
171
171
|
},
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"line": 19
|
|
176
176
|
},
|
|
177
177
|
"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.
|
|
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.5.0/docs/data-sources/ns_record_set).\n"
|
|
179
179
|
},
|
|
180
180
|
"symbolId": "src/data-dns-ns-record-set/index:"
|
|
181
181
|
},
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"line": 20
|
|
186
186
|
},
|
|
187
187
|
"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.
|
|
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.5.0/docs/data-sources/ptr_record_set).\n"
|
|
189
189
|
},
|
|
190
190
|
"symbolId": "src/data-dns-ptr-record-set/index:"
|
|
191
191
|
},
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"line": 21
|
|
196
196
|
},
|
|
197
197
|
"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.
|
|
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.5.0/docs/data-sources/srv_record_set).\n"
|
|
199
199
|
},
|
|
200
200
|
"symbolId": "src/data-dns-srv-record-set/index:"
|
|
201
201
|
},
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"line": 22
|
|
206
206
|
},
|
|
207
207
|
"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.
|
|
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.5.0/docs/data-sources/txt_record_set).\n"
|
|
209
209
|
},
|
|
210
210
|
"symbolId": "src/data-dns-txt-record-set/index:"
|
|
211
211
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"line": 10
|
|
216
216
|
},
|
|
217
217
|
"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.
|
|
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.5.0/docs/resources/mx_record_set).\n"
|
|
219
219
|
},
|
|
220
220
|
"symbolId": "src/mx-record-set/index:"
|
|
221
221
|
},
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"line": 11
|
|
226
226
|
},
|
|
227
227
|
"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.
|
|
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.5.0/docs/resources/ns_record_set).\n"
|
|
229
229
|
},
|
|
230
230
|
"symbolId": "src/ns-record-set/index:"
|
|
231
231
|
},
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"line": 23
|
|
236
236
|
},
|
|
237
237
|
"readme": {
|
|
238
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`dns`](https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
238
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`dns`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs).\n"
|
|
239
239
|
},
|
|
240
240
|
"symbolId": "src/provider/index:"
|
|
241
241
|
},
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"line": 12
|
|
246
246
|
},
|
|
247
247
|
"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.
|
|
248
|
+
"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
249
|
},
|
|
250
250
|
"symbolId": "src/ptr-record/index:"
|
|
251
251
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"line": 13
|
|
256
256
|
},
|
|
257
257
|
"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.
|
|
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.5.0/docs/resources/srv_record_set).\n"
|
|
259
259
|
},
|
|
260
260
|
"symbolId": "src/srv-record-set/index:"
|
|
261
261
|
},
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"line": 14
|
|
266
266
|
},
|
|
267
267
|
"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.
|
|
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.5.0/docs/resources/txt_record_set).\n"
|
|
269
269
|
},
|
|
270
270
|
"symbolId": "src/txt-record-set/index:"
|
|
271
271
|
}
|
|
@@ -289,13 +289,13 @@
|
|
|
289
289
|
"base": "cdktf.TerraformResource",
|
|
290
290
|
"docs": {
|
|
291
291
|
"stability": "stable",
|
|
292
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
292
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set dns_a_record_set}."
|
|
293
293
|
},
|
|
294
294
|
"fqn": "@cdktn/provider-dns.aRecordSet.ARecordSet",
|
|
295
295
|
"initializer": {
|
|
296
296
|
"docs": {
|
|
297
297
|
"stability": "stable",
|
|
298
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
298
|
+
"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
299
|
},
|
|
300
300
|
"locationInModule": {
|
|
301
301
|
"filename": "src/a-record-set/index.ts",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"docs": {
|
|
369
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
369
|
+
"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
370
|
"summary": "The id of the existing ARecordSet that should be imported."
|
|
371
371
|
},
|
|
372
372
|
"name": "importFromId",
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
{
|
|
661
661
|
"abstract": true,
|
|
662
662
|
"docs": {
|
|
663
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
663
|
+
"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
664
|
"stability": "stable",
|
|
665
665
|
"summary": "The IPv4 addresses this record set will point to."
|
|
666
666
|
},
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
{
|
|
683
683
|
"abstract": true,
|
|
684
684
|
"docs": {
|
|
685
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
685
|
+
"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
686
|
"stability": "stable",
|
|
687
687
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
688
688
|
},
|
|
@@ -701,7 +701,7 @@
|
|
|
701
701
|
"docs": {
|
|
702
702
|
"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
703
|
"stability": "stable",
|
|
704
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
704
|
+
"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
705
|
},
|
|
706
706
|
"immutable": true,
|
|
707
707
|
"locationInModule": {
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
{
|
|
718
718
|
"abstract": true,
|
|
719
719
|
"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.
|
|
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.5.0/docs/resources/a_record_set#name ARecordSet#name}",
|
|
721
721
|
"stability": "stable",
|
|
722
722
|
"summary": "The name of the record set."
|
|
723
723
|
},
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
{
|
|
736
736
|
"abstract": true,
|
|
737
737
|
"docs": {
|
|
738
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
738
|
+
"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
739
|
"stability": "stable",
|
|
740
740
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
741
741
|
},
|
|
@@ -758,13 +758,13 @@
|
|
|
758
758
|
"base": "cdktf.TerraformResource",
|
|
759
759
|
"docs": {
|
|
760
760
|
"stability": "stable",
|
|
761
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
761
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set dns_aaaa_record_set}."
|
|
762
762
|
},
|
|
763
763
|
"fqn": "@cdktn/provider-dns.aaaaRecordSet.AaaaRecordSet",
|
|
764
764
|
"initializer": {
|
|
765
765
|
"docs": {
|
|
766
766
|
"stability": "stable",
|
|
767
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
767
|
+
"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
768
|
},
|
|
769
769
|
"locationInModule": {
|
|
770
770
|
"filename": "src/aaaa-record-set/index.ts",
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
837
|
"docs": {
|
|
838
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
838
|
+
"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
839
|
"summary": "The id of the existing AaaaRecordSet that should be imported."
|
|
840
840
|
},
|
|
841
841
|
"name": "importFromId",
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
{
|
|
1130
1130
|
"abstract": true,
|
|
1131
1131
|
"docs": {
|
|
1132
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1132
|
+
"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
1133
|
"stability": "stable",
|
|
1134
1134
|
"summary": "The IPv6 addresses this record set will point to."
|
|
1135
1135
|
},
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
{
|
|
1152
1152
|
"abstract": true,
|
|
1153
1153
|
"docs": {
|
|
1154
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1154
|
+
"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
1155
|
"stability": "stable",
|
|
1156
1156
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
1157
1157
|
},
|
|
@@ -1170,7 +1170,7 @@
|
|
|
1170
1170
|
"docs": {
|
|
1171
1171
|
"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
1172
|
"stability": "stable",
|
|
1173
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1173
|
+
"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
1174
|
},
|
|
1175
1175
|
"immutable": true,
|
|
1176
1176
|
"locationInModule": {
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
{
|
|
1187
1187
|
"abstract": true,
|
|
1188
1188
|
"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.
|
|
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.5.0/docs/resources/aaaa_record_set#name AaaaRecordSet#name}",
|
|
1190
1190
|
"stability": "stable",
|
|
1191
1191
|
"summary": "The name of the record set."
|
|
1192
1192
|
},
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
{
|
|
1205
1205
|
"abstract": true,
|
|
1206
1206
|
"docs": {
|
|
1207
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1207
|
+
"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
1208
|
"stability": "stable",
|
|
1209
1209
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
1210
1210
|
},
|
|
@@ -1227,13 +1227,13 @@
|
|
|
1227
1227
|
"base": "cdktf.TerraformResource",
|
|
1228
1228
|
"docs": {
|
|
1229
1229
|
"stability": "stable",
|
|
1230
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1230
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record dns_cname_record}."
|
|
1231
1231
|
},
|
|
1232
1232
|
"fqn": "@cdktn/provider-dns.cnameRecord.CnameRecord",
|
|
1233
1233
|
"initializer": {
|
|
1234
1234
|
"docs": {
|
|
1235
1235
|
"stability": "stable",
|
|
1236
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1236
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record dns_cname_record} Resource."
|
|
1237
1237
|
},
|
|
1238
1238
|
"locationInModule": {
|
|
1239
1239
|
"filename": "src/cname-record/index.ts",
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"docs": {
|
|
1307
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1307
|
+
"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
1308
|
"summary": "The id of the existing CnameRecord that should be imported."
|
|
1309
1309
|
},
|
|
1310
1310
|
"name": "importFromId",
|
|
@@ -1554,7 +1554,7 @@
|
|
|
1554
1554
|
{
|
|
1555
1555
|
"abstract": true,
|
|
1556
1556
|
"docs": {
|
|
1557
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1557
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#cname CnameRecord#cname}",
|
|
1558
1558
|
"stability": "stable",
|
|
1559
1559
|
"summary": "The canonical name this record will point to."
|
|
1560
1560
|
},
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
{
|
|
1572
1572
|
"abstract": true,
|
|
1573
1573
|
"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.
|
|
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.5.0/docs/resources/cname_record#name CnameRecord#name}",
|
|
1575
1575
|
"stability": "stable",
|
|
1576
1576
|
"summary": "The name of the record."
|
|
1577
1577
|
},
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
{
|
|
1589
1589
|
"abstract": true,
|
|
1590
1590
|
"docs": {
|
|
1591
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1591
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#zone CnameRecord#zone}",
|
|
1592
1592
|
"stability": "stable",
|
|
1593
1593
|
"summary": "DNS zone the record belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
1594
1594
|
},
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
{
|
|
1606
1606
|
"abstract": true,
|
|
1607
1607
|
"docs": {
|
|
1608
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1608
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#ttl CnameRecord#ttl}",
|
|
1609
1609
|
"stability": "stable",
|
|
1610
1610
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
1611
1611
|
},
|
|
@@ -1628,13 +1628,13 @@
|
|
|
1628
1628
|
"base": "cdktf.TerraformDataSource",
|
|
1629
1629
|
"docs": {
|
|
1630
1630
|
"stability": "stable",
|
|
1631
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1631
|
+
"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
1632
|
},
|
|
1633
1633
|
"fqn": "@cdktn/provider-dns.dataDnsARecordSet.DataDnsARecordSet",
|
|
1634
1634
|
"initializer": {
|
|
1635
1635
|
"docs": {
|
|
1636
1636
|
"stability": "stable",
|
|
1637
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1637
|
+
"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
1638
|
},
|
|
1639
1639
|
"locationInModule": {
|
|
1640
1640
|
"filename": "src/data-dns-a-record-set/index.ts",
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
},
|
|
1706
1706
|
{
|
|
1707
1707
|
"docs": {
|
|
1708
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1708
|
+
"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
1709
|
"summary": "The id of the existing DataDnsARecordSet that should be imported."
|
|
1710
1710
|
},
|
|
1711
1711
|
"name": "importFromId",
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
{
|
|
1881
1881
|
"abstract": true,
|
|
1882
1882
|
"docs": {
|
|
1883
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1883
|
+
"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
1884
|
"stability": "stable",
|
|
1885
1885
|
"summary": "Host to look up."
|
|
1886
1886
|
},
|
|
@@ -1902,13 +1902,13 @@
|
|
|
1902
1902
|
"base": "cdktf.TerraformDataSource",
|
|
1903
1903
|
"docs": {
|
|
1904
1904
|
"stability": "stable",
|
|
1905
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1905
|
+
"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
1906
|
},
|
|
1907
1907
|
"fqn": "@cdktn/provider-dns.dataDnsAaaaRecordSet.DataDnsAaaaRecordSet",
|
|
1908
1908
|
"initializer": {
|
|
1909
1909
|
"docs": {
|
|
1910
1910
|
"stability": "stable",
|
|
1911
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1911
|
+
"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
1912
|
},
|
|
1913
1913
|
"locationInModule": {
|
|
1914
1914
|
"filename": "src/data-dns-aaaa-record-set/index.ts",
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
},
|
|
1980
1980
|
{
|
|
1981
1981
|
"docs": {
|
|
1982
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
1982
|
+
"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
1983
|
"summary": "The id of the existing DataDnsAaaaRecordSet that should be imported."
|
|
1984
1984
|
},
|
|
1985
1985
|
"name": "importFromId",
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
{
|
|
2155
2155
|
"abstract": true,
|
|
2156
2156
|
"docs": {
|
|
2157
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2157
|
+
"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
2158
|
"stability": "stable",
|
|
2159
2159
|
"summary": "Host to look up."
|
|
2160
2160
|
},
|
|
@@ -2176,13 +2176,13 @@
|
|
|
2176
2176
|
"base": "cdktf.TerraformDataSource",
|
|
2177
2177
|
"docs": {
|
|
2178
2178
|
"stability": "stable",
|
|
2179
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2179
|
+
"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
2180
|
},
|
|
2181
2181
|
"fqn": "@cdktn/provider-dns.dataDnsCnameRecordSet.DataDnsCnameRecordSet",
|
|
2182
2182
|
"initializer": {
|
|
2183
2183
|
"docs": {
|
|
2184
2184
|
"stability": "stable",
|
|
2185
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2185
|
+
"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
2186
|
},
|
|
2187
2187
|
"locationInModule": {
|
|
2188
2188
|
"filename": "src/data-dns-cname-record-set/index.ts",
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
},
|
|
2254
2254
|
{
|
|
2255
2255
|
"docs": {
|
|
2256
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2256
|
+
"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
2257
|
"summary": "The id of the existing DataDnsCnameRecordSet that should be imported."
|
|
2258
2258
|
},
|
|
2259
2259
|
"name": "importFromId",
|
|
@@ -2423,7 +2423,7 @@
|
|
|
2423
2423
|
{
|
|
2424
2424
|
"abstract": true,
|
|
2425
2425
|
"docs": {
|
|
2426
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2426
|
+
"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
2427
|
"stability": "stable",
|
|
2428
2428
|
"summary": "Host to look up."
|
|
2429
2429
|
},
|
|
@@ -2445,13 +2445,13 @@
|
|
|
2445
2445
|
"base": "cdktf.TerraformDataSource",
|
|
2446
2446
|
"docs": {
|
|
2447
2447
|
"stability": "stable",
|
|
2448
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2448
|
+
"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
2449
|
},
|
|
2450
2450
|
"fqn": "@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSet",
|
|
2451
2451
|
"initializer": {
|
|
2452
2452
|
"docs": {
|
|
2453
2453
|
"stability": "stable",
|
|
2454
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2454
|
+
"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
2455
|
},
|
|
2456
2456
|
"locationInModule": {
|
|
2457
2457
|
"filename": "src/data-dns-mx-record-set/index.ts",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
},
|
|
2523
2523
|
{
|
|
2524
2524
|
"docs": {
|
|
2525
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2525
|
+
"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
2526
|
"summary": "The id of the existing DataDnsMxRecordSet that should be imported."
|
|
2527
2527
|
},
|
|
2528
2528
|
"name": "importFromId",
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
{
|
|
2693
2693
|
"abstract": true,
|
|
2694
2694
|
"docs": {
|
|
2695
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2695
|
+
"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
2696
|
"stability": "stable",
|
|
2697
2697
|
"summary": "Domain to look up."
|
|
2698
2698
|
},
|
|
@@ -2969,13 +2969,13 @@
|
|
|
2969
2969
|
"base": "cdktf.TerraformDataSource",
|
|
2970
2970
|
"docs": {
|
|
2971
2971
|
"stability": "stable",
|
|
2972
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2972
|
+
"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
2973
|
},
|
|
2974
2974
|
"fqn": "@cdktn/provider-dns.dataDnsNsRecordSet.DataDnsNsRecordSet",
|
|
2975
2975
|
"initializer": {
|
|
2976
2976
|
"docs": {
|
|
2977
2977
|
"stability": "stable",
|
|
2978
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
2978
|
+
"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
2979
|
},
|
|
2980
2980
|
"locationInModule": {
|
|
2981
2981
|
"filename": "src/data-dns-ns-record-set/index.ts",
|
|
@@ -3046,7 +3046,7 @@
|
|
|
3046
3046
|
},
|
|
3047
3047
|
{
|
|
3048
3048
|
"docs": {
|
|
3049
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3049
|
+
"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
3050
|
"summary": "The id of the existing DataDnsNsRecordSet that should be imported."
|
|
3051
3051
|
},
|
|
3052
3052
|
"name": "importFromId",
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
{
|
|
3222
3222
|
"abstract": true,
|
|
3223
3223
|
"docs": {
|
|
3224
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3224
|
+
"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
3225
|
"stability": "stable",
|
|
3226
3226
|
"summary": "Host to look up."
|
|
3227
3227
|
},
|
|
@@ -3243,13 +3243,13 @@
|
|
|
3243
3243
|
"base": "cdktf.TerraformDataSource",
|
|
3244
3244
|
"docs": {
|
|
3245
3245
|
"stability": "stable",
|
|
3246
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3246
|
+
"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
3247
|
},
|
|
3248
3248
|
"fqn": "@cdktn/provider-dns.dataDnsPtrRecordSet.DataDnsPtrRecordSet",
|
|
3249
3249
|
"initializer": {
|
|
3250
3250
|
"docs": {
|
|
3251
3251
|
"stability": "stable",
|
|
3252
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3252
|
+
"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
3253
|
},
|
|
3254
3254
|
"locationInModule": {
|
|
3255
3255
|
"filename": "src/data-dns-ptr-record-set/index.ts",
|
|
@@ -3320,7 +3320,7 @@
|
|
|
3320
3320
|
},
|
|
3321
3321
|
{
|
|
3322
3322
|
"docs": {
|
|
3323
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3323
|
+
"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
3324
|
"summary": "The id of the existing DataDnsPtrRecordSet that should be imported."
|
|
3325
3325
|
},
|
|
3326
3326
|
"name": "importFromId",
|
|
@@ -3490,7 +3490,7 @@
|
|
|
3490
3490
|
{
|
|
3491
3491
|
"abstract": true,
|
|
3492
3492
|
"docs": {
|
|
3493
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3493
|
+
"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
3494
|
"stability": "stable",
|
|
3495
3495
|
"summary": "IP address to look up."
|
|
3496
3496
|
},
|
|
@@ -3512,13 +3512,13 @@
|
|
|
3512
3512
|
"base": "cdktf.TerraformDataSource",
|
|
3513
3513
|
"docs": {
|
|
3514
3514
|
"stability": "stable",
|
|
3515
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3515
|
+
"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
3516
|
},
|
|
3517
3517
|
"fqn": "@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSet",
|
|
3518
3518
|
"initializer": {
|
|
3519
3519
|
"docs": {
|
|
3520
3520
|
"stability": "stable",
|
|
3521
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3521
|
+
"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
3522
|
},
|
|
3523
3523
|
"locationInModule": {
|
|
3524
3524
|
"filename": "src/data-dns-srv-record-set/index.ts",
|
|
@@ -3589,7 +3589,7 @@
|
|
|
3589
3589
|
},
|
|
3590
3590
|
{
|
|
3591
3591
|
"docs": {
|
|
3592
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3592
|
+
"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
3593
|
"summary": "The id of the existing DataDnsSrvRecordSet that should be imported."
|
|
3594
3594
|
},
|
|
3595
3595
|
"name": "importFromId",
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
{
|
|
3760
3760
|
"abstract": true,
|
|
3761
3761
|
"docs": {
|
|
3762
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
3762
|
+
"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
3763
|
"stability": "stable",
|
|
3764
3764
|
"summary": "Service to look up."
|
|
3765
3765
|
},
|
|
@@ -4064,13 +4064,13 @@
|
|
|
4064
4064
|
"base": "cdktf.TerraformDataSource",
|
|
4065
4065
|
"docs": {
|
|
4066
4066
|
"stability": "stable",
|
|
4067
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4067
|
+
"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
4068
|
},
|
|
4069
4069
|
"fqn": "@cdktn/provider-dns.dataDnsTxtRecordSet.DataDnsTxtRecordSet",
|
|
4070
4070
|
"initializer": {
|
|
4071
4071
|
"docs": {
|
|
4072
4072
|
"stability": "stable",
|
|
4073
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4073
|
+
"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
4074
|
},
|
|
4075
4075
|
"locationInModule": {
|
|
4076
4076
|
"filename": "src/data-dns-txt-record-set/index.ts",
|
|
@@ -4141,7 +4141,7 @@
|
|
|
4141
4141
|
},
|
|
4142
4142
|
{
|
|
4143
4143
|
"docs": {
|
|
4144
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4144
|
+
"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
4145
|
"summary": "The id of the existing DataDnsTxtRecordSet that should be imported."
|
|
4146
4146
|
},
|
|
4147
4147
|
"name": "importFromId",
|
|
@@ -4330,7 +4330,7 @@
|
|
|
4330
4330
|
{
|
|
4331
4331
|
"abstract": true,
|
|
4332
4332
|
"docs": {
|
|
4333
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4333
|
+
"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
4334
|
"stability": "stable",
|
|
4335
4335
|
"summary": "Host to look up."
|
|
4336
4336
|
},
|
|
@@ -4352,13 +4352,13 @@
|
|
|
4352
4352
|
"base": "cdktf.TerraformResource",
|
|
4353
4353
|
"docs": {
|
|
4354
4354
|
"stability": "stable",
|
|
4355
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4355
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set dns_mx_record_set}."
|
|
4356
4356
|
},
|
|
4357
4357
|
"fqn": "@cdktn/provider-dns.mxRecordSet.MxRecordSet",
|
|
4358
4358
|
"initializer": {
|
|
4359
4359
|
"docs": {
|
|
4360
4360
|
"stability": "stable",
|
|
4361
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4361
|
+
"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
4362
|
},
|
|
4363
4363
|
"locationInModule": {
|
|
4364
4364
|
"filename": "src/mx-record-set/index.ts",
|
|
@@ -4429,7 +4429,7 @@
|
|
|
4429
4429
|
},
|
|
4430
4430
|
{
|
|
4431
4431
|
"docs": {
|
|
4432
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4432
|
+
"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
4433
|
"summary": "The id of the existing MxRecordSet that should be imported."
|
|
4434
4434
|
},
|
|
4435
4435
|
"name": "importFromId",
|
|
@@ -4746,7 +4746,7 @@
|
|
|
4746
4746
|
{
|
|
4747
4747
|
"abstract": true,
|
|
4748
4748
|
"docs": {
|
|
4749
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4749
|
+
"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
4750
|
"stability": "stable",
|
|
4751
4751
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
4752
4752
|
},
|
|
@@ -4763,7 +4763,7 @@
|
|
|
4763
4763
|
{
|
|
4764
4764
|
"abstract": true,
|
|
4765
4765
|
"docs": {
|
|
4766
|
-
"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.5.0/docs/resources/mx_record_set#mx MxRecordSet#mx}",
|
|
4767
4767
|
"stability": "stable",
|
|
4768
4768
|
"summary": "mx block."
|
|
4769
4769
|
},
|
|
@@ -4795,7 +4795,7 @@
|
|
|
4795
4795
|
{
|
|
4796
4796
|
"abstract": true,
|
|
4797
4797
|
"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.
|
|
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.5.0/docs/resources/mx_record_set#name MxRecordSet#name}",
|
|
4799
4799
|
"stability": "stable",
|
|
4800
4800
|
"summary": "The name of the record set."
|
|
4801
4801
|
},
|
|
@@ -4813,7 +4813,7 @@
|
|
|
4813
4813
|
{
|
|
4814
4814
|
"abstract": true,
|
|
4815
4815
|
"docs": {
|
|
4816
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4816
|
+
"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
4817
|
"stability": "stable",
|
|
4818
4818
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
4819
4819
|
},
|
|
@@ -4849,7 +4849,7 @@
|
|
|
4849
4849
|
{
|
|
4850
4850
|
"abstract": true,
|
|
4851
4851
|
"docs": {
|
|
4852
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4852
|
+
"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
4853
|
"stability": "stable",
|
|
4854
4854
|
"summary": "The FQDN of the mail exchange, include the trailing dot."
|
|
4855
4855
|
},
|
|
@@ -4866,7 +4866,7 @@
|
|
|
4866
4866
|
{
|
|
4867
4867
|
"abstract": true,
|
|
4868
4868
|
"docs": {
|
|
4869
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
4869
|
+
"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
4870
|
"stability": "stable",
|
|
4871
4871
|
"summary": "The preference for the record."
|
|
4872
4872
|
},
|
|
@@ -5192,13 +5192,13 @@
|
|
|
5192
5192
|
"base": "cdktf.TerraformResource",
|
|
5193
5193
|
"docs": {
|
|
5194
5194
|
"stability": "stable",
|
|
5195
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5195
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set dns_ns_record_set}."
|
|
5196
5196
|
},
|
|
5197
5197
|
"fqn": "@cdktn/provider-dns.nsRecordSet.NsRecordSet",
|
|
5198
5198
|
"initializer": {
|
|
5199
5199
|
"docs": {
|
|
5200
5200
|
"stability": "stable",
|
|
5201
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5201
|
+
"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
5202
|
},
|
|
5203
5203
|
"locationInModule": {
|
|
5204
5204
|
"filename": "src/ns-record-set/index.ts",
|
|
@@ -5269,7 +5269,7 @@
|
|
|
5269
5269
|
},
|
|
5270
5270
|
{
|
|
5271
5271
|
"docs": {
|
|
5272
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5272
|
+
"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
5273
|
"summary": "The id of the existing NsRecordSet that should be imported."
|
|
5274
5274
|
},
|
|
5275
5275
|
"name": "importFromId",
|
|
@@ -5529,7 +5529,7 @@
|
|
|
5529
5529
|
{
|
|
5530
5530
|
"abstract": true,
|
|
5531
5531
|
"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.
|
|
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.5.0/docs/resources/ns_record_set#name NsRecordSet#name}",
|
|
5533
5533
|
"stability": "stable",
|
|
5534
5534
|
"summary": "The name of the record set."
|
|
5535
5535
|
},
|
|
@@ -5546,7 +5546,7 @@
|
|
|
5546
5546
|
{
|
|
5547
5547
|
"abstract": true,
|
|
5548
5548
|
"docs": {
|
|
5549
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5549
|
+
"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
5550
|
"stability": "stable",
|
|
5551
5551
|
"summary": "The nameservers this record set will point to."
|
|
5552
5552
|
},
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
{
|
|
5569
5569
|
"abstract": true,
|
|
5570
5570
|
"docs": {
|
|
5571
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5571
|
+
"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
5572
|
"stability": "stable",
|
|
5573
5573
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
5574
5574
|
},
|
|
@@ -5585,7 +5585,7 @@
|
|
|
5585
5585
|
{
|
|
5586
5586
|
"abstract": true,
|
|
5587
5587
|
"docs": {
|
|
5588
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5588
|
+
"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
5589
|
"stability": "stable",
|
|
5590
5590
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
5591
5591
|
},
|
|
@@ -5608,17 +5608,17 @@
|
|
|
5608
5608
|
"base": "cdktf.TerraformProvider",
|
|
5609
5609
|
"docs": {
|
|
5610
5610
|
"stability": "stable",
|
|
5611
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5611
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs dns}."
|
|
5612
5612
|
},
|
|
5613
5613
|
"fqn": "@cdktn/provider-dns.provider.DnsProvider",
|
|
5614
5614
|
"initializer": {
|
|
5615
5615
|
"docs": {
|
|
5616
5616
|
"stability": "stable",
|
|
5617
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5617
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs dns} Resource."
|
|
5618
5618
|
},
|
|
5619
5619
|
"locationInModule": {
|
|
5620
5620
|
"filename": "src/provider/index.ts",
|
|
5621
|
-
"line":
|
|
5621
|
+
"line": 297
|
|
5622
5622
|
},
|
|
5623
5623
|
"parameters": [
|
|
5624
5624
|
{
|
|
@@ -5652,7 +5652,7 @@
|
|
|
5652
5652
|
"kind": "class",
|
|
5653
5653
|
"locationInModule": {
|
|
5654
5654
|
"filename": "src/provider/index.ts",
|
|
5655
|
-
"line":
|
|
5655
|
+
"line": 265
|
|
5656
5656
|
},
|
|
5657
5657
|
"methods": [
|
|
5658
5658
|
{
|
|
@@ -5662,7 +5662,7 @@
|
|
|
5662
5662
|
},
|
|
5663
5663
|
"locationInModule": {
|
|
5664
5664
|
"filename": "src/provider/index.ts",
|
|
5665
|
-
"line":
|
|
5665
|
+
"line": 282
|
|
5666
5666
|
},
|
|
5667
5667
|
"name": "generateConfigForImport",
|
|
5668
5668
|
"parameters": [
|
|
@@ -5686,7 +5686,7 @@
|
|
|
5686
5686
|
},
|
|
5687
5687
|
{
|
|
5688
5688
|
"docs": {
|
|
5689
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5689
|
+
"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
5690
|
"summary": "The id of the existing DnsProvider that should be imported."
|
|
5691
5691
|
},
|
|
5692
5692
|
"name": "importFromId",
|
|
@@ -5718,7 +5718,7 @@
|
|
|
5718
5718
|
},
|
|
5719
5719
|
"locationInModule": {
|
|
5720
5720
|
"filename": "src/provider/index.ts",
|
|
5721
|
-
"line":
|
|
5721
|
+
"line": 323
|
|
5722
5722
|
},
|
|
5723
5723
|
"name": "resetAlias"
|
|
5724
5724
|
},
|
|
@@ -5728,7 +5728,7 @@
|
|
|
5728
5728
|
},
|
|
5729
5729
|
"locationInModule": {
|
|
5730
5730
|
"filename": "src/provider/index.ts",
|
|
5731
|
-
"line":
|
|
5731
|
+
"line": 339
|
|
5732
5732
|
},
|
|
5733
5733
|
"name": "resetUpdate"
|
|
5734
5734
|
},
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
},
|
|
5739
5739
|
"locationInModule": {
|
|
5740
5740
|
"filename": "src/provider/index.ts",
|
|
5741
|
-
"line":
|
|
5741
|
+
"line": 351
|
|
5742
5742
|
},
|
|
5743
5743
|
"name": "synthesizeAttributes",
|
|
5744
5744
|
"overrides": "cdktf.TerraformProvider",
|
|
@@ -5760,7 +5760,7 @@
|
|
|
5760
5760
|
},
|
|
5761
5761
|
"locationInModule": {
|
|
5762
5762
|
"filename": "src/provider/index.ts",
|
|
5763
|
-
"line":
|
|
5763
|
+
"line": 358
|
|
5764
5764
|
},
|
|
5765
5765
|
"name": "synthesizeHclAttributes",
|
|
5766
5766
|
"overrides": "cdktf.TerraformProvider",
|
|
@@ -5788,7 +5788,7 @@
|
|
|
5788
5788
|
"immutable": true,
|
|
5789
5789
|
"locationInModule": {
|
|
5790
5790
|
"filename": "src/provider/index.ts",
|
|
5791
|
-
"line":
|
|
5791
|
+
"line": 270
|
|
5792
5792
|
},
|
|
5793
5793
|
"name": "tfResourceType",
|
|
5794
5794
|
"static": true,
|
|
@@ -5803,7 +5803,7 @@
|
|
|
5803
5803
|
"immutable": true,
|
|
5804
5804
|
"locationInModule": {
|
|
5805
5805
|
"filename": "src/provider/index.ts",
|
|
5806
|
-
"line":
|
|
5806
|
+
"line": 327
|
|
5807
5807
|
},
|
|
5808
5808
|
"name": "aliasInput",
|
|
5809
5809
|
"optional": true,
|
|
@@ -5818,7 +5818,7 @@
|
|
|
5818
5818
|
"immutable": true,
|
|
5819
5819
|
"locationInModule": {
|
|
5820
5820
|
"filename": "src/provider/index.ts",
|
|
5821
|
-
"line":
|
|
5821
|
+
"line": 343
|
|
5822
5822
|
},
|
|
5823
5823
|
"name": "updateInput",
|
|
5824
5824
|
"optional": true,
|
|
@@ -5846,7 +5846,7 @@
|
|
|
5846
5846
|
},
|
|
5847
5847
|
"locationInModule": {
|
|
5848
5848
|
"filename": "src/provider/index.ts",
|
|
5849
|
-
"line":
|
|
5849
|
+
"line": 317
|
|
5850
5850
|
},
|
|
5851
5851
|
"name": "alias",
|
|
5852
5852
|
"optional": true,
|
|
@@ -5861,7 +5861,7 @@
|
|
|
5861
5861
|
},
|
|
5862
5862
|
"locationInModule": {
|
|
5863
5863
|
"filename": "src/provider/index.ts",
|
|
5864
|
-
"line":
|
|
5864
|
+
"line": 333
|
|
5865
5865
|
},
|
|
5866
5866
|
"name": "update",
|
|
5867
5867
|
"optional": true,
|
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
{
|
|
5905
5905
|
"abstract": true,
|
|
5906
5906
|
"docs": {
|
|
5907
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5907
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#alias DnsProvider#alias}",
|
|
5908
5908
|
"stability": "stable",
|
|
5909
5909
|
"summary": "Alias name."
|
|
5910
5910
|
},
|
|
@@ -5922,7 +5922,7 @@
|
|
|
5922
5922
|
{
|
|
5923
5923
|
"abstract": true,
|
|
5924
5924
|
"docs": {
|
|
5925
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5925
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#update DnsProvider#update}",
|
|
5926
5926
|
"stability": "stable",
|
|
5927
5927
|
"summary": "update block."
|
|
5928
5928
|
},
|
|
@@ -5972,14 +5972,14 @@
|
|
|
5972
5972
|
{
|
|
5973
5973
|
"abstract": true,
|
|
5974
5974
|
"docs": {
|
|
5975
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
5975
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#gssapi DnsProvider#gssapi}",
|
|
5976
5976
|
"stability": "stable",
|
|
5977
5977
|
"summary": "gssapi block."
|
|
5978
5978
|
},
|
|
5979
5979
|
"immutable": true,
|
|
5980
5980
|
"locationInModule": {
|
|
5981
5981
|
"filename": "src/provider/index.ts",
|
|
5982
|
-
"line":
|
|
5982
|
+
"line": 166
|
|
5983
5983
|
},
|
|
5984
5984
|
"name": "gssapi",
|
|
5985
5985
|
"optional": true,
|
|
@@ -6004,7 +6004,7 @@
|
|
|
6004
6004
|
{
|
|
6005
6005
|
"abstract": true,
|
|
6006
6006
|
"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.
|
|
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.5.0/docs#key_algorithm DnsProvider#key_algorithm}",
|
|
6008
6008
|
"stability": "stable",
|
|
6009
6009
|
"summary": "Required if `key_name` is set."
|
|
6010
6010
|
},
|
|
@@ -6022,7 +6022,7 @@
|
|
|
6022
6022
|
{
|
|
6023
6023
|
"abstract": true,
|
|
6024
6024
|
"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.
|
|
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.5.0/docs#key_name DnsProvider#key_name}",
|
|
6026
6026
|
"stability": "stable",
|
|
6027
6027
|
"summary": "The name of the TSIG key used to sign the DNS update messages."
|
|
6028
6028
|
},
|
|
@@ -6040,7 +6040,7 @@
|
|
|
6040
6040
|
{
|
|
6041
6041
|
"abstract": true,
|
|
6042
6042
|
"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.
|
|
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.5.0/docs#key_secret DnsProvider#key_secret}",
|
|
6044
6044
|
"stability": "stable",
|
|
6045
6045
|
"summary": "Required if `key_name` is set A Base64-encoded string containing the shared secret to be used for TSIG."
|
|
6046
6046
|
},
|
|
@@ -6058,7 +6058,7 @@
|
|
|
6058
6058
|
{
|
|
6059
6059
|
"abstract": true,
|
|
6060
6060
|
"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.
|
|
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.5.0/docs#port DnsProvider#port}",
|
|
6062
6062
|
"stability": "stable",
|
|
6063
6063
|
"summary": "The target UDP port on the server where updates are sent to."
|
|
6064
6064
|
},
|
|
@@ -6076,15 +6076,42 @@
|
|
|
6076
6076
|
{
|
|
6077
6077
|
"abstract": true,
|
|
6078
6078
|
"docs": {
|
|
6079
|
-
"remarks": "
|
|
6079
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#recursive DnsProvider#recursive}",
|
|
6080
6080
|
"stability": "stable",
|
|
6081
|
-
"summary": "
|
|
6081
|
+
"summary": "Enable the Recursion Desired (RD) flag on DNS queries."
|
|
6082
6082
|
},
|
|
6083
6083
|
"immutable": true,
|
|
6084
6084
|
"locationInModule": {
|
|
6085
6085
|
"filename": "src/provider/index.ts",
|
|
6086
6086
|
"line": 136
|
|
6087
6087
|
},
|
|
6088
|
+
"name": "recursive",
|
|
6089
|
+
"optional": true,
|
|
6090
|
+
"type": {
|
|
6091
|
+
"union": {
|
|
6092
|
+
"types": [
|
|
6093
|
+
{
|
|
6094
|
+
"primitive": "boolean"
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"fqn": "cdktf.IResolvable"
|
|
6098
|
+
}
|
|
6099
|
+
]
|
|
6100
|
+
}
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
"abstract": true,
|
|
6105
|
+
"docs": {
|
|
6106
|
+
"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}",
|
|
6107
|
+
"stability": "stable",
|
|
6108
|
+
"summary": "How many times to retry on connection timeout."
|
|
6109
|
+
},
|
|
6110
|
+
"immutable": true,
|
|
6111
|
+
"locationInModule": {
|
|
6112
|
+
"filename": "src/provider/index.ts",
|
|
6113
|
+
"line": 142
|
|
6114
|
+
},
|
|
6088
6115
|
"name": "retries",
|
|
6089
6116
|
"optional": true,
|
|
6090
6117
|
"type": {
|
|
@@ -6094,14 +6121,14 @@
|
|
|
6094
6121
|
{
|
|
6095
6122
|
"abstract": true,
|
|
6096
6123
|
"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.
|
|
6124
|
+
"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
6125
|
"stability": "stable",
|
|
6099
6126
|
"summary": "The hostname or IP address of the DNS server to send updates to."
|
|
6100
6127
|
},
|
|
6101
6128
|
"immutable": true,
|
|
6102
6129
|
"locationInModule": {
|
|
6103
6130
|
"filename": "src/provider/index.ts",
|
|
6104
|
-
"line":
|
|
6131
|
+
"line": 148
|
|
6105
6132
|
},
|
|
6106
6133
|
"name": "server",
|
|
6107
6134
|
"optional": true,
|
|
@@ -6112,14 +6139,14 @@
|
|
|
6112
6139
|
{
|
|
6113
6140
|
"abstract": true,
|
|
6114
6141
|
"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.
|
|
6142
|
+
"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
6143
|
"stability": "stable",
|
|
6117
6144
|
"summary": "Timeout for DNS queries."
|
|
6118
6145
|
},
|
|
6119
6146
|
"immutable": true,
|
|
6120
6147
|
"locationInModule": {
|
|
6121
6148
|
"filename": "src/provider/index.ts",
|
|
6122
|
-
"line":
|
|
6149
|
+
"line": 154
|
|
6123
6150
|
},
|
|
6124
6151
|
"name": "timeout",
|
|
6125
6152
|
"optional": true,
|
|
@@ -6130,14 +6157,14 @@
|
|
|
6130
6157
|
{
|
|
6131
6158
|
"abstract": true,
|
|
6132
6159
|
"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.
|
|
6160
|
+
"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
6161
|
"stability": "stable",
|
|
6135
6162
|
"summary": "Transport to use for DNS queries."
|
|
6136
6163
|
},
|
|
6137
6164
|
"immutable": true,
|
|
6138
6165
|
"locationInModule": {
|
|
6139
6166
|
"filename": "src/provider/index.ts",
|
|
6140
|
-
"line":
|
|
6167
|
+
"line": 160
|
|
6141
6168
|
},
|
|
6142
6169
|
"name": "transport",
|
|
6143
6170
|
"optional": true,
|
|
@@ -6166,7 +6193,7 @@
|
|
|
6166
6193
|
{
|
|
6167
6194
|
"abstract": true,
|
|
6168
6195
|
"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.
|
|
6196
|
+
"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
6197
|
"stability": "stable",
|
|
6171
6198
|
"summary": "This or `password` is required if `username` is set, not supported on Windows."
|
|
6172
6199
|
},
|
|
@@ -6184,7 +6211,7 @@
|
|
|
6184
6211
|
{
|
|
6185
6212
|
"abstract": true,
|
|
6186
6213
|
"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.
|
|
6214
|
+
"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
6215
|
"stability": "stable",
|
|
6189
6216
|
"summary": "This or `keytab` is required if `username` is set."
|
|
6190
6217
|
},
|
|
@@ -6202,7 +6229,7 @@
|
|
|
6202
6229
|
{
|
|
6203
6230
|
"abstract": true,
|
|
6204
6231
|
"docs": {
|
|
6205
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6232
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#realm DnsProvider#realm}",
|
|
6206
6233
|
"stability": "stable",
|
|
6207
6234
|
"summary": "The Kerberos realm or Active Directory domain. Value can also be sourced from the DNS_UPDATE_REALM environment variable."
|
|
6208
6235
|
},
|
|
@@ -6220,7 +6247,7 @@
|
|
|
6220
6247
|
{
|
|
6221
6248
|
"abstract": true,
|
|
6222
6249
|
"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.
|
|
6250
|
+
"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
6251
|
"stability": "stable",
|
|
6225
6252
|
"summary": "The name of the user to authenticate as."
|
|
6226
6253
|
},
|
|
@@ -6243,13 +6270,13 @@
|
|
|
6243
6270
|
"base": "cdktf.TerraformResource",
|
|
6244
6271
|
"docs": {
|
|
6245
6272
|
"stability": "stable",
|
|
6246
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6273
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record dns_ptr_record}."
|
|
6247
6274
|
},
|
|
6248
6275
|
"fqn": "@cdktn/provider-dns.ptrRecord.PtrRecord",
|
|
6249
6276
|
"initializer": {
|
|
6250
6277
|
"docs": {
|
|
6251
6278
|
"stability": "stable",
|
|
6252
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6279
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record dns_ptr_record} Resource."
|
|
6253
6280
|
},
|
|
6254
6281
|
"locationInModule": {
|
|
6255
6282
|
"filename": "src/ptr-record/index.ts",
|
|
@@ -6320,7 +6347,7 @@
|
|
|
6320
6347
|
},
|
|
6321
6348
|
{
|
|
6322
6349
|
"docs": {
|
|
6323
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6350
|
+
"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
6351
|
"summary": "The id of the existing PtrRecord that should be imported."
|
|
6325
6352
|
},
|
|
6326
6353
|
"name": "importFromId",
|
|
@@ -6580,7 +6607,7 @@
|
|
|
6580
6607
|
{
|
|
6581
6608
|
"abstract": true,
|
|
6582
6609
|
"docs": {
|
|
6583
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6610
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#ptr PtrRecord#ptr}",
|
|
6584
6611
|
"stability": "stable",
|
|
6585
6612
|
"summary": "The canonical name this record will point to."
|
|
6586
6613
|
},
|
|
@@ -6597,7 +6624,7 @@
|
|
|
6597
6624
|
{
|
|
6598
6625
|
"abstract": true,
|
|
6599
6626
|
"docs": {
|
|
6600
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6627
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#zone PtrRecord#zone}",
|
|
6601
6628
|
"stability": "stable",
|
|
6602
6629
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
6603
6630
|
},
|
|
@@ -6614,7 +6641,7 @@
|
|
|
6614
6641
|
{
|
|
6615
6642
|
"abstract": true,
|
|
6616
6643
|
"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.
|
|
6644
|
+
"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
6645
|
"stability": "stable",
|
|
6619
6646
|
"summary": "The name of the record."
|
|
6620
6647
|
},
|
|
@@ -6632,7 +6659,7 @@
|
|
|
6632
6659
|
{
|
|
6633
6660
|
"abstract": true,
|
|
6634
6661
|
"docs": {
|
|
6635
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6662
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#ttl PtrRecord#ttl}",
|
|
6636
6663
|
"stability": "stable",
|
|
6637
6664
|
"summary": "The TTL of the record. Defaults to `3600`."
|
|
6638
6665
|
},
|
|
@@ -6655,13 +6682,13 @@
|
|
|
6655
6682
|
"base": "cdktf.TerraformResource",
|
|
6656
6683
|
"docs": {
|
|
6657
6684
|
"stability": "stable",
|
|
6658
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6685
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set dns_srv_record_set}."
|
|
6659
6686
|
},
|
|
6660
6687
|
"fqn": "@cdktn/provider-dns.srvRecordSet.SrvRecordSet",
|
|
6661
6688
|
"initializer": {
|
|
6662
6689
|
"docs": {
|
|
6663
6690
|
"stability": "stable",
|
|
6664
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6691
|
+
"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
6692
|
},
|
|
6666
6693
|
"locationInModule": {
|
|
6667
6694
|
"filename": "src/srv-record-set/index.ts",
|
|
@@ -6732,7 +6759,7 @@
|
|
|
6732
6759
|
},
|
|
6733
6760
|
{
|
|
6734
6761
|
"docs": {
|
|
6735
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
6762
|
+
"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
6763
|
"summary": "The id of the existing SrvRecordSet that should be imported."
|
|
6737
6764
|
},
|
|
6738
6765
|
"name": "importFromId",
|
|
@@ -7039,7 +7066,7 @@
|
|
|
7039
7066
|
{
|
|
7040
7067
|
"abstract": true,
|
|
7041
7068
|
"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.
|
|
7069
|
+
"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
7070
|
"stability": "stable",
|
|
7044
7071
|
"summary": "The name of the record set."
|
|
7045
7072
|
},
|
|
@@ -7056,7 +7083,7 @@
|
|
|
7056
7083
|
{
|
|
7057
7084
|
"abstract": true,
|
|
7058
7085
|
"docs": {
|
|
7059
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7086
|
+
"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
7087
|
"stability": "stable",
|
|
7061
7088
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
7062
7089
|
},
|
|
@@ -7073,7 +7100,7 @@
|
|
|
7073
7100
|
{
|
|
7074
7101
|
"abstract": true,
|
|
7075
7102
|
"docs": {
|
|
7076
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7103
|
+
"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
7104
|
"stability": "stable",
|
|
7078
7105
|
"summary": "srv block."
|
|
7079
7106
|
},
|
|
@@ -7105,7 +7132,7 @@
|
|
|
7105
7132
|
{
|
|
7106
7133
|
"abstract": true,
|
|
7107
7134
|
"docs": {
|
|
7108
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7135
|
+
"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
7136
|
"stability": "stable",
|
|
7110
7137
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
7111
7138
|
},
|
|
@@ -7141,7 +7168,7 @@
|
|
|
7141
7168
|
{
|
|
7142
7169
|
"abstract": true,
|
|
7143
7170
|
"docs": {
|
|
7144
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7171
|
+
"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
7172
|
"stability": "stable",
|
|
7146
7173
|
"summary": "The port for the service on the target."
|
|
7147
7174
|
},
|
|
@@ -7158,7 +7185,7 @@
|
|
|
7158
7185
|
{
|
|
7159
7186
|
"abstract": true,
|
|
7160
7187
|
"docs": {
|
|
7161
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7188
|
+
"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
7189
|
"stability": "stable",
|
|
7163
7190
|
"summary": "The priority for the record."
|
|
7164
7191
|
},
|
|
@@ -7175,7 +7202,7 @@
|
|
|
7175
7202
|
{
|
|
7176
7203
|
"abstract": true,
|
|
7177
7204
|
"docs": {
|
|
7178
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7205
|
+
"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
7206
|
"stability": "stable",
|
|
7180
7207
|
"summary": "The FQDN of the target, include the trailing dot."
|
|
7181
7208
|
},
|
|
@@ -7192,7 +7219,7 @@
|
|
|
7192
7219
|
{
|
|
7193
7220
|
"abstract": true,
|
|
7194
7221
|
"docs": {
|
|
7195
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7222
|
+
"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
7223
|
"stability": "stable",
|
|
7197
7224
|
"summary": "The weight for the record."
|
|
7198
7225
|
},
|
|
@@ -7574,13 +7601,13 @@
|
|
|
7574
7601
|
"base": "cdktf.TerraformResource",
|
|
7575
7602
|
"docs": {
|
|
7576
7603
|
"stability": "stable",
|
|
7577
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7604
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set dns_txt_record_set}."
|
|
7578
7605
|
},
|
|
7579
7606
|
"fqn": "@cdktn/provider-dns.txtRecordSet.TxtRecordSet",
|
|
7580
7607
|
"initializer": {
|
|
7581
7608
|
"docs": {
|
|
7582
7609
|
"stability": "stable",
|
|
7583
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7610
|
+
"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
7611
|
},
|
|
7585
7612
|
"locationInModule": {
|
|
7586
7613
|
"filename": "src/txt-record-set/index.ts",
|
|
@@ -7651,7 +7678,7 @@
|
|
|
7651
7678
|
},
|
|
7652
7679
|
{
|
|
7653
7680
|
"docs": {
|
|
7654
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7681
|
+
"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
7682
|
"summary": "The id of the existing TxtRecordSet that should be imported."
|
|
7656
7683
|
},
|
|
7657
7684
|
"name": "importFromId",
|
|
@@ -7921,7 +7948,7 @@
|
|
|
7921
7948
|
{
|
|
7922
7949
|
"abstract": true,
|
|
7923
7950
|
"docs": {
|
|
7924
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7951
|
+
"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
7952
|
"stability": "stable",
|
|
7926
7953
|
"summary": "The text records this record set will be set to."
|
|
7927
7954
|
},
|
|
@@ -7943,7 +7970,7 @@
|
|
|
7943
7970
|
{
|
|
7944
7971
|
"abstract": true,
|
|
7945
7972
|
"docs": {
|
|
7946
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
7973
|
+
"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
7974
|
"stability": "stable",
|
|
7948
7975
|
"summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
|
|
7949
7976
|
},
|
|
@@ -7960,7 +7987,7 @@
|
|
|
7960
7987
|
{
|
|
7961
7988
|
"abstract": true,
|
|
7962
7989
|
"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.
|
|
7990
|
+
"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
7991
|
"stability": "stable",
|
|
7965
7992
|
"summary": "The name of the record set."
|
|
7966
7993
|
},
|
|
@@ -7978,7 +8005,7 @@
|
|
|
7978
8005
|
{
|
|
7979
8006
|
"abstract": true,
|
|
7980
8007
|
"docs": {
|
|
7981
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.
|
|
8008
|
+
"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
8009
|
"stability": "stable",
|
|
7983
8010
|
"summary": "The TTL of the record set. Defaults to `3600`."
|
|
7984
8011
|
},
|
|
@@ -7997,6 +8024,6 @@
|
|
|
7997
8024
|
"symbolId": "src/txt-record-set/index:TxtRecordSetConfig"
|
|
7998
8025
|
}
|
|
7999
8026
|
},
|
|
8000
|
-
"version": "
|
|
8001
|
-
"fingerprint": "
|
|
8027
|
+
"version": "10.0.0",
|
|
8028
|
+
"fingerprint": "OVH0Cjrp76OlYJqvUBGIFXAzruaj1Wi9XyMelPjJGEo="
|
|
8002
8029
|
}
|