@cdktf/provider-acme 5.0.0 → 6.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.
@@ -0,0 +1,3358 @@
1
+ # `acme_certificate`
2
+
3
+ Refer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate).
4
+
5
+ # `certificate` Submodule <a name="`certificate` Submodule" id="@cdktf/provider-acme.certificate"></a>
6
+
7
+ ## Constructs <a name="Constructs" id="Constructs"></a>
8
+
9
+ ### Certificate <a name="Certificate" id="@cdktf/provider-acme.certificate.Certificate"></a>
10
+
11
+ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate acme_certificate}.
12
+
13
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.Certificate.Initializer"></a>
14
+
15
+ ```go
16
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
17
+
18
+ certificate.NewCertificate(scope Construct, id *string, config CertificateConfig) Certificate
19
+ ```
20
+
21
+ | **Name** | **Type** | **Description** |
22
+ | --- | --- | --- |
23
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.scope">scope</a></code> | <code>github.com/aws/constructs-go/constructs/v10.Construct</code> | The scope in which to define this construct. |
24
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.id">id</a></code> | <code>*string</code> | The scoped construct ID. |
25
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.config">config</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig">CertificateConfig</a></code> | *No description.* |
26
+
27
+ ---
28
+
29
+ ##### `scope`<sup>Required</sup> <a name="scope" id="@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.scope"></a>
30
+
31
+ - *Type:* github.com/aws/constructs-go/constructs/v10.Construct
32
+
33
+ The scope in which to define this construct.
34
+
35
+ ---
36
+
37
+ ##### `id`<sup>Required</sup> <a name="id" id="@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.id"></a>
38
+
39
+ - *Type:* *string
40
+
41
+ The scoped construct ID.
42
+
43
+ Must be unique amongst siblings in the same scope
44
+
45
+ ---
46
+
47
+ ##### `config`<sup>Required</sup> <a name="config" id="@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.config"></a>
48
+
49
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateConfig">CertificateConfig</a>
50
+
51
+ ---
52
+
53
+ #### Methods <a name="Methods" id="Methods"></a>
54
+
55
+ | **Name** | **Description** |
56
+ | --- | --- |
57
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.toString">ToString</a></code> | Returns a string representation of this construct. |
58
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.addOverride">AddOverride</a></code> | *No description.* |
59
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.overrideLogicalId">OverrideLogicalId</a></code> | Overrides the auto-generated logical ID with a specific ID. |
60
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetOverrideLogicalId">ResetOverrideLogicalId</a></code> | Resets a previously passed logical Id to use the auto-generated logical id again. |
61
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.toMetadata">ToMetadata</a></code> | *No description.* |
62
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.toTerraform">ToTerraform</a></code> | Adds this resource to the terraform JSON output. |
63
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
64
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
65
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
66
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getListAttribute">GetListAttribute</a></code> | *No description.* |
67
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
68
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
69
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
70
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
71
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
72
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
73
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.putDnsChallenge">PutDnsChallenge</a></code> | *No description.* |
74
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.putHttpChallenge">PutHttpChallenge</a></code> | *No description.* |
75
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.putHttpMemcachedChallenge">PutHttpMemcachedChallenge</a></code> | *No description.* |
76
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.putHttpWebrootChallenge">PutHttpWebrootChallenge</a></code> | *No description.* |
77
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.putTlsChallenge">PutTlsChallenge</a></code> | *No description.* |
78
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetCertificateP12Password">ResetCertificateP12Password</a></code> | *No description.* |
79
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetCertificateRequestPem">ResetCertificateRequestPem</a></code> | *No description.* |
80
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetCommonName">ResetCommonName</a></code> | *No description.* |
81
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetDisableCompletePropagation">ResetDisableCompletePropagation</a></code> | *No description.* |
82
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetDnsChallenge">ResetDnsChallenge</a></code> | *No description.* |
83
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetHttpChallenge">ResetHttpChallenge</a></code> | *No description.* |
84
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetHttpMemcachedChallenge">ResetHttpMemcachedChallenge</a></code> | *No description.* |
85
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetHttpWebrootChallenge">ResetHttpWebrootChallenge</a></code> | *No description.* |
86
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetId">ResetId</a></code> | *No description.* |
87
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetKeyType">ResetKeyType</a></code> | *No description.* |
88
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetMinDaysRemaining">ResetMinDaysRemaining</a></code> | *No description.* |
89
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetMustStaple">ResetMustStaple</a></code> | *No description.* |
90
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetPreCheckDelay">ResetPreCheckDelay</a></code> | *No description.* |
91
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetPreferredChain">ResetPreferredChain</a></code> | *No description.* |
92
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetRecursiveNameservers">ResetRecursiveNameservers</a></code> | *No description.* |
93
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetRevokeCertificateOnDestroy">ResetRevokeCertificateOnDestroy</a></code> | *No description.* |
94
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetSubjectAlternativeNames">ResetSubjectAlternativeNames</a></code> | *No description.* |
95
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.resetTlsChallenge">ResetTlsChallenge</a></code> | *No description.* |
96
+
97
+ ---
98
+
99
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.Certificate.toString"></a>
100
+
101
+ ```go
102
+ func ToString() *string
103
+ ```
104
+
105
+ Returns a string representation of this construct.
106
+
107
+ ##### `AddOverride` <a name="AddOverride" id="@cdktf/provider-acme.certificate.Certificate.addOverride"></a>
108
+
109
+ ```go
110
+ func AddOverride(path *string, value interface{})
111
+ ```
112
+
113
+ ###### `path`<sup>Required</sup> <a name="path" id="@cdktf/provider-acme.certificate.Certificate.addOverride.parameter.path"></a>
114
+
115
+ - *Type:* *string
116
+
117
+ ---
118
+
119
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.addOverride.parameter.value"></a>
120
+
121
+ - *Type:* interface{}
122
+
123
+ ---
124
+
125
+ ##### `OverrideLogicalId` <a name="OverrideLogicalId" id="@cdktf/provider-acme.certificate.Certificate.overrideLogicalId"></a>
126
+
127
+ ```go
128
+ func OverrideLogicalId(newLogicalId *string)
129
+ ```
130
+
131
+ Overrides the auto-generated logical ID with a specific ID.
132
+
133
+ ###### `newLogicalId`<sup>Required</sup> <a name="newLogicalId" id="@cdktf/provider-acme.certificate.Certificate.overrideLogicalId.parameter.newLogicalId"></a>
134
+
135
+ - *Type:* *string
136
+
137
+ The new logical ID to use for this stack element.
138
+
139
+ ---
140
+
141
+ ##### `ResetOverrideLogicalId` <a name="ResetOverrideLogicalId" id="@cdktf/provider-acme.certificate.Certificate.resetOverrideLogicalId"></a>
142
+
143
+ ```go
144
+ func ResetOverrideLogicalId()
145
+ ```
146
+
147
+ Resets a previously passed logical Id to use the auto-generated logical id again.
148
+
149
+ ##### `ToMetadata` <a name="ToMetadata" id="@cdktf/provider-acme.certificate.Certificate.toMetadata"></a>
150
+
151
+ ```go
152
+ func ToMetadata() interface{}
153
+ ```
154
+
155
+ ##### `ToTerraform` <a name="ToTerraform" id="@cdktf/provider-acme.certificate.Certificate.toTerraform"></a>
156
+
157
+ ```go
158
+ func ToTerraform() interface{}
159
+ ```
160
+
161
+ Adds this resource to the terraform JSON output.
162
+
163
+ ##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.certificate.Certificate.getAnyMapAttribute"></a>
164
+
165
+ ```go
166
+ func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
167
+ ```
168
+
169
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getAnyMapAttribute.parameter.terraformAttribute"></a>
170
+
171
+ - *Type:* *string
172
+
173
+ ---
174
+
175
+ ##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.certificate.Certificate.getBooleanAttribute"></a>
176
+
177
+ ```go
178
+ func GetBooleanAttribute(terraformAttribute *string) IResolvable
179
+ ```
180
+
181
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getBooleanAttribute.parameter.terraformAttribute"></a>
182
+
183
+ - *Type:* *string
184
+
185
+ ---
186
+
187
+ ##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.certificate.Certificate.getBooleanMapAttribute"></a>
188
+
189
+ ```go
190
+ func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
191
+ ```
192
+
193
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getBooleanMapAttribute.parameter.terraformAttribute"></a>
194
+
195
+ - *Type:* *string
196
+
197
+ ---
198
+
199
+ ##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.certificate.Certificate.getListAttribute"></a>
200
+
201
+ ```go
202
+ func GetListAttribute(terraformAttribute *string) *[]*string
203
+ ```
204
+
205
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getListAttribute.parameter.terraformAttribute"></a>
206
+
207
+ - *Type:* *string
208
+
209
+ ---
210
+
211
+ ##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.certificate.Certificate.getNumberAttribute"></a>
212
+
213
+ ```go
214
+ func GetNumberAttribute(terraformAttribute *string) *f64
215
+ ```
216
+
217
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getNumberAttribute.parameter.terraformAttribute"></a>
218
+
219
+ - *Type:* *string
220
+
221
+ ---
222
+
223
+ ##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.certificate.Certificate.getNumberListAttribute"></a>
224
+
225
+ ```go
226
+ func GetNumberListAttribute(terraformAttribute *string) *[]*f64
227
+ ```
228
+
229
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getNumberListAttribute.parameter.terraformAttribute"></a>
230
+
231
+ - *Type:* *string
232
+
233
+ ---
234
+
235
+ ##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.certificate.Certificate.getNumberMapAttribute"></a>
236
+
237
+ ```go
238
+ func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
239
+ ```
240
+
241
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getNumberMapAttribute.parameter.terraformAttribute"></a>
242
+
243
+ - *Type:* *string
244
+
245
+ ---
246
+
247
+ ##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.certificate.Certificate.getStringAttribute"></a>
248
+
249
+ ```go
250
+ func GetStringAttribute(terraformAttribute *string) *string
251
+ ```
252
+
253
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getStringAttribute.parameter.terraformAttribute"></a>
254
+
255
+ - *Type:* *string
256
+
257
+ ---
258
+
259
+ ##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.certificate.Certificate.getStringMapAttribute"></a>
260
+
261
+ ```go
262
+ func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
263
+ ```
264
+
265
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.getStringMapAttribute.parameter.terraformAttribute"></a>
266
+
267
+ - *Type:* *string
268
+
269
+ ---
270
+
271
+ ##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.certificate.Certificate.interpolationForAttribute"></a>
272
+
273
+ ```go
274
+ func InterpolationForAttribute(terraformAttribute *string) IResolvable
275
+ ```
276
+
277
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.Certificate.interpolationForAttribute.parameter.terraformAttribute"></a>
278
+
279
+ - *Type:* *string
280
+
281
+ ---
282
+
283
+ ##### `PutDnsChallenge` <a name="PutDnsChallenge" id="@cdktf/provider-acme.certificate.Certificate.putDnsChallenge"></a>
284
+
285
+ ```go
286
+ func PutDnsChallenge(value interface{})
287
+ ```
288
+
289
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.putDnsChallenge.parameter.value"></a>
290
+
291
+ - *Type:* interface{}
292
+
293
+ ---
294
+
295
+ ##### `PutHttpChallenge` <a name="PutHttpChallenge" id="@cdktf/provider-acme.certificate.Certificate.putHttpChallenge"></a>
296
+
297
+ ```go
298
+ func PutHttpChallenge(value CertificateHttpChallenge)
299
+ ```
300
+
301
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.putHttpChallenge.parameter.value"></a>
302
+
303
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a>
304
+
305
+ ---
306
+
307
+ ##### `PutHttpMemcachedChallenge` <a name="PutHttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.Certificate.putHttpMemcachedChallenge"></a>
308
+
309
+ ```go
310
+ func PutHttpMemcachedChallenge(value CertificateHttpMemcachedChallenge)
311
+ ```
312
+
313
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.putHttpMemcachedChallenge.parameter.value"></a>
314
+
315
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a>
316
+
317
+ ---
318
+
319
+ ##### `PutHttpWebrootChallenge` <a name="PutHttpWebrootChallenge" id="@cdktf/provider-acme.certificate.Certificate.putHttpWebrootChallenge"></a>
320
+
321
+ ```go
322
+ func PutHttpWebrootChallenge(value CertificateHttpWebrootChallenge)
323
+ ```
324
+
325
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.putHttpWebrootChallenge.parameter.value"></a>
326
+
327
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a>
328
+
329
+ ---
330
+
331
+ ##### `PutTlsChallenge` <a name="PutTlsChallenge" id="@cdktf/provider-acme.certificate.Certificate.putTlsChallenge"></a>
332
+
333
+ ```go
334
+ func PutTlsChallenge(value CertificateTlsChallenge)
335
+ ```
336
+
337
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.putTlsChallenge.parameter.value"></a>
338
+
339
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a>
340
+
341
+ ---
342
+
343
+ ##### `ResetCertificateP12Password` <a name="ResetCertificateP12Password" id="@cdktf/provider-acme.certificate.Certificate.resetCertificateP12Password"></a>
344
+
345
+ ```go
346
+ func ResetCertificateP12Password()
347
+ ```
348
+
349
+ ##### `ResetCertificateRequestPem` <a name="ResetCertificateRequestPem" id="@cdktf/provider-acme.certificate.Certificate.resetCertificateRequestPem"></a>
350
+
351
+ ```go
352
+ func ResetCertificateRequestPem()
353
+ ```
354
+
355
+ ##### `ResetCommonName` <a name="ResetCommonName" id="@cdktf/provider-acme.certificate.Certificate.resetCommonName"></a>
356
+
357
+ ```go
358
+ func ResetCommonName()
359
+ ```
360
+
361
+ ##### `ResetDisableCompletePropagation` <a name="ResetDisableCompletePropagation" id="@cdktf/provider-acme.certificate.Certificate.resetDisableCompletePropagation"></a>
362
+
363
+ ```go
364
+ func ResetDisableCompletePropagation()
365
+ ```
366
+
367
+ ##### `ResetDnsChallenge` <a name="ResetDnsChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetDnsChallenge"></a>
368
+
369
+ ```go
370
+ func ResetDnsChallenge()
371
+ ```
372
+
373
+ ##### `ResetHttpChallenge` <a name="ResetHttpChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetHttpChallenge"></a>
374
+
375
+ ```go
376
+ func ResetHttpChallenge()
377
+ ```
378
+
379
+ ##### `ResetHttpMemcachedChallenge` <a name="ResetHttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetHttpMemcachedChallenge"></a>
380
+
381
+ ```go
382
+ func ResetHttpMemcachedChallenge()
383
+ ```
384
+
385
+ ##### `ResetHttpWebrootChallenge` <a name="ResetHttpWebrootChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetHttpWebrootChallenge"></a>
386
+
387
+ ```go
388
+ func ResetHttpWebrootChallenge()
389
+ ```
390
+
391
+ ##### `ResetId` <a name="ResetId" id="@cdktf/provider-acme.certificate.Certificate.resetId"></a>
392
+
393
+ ```go
394
+ func ResetId()
395
+ ```
396
+
397
+ ##### `ResetKeyType` <a name="ResetKeyType" id="@cdktf/provider-acme.certificate.Certificate.resetKeyType"></a>
398
+
399
+ ```go
400
+ func ResetKeyType()
401
+ ```
402
+
403
+ ##### `ResetMinDaysRemaining` <a name="ResetMinDaysRemaining" id="@cdktf/provider-acme.certificate.Certificate.resetMinDaysRemaining"></a>
404
+
405
+ ```go
406
+ func ResetMinDaysRemaining()
407
+ ```
408
+
409
+ ##### `ResetMustStaple` <a name="ResetMustStaple" id="@cdktf/provider-acme.certificate.Certificate.resetMustStaple"></a>
410
+
411
+ ```go
412
+ func ResetMustStaple()
413
+ ```
414
+
415
+ ##### `ResetPreCheckDelay` <a name="ResetPreCheckDelay" id="@cdktf/provider-acme.certificate.Certificate.resetPreCheckDelay"></a>
416
+
417
+ ```go
418
+ func ResetPreCheckDelay()
419
+ ```
420
+
421
+ ##### `ResetPreferredChain` <a name="ResetPreferredChain" id="@cdktf/provider-acme.certificate.Certificate.resetPreferredChain"></a>
422
+
423
+ ```go
424
+ func ResetPreferredChain()
425
+ ```
426
+
427
+ ##### `ResetRecursiveNameservers` <a name="ResetRecursiveNameservers" id="@cdktf/provider-acme.certificate.Certificate.resetRecursiveNameservers"></a>
428
+
429
+ ```go
430
+ func ResetRecursiveNameservers()
431
+ ```
432
+
433
+ ##### `ResetRevokeCertificateOnDestroy` <a name="ResetRevokeCertificateOnDestroy" id="@cdktf/provider-acme.certificate.Certificate.resetRevokeCertificateOnDestroy"></a>
434
+
435
+ ```go
436
+ func ResetRevokeCertificateOnDestroy()
437
+ ```
438
+
439
+ ##### `ResetSubjectAlternativeNames` <a name="ResetSubjectAlternativeNames" id="@cdktf/provider-acme.certificate.Certificate.resetSubjectAlternativeNames"></a>
440
+
441
+ ```go
442
+ func ResetSubjectAlternativeNames()
443
+ ```
444
+
445
+ ##### `ResetTlsChallenge` <a name="ResetTlsChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetTlsChallenge"></a>
446
+
447
+ ```go
448
+ func ResetTlsChallenge()
449
+ ```
450
+
451
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
452
+
453
+ | **Name** | **Description** |
454
+ | --- | --- |
455
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.isConstruct">IsConstruct</a></code> | Checks if `x` is a construct. |
456
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.isTerraformElement">IsTerraformElement</a></code> | *No description.* |
457
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.isTerraformResource">IsTerraformResource</a></code> | *No description.* |
458
+
459
+ ---
460
+
461
+ ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-acme.certificate.Certificate.isConstruct"></a>
462
+
463
+ ```go
464
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
465
+
466
+ certificate.Certificate_IsConstruct(x interface{}) *bool
467
+ ```
468
+
469
+ Checks if `x` is a construct.
470
+
471
+ Use this method instead of `instanceof` to properly detect `Construct`
472
+ instances, even when the construct library is symlinked.
473
+
474
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
475
+ disk are seen as independent, completely different libraries. As a
476
+ consequence, the class `Construct` in each copy of the `constructs` library
477
+ is seen as a different class, and an instance of one class will not test as
478
+ `instanceof` the other class. `npm install` will not create installations
479
+ like this, but users may manually symlink construct libraries together or
480
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
481
+ library can be accidentally installed, and `instanceof` will behave
482
+ unpredictably. It is safest to avoid using `instanceof`, and using
483
+ this type-testing method instead.
484
+
485
+ ###### `x`<sup>Required</sup> <a name="x" id="@cdktf/provider-acme.certificate.Certificate.isConstruct.parameter.x"></a>
486
+
487
+ - *Type:* interface{}
488
+
489
+ Any object.
490
+
491
+ ---
492
+
493
+ ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-acme.certificate.Certificate.isTerraformElement"></a>
494
+
495
+ ```go
496
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
497
+
498
+ certificate.Certificate_IsTerraformElement(x interface{}) *bool
499
+ ```
500
+
501
+ ###### `x`<sup>Required</sup> <a name="x" id="@cdktf/provider-acme.certificate.Certificate.isTerraformElement.parameter.x"></a>
502
+
503
+ - *Type:* interface{}
504
+
505
+ ---
506
+
507
+ ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-acme.certificate.Certificate.isTerraformResource"></a>
508
+
509
+ ```go
510
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
511
+
512
+ certificate.Certificate_IsTerraformResource(x interface{}) *bool
513
+ ```
514
+
515
+ ###### `x`<sup>Required</sup> <a name="x" id="@cdktf/provider-acme.certificate.Certificate.isTerraformResource.parameter.x"></a>
516
+
517
+ - *Type:* interface{}
518
+
519
+ ---
520
+
521
+ #### Properties <a name="Properties" id="Properties"></a>
522
+
523
+ | **Name** | **Type** | **Description** |
524
+ | --- | --- | --- |
525
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.node">Node</a></code> | <code>github.com/aws/constructs-go/constructs/v10.Node</code> | The tree node. |
526
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.cdktfStack">CdktfStack</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack</code> | *No description.* |
527
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
528
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.friendlyUniqueId">FriendlyUniqueId</a></code> | <code>*string</code> | *No description.* |
529
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.terraformMetaArguments">TerraformMetaArguments</a></code> | <code>*map[string]interface{}</code> | *No description.* |
530
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.terraformResourceType">TerraformResourceType</a></code> | <code>*string</code> | *No description.* |
531
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.terraformGeneratorMetadata">TerraformGeneratorMetadata</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata</code> | *No description.* |
532
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.connection">Connection</a></code> | <code>interface{}</code> | *No description.* |
533
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.count">Count</a></code> | <code>interface{}</code> | *No description.* |
534
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.dependsOn">DependsOn</a></code> | <code>*[]*string</code> | *No description.* |
535
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.forEach">ForEach</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator</code> | *No description.* |
536
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.lifecycle">Lifecycle</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle</code> | *No description.* |
537
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.provider">Provider</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider</code> | *No description.* |
538
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.provisioners">Provisioners</a></code> | <code>*[]interface{}</code> | *No description.* |
539
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateDomain">CertificateDomain</a></code> | <code>*string</code> | *No description.* |
540
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateNotAfter">CertificateNotAfter</a></code> | <code>*string</code> | *No description.* |
541
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateP12">CertificateP12</a></code> | <code>*string</code> | *No description.* |
542
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificatePem">CertificatePem</a></code> | <code>*string</code> | *No description.* |
543
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateUrl">CertificateUrl</a></code> | <code>*string</code> | *No description.* |
544
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.dnsChallenge">DnsChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList">CertificateDnsChallengeList</a></code> | *No description.* |
545
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.httpChallenge">HttpChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference">CertificateHttpChallengeOutputReference</a></code> | *No description.* |
546
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.httpMemcachedChallenge">HttpMemcachedChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference">CertificateHttpMemcachedChallengeOutputReference</a></code> | *No description.* |
547
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.httpWebrootChallenge">HttpWebrootChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference">CertificateHttpWebrootChallengeOutputReference</a></code> | *No description.* |
548
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.issuerPem">IssuerPem</a></code> | <code>*string</code> | *No description.* |
549
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.privateKeyPem">PrivateKeyPem</a></code> | <code>*string</code> | *No description.* |
550
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.tlsChallenge">TlsChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference">CertificateTlsChallengeOutputReference</a></code> | *No description.* |
551
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.accountKeyPemInput">AccountKeyPemInput</a></code> | <code>*string</code> | *No description.* |
552
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateP12PasswordInput">CertificateP12PasswordInput</a></code> | <code>*string</code> | *No description.* |
553
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateRequestPemInput">CertificateRequestPemInput</a></code> | <code>*string</code> | *No description.* |
554
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.commonNameInput">CommonNameInput</a></code> | <code>*string</code> | *No description.* |
555
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.disableCompletePropagationInput">DisableCompletePropagationInput</a></code> | <code>interface{}</code> | *No description.* |
556
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.dnsChallengeInput">DnsChallengeInput</a></code> | <code>interface{}</code> | *No description.* |
557
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.httpChallengeInput">HttpChallengeInput</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a></code> | *No description.* |
558
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.httpMemcachedChallengeInput">HttpMemcachedChallengeInput</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a></code> | *No description.* |
559
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.httpWebrootChallengeInput">HttpWebrootChallengeInput</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a></code> | *No description.* |
560
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.idInput">IdInput</a></code> | <code>*string</code> | *No description.* |
561
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.keyTypeInput">KeyTypeInput</a></code> | <code>*string</code> | *No description.* |
562
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.minDaysRemainingInput">MinDaysRemainingInput</a></code> | <code>*f64</code> | *No description.* |
563
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.mustStapleInput">MustStapleInput</a></code> | <code>interface{}</code> | *No description.* |
564
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.preCheckDelayInput">PreCheckDelayInput</a></code> | <code>*f64</code> | *No description.* |
565
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.preferredChainInput">PreferredChainInput</a></code> | <code>*string</code> | *No description.* |
566
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.recursiveNameserversInput">RecursiveNameserversInput</a></code> | <code>*[]*string</code> | *No description.* |
567
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.revokeCertificateOnDestroyInput">RevokeCertificateOnDestroyInput</a></code> | <code>interface{}</code> | *No description.* |
568
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.subjectAlternativeNamesInput">SubjectAlternativeNamesInput</a></code> | <code>*[]*string</code> | *No description.* |
569
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.tlsChallengeInput">TlsChallengeInput</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a></code> | *No description.* |
570
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.accountKeyPem">AccountKeyPem</a></code> | <code>*string</code> | *No description.* |
571
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateP12Password">CertificateP12Password</a></code> | <code>*string</code> | *No description.* |
572
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.certificateRequestPem">CertificateRequestPem</a></code> | <code>*string</code> | *No description.* |
573
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.commonName">CommonName</a></code> | <code>*string</code> | *No description.* |
574
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.disableCompletePropagation">DisableCompletePropagation</a></code> | <code>interface{}</code> | *No description.* |
575
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.id">Id</a></code> | <code>*string</code> | *No description.* |
576
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.keyType">KeyType</a></code> | <code>*string</code> | *No description.* |
577
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.minDaysRemaining">MinDaysRemaining</a></code> | <code>*f64</code> | *No description.* |
578
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.mustStaple">MustStaple</a></code> | <code>interface{}</code> | *No description.* |
579
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.preCheckDelay">PreCheckDelay</a></code> | <code>*f64</code> | *No description.* |
580
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.preferredChain">PreferredChain</a></code> | <code>*string</code> | *No description.* |
581
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.recursiveNameservers">RecursiveNameservers</a></code> | <code>*[]*string</code> | *No description.* |
582
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.revokeCertificateOnDestroy">RevokeCertificateOnDestroy</a></code> | <code>interface{}</code> | *No description.* |
583
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.subjectAlternativeNames">SubjectAlternativeNames</a></code> | <code>*[]*string</code> | *No description.* |
584
+
585
+ ---
586
+
587
+ ##### `Node`<sup>Required</sup> <a name="Node" id="@cdktf/provider-acme.certificate.Certificate.property.node"></a>
588
+
589
+ ```go
590
+ func Node() Node
591
+ ```
592
+
593
+ - *Type:* github.com/aws/constructs-go/constructs/v10.Node
594
+
595
+ The tree node.
596
+
597
+ ---
598
+
599
+ ##### `CdktfStack`<sup>Required</sup> <a name="CdktfStack" id="@cdktf/provider-acme.certificate.Certificate.property.cdktfStack"></a>
600
+
601
+ ```go
602
+ func CdktfStack() TerraformStack
603
+ ```
604
+
605
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
606
+
607
+ ---
608
+
609
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.Certificate.property.fqn"></a>
610
+
611
+ ```go
612
+ func Fqn() *string
613
+ ```
614
+
615
+ - *Type:* *string
616
+
617
+ ---
618
+
619
+ ##### `FriendlyUniqueId`<sup>Required</sup> <a name="FriendlyUniqueId" id="@cdktf/provider-acme.certificate.Certificate.property.friendlyUniqueId"></a>
620
+
621
+ ```go
622
+ func FriendlyUniqueId() *string
623
+ ```
624
+
625
+ - *Type:* *string
626
+
627
+ ---
628
+
629
+ ##### `TerraformMetaArguments`<sup>Required</sup> <a name="TerraformMetaArguments" id="@cdktf/provider-acme.certificate.Certificate.property.terraformMetaArguments"></a>
630
+
631
+ ```go
632
+ func TerraformMetaArguments() *map[string]interface{}
633
+ ```
634
+
635
+ - *Type:* *map[string]interface{}
636
+
637
+ ---
638
+
639
+ ##### `TerraformResourceType`<sup>Required</sup> <a name="TerraformResourceType" id="@cdktf/provider-acme.certificate.Certificate.property.terraformResourceType"></a>
640
+
641
+ ```go
642
+ func TerraformResourceType() *string
643
+ ```
644
+
645
+ - *Type:* *string
646
+
647
+ ---
648
+
649
+ ##### `TerraformGeneratorMetadata`<sup>Optional</sup> <a name="TerraformGeneratorMetadata" id="@cdktf/provider-acme.certificate.Certificate.property.terraformGeneratorMetadata"></a>
650
+
651
+ ```go
652
+ func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
653
+ ```
654
+
655
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
656
+
657
+ ---
658
+
659
+ ##### `Connection`<sup>Optional</sup> <a name="Connection" id="@cdktf/provider-acme.certificate.Certificate.property.connection"></a>
660
+
661
+ ```go
662
+ func Connection() interface{}
663
+ ```
664
+
665
+ - *Type:* interface{}
666
+
667
+ ---
668
+
669
+ ##### `Count`<sup>Optional</sup> <a name="Count" id="@cdktf/provider-acme.certificate.Certificate.property.count"></a>
670
+
671
+ ```go
672
+ func Count() interface{}
673
+ ```
674
+
675
+ - *Type:* interface{}
676
+
677
+ ---
678
+
679
+ ##### `DependsOn`<sup>Optional</sup> <a name="DependsOn" id="@cdktf/provider-acme.certificate.Certificate.property.dependsOn"></a>
680
+
681
+ ```go
682
+ func DependsOn() *[]*string
683
+ ```
684
+
685
+ - *Type:* *[]*string
686
+
687
+ ---
688
+
689
+ ##### `ForEach`<sup>Optional</sup> <a name="ForEach" id="@cdktf/provider-acme.certificate.Certificate.property.forEach"></a>
690
+
691
+ ```go
692
+ func ForEach() ITerraformIterator
693
+ ```
694
+
695
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
696
+
697
+ ---
698
+
699
+ ##### `Lifecycle`<sup>Optional</sup> <a name="Lifecycle" id="@cdktf/provider-acme.certificate.Certificate.property.lifecycle"></a>
700
+
701
+ ```go
702
+ func Lifecycle() TerraformResourceLifecycle
703
+ ```
704
+
705
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
706
+
707
+ ---
708
+
709
+ ##### `Provider`<sup>Optional</sup> <a name="Provider" id="@cdktf/provider-acme.certificate.Certificate.property.provider"></a>
710
+
711
+ ```go
712
+ func Provider() TerraformProvider
713
+ ```
714
+
715
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
716
+
717
+ ---
718
+
719
+ ##### `Provisioners`<sup>Optional</sup> <a name="Provisioners" id="@cdktf/provider-acme.certificate.Certificate.property.provisioners"></a>
720
+
721
+ ```go
722
+ func Provisioners() *[]interface{}
723
+ ```
724
+
725
+ - *Type:* *[]interface{}
726
+
727
+ ---
728
+
729
+ ##### `CertificateDomain`<sup>Required</sup> <a name="CertificateDomain" id="@cdktf/provider-acme.certificate.Certificate.property.certificateDomain"></a>
730
+
731
+ ```go
732
+ func CertificateDomain() *string
733
+ ```
734
+
735
+ - *Type:* *string
736
+
737
+ ---
738
+
739
+ ##### `CertificateNotAfter`<sup>Required</sup> <a name="CertificateNotAfter" id="@cdktf/provider-acme.certificate.Certificate.property.certificateNotAfter"></a>
740
+
741
+ ```go
742
+ func CertificateNotAfter() *string
743
+ ```
744
+
745
+ - *Type:* *string
746
+
747
+ ---
748
+
749
+ ##### `CertificateP12`<sup>Required</sup> <a name="CertificateP12" id="@cdktf/provider-acme.certificate.Certificate.property.certificateP12"></a>
750
+
751
+ ```go
752
+ func CertificateP12() *string
753
+ ```
754
+
755
+ - *Type:* *string
756
+
757
+ ---
758
+
759
+ ##### `CertificatePem`<sup>Required</sup> <a name="CertificatePem" id="@cdktf/provider-acme.certificate.Certificate.property.certificatePem"></a>
760
+
761
+ ```go
762
+ func CertificatePem() *string
763
+ ```
764
+
765
+ - *Type:* *string
766
+
767
+ ---
768
+
769
+ ##### `CertificateUrl`<sup>Required</sup> <a name="CertificateUrl" id="@cdktf/provider-acme.certificate.Certificate.property.certificateUrl"></a>
770
+
771
+ ```go
772
+ func CertificateUrl() *string
773
+ ```
774
+
775
+ - *Type:* *string
776
+
777
+ ---
778
+
779
+ ##### `DnsChallenge`<sup>Required</sup> <a name="DnsChallenge" id="@cdktf/provider-acme.certificate.Certificate.property.dnsChallenge"></a>
780
+
781
+ ```go
782
+ func DnsChallenge() CertificateDnsChallengeList
783
+ ```
784
+
785
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList">CertificateDnsChallengeList</a>
786
+
787
+ ---
788
+
789
+ ##### `HttpChallenge`<sup>Required</sup> <a name="HttpChallenge" id="@cdktf/provider-acme.certificate.Certificate.property.httpChallenge"></a>
790
+
791
+ ```go
792
+ func HttpChallenge() CertificateHttpChallengeOutputReference
793
+ ```
794
+
795
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference">CertificateHttpChallengeOutputReference</a>
796
+
797
+ ---
798
+
799
+ ##### `HttpMemcachedChallenge`<sup>Required</sup> <a name="HttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.Certificate.property.httpMemcachedChallenge"></a>
800
+
801
+ ```go
802
+ func HttpMemcachedChallenge() CertificateHttpMemcachedChallengeOutputReference
803
+ ```
804
+
805
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference">CertificateHttpMemcachedChallengeOutputReference</a>
806
+
807
+ ---
808
+
809
+ ##### `HttpWebrootChallenge`<sup>Required</sup> <a name="HttpWebrootChallenge" id="@cdktf/provider-acme.certificate.Certificate.property.httpWebrootChallenge"></a>
810
+
811
+ ```go
812
+ func HttpWebrootChallenge() CertificateHttpWebrootChallengeOutputReference
813
+ ```
814
+
815
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference">CertificateHttpWebrootChallengeOutputReference</a>
816
+
817
+ ---
818
+
819
+ ##### `IssuerPem`<sup>Required</sup> <a name="IssuerPem" id="@cdktf/provider-acme.certificate.Certificate.property.issuerPem"></a>
820
+
821
+ ```go
822
+ func IssuerPem() *string
823
+ ```
824
+
825
+ - *Type:* *string
826
+
827
+ ---
828
+
829
+ ##### `PrivateKeyPem`<sup>Required</sup> <a name="PrivateKeyPem" id="@cdktf/provider-acme.certificate.Certificate.property.privateKeyPem"></a>
830
+
831
+ ```go
832
+ func PrivateKeyPem() *string
833
+ ```
834
+
835
+ - *Type:* *string
836
+
837
+ ---
838
+
839
+ ##### `TlsChallenge`<sup>Required</sup> <a name="TlsChallenge" id="@cdktf/provider-acme.certificate.Certificate.property.tlsChallenge"></a>
840
+
841
+ ```go
842
+ func TlsChallenge() CertificateTlsChallengeOutputReference
843
+ ```
844
+
845
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference">CertificateTlsChallengeOutputReference</a>
846
+
847
+ ---
848
+
849
+ ##### `AccountKeyPemInput`<sup>Optional</sup> <a name="AccountKeyPemInput" id="@cdktf/provider-acme.certificate.Certificate.property.accountKeyPemInput"></a>
850
+
851
+ ```go
852
+ func AccountKeyPemInput() *string
853
+ ```
854
+
855
+ - *Type:* *string
856
+
857
+ ---
858
+
859
+ ##### `CertificateP12PasswordInput`<sup>Optional</sup> <a name="CertificateP12PasswordInput" id="@cdktf/provider-acme.certificate.Certificate.property.certificateP12PasswordInput"></a>
860
+
861
+ ```go
862
+ func CertificateP12PasswordInput() *string
863
+ ```
864
+
865
+ - *Type:* *string
866
+
867
+ ---
868
+
869
+ ##### `CertificateRequestPemInput`<sup>Optional</sup> <a name="CertificateRequestPemInput" id="@cdktf/provider-acme.certificate.Certificate.property.certificateRequestPemInput"></a>
870
+
871
+ ```go
872
+ func CertificateRequestPemInput() *string
873
+ ```
874
+
875
+ - *Type:* *string
876
+
877
+ ---
878
+
879
+ ##### `CommonNameInput`<sup>Optional</sup> <a name="CommonNameInput" id="@cdktf/provider-acme.certificate.Certificate.property.commonNameInput"></a>
880
+
881
+ ```go
882
+ func CommonNameInput() *string
883
+ ```
884
+
885
+ - *Type:* *string
886
+
887
+ ---
888
+
889
+ ##### `DisableCompletePropagationInput`<sup>Optional</sup> <a name="DisableCompletePropagationInput" id="@cdktf/provider-acme.certificate.Certificate.property.disableCompletePropagationInput"></a>
890
+
891
+ ```go
892
+ func DisableCompletePropagationInput() interface{}
893
+ ```
894
+
895
+ - *Type:* interface{}
896
+
897
+ ---
898
+
899
+ ##### `DnsChallengeInput`<sup>Optional</sup> <a name="DnsChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.dnsChallengeInput"></a>
900
+
901
+ ```go
902
+ func DnsChallengeInput() interface{}
903
+ ```
904
+
905
+ - *Type:* interface{}
906
+
907
+ ---
908
+
909
+ ##### `HttpChallengeInput`<sup>Optional</sup> <a name="HttpChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.httpChallengeInput"></a>
910
+
911
+ ```go
912
+ func HttpChallengeInput() CertificateHttpChallenge
913
+ ```
914
+
915
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a>
916
+
917
+ ---
918
+
919
+ ##### `HttpMemcachedChallengeInput`<sup>Optional</sup> <a name="HttpMemcachedChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.httpMemcachedChallengeInput"></a>
920
+
921
+ ```go
922
+ func HttpMemcachedChallengeInput() CertificateHttpMemcachedChallenge
923
+ ```
924
+
925
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a>
926
+
927
+ ---
928
+
929
+ ##### `HttpWebrootChallengeInput`<sup>Optional</sup> <a name="HttpWebrootChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.httpWebrootChallengeInput"></a>
930
+
931
+ ```go
932
+ func HttpWebrootChallengeInput() CertificateHttpWebrootChallenge
933
+ ```
934
+
935
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a>
936
+
937
+ ---
938
+
939
+ ##### `IdInput`<sup>Optional</sup> <a name="IdInput" id="@cdktf/provider-acme.certificate.Certificate.property.idInput"></a>
940
+
941
+ ```go
942
+ func IdInput() *string
943
+ ```
944
+
945
+ - *Type:* *string
946
+
947
+ ---
948
+
949
+ ##### `KeyTypeInput`<sup>Optional</sup> <a name="KeyTypeInput" id="@cdktf/provider-acme.certificate.Certificate.property.keyTypeInput"></a>
950
+
951
+ ```go
952
+ func KeyTypeInput() *string
953
+ ```
954
+
955
+ - *Type:* *string
956
+
957
+ ---
958
+
959
+ ##### `MinDaysRemainingInput`<sup>Optional</sup> <a name="MinDaysRemainingInput" id="@cdktf/provider-acme.certificate.Certificate.property.minDaysRemainingInput"></a>
960
+
961
+ ```go
962
+ func MinDaysRemainingInput() *f64
963
+ ```
964
+
965
+ - *Type:* *f64
966
+
967
+ ---
968
+
969
+ ##### `MustStapleInput`<sup>Optional</sup> <a name="MustStapleInput" id="@cdktf/provider-acme.certificate.Certificate.property.mustStapleInput"></a>
970
+
971
+ ```go
972
+ func MustStapleInput() interface{}
973
+ ```
974
+
975
+ - *Type:* interface{}
976
+
977
+ ---
978
+
979
+ ##### `PreCheckDelayInput`<sup>Optional</sup> <a name="PreCheckDelayInput" id="@cdktf/provider-acme.certificate.Certificate.property.preCheckDelayInput"></a>
980
+
981
+ ```go
982
+ func PreCheckDelayInput() *f64
983
+ ```
984
+
985
+ - *Type:* *f64
986
+
987
+ ---
988
+
989
+ ##### `PreferredChainInput`<sup>Optional</sup> <a name="PreferredChainInput" id="@cdktf/provider-acme.certificate.Certificate.property.preferredChainInput"></a>
990
+
991
+ ```go
992
+ func PreferredChainInput() *string
993
+ ```
994
+
995
+ - *Type:* *string
996
+
997
+ ---
998
+
999
+ ##### `RecursiveNameserversInput`<sup>Optional</sup> <a name="RecursiveNameserversInput" id="@cdktf/provider-acme.certificate.Certificate.property.recursiveNameserversInput"></a>
1000
+
1001
+ ```go
1002
+ func RecursiveNameserversInput() *[]*string
1003
+ ```
1004
+
1005
+ - *Type:* *[]*string
1006
+
1007
+ ---
1008
+
1009
+ ##### `RevokeCertificateOnDestroyInput`<sup>Optional</sup> <a name="RevokeCertificateOnDestroyInput" id="@cdktf/provider-acme.certificate.Certificate.property.revokeCertificateOnDestroyInput"></a>
1010
+
1011
+ ```go
1012
+ func RevokeCertificateOnDestroyInput() interface{}
1013
+ ```
1014
+
1015
+ - *Type:* interface{}
1016
+
1017
+ ---
1018
+
1019
+ ##### `SubjectAlternativeNamesInput`<sup>Optional</sup> <a name="SubjectAlternativeNamesInput" id="@cdktf/provider-acme.certificate.Certificate.property.subjectAlternativeNamesInput"></a>
1020
+
1021
+ ```go
1022
+ func SubjectAlternativeNamesInput() *[]*string
1023
+ ```
1024
+
1025
+ - *Type:* *[]*string
1026
+
1027
+ ---
1028
+
1029
+ ##### `TlsChallengeInput`<sup>Optional</sup> <a name="TlsChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.tlsChallengeInput"></a>
1030
+
1031
+ ```go
1032
+ func TlsChallengeInput() CertificateTlsChallenge
1033
+ ```
1034
+
1035
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a>
1036
+
1037
+ ---
1038
+
1039
+ ##### `AccountKeyPem`<sup>Required</sup> <a name="AccountKeyPem" id="@cdktf/provider-acme.certificate.Certificate.property.accountKeyPem"></a>
1040
+
1041
+ ```go
1042
+ func AccountKeyPem() *string
1043
+ ```
1044
+
1045
+ - *Type:* *string
1046
+
1047
+ ---
1048
+
1049
+ ##### `CertificateP12Password`<sup>Required</sup> <a name="CertificateP12Password" id="@cdktf/provider-acme.certificate.Certificate.property.certificateP12Password"></a>
1050
+
1051
+ ```go
1052
+ func CertificateP12Password() *string
1053
+ ```
1054
+
1055
+ - *Type:* *string
1056
+
1057
+ ---
1058
+
1059
+ ##### `CertificateRequestPem`<sup>Required</sup> <a name="CertificateRequestPem" id="@cdktf/provider-acme.certificate.Certificate.property.certificateRequestPem"></a>
1060
+
1061
+ ```go
1062
+ func CertificateRequestPem() *string
1063
+ ```
1064
+
1065
+ - *Type:* *string
1066
+
1067
+ ---
1068
+
1069
+ ##### `CommonName`<sup>Required</sup> <a name="CommonName" id="@cdktf/provider-acme.certificate.Certificate.property.commonName"></a>
1070
+
1071
+ ```go
1072
+ func CommonName() *string
1073
+ ```
1074
+
1075
+ - *Type:* *string
1076
+
1077
+ ---
1078
+
1079
+ ##### `DisableCompletePropagation`<sup>Required</sup> <a name="DisableCompletePropagation" id="@cdktf/provider-acme.certificate.Certificate.property.disableCompletePropagation"></a>
1080
+
1081
+ ```go
1082
+ func DisableCompletePropagation() interface{}
1083
+ ```
1084
+
1085
+ - *Type:* interface{}
1086
+
1087
+ ---
1088
+
1089
+ ##### `Id`<sup>Required</sup> <a name="Id" id="@cdktf/provider-acme.certificate.Certificate.property.id"></a>
1090
+
1091
+ ```go
1092
+ func Id() *string
1093
+ ```
1094
+
1095
+ - *Type:* *string
1096
+
1097
+ ---
1098
+
1099
+ ##### `KeyType`<sup>Required</sup> <a name="KeyType" id="@cdktf/provider-acme.certificate.Certificate.property.keyType"></a>
1100
+
1101
+ ```go
1102
+ func KeyType() *string
1103
+ ```
1104
+
1105
+ - *Type:* *string
1106
+
1107
+ ---
1108
+
1109
+ ##### `MinDaysRemaining`<sup>Required</sup> <a name="MinDaysRemaining" id="@cdktf/provider-acme.certificate.Certificate.property.minDaysRemaining"></a>
1110
+
1111
+ ```go
1112
+ func MinDaysRemaining() *f64
1113
+ ```
1114
+
1115
+ - *Type:* *f64
1116
+
1117
+ ---
1118
+
1119
+ ##### `MustStaple`<sup>Required</sup> <a name="MustStaple" id="@cdktf/provider-acme.certificate.Certificate.property.mustStaple"></a>
1120
+
1121
+ ```go
1122
+ func MustStaple() interface{}
1123
+ ```
1124
+
1125
+ - *Type:* interface{}
1126
+
1127
+ ---
1128
+
1129
+ ##### `PreCheckDelay`<sup>Required</sup> <a name="PreCheckDelay" id="@cdktf/provider-acme.certificate.Certificate.property.preCheckDelay"></a>
1130
+
1131
+ ```go
1132
+ func PreCheckDelay() *f64
1133
+ ```
1134
+
1135
+ - *Type:* *f64
1136
+
1137
+ ---
1138
+
1139
+ ##### `PreferredChain`<sup>Required</sup> <a name="PreferredChain" id="@cdktf/provider-acme.certificate.Certificate.property.preferredChain"></a>
1140
+
1141
+ ```go
1142
+ func PreferredChain() *string
1143
+ ```
1144
+
1145
+ - *Type:* *string
1146
+
1147
+ ---
1148
+
1149
+ ##### `RecursiveNameservers`<sup>Required</sup> <a name="RecursiveNameservers" id="@cdktf/provider-acme.certificate.Certificate.property.recursiveNameservers"></a>
1150
+
1151
+ ```go
1152
+ func RecursiveNameservers() *[]*string
1153
+ ```
1154
+
1155
+ - *Type:* *[]*string
1156
+
1157
+ ---
1158
+
1159
+ ##### `RevokeCertificateOnDestroy`<sup>Required</sup> <a name="RevokeCertificateOnDestroy" id="@cdktf/provider-acme.certificate.Certificate.property.revokeCertificateOnDestroy"></a>
1160
+
1161
+ ```go
1162
+ func RevokeCertificateOnDestroy() interface{}
1163
+ ```
1164
+
1165
+ - *Type:* interface{}
1166
+
1167
+ ---
1168
+
1169
+ ##### `SubjectAlternativeNames`<sup>Required</sup> <a name="SubjectAlternativeNames" id="@cdktf/provider-acme.certificate.Certificate.property.subjectAlternativeNames"></a>
1170
+
1171
+ ```go
1172
+ func SubjectAlternativeNames() *[]*string
1173
+ ```
1174
+
1175
+ - *Type:* *[]*string
1176
+
1177
+ ---
1178
+
1179
+ #### Constants <a name="Constants" id="Constants"></a>
1180
+
1181
+ | **Name** | **Type** | **Description** |
1182
+ | --- | --- | --- |
1183
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.tfResourceType">TfResourceType</a></code> | <code>*string</code> | *No description.* |
1184
+
1185
+ ---
1186
+
1187
+ ##### `TfResourceType`<sup>Required</sup> <a name="TfResourceType" id="@cdktf/provider-acme.certificate.Certificate.property.tfResourceType"></a>
1188
+
1189
+ ```go
1190
+ func TfResourceType() *string
1191
+ ```
1192
+
1193
+ - *Type:* *string
1194
+
1195
+ ---
1196
+
1197
+ ## Structs <a name="Structs" id="Structs"></a>
1198
+
1199
+ ### CertificateConfig <a name="CertificateConfig" id="@cdktf/provider-acme.certificate.CertificateConfig"></a>
1200
+
1201
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateConfig.Initializer"></a>
1202
+
1203
+ ```go
1204
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1205
+
1206
+ &certificate.CertificateConfig {
1207
+ Connection: interface{},
1208
+ Count: interface{},
1209
+ DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
1210
+ ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
1211
+ Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
1212
+ Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
1213
+ Provisioners: *[]interface{},
1214
+ AccountKeyPem: *string,
1215
+ CertificateP12Password: *string,
1216
+ CertificateRequestPem: *string,
1217
+ CommonName: *string,
1218
+ DisableCompletePropagation: interface{},
1219
+ DnsChallenge: interface{},
1220
+ HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v6.certificate.CertificateHttpChallenge,
1221
+ HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v6.certificate.CertificateHttpMemcachedChallenge,
1222
+ HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v6.certificate.CertificateHttpWebrootChallenge,
1223
+ Id: *string,
1224
+ KeyType: *string,
1225
+ MinDaysRemaining: *f64,
1226
+ MustStaple: interface{},
1227
+ PreCheckDelay: *f64,
1228
+ PreferredChain: *string,
1229
+ RecursiveNameservers: *[]*string,
1230
+ RevokeCertificateOnDestroy: interface{},
1231
+ SubjectAlternativeNames: *[]*string,
1232
+ TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v6.certificate.CertificateTlsChallenge,
1233
+ }
1234
+ ```
1235
+
1236
+ #### Properties <a name="Properties" id="Properties"></a>
1237
+
1238
+ | **Name** | **Type** | **Description** |
1239
+ | --- | --- | --- |
1240
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.connection">Connection</a></code> | <code>interface{}</code> | *No description.* |
1241
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.count">Count</a></code> | <code>interface{}</code> | *No description.* |
1242
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.dependsOn">DependsOn</a></code> | <code>*[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable</code> | *No description.* |
1243
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.forEach">ForEach</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator</code> | *No description.* |
1244
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.lifecycle">Lifecycle</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle</code> | *No description.* |
1245
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.provider">Provider</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider</code> | *No description.* |
1246
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.provisioners">Provisioners</a></code> | <code>*[]interface{}</code> | *No description.* |
1247
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.accountKeyPem">AccountKeyPem</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#account_key_pem Certificate#account_key_pem}. |
1248
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.certificateP12Password">CertificateP12Password</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}. |
1249
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.certificateRequestPem">CertificateRequestPem</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}. |
1250
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.commonName">CommonName</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#common_name Certificate#common_name}. |
1251
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.disableCompletePropagation">DisableCompletePropagation</a></code> | <code>interface{}</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}. |
1252
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.dnsChallenge">DnsChallenge</a></code> | <code>interface{}</code> | dns_challenge block. |
1253
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.httpChallenge">HttpChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a></code> | http_challenge block. |
1254
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.httpMemcachedChallenge">HttpMemcachedChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a></code> | http_memcached_challenge block. |
1255
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.httpWebrootChallenge">HttpWebrootChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a></code> | http_webroot_challenge block. |
1256
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.id">Id</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#id Certificate#id}. |
1257
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.keyType">KeyType</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#key_type Certificate#key_type}. |
1258
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.minDaysRemaining">MinDaysRemaining</a></code> | <code>*f64</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}. |
1259
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.mustStaple">MustStaple</a></code> | <code>interface{}</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#must_staple Certificate#must_staple}. |
1260
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.preCheckDelay">PreCheckDelay</a></code> | <code>*f64</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}. |
1261
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.preferredChain">PreferredChain</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}. |
1262
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.recursiveNameservers">RecursiveNameservers</a></code> | <code>*[]*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}. |
1263
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.revokeCertificateOnDestroy">RevokeCertificateOnDestroy</a></code> | <code>interface{}</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}. |
1264
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.subjectAlternativeNames">SubjectAlternativeNames</a></code> | <code>*[]*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}. |
1265
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.tlsChallenge">TlsChallenge</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a></code> | tls_challenge block. |
1266
+
1267
+ ---
1268
+
1269
+ ##### `Connection`<sup>Optional</sup> <a name="Connection" id="@cdktf/provider-acme.certificate.CertificateConfig.property.connection"></a>
1270
+
1271
+ ```go
1272
+ Connection interface{}
1273
+ ```
1274
+
1275
+ - *Type:* interface{}
1276
+
1277
+ ---
1278
+
1279
+ ##### `Count`<sup>Optional</sup> <a name="Count" id="@cdktf/provider-acme.certificate.CertificateConfig.property.count"></a>
1280
+
1281
+ ```go
1282
+ Count interface{}
1283
+ ```
1284
+
1285
+ - *Type:* interface{}
1286
+
1287
+ ---
1288
+
1289
+ ##### `DependsOn`<sup>Optional</sup> <a name="DependsOn" id="@cdktf/provider-acme.certificate.CertificateConfig.property.dependsOn"></a>
1290
+
1291
+ ```go
1292
+ DependsOn *[]ITerraformDependable
1293
+ ```
1294
+
1295
+ - *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
1296
+
1297
+ ---
1298
+
1299
+ ##### `ForEach`<sup>Optional</sup> <a name="ForEach" id="@cdktf/provider-acme.certificate.CertificateConfig.property.forEach"></a>
1300
+
1301
+ ```go
1302
+ ForEach ITerraformIterator
1303
+ ```
1304
+
1305
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
1306
+
1307
+ ---
1308
+
1309
+ ##### `Lifecycle`<sup>Optional</sup> <a name="Lifecycle" id="@cdktf/provider-acme.certificate.CertificateConfig.property.lifecycle"></a>
1310
+
1311
+ ```go
1312
+ Lifecycle TerraformResourceLifecycle
1313
+ ```
1314
+
1315
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
1316
+
1317
+ ---
1318
+
1319
+ ##### `Provider`<sup>Optional</sup> <a name="Provider" id="@cdktf/provider-acme.certificate.CertificateConfig.property.provider"></a>
1320
+
1321
+ ```go
1322
+ Provider TerraformProvider
1323
+ ```
1324
+
1325
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
1326
+
1327
+ ---
1328
+
1329
+ ##### `Provisioners`<sup>Optional</sup> <a name="Provisioners" id="@cdktf/provider-acme.certificate.CertificateConfig.property.provisioners"></a>
1330
+
1331
+ ```go
1332
+ Provisioners *[]interface{}
1333
+ ```
1334
+
1335
+ - *Type:* *[]interface{}
1336
+
1337
+ ---
1338
+
1339
+ ##### `AccountKeyPem`<sup>Required</sup> <a name="AccountKeyPem" id="@cdktf/provider-acme.certificate.CertificateConfig.property.accountKeyPem"></a>
1340
+
1341
+ ```go
1342
+ AccountKeyPem *string
1343
+ ```
1344
+
1345
+ - *Type:* *string
1346
+
1347
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#account_key_pem Certificate#account_key_pem}.
1348
+
1349
+ ---
1350
+
1351
+ ##### `CertificateP12Password`<sup>Optional</sup> <a name="CertificateP12Password" id="@cdktf/provider-acme.certificate.CertificateConfig.property.certificateP12Password"></a>
1352
+
1353
+ ```go
1354
+ CertificateP12Password *string
1355
+ ```
1356
+
1357
+ - *Type:* *string
1358
+
1359
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}.
1360
+
1361
+ ---
1362
+
1363
+ ##### `CertificateRequestPem`<sup>Optional</sup> <a name="CertificateRequestPem" id="@cdktf/provider-acme.certificate.CertificateConfig.property.certificateRequestPem"></a>
1364
+
1365
+ ```go
1366
+ CertificateRequestPem *string
1367
+ ```
1368
+
1369
+ - *Type:* *string
1370
+
1371
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}.
1372
+
1373
+ ---
1374
+
1375
+ ##### `CommonName`<sup>Optional</sup> <a name="CommonName" id="@cdktf/provider-acme.certificate.CertificateConfig.property.commonName"></a>
1376
+
1377
+ ```go
1378
+ CommonName *string
1379
+ ```
1380
+
1381
+ - *Type:* *string
1382
+
1383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#common_name Certificate#common_name}.
1384
+
1385
+ ---
1386
+
1387
+ ##### `DisableCompletePropagation`<sup>Optional</sup> <a name="DisableCompletePropagation" id="@cdktf/provider-acme.certificate.CertificateConfig.property.disableCompletePropagation"></a>
1388
+
1389
+ ```go
1390
+ DisableCompletePropagation interface{}
1391
+ ```
1392
+
1393
+ - *Type:* interface{}
1394
+
1395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}.
1396
+
1397
+ ---
1398
+
1399
+ ##### `DnsChallenge`<sup>Optional</sup> <a name="DnsChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.dnsChallenge"></a>
1400
+
1401
+ ```go
1402
+ DnsChallenge interface{}
1403
+ ```
1404
+
1405
+ - *Type:* interface{}
1406
+
1407
+ dns_challenge block.
1408
+
1409
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}
1410
+
1411
+ ---
1412
+
1413
+ ##### `HttpChallenge`<sup>Optional</sup> <a name="HttpChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.httpChallenge"></a>
1414
+
1415
+ ```go
1416
+ HttpChallenge CertificateHttpChallenge
1417
+ ```
1418
+
1419
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a>
1420
+
1421
+ http_challenge block.
1422
+
1423
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_challenge Certificate#http_challenge}
1424
+
1425
+ ---
1426
+
1427
+ ##### `HttpMemcachedChallenge`<sup>Optional</sup> <a name="HttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.httpMemcachedChallenge"></a>
1428
+
1429
+ ```go
1430
+ HttpMemcachedChallenge CertificateHttpMemcachedChallenge
1431
+ ```
1432
+
1433
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a>
1434
+
1435
+ http_memcached_challenge block.
1436
+
1437
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
1438
+
1439
+ ---
1440
+
1441
+ ##### `HttpWebrootChallenge`<sup>Optional</sup> <a name="HttpWebrootChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.httpWebrootChallenge"></a>
1442
+
1443
+ ```go
1444
+ HttpWebrootChallenge CertificateHttpWebrootChallenge
1445
+ ```
1446
+
1447
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a>
1448
+
1449
+ http_webroot_challenge block.
1450
+
1451
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
1452
+
1453
+ ---
1454
+
1455
+ ##### `Id`<sup>Optional</sup> <a name="Id" id="@cdktf/provider-acme.certificate.CertificateConfig.property.id"></a>
1456
+
1457
+ ```go
1458
+ Id *string
1459
+ ```
1460
+
1461
+ - *Type:* *string
1462
+
1463
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#id Certificate#id}.
1464
+
1465
+ Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1466
+ If 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.
1467
+
1468
+ ---
1469
+
1470
+ ##### `KeyType`<sup>Optional</sup> <a name="KeyType" id="@cdktf/provider-acme.certificate.CertificateConfig.property.keyType"></a>
1471
+
1472
+ ```go
1473
+ KeyType *string
1474
+ ```
1475
+
1476
+ - *Type:* *string
1477
+
1478
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#key_type Certificate#key_type}.
1479
+
1480
+ ---
1481
+
1482
+ ##### `MinDaysRemaining`<sup>Optional</sup> <a name="MinDaysRemaining" id="@cdktf/provider-acme.certificate.CertificateConfig.property.minDaysRemaining"></a>
1483
+
1484
+ ```go
1485
+ MinDaysRemaining *f64
1486
+ ```
1487
+
1488
+ - *Type:* *f64
1489
+
1490
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}.
1491
+
1492
+ ---
1493
+
1494
+ ##### `MustStaple`<sup>Optional</sup> <a name="MustStaple" id="@cdktf/provider-acme.certificate.CertificateConfig.property.mustStaple"></a>
1495
+
1496
+ ```go
1497
+ MustStaple interface{}
1498
+ ```
1499
+
1500
+ - *Type:* interface{}
1501
+
1502
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#must_staple Certificate#must_staple}.
1503
+
1504
+ ---
1505
+
1506
+ ##### `PreCheckDelay`<sup>Optional</sup> <a name="PreCheckDelay" id="@cdktf/provider-acme.certificate.CertificateConfig.property.preCheckDelay"></a>
1507
+
1508
+ ```go
1509
+ PreCheckDelay *f64
1510
+ ```
1511
+
1512
+ - *Type:* *f64
1513
+
1514
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}.
1515
+
1516
+ ---
1517
+
1518
+ ##### `PreferredChain`<sup>Optional</sup> <a name="PreferredChain" id="@cdktf/provider-acme.certificate.CertificateConfig.property.preferredChain"></a>
1519
+
1520
+ ```go
1521
+ PreferredChain *string
1522
+ ```
1523
+
1524
+ - *Type:* *string
1525
+
1526
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}.
1527
+
1528
+ ---
1529
+
1530
+ ##### `RecursiveNameservers`<sup>Optional</sup> <a name="RecursiveNameservers" id="@cdktf/provider-acme.certificate.CertificateConfig.property.recursiveNameservers"></a>
1531
+
1532
+ ```go
1533
+ RecursiveNameservers *[]*string
1534
+ ```
1535
+
1536
+ - *Type:* *[]*string
1537
+
1538
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}.
1539
+
1540
+ ---
1541
+
1542
+ ##### `RevokeCertificateOnDestroy`<sup>Optional</sup> <a name="RevokeCertificateOnDestroy" id="@cdktf/provider-acme.certificate.CertificateConfig.property.revokeCertificateOnDestroy"></a>
1543
+
1544
+ ```go
1545
+ RevokeCertificateOnDestroy interface{}
1546
+ ```
1547
+
1548
+ - *Type:* interface{}
1549
+
1550
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}.
1551
+
1552
+ ---
1553
+
1554
+ ##### `SubjectAlternativeNames`<sup>Optional</sup> <a name="SubjectAlternativeNames" id="@cdktf/provider-acme.certificate.CertificateConfig.property.subjectAlternativeNames"></a>
1555
+
1556
+ ```go
1557
+ SubjectAlternativeNames *[]*string
1558
+ ```
1559
+
1560
+ - *Type:* *[]*string
1561
+
1562
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}.
1563
+
1564
+ ---
1565
+
1566
+ ##### `TlsChallenge`<sup>Optional</sup> <a name="TlsChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.tlsChallenge"></a>
1567
+
1568
+ ```go
1569
+ TlsChallenge CertificateTlsChallenge
1570
+ ```
1571
+
1572
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a>
1573
+
1574
+ tls_challenge block.
1575
+
1576
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}
1577
+
1578
+ ---
1579
+
1580
+ ### CertificateDnsChallenge <a name="CertificateDnsChallenge" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge"></a>
1581
+
1582
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge.Initializer"></a>
1583
+
1584
+ ```go
1585
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1586
+
1587
+ &certificate.CertificateDnsChallenge {
1588
+ Provider: *string,
1589
+ Config: *map[string]*string,
1590
+ }
1591
+ ```
1592
+
1593
+ #### Properties <a name="Properties" id="Properties"></a>
1594
+
1595
+ | **Name** | **Type** | **Description** |
1596
+ | --- | --- | --- |
1597
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.provider">Provider</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#provider Certificate#provider}. |
1598
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.config">Config</a></code> | <code>*map[string]*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#config Certificate#config}. |
1599
+
1600
+ ---
1601
+
1602
+ ##### `Provider`<sup>Required</sup> <a name="Provider" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.provider"></a>
1603
+
1604
+ ```go
1605
+ Provider *string
1606
+ ```
1607
+
1608
+ - *Type:* *string
1609
+
1610
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#provider Certificate#provider}.
1611
+
1612
+ ---
1613
+
1614
+ ##### `Config`<sup>Optional</sup> <a name="Config" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.config"></a>
1615
+
1616
+ ```go
1617
+ Config *map[string]*string
1618
+ ```
1619
+
1620
+ - *Type:* *map[string]*string
1621
+
1622
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#config Certificate#config}.
1623
+
1624
+ ---
1625
+
1626
+ ### CertificateHttpChallenge <a name="CertificateHttpChallenge" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge"></a>
1627
+
1628
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge.Initializer"></a>
1629
+
1630
+ ```go
1631
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1632
+
1633
+ &certificate.CertificateHttpChallenge {
1634
+ Port: *f64,
1635
+ ProxyHeader: *string,
1636
+ }
1637
+ ```
1638
+
1639
+ #### Properties <a name="Properties" id="Properties"></a>
1640
+
1641
+ | **Name** | **Type** | **Description** |
1642
+ | --- | --- | --- |
1643
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.port">Port</a></code> | <code>*f64</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}. |
1644
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.proxyHeader">ProxyHeader</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#proxy_header Certificate#proxy_header}. |
1645
+
1646
+ ---
1647
+
1648
+ ##### `Port`<sup>Optional</sup> <a name="Port" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.port"></a>
1649
+
1650
+ ```go
1651
+ Port *f64
1652
+ ```
1653
+
1654
+ - *Type:* *f64
1655
+
1656
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}.
1657
+
1658
+ ---
1659
+
1660
+ ##### `ProxyHeader`<sup>Optional</sup> <a name="ProxyHeader" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.proxyHeader"></a>
1661
+
1662
+ ```go
1663
+ ProxyHeader *string
1664
+ ```
1665
+
1666
+ - *Type:* *string
1667
+
1668
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#proxy_header Certificate#proxy_header}.
1669
+
1670
+ ---
1671
+
1672
+ ### CertificateHttpMemcachedChallenge <a name="CertificateHttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge"></a>
1673
+
1674
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge.Initializer"></a>
1675
+
1676
+ ```go
1677
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1678
+
1679
+ &certificate.CertificateHttpMemcachedChallenge {
1680
+ Hosts: *[]*string,
1681
+ }
1682
+ ```
1683
+
1684
+ #### Properties <a name="Properties" id="Properties"></a>
1685
+
1686
+ | **Name** | **Type** | **Description** |
1687
+ | --- | --- | --- |
1688
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge.property.hosts">Hosts</a></code> | <code>*[]*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#hosts Certificate#hosts}. |
1689
+
1690
+ ---
1691
+
1692
+ ##### `Hosts`<sup>Required</sup> <a name="Hosts" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge.property.hosts"></a>
1693
+
1694
+ ```go
1695
+ Hosts *[]*string
1696
+ ```
1697
+
1698
+ - *Type:* *[]*string
1699
+
1700
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#hosts Certificate#hosts}.
1701
+
1702
+ ---
1703
+
1704
+ ### CertificateHttpWebrootChallenge <a name="CertificateHttpWebrootChallenge" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge"></a>
1705
+
1706
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge.Initializer"></a>
1707
+
1708
+ ```go
1709
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1710
+
1711
+ &certificate.CertificateHttpWebrootChallenge {
1712
+ Directory: *string,
1713
+ }
1714
+ ```
1715
+
1716
+ #### Properties <a name="Properties" id="Properties"></a>
1717
+
1718
+ | **Name** | **Type** | **Description** |
1719
+ | --- | --- | --- |
1720
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge.property.directory">Directory</a></code> | <code>*string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#directory Certificate#directory}. |
1721
+
1722
+ ---
1723
+
1724
+ ##### `Directory`<sup>Required</sup> <a name="Directory" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge.property.directory"></a>
1725
+
1726
+ ```go
1727
+ Directory *string
1728
+ ```
1729
+
1730
+ - *Type:* *string
1731
+
1732
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#directory Certificate#directory}.
1733
+
1734
+ ---
1735
+
1736
+ ### CertificateTlsChallenge <a name="CertificateTlsChallenge" id="@cdktf/provider-acme.certificate.CertificateTlsChallenge"></a>
1737
+
1738
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateTlsChallenge.Initializer"></a>
1739
+
1740
+ ```go
1741
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1742
+
1743
+ &certificate.CertificateTlsChallenge {
1744
+ Port: *f64,
1745
+ }
1746
+ ```
1747
+
1748
+ #### Properties <a name="Properties" id="Properties"></a>
1749
+
1750
+ | **Name** | **Type** | **Description** |
1751
+ | --- | --- | --- |
1752
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge.property.port">Port</a></code> | <code>*f64</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}. |
1753
+
1754
+ ---
1755
+
1756
+ ##### `Port`<sup>Optional</sup> <a name="Port" id="@cdktf/provider-acme.certificate.CertificateTlsChallenge.property.port"></a>
1757
+
1758
+ ```go
1759
+ Port *f64
1760
+ ```
1761
+
1762
+ - *Type:* *f64
1763
+
1764
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}.
1765
+
1766
+ ---
1767
+
1768
+ ## Classes <a name="Classes" id="Classes"></a>
1769
+
1770
+ ### CertificateDnsChallengeList <a name="CertificateDnsChallengeList" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList"></a>
1771
+
1772
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer"></a>
1773
+
1774
+ ```go
1775
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1776
+
1777
+ certificate.NewCertificateDnsChallengeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CertificateDnsChallengeList
1778
+ ```
1779
+
1780
+ | **Name** | **Type** | **Description** |
1781
+ | --- | --- | --- |
1782
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent</code> | The parent resource. |
1783
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>*string</code> | The attribute on the parent resource this class is referencing. |
1784
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.wrapsSet">wrapsSet</a></code> | <code>*bool</code> | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
1785
+
1786
+ ---
1787
+
1788
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformResource"></a>
1789
+
1790
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
1791
+
1792
+ The parent resource.
1793
+
1794
+ ---
1795
+
1796
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformAttribute"></a>
1797
+
1798
+ - *Type:* *string
1799
+
1800
+ The attribute on the parent resource this class is referencing.
1801
+
1802
+ ---
1803
+
1804
+ ##### `wrapsSet`<sup>Required</sup> <a name="wrapsSet" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.wrapsSet"></a>
1805
+
1806
+ - *Type:* *bool
1807
+
1808
+ whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1809
+
1810
+ ---
1811
+
1812
+ #### Methods <a name="Methods" id="Methods"></a>
1813
+
1814
+ | **Name** | **Description** |
1815
+ | --- | --- |
1816
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.computeFqn">ComputeFqn</a></code> | *No description.* |
1817
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
1818
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.toString">ToString</a></code> | Return a string representation of this resolvable object. |
1819
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.get">Get</a></code> | *No description.* |
1820
+
1821
+ ---
1822
+
1823
+ ##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.computeFqn"></a>
1824
+
1825
+ ```go
1826
+ func ComputeFqn() *string
1827
+ ```
1828
+
1829
+ ##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.resolve"></a>
1830
+
1831
+ ```go
1832
+ func Resolve(_context IResolveContext) interface{}
1833
+ ```
1834
+
1835
+ Produce the Token's value at resolution time.
1836
+
1837
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.resolve.parameter._context"></a>
1838
+
1839
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
1840
+
1841
+ ---
1842
+
1843
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.toString"></a>
1844
+
1845
+ ```go
1846
+ func ToString() *string
1847
+ ```
1848
+
1849
+ Return a string representation of this resolvable object.
1850
+
1851
+ Returns a reversible string representation.
1852
+
1853
+ ##### `Get` <a name="Get" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.get"></a>
1854
+
1855
+ ```go
1856
+ func Get(index *f64) CertificateDnsChallengeOutputReference
1857
+ ```
1858
+
1859
+ ###### `index`<sup>Required</sup> <a name="index" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.get.parameter.index"></a>
1860
+
1861
+ - *Type:* *f64
1862
+
1863
+ the index of the item to return.
1864
+
1865
+ ---
1866
+
1867
+
1868
+ #### Properties <a name="Properties" id="Properties"></a>
1869
+
1870
+ | **Name** | **Type** | **Description** |
1871
+ | --- | --- | --- |
1872
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.creationStack">CreationStack</a></code> | <code>*[]*string</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
1873
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
1874
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.internalValue">InternalValue</a></code> | <code>interface{}</code> | *No description.* |
1875
+
1876
+ ---
1877
+
1878
+ ##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.creationStack"></a>
1879
+
1880
+ ```go
1881
+ func CreationStack() *[]*string
1882
+ ```
1883
+
1884
+ - *Type:* *[]*string
1885
+
1886
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
1887
+
1888
+ If this returns an empty array the stack will not be attached.
1889
+
1890
+ ---
1891
+
1892
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.fqn"></a>
1893
+
1894
+ ```go
1895
+ func Fqn() *string
1896
+ ```
1897
+
1898
+ - *Type:* *string
1899
+
1900
+ ---
1901
+
1902
+ ##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.internalValue"></a>
1903
+
1904
+ ```go
1905
+ func InternalValue() interface{}
1906
+ ```
1907
+
1908
+ - *Type:* interface{}
1909
+
1910
+ ---
1911
+
1912
+
1913
+ ### CertificateDnsChallengeOutputReference <a name="CertificateDnsChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference"></a>
1914
+
1915
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer"></a>
1916
+
1917
+ ```go
1918
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
1919
+
1920
+ certificate.NewCertificateDnsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) CertificateDnsChallengeOutputReference
1921
+ ```
1922
+
1923
+ | **Name** | **Type** | **Description** |
1924
+ | --- | --- | --- |
1925
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent</code> | The parent resource. |
1926
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>*string</code> | The attribute on the parent resource this class is referencing. |
1927
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIndex">complexObjectIndex</a></code> | <code>*f64</code> | the index of this item in the list. |
1928
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIsFromSet">complexObjectIsFromSet</a></code> | <code>*bool</code> | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
1929
+
1930
+ ---
1931
+
1932
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformResource"></a>
1933
+
1934
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
1935
+
1936
+ The parent resource.
1937
+
1938
+ ---
1939
+
1940
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
1941
+
1942
+ - *Type:* *string
1943
+
1944
+ The attribute on the parent resource this class is referencing.
1945
+
1946
+ ---
1947
+
1948
+ ##### `complexObjectIndex`<sup>Required</sup> <a name="complexObjectIndex" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIndex"></a>
1949
+
1950
+ - *Type:* *f64
1951
+
1952
+ the index of this item in the list.
1953
+
1954
+ ---
1955
+
1956
+ ##### `complexObjectIsFromSet`<sup>Required</sup> <a name="complexObjectIsFromSet" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIsFromSet"></a>
1957
+
1958
+ - *Type:* *bool
1959
+
1960
+ whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1961
+
1962
+ ---
1963
+
1964
+ #### Methods <a name="Methods" id="Methods"></a>
1965
+
1966
+ | **Name** | **Description** |
1967
+ | --- | --- |
1968
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.computeFqn">ComputeFqn</a></code> | *No description.* |
1969
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
1970
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
1971
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
1972
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getListAttribute">GetListAttribute</a></code> | *No description.* |
1973
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
1974
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
1975
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
1976
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
1977
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
1978
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
1979
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
1980
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.toString">ToString</a></code> | Return a string representation of this resolvable object. |
1981
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resetConfig">ResetConfig</a></code> | *No description.* |
1982
+
1983
+ ---
1984
+
1985
+ ##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.computeFqn"></a>
1986
+
1987
+ ```go
1988
+ func ComputeFqn() *string
1989
+ ```
1990
+
1991
+ ##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getAnyMapAttribute"></a>
1992
+
1993
+ ```go
1994
+ func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
1995
+ ```
1996
+
1997
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
1998
+
1999
+ - *Type:* *string
2000
+
2001
+ ---
2002
+
2003
+ ##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanAttribute"></a>
2004
+
2005
+ ```go
2006
+ func GetBooleanAttribute(terraformAttribute *string) IResolvable
2007
+ ```
2008
+
2009
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2010
+
2011
+ - *Type:* *string
2012
+
2013
+ ---
2014
+
2015
+ ##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanMapAttribute"></a>
2016
+
2017
+ ```go
2018
+ func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
2019
+ ```
2020
+
2021
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2022
+
2023
+ - *Type:* *string
2024
+
2025
+ ---
2026
+
2027
+ ##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getListAttribute"></a>
2028
+
2029
+ ```go
2030
+ func GetListAttribute(terraformAttribute *string) *[]*string
2031
+ ```
2032
+
2033
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2034
+
2035
+ - *Type:* *string
2036
+
2037
+ ---
2038
+
2039
+ ##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberAttribute"></a>
2040
+
2041
+ ```go
2042
+ func GetNumberAttribute(terraformAttribute *string) *f64
2043
+ ```
2044
+
2045
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2046
+
2047
+ - *Type:* *string
2048
+
2049
+ ---
2050
+
2051
+ ##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberListAttribute"></a>
2052
+
2053
+ ```go
2054
+ func GetNumberListAttribute(terraformAttribute *string) *[]*f64
2055
+ ```
2056
+
2057
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2058
+
2059
+ - *Type:* *string
2060
+
2061
+ ---
2062
+
2063
+ ##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberMapAttribute"></a>
2064
+
2065
+ ```go
2066
+ func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
2067
+ ```
2068
+
2069
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2070
+
2071
+ - *Type:* *string
2072
+
2073
+ ---
2074
+
2075
+ ##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringAttribute"></a>
2076
+
2077
+ ```go
2078
+ func GetStringAttribute(terraformAttribute *string) *string
2079
+ ```
2080
+
2081
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2082
+
2083
+ - *Type:* *string
2084
+
2085
+ ---
2086
+
2087
+ ##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringMapAttribute"></a>
2088
+
2089
+ ```go
2090
+ func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
2091
+ ```
2092
+
2093
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2094
+
2095
+ - *Type:* *string
2096
+
2097
+ ---
2098
+
2099
+ ##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.interpolationForAttribute"></a>
2100
+
2101
+ ```go
2102
+ func InterpolationForAttribute(property *string) IResolvable
2103
+ ```
2104
+
2105
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2106
+
2107
+ - *Type:* *string
2108
+
2109
+ ---
2110
+
2111
+ ##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resolve"></a>
2112
+
2113
+ ```go
2114
+ func Resolve(_context IResolveContext) interface{}
2115
+ ```
2116
+
2117
+ Produce the Token's value at resolution time.
2118
+
2119
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resolve.parameter._context"></a>
2120
+
2121
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
2122
+
2123
+ ---
2124
+
2125
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.toString"></a>
2126
+
2127
+ ```go
2128
+ func ToString() *string
2129
+ ```
2130
+
2131
+ Return a string representation of this resolvable object.
2132
+
2133
+ Returns a reversible string representation.
2134
+
2135
+ ##### `ResetConfig` <a name="ResetConfig" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resetConfig"></a>
2136
+
2137
+ ```go
2138
+ func ResetConfig()
2139
+ ```
2140
+
2141
+
2142
+ #### Properties <a name="Properties" id="Properties"></a>
2143
+
2144
+ | **Name** | **Type** | **Description** |
2145
+ | --- | --- | --- |
2146
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.creationStack">CreationStack</a></code> | <code>*[]*string</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
2147
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
2148
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.configInput">ConfigInput</a></code> | <code>*map[string]*string</code> | *No description.* |
2149
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.providerInput">ProviderInput</a></code> | <code>*string</code> | *No description.* |
2150
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.config">Config</a></code> | <code>*map[string]*string</code> | *No description.* |
2151
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.provider">Provider</a></code> | <code>*string</code> | *No description.* |
2152
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.internalValue">InternalValue</a></code> | <code>interface{}</code> | *No description.* |
2153
+
2154
+ ---
2155
+
2156
+ ##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.creationStack"></a>
2157
+
2158
+ ```go
2159
+ func CreationStack() *[]*string
2160
+ ```
2161
+
2162
+ - *Type:* *[]*string
2163
+
2164
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2165
+
2166
+ If this returns an empty array the stack will not be attached.
2167
+
2168
+ ---
2169
+
2170
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.fqn"></a>
2171
+
2172
+ ```go
2173
+ func Fqn() *string
2174
+ ```
2175
+
2176
+ - *Type:* *string
2177
+
2178
+ ---
2179
+
2180
+ ##### `ConfigInput`<sup>Optional</sup> <a name="ConfigInput" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.configInput"></a>
2181
+
2182
+ ```go
2183
+ func ConfigInput() *map[string]*string
2184
+ ```
2185
+
2186
+ - *Type:* *map[string]*string
2187
+
2188
+ ---
2189
+
2190
+ ##### `ProviderInput`<sup>Optional</sup> <a name="ProviderInput" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.providerInput"></a>
2191
+
2192
+ ```go
2193
+ func ProviderInput() *string
2194
+ ```
2195
+
2196
+ - *Type:* *string
2197
+
2198
+ ---
2199
+
2200
+ ##### `Config`<sup>Required</sup> <a name="Config" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.config"></a>
2201
+
2202
+ ```go
2203
+ func Config() *map[string]*string
2204
+ ```
2205
+
2206
+ - *Type:* *map[string]*string
2207
+
2208
+ ---
2209
+
2210
+ ##### `Provider`<sup>Required</sup> <a name="Provider" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.provider"></a>
2211
+
2212
+ ```go
2213
+ func Provider() *string
2214
+ ```
2215
+
2216
+ - *Type:* *string
2217
+
2218
+ ---
2219
+
2220
+ ##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.internalValue"></a>
2221
+
2222
+ ```go
2223
+ func InternalValue() interface{}
2224
+ ```
2225
+
2226
+ - *Type:* interface{}
2227
+
2228
+ ---
2229
+
2230
+
2231
+ ### CertificateHttpChallengeOutputReference <a name="CertificateHttpChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference"></a>
2232
+
2233
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer"></a>
2234
+
2235
+ ```go
2236
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
2237
+
2238
+ certificate.NewCertificateHttpChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpChallengeOutputReference
2239
+ ```
2240
+
2241
+ | **Name** | **Type** | **Description** |
2242
+ | --- | --- | --- |
2243
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent</code> | The parent resource. |
2244
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>*string</code> | The attribute on the parent resource this class is referencing. |
2245
+
2246
+ ---
2247
+
2248
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformResource"></a>
2249
+
2250
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
2251
+
2252
+ The parent resource.
2253
+
2254
+ ---
2255
+
2256
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
2257
+
2258
+ - *Type:* *string
2259
+
2260
+ The attribute on the parent resource this class is referencing.
2261
+
2262
+ ---
2263
+
2264
+ #### Methods <a name="Methods" id="Methods"></a>
2265
+
2266
+ | **Name** | **Description** |
2267
+ | --- | --- |
2268
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.computeFqn">ComputeFqn</a></code> | *No description.* |
2269
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
2270
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
2271
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
2272
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getListAttribute">GetListAttribute</a></code> | *No description.* |
2273
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
2274
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
2275
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
2276
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
2277
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
2278
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
2279
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
2280
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.toString">ToString</a></code> | Return a string representation of this resolvable object. |
2281
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetPort">ResetPort</a></code> | *No description.* |
2282
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetProxyHeader">ResetProxyHeader</a></code> | *No description.* |
2283
+
2284
+ ---
2285
+
2286
+ ##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.computeFqn"></a>
2287
+
2288
+ ```go
2289
+ func ComputeFqn() *string
2290
+ ```
2291
+
2292
+ ##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getAnyMapAttribute"></a>
2293
+
2294
+ ```go
2295
+ func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
2296
+ ```
2297
+
2298
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
2299
+
2300
+ - *Type:* *string
2301
+
2302
+ ---
2303
+
2304
+ ##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanAttribute"></a>
2305
+
2306
+ ```go
2307
+ func GetBooleanAttribute(terraformAttribute *string) IResolvable
2308
+ ```
2309
+
2310
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2311
+
2312
+ - *Type:* *string
2313
+
2314
+ ---
2315
+
2316
+ ##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanMapAttribute"></a>
2317
+
2318
+ ```go
2319
+ func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
2320
+ ```
2321
+
2322
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2323
+
2324
+ - *Type:* *string
2325
+
2326
+ ---
2327
+
2328
+ ##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getListAttribute"></a>
2329
+
2330
+ ```go
2331
+ func GetListAttribute(terraformAttribute *string) *[]*string
2332
+ ```
2333
+
2334
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2335
+
2336
+ - *Type:* *string
2337
+
2338
+ ---
2339
+
2340
+ ##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberAttribute"></a>
2341
+
2342
+ ```go
2343
+ func GetNumberAttribute(terraformAttribute *string) *f64
2344
+ ```
2345
+
2346
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2347
+
2348
+ - *Type:* *string
2349
+
2350
+ ---
2351
+
2352
+ ##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberListAttribute"></a>
2353
+
2354
+ ```go
2355
+ func GetNumberListAttribute(terraformAttribute *string) *[]*f64
2356
+ ```
2357
+
2358
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2359
+
2360
+ - *Type:* *string
2361
+
2362
+ ---
2363
+
2364
+ ##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberMapAttribute"></a>
2365
+
2366
+ ```go
2367
+ func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
2368
+ ```
2369
+
2370
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2371
+
2372
+ - *Type:* *string
2373
+
2374
+ ---
2375
+
2376
+ ##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringAttribute"></a>
2377
+
2378
+ ```go
2379
+ func GetStringAttribute(terraformAttribute *string) *string
2380
+ ```
2381
+
2382
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2383
+
2384
+ - *Type:* *string
2385
+
2386
+ ---
2387
+
2388
+ ##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringMapAttribute"></a>
2389
+
2390
+ ```go
2391
+ func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
2392
+ ```
2393
+
2394
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2395
+
2396
+ - *Type:* *string
2397
+
2398
+ ---
2399
+
2400
+ ##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.interpolationForAttribute"></a>
2401
+
2402
+ ```go
2403
+ func InterpolationForAttribute(property *string) IResolvable
2404
+ ```
2405
+
2406
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2407
+
2408
+ - *Type:* *string
2409
+
2410
+ ---
2411
+
2412
+ ##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resolve"></a>
2413
+
2414
+ ```go
2415
+ func Resolve(_context IResolveContext) interface{}
2416
+ ```
2417
+
2418
+ Produce the Token's value at resolution time.
2419
+
2420
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resolve.parameter._context"></a>
2421
+
2422
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
2423
+
2424
+ ---
2425
+
2426
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.toString"></a>
2427
+
2428
+ ```go
2429
+ func ToString() *string
2430
+ ```
2431
+
2432
+ Return a string representation of this resolvable object.
2433
+
2434
+ Returns a reversible string representation.
2435
+
2436
+ ##### `ResetPort` <a name="ResetPort" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetPort"></a>
2437
+
2438
+ ```go
2439
+ func ResetPort()
2440
+ ```
2441
+
2442
+ ##### `ResetProxyHeader` <a name="ResetProxyHeader" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetProxyHeader"></a>
2443
+
2444
+ ```go
2445
+ func ResetProxyHeader()
2446
+ ```
2447
+
2448
+
2449
+ #### Properties <a name="Properties" id="Properties"></a>
2450
+
2451
+ | **Name** | **Type** | **Description** |
2452
+ | --- | --- | --- |
2453
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.creationStack">CreationStack</a></code> | <code>*[]*string</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
2454
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
2455
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.portInput">PortInput</a></code> | <code>*f64</code> | *No description.* |
2456
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeaderInput">ProxyHeaderInput</a></code> | <code>*string</code> | *No description.* |
2457
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.port">Port</a></code> | <code>*f64</code> | *No description.* |
2458
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeader">ProxyHeader</a></code> | <code>*string</code> | *No description.* |
2459
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.internalValue">InternalValue</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a></code> | *No description.* |
2460
+
2461
+ ---
2462
+
2463
+ ##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.creationStack"></a>
2464
+
2465
+ ```go
2466
+ func CreationStack() *[]*string
2467
+ ```
2468
+
2469
+ - *Type:* *[]*string
2470
+
2471
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2472
+
2473
+ If this returns an empty array the stack will not be attached.
2474
+
2475
+ ---
2476
+
2477
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.fqn"></a>
2478
+
2479
+ ```go
2480
+ func Fqn() *string
2481
+ ```
2482
+
2483
+ - *Type:* *string
2484
+
2485
+ ---
2486
+
2487
+ ##### `PortInput`<sup>Optional</sup> <a name="PortInput" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.portInput"></a>
2488
+
2489
+ ```go
2490
+ func PortInput() *f64
2491
+ ```
2492
+
2493
+ - *Type:* *f64
2494
+
2495
+ ---
2496
+
2497
+ ##### `ProxyHeaderInput`<sup>Optional</sup> <a name="ProxyHeaderInput" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeaderInput"></a>
2498
+
2499
+ ```go
2500
+ func ProxyHeaderInput() *string
2501
+ ```
2502
+
2503
+ - *Type:* *string
2504
+
2505
+ ---
2506
+
2507
+ ##### `Port`<sup>Required</sup> <a name="Port" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.port"></a>
2508
+
2509
+ ```go
2510
+ func Port() *f64
2511
+ ```
2512
+
2513
+ - *Type:* *f64
2514
+
2515
+ ---
2516
+
2517
+ ##### `ProxyHeader`<sup>Required</sup> <a name="ProxyHeader" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeader"></a>
2518
+
2519
+ ```go
2520
+ func ProxyHeader() *string
2521
+ ```
2522
+
2523
+ - *Type:* *string
2524
+
2525
+ ---
2526
+
2527
+ ##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.internalValue"></a>
2528
+
2529
+ ```go
2530
+ func InternalValue() CertificateHttpChallenge
2531
+ ```
2532
+
2533
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a>
2534
+
2535
+ ---
2536
+
2537
+
2538
+ ### CertificateHttpMemcachedChallengeOutputReference <a name="CertificateHttpMemcachedChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference"></a>
2539
+
2540
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer"></a>
2541
+
2542
+ ```go
2543
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
2544
+
2545
+ certificate.NewCertificateHttpMemcachedChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpMemcachedChallengeOutputReference
2546
+ ```
2547
+
2548
+ | **Name** | **Type** | **Description** |
2549
+ | --- | --- | --- |
2550
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent</code> | The parent resource. |
2551
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>*string</code> | The attribute on the parent resource this class is referencing. |
2552
+
2553
+ ---
2554
+
2555
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformResource"></a>
2556
+
2557
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
2558
+
2559
+ The parent resource.
2560
+
2561
+ ---
2562
+
2563
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
2564
+
2565
+ - *Type:* *string
2566
+
2567
+ The attribute on the parent resource this class is referencing.
2568
+
2569
+ ---
2570
+
2571
+ #### Methods <a name="Methods" id="Methods"></a>
2572
+
2573
+ | **Name** | **Description** |
2574
+ | --- | --- |
2575
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.computeFqn">ComputeFqn</a></code> | *No description.* |
2576
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
2577
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
2578
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
2579
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getListAttribute">GetListAttribute</a></code> | *No description.* |
2580
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
2581
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
2582
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
2583
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
2584
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
2585
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
2586
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
2587
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.toString">ToString</a></code> | Return a string representation of this resolvable object. |
2588
+
2589
+ ---
2590
+
2591
+ ##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.computeFqn"></a>
2592
+
2593
+ ```go
2594
+ func ComputeFqn() *string
2595
+ ```
2596
+
2597
+ ##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getAnyMapAttribute"></a>
2598
+
2599
+ ```go
2600
+ func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
2601
+ ```
2602
+
2603
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
2604
+
2605
+ - *Type:* *string
2606
+
2607
+ ---
2608
+
2609
+ ##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanAttribute"></a>
2610
+
2611
+ ```go
2612
+ func GetBooleanAttribute(terraformAttribute *string) IResolvable
2613
+ ```
2614
+
2615
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2616
+
2617
+ - *Type:* *string
2618
+
2619
+ ---
2620
+
2621
+ ##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanMapAttribute"></a>
2622
+
2623
+ ```go
2624
+ func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
2625
+ ```
2626
+
2627
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2628
+
2629
+ - *Type:* *string
2630
+
2631
+ ---
2632
+
2633
+ ##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getListAttribute"></a>
2634
+
2635
+ ```go
2636
+ func GetListAttribute(terraformAttribute *string) *[]*string
2637
+ ```
2638
+
2639
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2640
+
2641
+ - *Type:* *string
2642
+
2643
+ ---
2644
+
2645
+ ##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberAttribute"></a>
2646
+
2647
+ ```go
2648
+ func GetNumberAttribute(terraformAttribute *string) *f64
2649
+ ```
2650
+
2651
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2652
+
2653
+ - *Type:* *string
2654
+
2655
+ ---
2656
+
2657
+ ##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberListAttribute"></a>
2658
+
2659
+ ```go
2660
+ func GetNumberListAttribute(terraformAttribute *string) *[]*f64
2661
+ ```
2662
+
2663
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2664
+
2665
+ - *Type:* *string
2666
+
2667
+ ---
2668
+
2669
+ ##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberMapAttribute"></a>
2670
+
2671
+ ```go
2672
+ func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
2673
+ ```
2674
+
2675
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2676
+
2677
+ - *Type:* *string
2678
+
2679
+ ---
2680
+
2681
+ ##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringAttribute"></a>
2682
+
2683
+ ```go
2684
+ func GetStringAttribute(terraformAttribute *string) *string
2685
+ ```
2686
+
2687
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2688
+
2689
+ - *Type:* *string
2690
+
2691
+ ---
2692
+
2693
+ ##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringMapAttribute"></a>
2694
+
2695
+ ```go
2696
+ func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
2697
+ ```
2698
+
2699
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2700
+
2701
+ - *Type:* *string
2702
+
2703
+ ---
2704
+
2705
+ ##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.interpolationForAttribute"></a>
2706
+
2707
+ ```go
2708
+ func InterpolationForAttribute(property *string) IResolvable
2709
+ ```
2710
+
2711
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2712
+
2713
+ - *Type:* *string
2714
+
2715
+ ---
2716
+
2717
+ ##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.resolve"></a>
2718
+
2719
+ ```go
2720
+ func Resolve(_context IResolveContext) interface{}
2721
+ ```
2722
+
2723
+ Produce the Token's value at resolution time.
2724
+
2725
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.resolve.parameter._context"></a>
2726
+
2727
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
2728
+
2729
+ ---
2730
+
2731
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.toString"></a>
2732
+
2733
+ ```go
2734
+ func ToString() *string
2735
+ ```
2736
+
2737
+ Return a string representation of this resolvable object.
2738
+
2739
+ Returns a reversible string representation.
2740
+
2741
+
2742
+ #### Properties <a name="Properties" id="Properties"></a>
2743
+
2744
+ | **Name** | **Type** | **Description** |
2745
+ | --- | --- | --- |
2746
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.creationStack">CreationStack</a></code> | <code>*[]*string</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
2747
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
2748
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hostsInput">HostsInput</a></code> | <code>*[]*string</code> | *No description.* |
2749
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hosts">Hosts</a></code> | <code>*[]*string</code> | *No description.* |
2750
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.internalValue">InternalValue</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a></code> | *No description.* |
2751
+
2752
+ ---
2753
+
2754
+ ##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.creationStack"></a>
2755
+
2756
+ ```go
2757
+ func CreationStack() *[]*string
2758
+ ```
2759
+
2760
+ - *Type:* *[]*string
2761
+
2762
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2763
+
2764
+ If this returns an empty array the stack will not be attached.
2765
+
2766
+ ---
2767
+
2768
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.fqn"></a>
2769
+
2770
+ ```go
2771
+ func Fqn() *string
2772
+ ```
2773
+
2774
+ - *Type:* *string
2775
+
2776
+ ---
2777
+
2778
+ ##### `HostsInput`<sup>Optional</sup> <a name="HostsInput" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hostsInput"></a>
2779
+
2780
+ ```go
2781
+ func HostsInput() *[]*string
2782
+ ```
2783
+
2784
+ - *Type:* *[]*string
2785
+
2786
+ ---
2787
+
2788
+ ##### `Hosts`<sup>Required</sup> <a name="Hosts" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hosts"></a>
2789
+
2790
+ ```go
2791
+ func Hosts() *[]*string
2792
+ ```
2793
+
2794
+ - *Type:* *[]*string
2795
+
2796
+ ---
2797
+
2798
+ ##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.internalValue"></a>
2799
+
2800
+ ```go
2801
+ func InternalValue() CertificateHttpMemcachedChallenge
2802
+ ```
2803
+
2804
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a>
2805
+
2806
+ ---
2807
+
2808
+
2809
+ ### CertificateHttpWebrootChallengeOutputReference <a name="CertificateHttpWebrootChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference"></a>
2810
+
2811
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer"></a>
2812
+
2813
+ ```go
2814
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
2815
+
2816
+ certificate.NewCertificateHttpWebrootChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpWebrootChallengeOutputReference
2817
+ ```
2818
+
2819
+ | **Name** | **Type** | **Description** |
2820
+ | --- | --- | --- |
2821
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent</code> | The parent resource. |
2822
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>*string</code> | The attribute on the parent resource this class is referencing. |
2823
+
2824
+ ---
2825
+
2826
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformResource"></a>
2827
+
2828
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
2829
+
2830
+ The parent resource.
2831
+
2832
+ ---
2833
+
2834
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
2835
+
2836
+ - *Type:* *string
2837
+
2838
+ The attribute on the parent resource this class is referencing.
2839
+
2840
+ ---
2841
+
2842
+ #### Methods <a name="Methods" id="Methods"></a>
2843
+
2844
+ | **Name** | **Description** |
2845
+ | --- | --- |
2846
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.computeFqn">ComputeFqn</a></code> | *No description.* |
2847
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
2848
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
2849
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
2850
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getListAttribute">GetListAttribute</a></code> | *No description.* |
2851
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
2852
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
2853
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
2854
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
2855
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
2856
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
2857
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
2858
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.toString">ToString</a></code> | Return a string representation of this resolvable object. |
2859
+
2860
+ ---
2861
+
2862
+ ##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.computeFqn"></a>
2863
+
2864
+ ```go
2865
+ func ComputeFqn() *string
2866
+ ```
2867
+
2868
+ ##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getAnyMapAttribute"></a>
2869
+
2870
+ ```go
2871
+ func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
2872
+ ```
2873
+
2874
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
2875
+
2876
+ - *Type:* *string
2877
+
2878
+ ---
2879
+
2880
+ ##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanAttribute"></a>
2881
+
2882
+ ```go
2883
+ func GetBooleanAttribute(terraformAttribute *string) IResolvable
2884
+ ```
2885
+
2886
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2887
+
2888
+ - *Type:* *string
2889
+
2890
+ ---
2891
+
2892
+ ##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanMapAttribute"></a>
2893
+
2894
+ ```go
2895
+ func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
2896
+ ```
2897
+
2898
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2899
+
2900
+ - *Type:* *string
2901
+
2902
+ ---
2903
+
2904
+ ##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getListAttribute"></a>
2905
+
2906
+ ```go
2907
+ func GetListAttribute(terraformAttribute *string) *[]*string
2908
+ ```
2909
+
2910
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2911
+
2912
+ - *Type:* *string
2913
+
2914
+ ---
2915
+
2916
+ ##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberAttribute"></a>
2917
+
2918
+ ```go
2919
+ func GetNumberAttribute(terraformAttribute *string) *f64
2920
+ ```
2921
+
2922
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2923
+
2924
+ - *Type:* *string
2925
+
2926
+ ---
2927
+
2928
+ ##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberListAttribute"></a>
2929
+
2930
+ ```go
2931
+ func GetNumberListAttribute(terraformAttribute *string) *[]*f64
2932
+ ```
2933
+
2934
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2935
+
2936
+ - *Type:* *string
2937
+
2938
+ ---
2939
+
2940
+ ##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberMapAttribute"></a>
2941
+
2942
+ ```go
2943
+ func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
2944
+ ```
2945
+
2946
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2947
+
2948
+ - *Type:* *string
2949
+
2950
+ ---
2951
+
2952
+ ##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringAttribute"></a>
2953
+
2954
+ ```go
2955
+ func GetStringAttribute(terraformAttribute *string) *string
2956
+ ```
2957
+
2958
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2959
+
2960
+ - *Type:* *string
2961
+
2962
+ ---
2963
+
2964
+ ##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringMapAttribute"></a>
2965
+
2966
+ ```go
2967
+ func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
2968
+ ```
2969
+
2970
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2971
+
2972
+ - *Type:* *string
2973
+
2974
+ ---
2975
+
2976
+ ##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.interpolationForAttribute"></a>
2977
+
2978
+ ```go
2979
+ func InterpolationForAttribute(property *string) IResolvable
2980
+ ```
2981
+
2982
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2983
+
2984
+ - *Type:* *string
2985
+
2986
+ ---
2987
+
2988
+ ##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.resolve"></a>
2989
+
2990
+ ```go
2991
+ func Resolve(_context IResolveContext) interface{}
2992
+ ```
2993
+
2994
+ Produce the Token's value at resolution time.
2995
+
2996
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.resolve.parameter._context"></a>
2997
+
2998
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
2999
+
3000
+ ---
3001
+
3002
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.toString"></a>
3003
+
3004
+ ```go
3005
+ func ToString() *string
3006
+ ```
3007
+
3008
+ Return a string representation of this resolvable object.
3009
+
3010
+ Returns a reversible string representation.
3011
+
3012
+
3013
+ #### Properties <a name="Properties" id="Properties"></a>
3014
+
3015
+ | **Name** | **Type** | **Description** |
3016
+ | --- | --- | --- |
3017
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.creationStack">CreationStack</a></code> | <code>*[]*string</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
3018
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
3019
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directoryInput">DirectoryInput</a></code> | <code>*string</code> | *No description.* |
3020
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directory">Directory</a></code> | <code>*string</code> | *No description.* |
3021
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.internalValue">InternalValue</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a></code> | *No description.* |
3022
+
3023
+ ---
3024
+
3025
+ ##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.creationStack"></a>
3026
+
3027
+ ```go
3028
+ func CreationStack() *[]*string
3029
+ ```
3030
+
3031
+ - *Type:* *[]*string
3032
+
3033
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
3034
+
3035
+ If this returns an empty array the stack will not be attached.
3036
+
3037
+ ---
3038
+
3039
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.fqn"></a>
3040
+
3041
+ ```go
3042
+ func Fqn() *string
3043
+ ```
3044
+
3045
+ - *Type:* *string
3046
+
3047
+ ---
3048
+
3049
+ ##### `DirectoryInput`<sup>Optional</sup> <a name="DirectoryInput" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directoryInput"></a>
3050
+
3051
+ ```go
3052
+ func DirectoryInput() *string
3053
+ ```
3054
+
3055
+ - *Type:* *string
3056
+
3057
+ ---
3058
+
3059
+ ##### `Directory`<sup>Required</sup> <a name="Directory" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directory"></a>
3060
+
3061
+ ```go
3062
+ func Directory() *string
3063
+ ```
3064
+
3065
+ - *Type:* *string
3066
+
3067
+ ---
3068
+
3069
+ ##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.internalValue"></a>
3070
+
3071
+ ```go
3072
+ func InternalValue() CertificateHttpWebrootChallenge
3073
+ ```
3074
+
3075
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a>
3076
+
3077
+ ---
3078
+
3079
+
3080
+ ### CertificateTlsChallengeOutputReference <a name="CertificateTlsChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference"></a>
3081
+
3082
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer"></a>
3083
+
3084
+ ```go
3085
+ import "github.com/cdktf/cdktf-provider-acme-go/acme/v6/certificate"
3086
+
3087
+ certificate.NewCertificateTlsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateTlsChallengeOutputReference
3088
+ ```
3089
+
3090
+ | **Name** | **Type** | **Description** |
3091
+ | --- | --- | --- |
3092
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent</code> | The parent resource. |
3093
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>*string</code> | The attribute on the parent resource this class is referencing. |
3094
+
3095
+ ---
3096
+
3097
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformResource"></a>
3098
+
3099
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
3100
+
3101
+ The parent resource.
3102
+
3103
+ ---
3104
+
3105
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
3106
+
3107
+ - *Type:* *string
3108
+
3109
+ The attribute on the parent resource this class is referencing.
3110
+
3111
+ ---
3112
+
3113
+ #### Methods <a name="Methods" id="Methods"></a>
3114
+
3115
+ | **Name** | **Description** |
3116
+ | --- | --- |
3117
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.computeFqn">ComputeFqn</a></code> | *No description.* |
3118
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
3119
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
3120
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
3121
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getListAttribute">GetListAttribute</a></code> | *No description.* |
3122
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
3123
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
3124
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
3125
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
3126
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
3127
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
3128
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
3129
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.toString">ToString</a></code> | Return a string representation of this resolvable object. |
3130
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resetPort">ResetPort</a></code> | *No description.* |
3131
+
3132
+ ---
3133
+
3134
+ ##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.computeFqn"></a>
3135
+
3136
+ ```go
3137
+ func ComputeFqn() *string
3138
+ ```
3139
+
3140
+ ##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getAnyMapAttribute"></a>
3141
+
3142
+ ```go
3143
+ func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
3144
+ ```
3145
+
3146
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
3147
+
3148
+ - *Type:* *string
3149
+
3150
+ ---
3151
+
3152
+ ##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanAttribute"></a>
3153
+
3154
+ ```go
3155
+ func GetBooleanAttribute(terraformAttribute *string) IResolvable
3156
+ ```
3157
+
3158
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
3159
+
3160
+ - *Type:* *string
3161
+
3162
+ ---
3163
+
3164
+ ##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanMapAttribute"></a>
3165
+
3166
+ ```go
3167
+ func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
3168
+ ```
3169
+
3170
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
3171
+
3172
+ - *Type:* *string
3173
+
3174
+ ---
3175
+
3176
+ ##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getListAttribute"></a>
3177
+
3178
+ ```go
3179
+ func GetListAttribute(terraformAttribute *string) *[]*string
3180
+ ```
3181
+
3182
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
3183
+
3184
+ - *Type:* *string
3185
+
3186
+ ---
3187
+
3188
+ ##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberAttribute"></a>
3189
+
3190
+ ```go
3191
+ func GetNumberAttribute(terraformAttribute *string) *f64
3192
+ ```
3193
+
3194
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
3195
+
3196
+ - *Type:* *string
3197
+
3198
+ ---
3199
+
3200
+ ##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberListAttribute"></a>
3201
+
3202
+ ```go
3203
+ func GetNumberListAttribute(terraformAttribute *string) *[]*f64
3204
+ ```
3205
+
3206
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
3207
+
3208
+ - *Type:* *string
3209
+
3210
+ ---
3211
+
3212
+ ##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberMapAttribute"></a>
3213
+
3214
+ ```go
3215
+ func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
3216
+ ```
3217
+
3218
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
3219
+
3220
+ - *Type:* *string
3221
+
3222
+ ---
3223
+
3224
+ ##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringAttribute"></a>
3225
+
3226
+ ```go
3227
+ func GetStringAttribute(terraformAttribute *string) *string
3228
+ ```
3229
+
3230
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
3231
+
3232
+ - *Type:* *string
3233
+
3234
+ ---
3235
+
3236
+ ##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringMapAttribute"></a>
3237
+
3238
+ ```go
3239
+ func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
3240
+ ```
3241
+
3242
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
3243
+
3244
+ - *Type:* *string
3245
+
3246
+ ---
3247
+
3248
+ ##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.interpolationForAttribute"></a>
3249
+
3250
+ ```go
3251
+ func InterpolationForAttribute(property *string) IResolvable
3252
+ ```
3253
+
3254
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
3255
+
3256
+ - *Type:* *string
3257
+
3258
+ ---
3259
+
3260
+ ##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resolve"></a>
3261
+
3262
+ ```go
3263
+ func Resolve(_context IResolveContext) interface{}
3264
+ ```
3265
+
3266
+ Produce the Token's value at resolution time.
3267
+
3268
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resolve.parameter._context"></a>
3269
+
3270
+ - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
3271
+
3272
+ ---
3273
+
3274
+ ##### `ToString` <a name="ToString" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.toString"></a>
3275
+
3276
+ ```go
3277
+ func ToString() *string
3278
+ ```
3279
+
3280
+ Return a string representation of this resolvable object.
3281
+
3282
+ Returns a reversible string representation.
3283
+
3284
+ ##### `ResetPort` <a name="ResetPort" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resetPort"></a>
3285
+
3286
+ ```go
3287
+ func ResetPort()
3288
+ ```
3289
+
3290
+
3291
+ #### Properties <a name="Properties" id="Properties"></a>
3292
+
3293
+ | **Name** | **Type** | **Description** |
3294
+ | --- | --- | --- |
3295
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.creationStack">CreationStack</a></code> | <code>*[]*string</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
3296
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.fqn">Fqn</a></code> | <code>*string</code> | *No description.* |
3297
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.portInput">PortInput</a></code> | <code>*f64</code> | *No description.* |
3298
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.port">Port</a></code> | <code>*f64</code> | *No description.* |
3299
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.internalValue">InternalValue</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a></code> | *No description.* |
3300
+
3301
+ ---
3302
+
3303
+ ##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.creationStack"></a>
3304
+
3305
+ ```go
3306
+ func CreationStack() *[]*string
3307
+ ```
3308
+
3309
+ - *Type:* *[]*string
3310
+
3311
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
3312
+
3313
+ If this returns an empty array the stack will not be attached.
3314
+
3315
+ ---
3316
+
3317
+ ##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.fqn"></a>
3318
+
3319
+ ```go
3320
+ func Fqn() *string
3321
+ ```
3322
+
3323
+ - *Type:* *string
3324
+
3325
+ ---
3326
+
3327
+ ##### `PortInput`<sup>Optional</sup> <a name="PortInput" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.portInput"></a>
3328
+
3329
+ ```go
3330
+ func PortInput() *f64
3331
+ ```
3332
+
3333
+ - *Type:* *f64
3334
+
3335
+ ---
3336
+
3337
+ ##### `Port`<sup>Required</sup> <a name="Port" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.port"></a>
3338
+
3339
+ ```go
3340
+ func Port() *f64
3341
+ ```
3342
+
3343
+ - *Type:* *f64
3344
+
3345
+ ---
3346
+
3347
+ ##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.internalValue"></a>
3348
+
3349
+ ```go
3350
+ func InternalValue() CertificateTlsChallenge
3351
+ ```
3352
+
3353
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a>
3354
+
3355
+ ---
3356
+
3357
+
3358
+