@cdktf/provider-acme 5.0.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3319 @@
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
+ ```typescript
16
+ import { certificate } from '@cdktf/provider-acme'
17
+
18
+ new certificate.Certificate(scope: Construct, id: string, config: CertificateConfig)
19
+ ```
20
+
21
+ | **Name** | **Type** | **Description** |
22
+ | --- | --- | --- |
23
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.Initializer.parameter.scope">scope</a></code> | <code>constructs.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:* constructs.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
+ ```typescript
102
+ public 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
+ ```typescript
110
+ public addOverride(path: string, value: any): void
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:* any
122
+
123
+ ---
124
+
125
+ ##### `overrideLogicalId` <a name="overrideLogicalId" id="@cdktf/provider-acme.certificate.Certificate.overrideLogicalId"></a>
126
+
127
+ ```typescript
128
+ public overrideLogicalId(newLogicalId: string): void
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
+ ```typescript
144
+ public resetOverrideLogicalId(): void
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
+ ```typescript
152
+ public toMetadata(): any
153
+ ```
154
+
155
+ ##### `toTerraform` <a name="toTerraform" id="@cdktf/provider-acme.certificate.Certificate.toTerraform"></a>
156
+
157
+ ```typescript
158
+ public toTerraform(): any
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
+ ```typescript
166
+ public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
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
+ ```typescript
178
+ public 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
+ ```typescript
190
+ public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
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
+ ```typescript
202
+ public 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
+ ```typescript
214
+ public getNumberAttribute(terraformAttribute: string): number
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
+ ```typescript
226
+ public getNumberListAttribute(terraformAttribute: string): number[]
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
+ ```typescript
238
+ public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
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
+ ```typescript
250
+ public 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
+ ```typescript
262
+ public getStringMapAttribute(terraformAttribute: string): {[ key: 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
+ ```typescript
274
+ public 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
+ ```typescript
286
+ public putDnsChallenge(value: IResolvable | CertificateDnsChallenge[]): void
287
+ ```
288
+
289
+ ###### `value`<sup>Required</sup> <a name="value" id="@cdktf/provider-acme.certificate.Certificate.putDnsChallenge.parameter.value"></a>
290
+
291
+ - *Type:* cdktf.IResolvable | <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]
292
+
293
+ ---
294
+
295
+ ##### `putHttpChallenge` <a name="putHttpChallenge" id="@cdktf/provider-acme.certificate.Certificate.putHttpChallenge"></a>
296
+
297
+ ```typescript
298
+ public putHttpChallenge(value: CertificateHttpChallenge): void
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
+ ```typescript
310
+ public putHttpMemcachedChallenge(value: CertificateHttpMemcachedChallenge): void
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
+ ```typescript
322
+ public putHttpWebrootChallenge(value: CertificateHttpWebrootChallenge): void
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
+ ```typescript
334
+ public putTlsChallenge(value: CertificateTlsChallenge): void
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
+ ```typescript
346
+ public resetCertificateP12Password(): void
347
+ ```
348
+
349
+ ##### `resetCertificateRequestPem` <a name="resetCertificateRequestPem" id="@cdktf/provider-acme.certificate.Certificate.resetCertificateRequestPem"></a>
350
+
351
+ ```typescript
352
+ public resetCertificateRequestPem(): void
353
+ ```
354
+
355
+ ##### `resetCommonName` <a name="resetCommonName" id="@cdktf/provider-acme.certificate.Certificate.resetCommonName"></a>
356
+
357
+ ```typescript
358
+ public resetCommonName(): void
359
+ ```
360
+
361
+ ##### `resetDisableCompletePropagation` <a name="resetDisableCompletePropagation" id="@cdktf/provider-acme.certificate.Certificate.resetDisableCompletePropagation"></a>
362
+
363
+ ```typescript
364
+ public resetDisableCompletePropagation(): void
365
+ ```
366
+
367
+ ##### `resetDnsChallenge` <a name="resetDnsChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetDnsChallenge"></a>
368
+
369
+ ```typescript
370
+ public resetDnsChallenge(): void
371
+ ```
372
+
373
+ ##### `resetHttpChallenge` <a name="resetHttpChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetHttpChallenge"></a>
374
+
375
+ ```typescript
376
+ public resetHttpChallenge(): void
377
+ ```
378
+
379
+ ##### `resetHttpMemcachedChallenge` <a name="resetHttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetHttpMemcachedChallenge"></a>
380
+
381
+ ```typescript
382
+ public resetHttpMemcachedChallenge(): void
383
+ ```
384
+
385
+ ##### `resetHttpWebrootChallenge` <a name="resetHttpWebrootChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetHttpWebrootChallenge"></a>
386
+
387
+ ```typescript
388
+ public resetHttpWebrootChallenge(): void
389
+ ```
390
+
391
+ ##### `resetId` <a name="resetId" id="@cdktf/provider-acme.certificate.Certificate.resetId"></a>
392
+
393
+ ```typescript
394
+ public resetId(): void
395
+ ```
396
+
397
+ ##### `resetKeyType` <a name="resetKeyType" id="@cdktf/provider-acme.certificate.Certificate.resetKeyType"></a>
398
+
399
+ ```typescript
400
+ public resetKeyType(): void
401
+ ```
402
+
403
+ ##### `resetMinDaysRemaining` <a name="resetMinDaysRemaining" id="@cdktf/provider-acme.certificate.Certificate.resetMinDaysRemaining"></a>
404
+
405
+ ```typescript
406
+ public resetMinDaysRemaining(): void
407
+ ```
408
+
409
+ ##### `resetMustStaple` <a name="resetMustStaple" id="@cdktf/provider-acme.certificate.Certificate.resetMustStaple"></a>
410
+
411
+ ```typescript
412
+ public resetMustStaple(): void
413
+ ```
414
+
415
+ ##### `resetPreCheckDelay` <a name="resetPreCheckDelay" id="@cdktf/provider-acme.certificate.Certificate.resetPreCheckDelay"></a>
416
+
417
+ ```typescript
418
+ public resetPreCheckDelay(): void
419
+ ```
420
+
421
+ ##### `resetPreferredChain` <a name="resetPreferredChain" id="@cdktf/provider-acme.certificate.Certificate.resetPreferredChain"></a>
422
+
423
+ ```typescript
424
+ public resetPreferredChain(): void
425
+ ```
426
+
427
+ ##### `resetRecursiveNameservers` <a name="resetRecursiveNameservers" id="@cdktf/provider-acme.certificate.Certificate.resetRecursiveNameservers"></a>
428
+
429
+ ```typescript
430
+ public resetRecursiveNameservers(): void
431
+ ```
432
+
433
+ ##### `resetRevokeCertificateOnDestroy` <a name="resetRevokeCertificateOnDestroy" id="@cdktf/provider-acme.certificate.Certificate.resetRevokeCertificateOnDestroy"></a>
434
+
435
+ ```typescript
436
+ public resetRevokeCertificateOnDestroy(): void
437
+ ```
438
+
439
+ ##### `resetSubjectAlternativeNames` <a name="resetSubjectAlternativeNames" id="@cdktf/provider-acme.certificate.Certificate.resetSubjectAlternativeNames"></a>
440
+
441
+ ```typescript
442
+ public resetSubjectAlternativeNames(): void
443
+ ```
444
+
445
+ ##### `resetTlsChallenge` <a name="resetTlsChallenge" id="@cdktf/provider-acme.certificate.Certificate.resetTlsChallenge"></a>
446
+
447
+ ```typescript
448
+ public resetTlsChallenge(): void
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
+ ```typescript
464
+ import { certificate } from '@cdktf/provider-acme'
465
+
466
+ certificate.Certificate.isConstruct(x: any)
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:* any
488
+
489
+ Any object.
490
+
491
+ ---
492
+
493
+ ##### `isTerraformElement` <a name="isTerraformElement" id="@cdktf/provider-acme.certificate.Certificate.isTerraformElement"></a>
494
+
495
+ ```typescript
496
+ import { certificate } from '@cdktf/provider-acme'
497
+
498
+ certificate.Certificate.isTerraformElement(x: any)
499
+ ```
500
+
501
+ ###### `x`<sup>Required</sup> <a name="x" id="@cdktf/provider-acme.certificate.Certificate.isTerraformElement.parameter.x"></a>
502
+
503
+ - *Type:* any
504
+
505
+ ---
506
+
507
+ ##### `isTerraformResource` <a name="isTerraformResource" id="@cdktf/provider-acme.certificate.Certificate.isTerraformResource"></a>
508
+
509
+ ```typescript
510
+ import { certificate } from '@cdktf/provider-acme'
511
+
512
+ certificate.Certificate.isTerraformResource(x: any)
513
+ ```
514
+
515
+ ###### `x`<sup>Required</sup> <a name="x" id="@cdktf/provider-acme.certificate.Certificate.isTerraformResource.parameter.x"></a>
516
+
517
+ - *Type:* any
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>constructs.Node</code> | The tree node. |
526
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.cdktfStack">cdktfStack</a></code> | <code>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>{[ key: string ]: any}</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>cdktf.TerraformProviderGeneratorMetadata</code> | *No description.* |
532
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.connection">connection</a></code> | <code>cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection</code> | *No description.* |
533
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.count">count</a></code> | <code>number \| cdktf.TerraformCount</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>cdktf.ITerraformIterator</code> | *No description.* |
536
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | *No description.* |
537
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.provider">provider</a></code> | <code>cdktf.TerraformProvider</code> | *No description.* |
538
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.provisioners">provisioners</a></code> | <code>cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]</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>boolean \| cdktf.IResolvable</code> | *No description.* |
556
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.dnsChallengeInput">dnsChallengeInput</a></code> | <code>cdktf.IResolvable \| <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]</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>number</code> | *No description.* |
563
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.mustStapleInput">mustStapleInput</a></code> | <code>boolean \| cdktf.IResolvable</code> | *No description.* |
564
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.preCheckDelayInput">preCheckDelayInput</a></code> | <code>number</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>boolean \| cdktf.IResolvable</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>boolean \| cdktf.IResolvable</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>number</code> | *No description.* |
578
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.mustStaple">mustStaple</a></code> | <code>boolean \| cdktf.IResolvable</code> | *No description.* |
579
+ | <code><a href="#@cdktf/provider-acme.certificate.Certificate.property.preCheckDelay">preCheckDelay</a></code> | <code>number</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>boolean \| cdktf.IResolvable</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
+ ```typescript
590
+ public readonly node: Node;
591
+ ```
592
+
593
+ - *Type:* constructs.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
+ ```typescript
602
+ public readonly cdktfStack: TerraformStack;
603
+ ```
604
+
605
+ - *Type:* cdktf.TerraformStack
606
+
607
+ ---
608
+
609
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.Certificate.property.fqn"></a>
610
+
611
+ ```typescript
612
+ public readonly 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
+ ```typescript
622
+ public readonly 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
+ ```typescript
632
+ public readonly terraformMetaArguments: {[ key: string ]: any};
633
+ ```
634
+
635
+ - *Type:* {[ key: string ]: any}
636
+
637
+ ---
638
+
639
+ ##### `terraformResourceType`<sup>Required</sup> <a name="terraformResourceType" id="@cdktf/provider-acme.certificate.Certificate.property.terraformResourceType"></a>
640
+
641
+ ```typescript
642
+ public readonly 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
+ ```typescript
652
+ public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
653
+ ```
654
+
655
+ - *Type:* cdktf.TerraformProviderGeneratorMetadata
656
+
657
+ ---
658
+
659
+ ##### `connection`<sup>Optional</sup> <a name="connection" id="@cdktf/provider-acme.certificate.Certificate.property.connection"></a>
660
+
661
+ ```typescript
662
+ public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
663
+ ```
664
+
665
+ - *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
666
+
667
+ ---
668
+
669
+ ##### `count`<sup>Optional</sup> <a name="count" id="@cdktf/provider-acme.certificate.Certificate.property.count"></a>
670
+
671
+ ```typescript
672
+ public readonly count: number | TerraformCount;
673
+ ```
674
+
675
+ - *Type:* number | cdktf.TerraformCount
676
+
677
+ ---
678
+
679
+ ##### `dependsOn`<sup>Optional</sup> <a name="dependsOn" id="@cdktf/provider-acme.certificate.Certificate.property.dependsOn"></a>
680
+
681
+ ```typescript
682
+ public readonly 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
+ ```typescript
692
+ public readonly forEach: ITerraformIterator;
693
+ ```
694
+
695
+ - *Type:* cdktf.ITerraformIterator
696
+
697
+ ---
698
+
699
+ ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@cdktf/provider-acme.certificate.Certificate.property.lifecycle"></a>
700
+
701
+ ```typescript
702
+ public readonly lifecycle: TerraformResourceLifecycle;
703
+ ```
704
+
705
+ - *Type:* cdktf.TerraformResourceLifecycle
706
+
707
+ ---
708
+
709
+ ##### `provider`<sup>Optional</sup> <a name="provider" id="@cdktf/provider-acme.certificate.Certificate.property.provider"></a>
710
+
711
+ ```typescript
712
+ public readonly provider: TerraformProvider;
713
+ ```
714
+
715
+ - *Type:* cdktf.TerraformProvider
716
+
717
+ ---
718
+
719
+ ##### `provisioners`<sup>Optional</sup> <a name="provisioners" id="@cdktf/provider-acme.certificate.Certificate.property.provisioners"></a>
720
+
721
+ ```typescript
722
+ public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
723
+ ```
724
+
725
+ - *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
726
+
727
+ ---
728
+
729
+ ##### `certificateDomain`<sup>Required</sup> <a name="certificateDomain" id="@cdktf/provider-acme.certificate.Certificate.property.certificateDomain"></a>
730
+
731
+ ```typescript
732
+ public readonly 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
+ ```typescript
742
+ public readonly 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
+ ```typescript
752
+ public readonly 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
+ ```typescript
762
+ public readonly 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
+ ```typescript
772
+ public readonly 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
+ ```typescript
782
+ public readonly 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
+ ```typescript
792
+ public readonly 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
+ ```typescript
802
+ public readonly 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
+ ```typescript
812
+ public readonly 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
+ ```typescript
822
+ public readonly 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
+ ```typescript
832
+ public readonly 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
+ ```typescript
842
+ public readonly 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
+ ```typescript
852
+ public readonly 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
+ ```typescript
862
+ public readonly 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
+ ```typescript
872
+ public readonly 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
+ ```typescript
882
+ public readonly 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
+ ```typescript
892
+ public readonly disableCompletePropagationInput: boolean | IResolvable;
893
+ ```
894
+
895
+ - *Type:* boolean | cdktf.IResolvable
896
+
897
+ ---
898
+
899
+ ##### `dnsChallengeInput`<sup>Optional</sup> <a name="dnsChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.dnsChallengeInput"></a>
900
+
901
+ ```typescript
902
+ public readonly dnsChallengeInput: IResolvable | CertificateDnsChallenge[];
903
+ ```
904
+
905
+ - *Type:* cdktf.IResolvable | <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]
906
+
907
+ ---
908
+
909
+ ##### `httpChallengeInput`<sup>Optional</sup> <a name="httpChallengeInput" id="@cdktf/provider-acme.certificate.Certificate.property.httpChallengeInput"></a>
910
+
911
+ ```typescript
912
+ public readonly 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
+ ```typescript
922
+ public readonly 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
+ ```typescript
932
+ public readonly 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
+ ```typescript
942
+ public readonly 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
+ ```typescript
952
+ public readonly 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
+ ```typescript
962
+ public readonly minDaysRemainingInput: number;
963
+ ```
964
+
965
+ - *Type:* number
966
+
967
+ ---
968
+
969
+ ##### `mustStapleInput`<sup>Optional</sup> <a name="mustStapleInput" id="@cdktf/provider-acme.certificate.Certificate.property.mustStapleInput"></a>
970
+
971
+ ```typescript
972
+ public readonly mustStapleInput: boolean | IResolvable;
973
+ ```
974
+
975
+ - *Type:* boolean | cdktf.IResolvable
976
+
977
+ ---
978
+
979
+ ##### `preCheckDelayInput`<sup>Optional</sup> <a name="preCheckDelayInput" id="@cdktf/provider-acme.certificate.Certificate.property.preCheckDelayInput"></a>
980
+
981
+ ```typescript
982
+ public readonly preCheckDelayInput: number;
983
+ ```
984
+
985
+ - *Type:* number
986
+
987
+ ---
988
+
989
+ ##### `preferredChainInput`<sup>Optional</sup> <a name="preferredChainInput" id="@cdktf/provider-acme.certificate.Certificate.property.preferredChainInput"></a>
990
+
991
+ ```typescript
992
+ public readonly 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
+ ```typescript
1002
+ public readonly 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
+ ```typescript
1012
+ public readonly revokeCertificateOnDestroyInput: boolean | IResolvable;
1013
+ ```
1014
+
1015
+ - *Type:* boolean | cdktf.IResolvable
1016
+
1017
+ ---
1018
+
1019
+ ##### `subjectAlternativeNamesInput`<sup>Optional</sup> <a name="subjectAlternativeNamesInput" id="@cdktf/provider-acme.certificate.Certificate.property.subjectAlternativeNamesInput"></a>
1020
+
1021
+ ```typescript
1022
+ public readonly 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
+ ```typescript
1032
+ public readonly 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
+ ```typescript
1042
+ public readonly 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
+ ```typescript
1052
+ public readonly 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
+ ```typescript
1062
+ public readonly 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
+ ```typescript
1072
+ public readonly 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
+ ```typescript
1082
+ public readonly disableCompletePropagation: boolean | IResolvable;
1083
+ ```
1084
+
1085
+ - *Type:* boolean | cdktf.IResolvable
1086
+
1087
+ ---
1088
+
1089
+ ##### `id`<sup>Required</sup> <a name="id" id="@cdktf/provider-acme.certificate.Certificate.property.id"></a>
1090
+
1091
+ ```typescript
1092
+ public readonly 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
+ ```typescript
1102
+ public readonly 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
+ ```typescript
1112
+ public readonly minDaysRemaining: number;
1113
+ ```
1114
+
1115
+ - *Type:* number
1116
+
1117
+ ---
1118
+
1119
+ ##### `mustStaple`<sup>Required</sup> <a name="mustStaple" id="@cdktf/provider-acme.certificate.Certificate.property.mustStaple"></a>
1120
+
1121
+ ```typescript
1122
+ public readonly mustStaple: boolean | IResolvable;
1123
+ ```
1124
+
1125
+ - *Type:* boolean | cdktf.IResolvable
1126
+
1127
+ ---
1128
+
1129
+ ##### `preCheckDelay`<sup>Required</sup> <a name="preCheckDelay" id="@cdktf/provider-acme.certificate.Certificate.property.preCheckDelay"></a>
1130
+
1131
+ ```typescript
1132
+ public readonly preCheckDelay: number;
1133
+ ```
1134
+
1135
+ - *Type:* number
1136
+
1137
+ ---
1138
+
1139
+ ##### `preferredChain`<sup>Required</sup> <a name="preferredChain" id="@cdktf/provider-acme.certificate.Certificate.property.preferredChain"></a>
1140
+
1141
+ ```typescript
1142
+ public readonly 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
+ ```typescript
1152
+ public readonly 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
+ ```typescript
1162
+ public readonly revokeCertificateOnDestroy: boolean | IResolvable;
1163
+ ```
1164
+
1165
+ - *Type:* boolean | cdktf.IResolvable
1166
+
1167
+ ---
1168
+
1169
+ ##### `subjectAlternativeNames`<sup>Required</sup> <a name="subjectAlternativeNames" id="@cdktf/provider-acme.certificate.Certificate.property.subjectAlternativeNames"></a>
1170
+
1171
+ ```typescript
1172
+ public readonly 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
+ ```typescript
1190
+ public readonly 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
+ ```typescript
1204
+ import { certificate } from '@cdktf/provider-acme'
1205
+
1206
+ const certificateConfig: certificate.CertificateConfig = { ... }
1207
+ ```
1208
+
1209
+ #### Properties <a name="Properties" id="Properties"></a>
1210
+
1211
+ | **Name** | **Type** | **Description** |
1212
+ | --- | --- | --- |
1213
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.connection">connection</a></code> | <code>cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection</code> | *No description.* |
1214
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.count">count</a></code> | <code>number \| cdktf.TerraformCount</code> | *No description.* |
1215
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.dependsOn">dependsOn</a></code> | <code>cdktf.ITerraformDependable[]</code> | *No description.* |
1216
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.forEach">forEach</a></code> | <code>cdktf.ITerraformIterator</code> | *No description.* |
1217
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | *No description.* |
1218
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.provider">provider</a></code> | <code>cdktf.TerraformProvider</code> | *No description.* |
1219
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.provisioners">provisioners</a></code> | <code>cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]</code> | *No description.* |
1220
+ | <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}. |
1221
+ | <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}. |
1222
+ | <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}. |
1223
+ | <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}. |
1224
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.disableCompletePropagation">disableCompletePropagation</a></code> | <code>boolean \| cdktf.IResolvable</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}. |
1225
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.dnsChallenge">dnsChallenge</a></code> | <code>cdktf.IResolvable \| <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]</code> | dns_challenge block. |
1226
+ | <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. |
1227
+ | <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. |
1228
+ | <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. |
1229
+ | <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}. |
1230
+ | <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}. |
1231
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.minDaysRemaining">minDaysRemaining</a></code> | <code>number</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}. |
1232
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.mustStaple">mustStaple</a></code> | <code>boolean \| cdktf.IResolvable</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#must_staple Certificate#must_staple}. |
1233
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.preCheckDelay">preCheckDelay</a></code> | <code>number</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}. |
1234
+ | <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}. |
1235
+ | <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}. |
1236
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateConfig.property.revokeCertificateOnDestroy">revokeCertificateOnDestroy</a></code> | <code>boolean \| cdktf.IResolvable</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}. |
1237
+ | <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}. |
1238
+ | <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. |
1239
+
1240
+ ---
1241
+
1242
+ ##### `connection`<sup>Optional</sup> <a name="connection" id="@cdktf/provider-acme.certificate.CertificateConfig.property.connection"></a>
1243
+
1244
+ ```typescript
1245
+ public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
1246
+ ```
1247
+
1248
+ - *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
1249
+
1250
+ ---
1251
+
1252
+ ##### `count`<sup>Optional</sup> <a name="count" id="@cdktf/provider-acme.certificate.CertificateConfig.property.count"></a>
1253
+
1254
+ ```typescript
1255
+ public readonly count: number | TerraformCount;
1256
+ ```
1257
+
1258
+ - *Type:* number | cdktf.TerraformCount
1259
+
1260
+ ---
1261
+
1262
+ ##### `dependsOn`<sup>Optional</sup> <a name="dependsOn" id="@cdktf/provider-acme.certificate.CertificateConfig.property.dependsOn"></a>
1263
+
1264
+ ```typescript
1265
+ public readonly dependsOn: ITerraformDependable[];
1266
+ ```
1267
+
1268
+ - *Type:* cdktf.ITerraformDependable[]
1269
+
1270
+ ---
1271
+
1272
+ ##### `forEach`<sup>Optional</sup> <a name="forEach" id="@cdktf/provider-acme.certificate.CertificateConfig.property.forEach"></a>
1273
+
1274
+ ```typescript
1275
+ public readonly forEach: ITerraformIterator;
1276
+ ```
1277
+
1278
+ - *Type:* cdktf.ITerraformIterator
1279
+
1280
+ ---
1281
+
1282
+ ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@cdktf/provider-acme.certificate.CertificateConfig.property.lifecycle"></a>
1283
+
1284
+ ```typescript
1285
+ public readonly lifecycle: TerraformResourceLifecycle;
1286
+ ```
1287
+
1288
+ - *Type:* cdktf.TerraformResourceLifecycle
1289
+
1290
+ ---
1291
+
1292
+ ##### `provider`<sup>Optional</sup> <a name="provider" id="@cdktf/provider-acme.certificate.CertificateConfig.property.provider"></a>
1293
+
1294
+ ```typescript
1295
+ public readonly provider: TerraformProvider;
1296
+ ```
1297
+
1298
+ - *Type:* cdktf.TerraformProvider
1299
+
1300
+ ---
1301
+
1302
+ ##### `provisioners`<sup>Optional</sup> <a name="provisioners" id="@cdktf/provider-acme.certificate.CertificateConfig.property.provisioners"></a>
1303
+
1304
+ ```typescript
1305
+ public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
1306
+ ```
1307
+
1308
+ - *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
1309
+
1310
+ ---
1311
+
1312
+ ##### `accountKeyPem`<sup>Required</sup> <a name="accountKeyPem" id="@cdktf/provider-acme.certificate.CertificateConfig.property.accountKeyPem"></a>
1313
+
1314
+ ```typescript
1315
+ public readonly accountKeyPem: string;
1316
+ ```
1317
+
1318
+ - *Type:* string
1319
+
1320
+ 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}.
1321
+
1322
+ ---
1323
+
1324
+ ##### `certificateP12Password`<sup>Optional</sup> <a name="certificateP12Password" id="@cdktf/provider-acme.certificate.CertificateConfig.property.certificateP12Password"></a>
1325
+
1326
+ ```typescript
1327
+ public readonly certificateP12Password: string;
1328
+ ```
1329
+
1330
+ - *Type:* string
1331
+
1332
+ 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}.
1333
+
1334
+ ---
1335
+
1336
+ ##### `certificateRequestPem`<sup>Optional</sup> <a name="certificateRequestPem" id="@cdktf/provider-acme.certificate.CertificateConfig.property.certificateRequestPem"></a>
1337
+
1338
+ ```typescript
1339
+ public readonly certificateRequestPem: string;
1340
+ ```
1341
+
1342
+ - *Type:* string
1343
+
1344
+ 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}.
1345
+
1346
+ ---
1347
+
1348
+ ##### `commonName`<sup>Optional</sup> <a name="commonName" id="@cdktf/provider-acme.certificate.CertificateConfig.property.commonName"></a>
1349
+
1350
+ ```typescript
1351
+ public readonly commonName: string;
1352
+ ```
1353
+
1354
+ - *Type:* string
1355
+
1356
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#common_name Certificate#common_name}.
1357
+
1358
+ ---
1359
+
1360
+ ##### `disableCompletePropagation`<sup>Optional</sup> <a name="disableCompletePropagation" id="@cdktf/provider-acme.certificate.CertificateConfig.property.disableCompletePropagation"></a>
1361
+
1362
+ ```typescript
1363
+ public readonly disableCompletePropagation: boolean | IResolvable;
1364
+ ```
1365
+
1366
+ - *Type:* boolean | cdktf.IResolvable
1367
+
1368
+ 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}.
1369
+
1370
+ ---
1371
+
1372
+ ##### `dnsChallenge`<sup>Optional</sup> <a name="dnsChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.dnsChallenge"></a>
1373
+
1374
+ ```typescript
1375
+ public readonly dnsChallenge: IResolvable | CertificateDnsChallenge[];
1376
+ ```
1377
+
1378
+ - *Type:* cdktf.IResolvable | <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]
1379
+
1380
+ dns_challenge block.
1381
+
1382
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}
1383
+
1384
+ ---
1385
+
1386
+ ##### `httpChallenge`<sup>Optional</sup> <a name="httpChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.httpChallenge"></a>
1387
+
1388
+ ```typescript
1389
+ public readonly httpChallenge: CertificateHttpChallenge;
1390
+ ```
1391
+
1392
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a>
1393
+
1394
+ http_challenge block.
1395
+
1396
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_challenge Certificate#http_challenge}
1397
+
1398
+ ---
1399
+
1400
+ ##### `httpMemcachedChallenge`<sup>Optional</sup> <a name="httpMemcachedChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.httpMemcachedChallenge"></a>
1401
+
1402
+ ```typescript
1403
+ public readonly httpMemcachedChallenge: CertificateHttpMemcachedChallenge;
1404
+ ```
1405
+
1406
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a>
1407
+
1408
+ http_memcached_challenge block.
1409
+
1410
+ 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}
1411
+
1412
+ ---
1413
+
1414
+ ##### `httpWebrootChallenge`<sup>Optional</sup> <a name="httpWebrootChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.httpWebrootChallenge"></a>
1415
+
1416
+ ```typescript
1417
+ public readonly httpWebrootChallenge: CertificateHttpWebrootChallenge;
1418
+ ```
1419
+
1420
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a>
1421
+
1422
+ http_webroot_challenge block.
1423
+
1424
+ 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}
1425
+
1426
+ ---
1427
+
1428
+ ##### `id`<sup>Optional</sup> <a name="id" id="@cdktf/provider-acme.certificate.CertificateConfig.property.id"></a>
1429
+
1430
+ ```typescript
1431
+ public readonly id: string;
1432
+ ```
1433
+
1434
+ - *Type:* string
1435
+
1436
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#id Certificate#id}.
1437
+
1438
+ Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1439
+ 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.
1440
+
1441
+ ---
1442
+
1443
+ ##### `keyType`<sup>Optional</sup> <a name="keyType" id="@cdktf/provider-acme.certificate.CertificateConfig.property.keyType"></a>
1444
+
1445
+ ```typescript
1446
+ public readonly keyType: string;
1447
+ ```
1448
+
1449
+ - *Type:* string
1450
+
1451
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#key_type Certificate#key_type}.
1452
+
1453
+ ---
1454
+
1455
+ ##### `minDaysRemaining`<sup>Optional</sup> <a name="minDaysRemaining" id="@cdktf/provider-acme.certificate.CertificateConfig.property.minDaysRemaining"></a>
1456
+
1457
+ ```typescript
1458
+ public readonly minDaysRemaining: number;
1459
+ ```
1460
+
1461
+ - *Type:* number
1462
+
1463
+ 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}.
1464
+
1465
+ ---
1466
+
1467
+ ##### `mustStaple`<sup>Optional</sup> <a name="mustStaple" id="@cdktf/provider-acme.certificate.CertificateConfig.property.mustStaple"></a>
1468
+
1469
+ ```typescript
1470
+ public readonly mustStaple: boolean | IResolvable;
1471
+ ```
1472
+
1473
+ - *Type:* boolean | cdktf.IResolvable
1474
+
1475
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#must_staple Certificate#must_staple}.
1476
+
1477
+ ---
1478
+
1479
+ ##### `preCheckDelay`<sup>Optional</sup> <a name="preCheckDelay" id="@cdktf/provider-acme.certificate.CertificateConfig.property.preCheckDelay"></a>
1480
+
1481
+ ```typescript
1482
+ public readonly preCheckDelay: number;
1483
+ ```
1484
+
1485
+ - *Type:* number
1486
+
1487
+ 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}.
1488
+
1489
+ ---
1490
+
1491
+ ##### `preferredChain`<sup>Optional</sup> <a name="preferredChain" id="@cdktf/provider-acme.certificate.CertificateConfig.property.preferredChain"></a>
1492
+
1493
+ ```typescript
1494
+ public readonly preferredChain: string;
1495
+ ```
1496
+
1497
+ - *Type:* string
1498
+
1499
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}.
1500
+
1501
+ ---
1502
+
1503
+ ##### `recursiveNameservers`<sup>Optional</sup> <a name="recursiveNameservers" id="@cdktf/provider-acme.certificate.CertificateConfig.property.recursiveNameservers"></a>
1504
+
1505
+ ```typescript
1506
+ public readonly recursiveNameservers: string[];
1507
+ ```
1508
+
1509
+ - *Type:* string[]
1510
+
1511
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}.
1512
+
1513
+ ---
1514
+
1515
+ ##### `revokeCertificateOnDestroy`<sup>Optional</sup> <a name="revokeCertificateOnDestroy" id="@cdktf/provider-acme.certificate.CertificateConfig.property.revokeCertificateOnDestroy"></a>
1516
+
1517
+ ```typescript
1518
+ public readonly revokeCertificateOnDestroy: boolean | IResolvable;
1519
+ ```
1520
+
1521
+ - *Type:* boolean | cdktf.IResolvable
1522
+
1523
+ 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}.
1524
+
1525
+ ---
1526
+
1527
+ ##### `subjectAlternativeNames`<sup>Optional</sup> <a name="subjectAlternativeNames" id="@cdktf/provider-acme.certificate.CertificateConfig.property.subjectAlternativeNames"></a>
1528
+
1529
+ ```typescript
1530
+ public readonly subjectAlternativeNames: string[];
1531
+ ```
1532
+
1533
+ - *Type:* string[]
1534
+
1535
+ 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}.
1536
+
1537
+ ---
1538
+
1539
+ ##### `tlsChallenge`<sup>Optional</sup> <a name="tlsChallenge" id="@cdktf/provider-acme.certificate.CertificateConfig.property.tlsChallenge"></a>
1540
+
1541
+ ```typescript
1542
+ public readonly tlsChallenge: CertificateTlsChallenge;
1543
+ ```
1544
+
1545
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a>
1546
+
1547
+ tls_challenge block.
1548
+
1549
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}
1550
+
1551
+ ---
1552
+
1553
+ ### CertificateDnsChallenge <a name="CertificateDnsChallenge" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge"></a>
1554
+
1555
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge.Initializer"></a>
1556
+
1557
+ ```typescript
1558
+ import { certificate } from '@cdktf/provider-acme'
1559
+
1560
+ const certificateDnsChallenge: certificate.CertificateDnsChallenge = { ... }
1561
+ ```
1562
+
1563
+ #### Properties <a name="Properties" id="Properties"></a>
1564
+
1565
+ | **Name** | **Type** | **Description** |
1566
+ | --- | --- | --- |
1567
+ | <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}. |
1568
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.config">config</a></code> | <code>{[ key: string ]: string}</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#config Certificate#config}. |
1569
+
1570
+ ---
1571
+
1572
+ ##### `provider`<sup>Required</sup> <a name="provider" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.provider"></a>
1573
+
1574
+ ```typescript
1575
+ public readonly provider: string;
1576
+ ```
1577
+
1578
+ - *Type:* string
1579
+
1580
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#provider Certificate#provider}.
1581
+
1582
+ ---
1583
+
1584
+ ##### `config`<sup>Optional</sup> <a name="config" id="@cdktf/provider-acme.certificate.CertificateDnsChallenge.property.config"></a>
1585
+
1586
+ ```typescript
1587
+ public readonly config: {[ key: string ]: string};
1588
+ ```
1589
+
1590
+ - *Type:* {[ key: string ]: string}
1591
+
1592
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#config Certificate#config}.
1593
+
1594
+ ---
1595
+
1596
+ ### CertificateHttpChallenge <a name="CertificateHttpChallenge" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge"></a>
1597
+
1598
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge.Initializer"></a>
1599
+
1600
+ ```typescript
1601
+ import { certificate } from '@cdktf/provider-acme'
1602
+
1603
+ const certificateHttpChallenge: certificate.CertificateHttpChallenge = { ... }
1604
+ ```
1605
+
1606
+ #### Properties <a name="Properties" id="Properties"></a>
1607
+
1608
+ | **Name** | **Type** | **Description** |
1609
+ | --- | --- | --- |
1610
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.port">port</a></code> | <code>number</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}. |
1611
+ | <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}. |
1612
+
1613
+ ---
1614
+
1615
+ ##### `port`<sup>Optional</sup> <a name="port" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.port"></a>
1616
+
1617
+ ```typescript
1618
+ public readonly port: number;
1619
+ ```
1620
+
1621
+ - *Type:* number
1622
+
1623
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}.
1624
+
1625
+ ---
1626
+
1627
+ ##### `proxyHeader`<sup>Optional</sup> <a name="proxyHeader" id="@cdktf/provider-acme.certificate.CertificateHttpChallenge.property.proxyHeader"></a>
1628
+
1629
+ ```typescript
1630
+ public readonly proxyHeader: string;
1631
+ ```
1632
+
1633
+ - *Type:* string
1634
+
1635
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#proxy_header Certificate#proxy_header}.
1636
+
1637
+ ---
1638
+
1639
+ ### CertificateHttpMemcachedChallenge <a name="CertificateHttpMemcachedChallenge" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge"></a>
1640
+
1641
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge.Initializer"></a>
1642
+
1643
+ ```typescript
1644
+ import { certificate } from '@cdktf/provider-acme'
1645
+
1646
+ const certificateHttpMemcachedChallenge: certificate.CertificateHttpMemcachedChallenge = { ... }
1647
+ ```
1648
+
1649
+ #### Properties <a name="Properties" id="Properties"></a>
1650
+
1651
+ | **Name** | **Type** | **Description** |
1652
+ | --- | --- | --- |
1653
+ | <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}. |
1654
+
1655
+ ---
1656
+
1657
+ ##### `hosts`<sup>Required</sup> <a name="hosts" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge.property.hosts"></a>
1658
+
1659
+ ```typescript
1660
+ public readonly hosts: string[];
1661
+ ```
1662
+
1663
+ - *Type:* string[]
1664
+
1665
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#hosts Certificate#hosts}.
1666
+
1667
+ ---
1668
+
1669
+ ### CertificateHttpWebrootChallenge <a name="CertificateHttpWebrootChallenge" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge"></a>
1670
+
1671
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge.Initializer"></a>
1672
+
1673
+ ```typescript
1674
+ import { certificate } from '@cdktf/provider-acme'
1675
+
1676
+ const certificateHttpWebrootChallenge: certificate.CertificateHttpWebrootChallenge = { ... }
1677
+ ```
1678
+
1679
+ #### Properties <a name="Properties" id="Properties"></a>
1680
+
1681
+ | **Name** | **Type** | **Description** |
1682
+ | --- | --- | --- |
1683
+ | <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}. |
1684
+
1685
+ ---
1686
+
1687
+ ##### `directory`<sup>Required</sup> <a name="directory" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge.property.directory"></a>
1688
+
1689
+ ```typescript
1690
+ public readonly directory: string;
1691
+ ```
1692
+
1693
+ - *Type:* string
1694
+
1695
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#directory Certificate#directory}.
1696
+
1697
+ ---
1698
+
1699
+ ### CertificateTlsChallenge <a name="CertificateTlsChallenge" id="@cdktf/provider-acme.certificate.CertificateTlsChallenge"></a>
1700
+
1701
+ #### Initializer <a name="Initializer" id="@cdktf/provider-acme.certificate.CertificateTlsChallenge.Initializer"></a>
1702
+
1703
+ ```typescript
1704
+ import { certificate } from '@cdktf/provider-acme'
1705
+
1706
+ const certificateTlsChallenge: certificate.CertificateTlsChallenge = { ... }
1707
+ ```
1708
+
1709
+ #### Properties <a name="Properties" id="Properties"></a>
1710
+
1711
+ | **Name** | **Type** | **Description** |
1712
+ | --- | --- | --- |
1713
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge.property.port">port</a></code> | <code>number</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}. |
1714
+
1715
+ ---
1716
+
1717
+ ##### `port`<sup>Optional</sup> <a name="port" id="@cdktf/provider-acme.certificate.CertificateTlsChallenge.property.port"></a>
1718
+
1719
+ ```typescript
1720
+ public readonly port: number;
1721
+ ```
1722
+
1723
+ - *Type:* number
1724
+
1725
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}.
1726
+
1727
+ ---
1728
+
1729
+ ## Classes <a name="Classes" id="Classes"></a>
1730
+
1731
+ ### CertificateDnsChallengeList <a name="CertificateDnsChallengeList" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList"></a>
1732
+
1733
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer"></a>
1734
+
1735
+ ```typescript
1736
+ import { certificate } from '@cdktf/provider-acme'
1737
+
1738
+ new certificate.CertificateDnsChallengeList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
1739
+ ```
1740
+
1741
+ | **Name** | **Type** | **Description** |
1742
+ | --- | --- | --- |
1743
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>cdktf.IInterpolatingParent</code> | The parent resource. |
1744
+ | <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. |
1745
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.wrapsSet">wrapsSet</a></code> | <code>boolean</code> | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
1746
+
1747
+ ---
1748
+
1749
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformResource"></a>
1750
+
1751
+ - *Type:* cdktf.IInterpolatingParent
1752
+
1753
+ The parent resource.
1754
+
1755
+ ---
1756
+
1757
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.terraformAttribute"></a>
1758
+
1759
+ - *Type:* string
1760
+
1761
+ The attribute on the parent resource this class is referencing.
1762
+
1763
+ ---
1764
+
1765
+ ##### `wrapsSet`<sup>Required</sup> <a name="wrapsSet" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.Initializer.parameter.wrapsSet"></a>
1766
+
1767
+ - *Type:* boolean
1768
+
1769
+ whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1770
+
1771
+ ---
1772
+
1773
+ #### Methods <a name="Methods" id="Methods"></a>
1774
+
1775
+ | **Name** | **Description** |
1776
+ | --- | --- |
1777
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.computeFqn">computeFqn</a></code> | *No description.* |
1778
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.resolve">resolve</a></code> | Produce the Token's value at resolution time. |
1779
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.toString">toString</a></code> | Return a string representation of this resolvable object. |
1780
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.get">get</a></code> | *No description.* |
1781
+
1782
+ ---
1783
+
1784
+ ##### `computeFqn` <a name="computeFqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.computeFqn"></a>
1785
+
1786
+ ```typescript
1787
+ public computeFqn(): string
1788
+ ```
1789
+
1790
+ ##### `resolve` <a name="resolve" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.resolve"></a>
1791
+
1792
+ ```typescript
1793
+ public resolve(_context: IResolveContext): any
1794
+ ```
1795
+
1796
+ Produce the Token's value at resolution time.
1797
+
1798
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.resolve.parameter._context"></a>
1799
+
1800
+ - *Type:* cdktf.IResolveContext
1801
+
1802
+ ---
1803
+
1804
+ ##### `toString` <a name="toString" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.toString"></a>
1805
+
1806
+ ```typescript
1807
+ public toString(): string
1808
+ ```
1809
+
1810
+ Return a string representation of this resolvable object.
1811
+
1812
+ Returns a reversible string representation.
1813
+
1814
+ ##### `get` <a name="get" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.get"></a>
1815
+
1816
+ ```typescript
1817
+ public get(index: number): CertificateDnsChallengeOutputReference
1818
+ ```
1819
+
1820
+ ###### `index`<sup>Required</sup> <a name="index" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.get.parameter.index"></a>
1821
+
1822
+ - *Type:* number
1823
+
1824
+ the index of the item to return.
1825
+
1826
+ ---
1827
+
1828
+
1829
+ #### Properties <a name="Properties" id="Properties"></a>
1830
+
1831
+ | **Name** | **Type** | **Description** |
1832
+ | --- | --- | --- |
1833
+ | <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. |
1834
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.fqn">fqn</a></code> | <code>string</code> | *No description.* |
1835
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.internalValue">internalValue</a></code> | <code>cdktf.IResolvable \| <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]</code> | *No description.* |
1836
+
1837
+ ---
1838
+
1839
+ ##### `creationStack`<sup>Required</sup> <a name="creationStack" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.creationStack"></a>
1840
+
1841
+ ```typescript
1842
+ public readonly creationStack: string[];
1843
+ ```
1844
+
1845
+ - *Type:* string[]
1846
+
1847
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
1848
+
1849
+ If this returns an empty array the stack will not be attached.
1850
+
1851
+ ---
1852
+
1853
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.fqn"></a>
1854
+
1855
+ ```typescript
1856
+ public readonly fqn: string;
1857
+ ```
1858
+
1859
+ - *Type:* string
1860
+
1861
+ ---
1862
+
1863
+ ##### `internalValue`<sup>Optional</sup> <a name="internalValue" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeList.property.internalValue"></a>
1864
+
1865
+ ```typescript
1866
+ public readonly internalValue: IResolvable | CertificateDnsChallenge[];
1867
+ ```
1868
+
1869
+ - *Type:* cdktf.IResolvable | <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a>[]
1870
+
1871
+ ---
1872
+
1873
+
1874
+ ### CertificateDnsChallengeOutputReference <a name="CertificateDnsChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference"></a>
1875
+
1876
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer"></a>
1877
+
1878
+ ```typescript
1879
+ import { certificate } from '@cdktf/provider-acme'
1880
+
1881
+ new certificate.CertificateDnsChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
1882
+ ```
1883
+
1884
+ | **Name** | **Type** | **Description** |
1885
+ | --- | --- | --- |
1886
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>cdktf.IInterpolatingParent</code> | The parent resource. |
1887
+ | <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. |
1888
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIndex">complexObjectIndex</a></code> | <code>number</code> | the index of this item in the list. |
1889
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIsFromSet">complexObjectIsFromSet</a></code> | <code>boolean</code> | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
1890
+
1891
+ ---
1892
+
1893
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformResource"></a>
1894
+
1895
+ - *Type:* cdktf.IInterpolatingParent
1896
+
1897
+ The parent resource.
1898
+
1899
+ ---
1900
+
1901
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
1902
+
1903
+ - *Type:* string
1904
+
1905
+ The attribute on the parent resource this class is referencing.
1906
+
1907
+ ---
1908
+
1909
+ ##### `complexObjectIndex`<sup>Required</sup> <a name="complexObjectIndex" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIndex"></a>
1910
+
1911
+ - *Type:* number
1912
+
1913
+ the index of this item in the list.
1914
+
1915
+ ---
1916
+
1917
+ ##### `complexObjectIsFromSet`<sup>Required</sup> <a name="complexObjectIsFromSet" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.Initializer.parameter.complexObjectIsFromSet"></a>
1918
+
1919
+ - *Type:* boolean
1920
+
1921
+ whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1922
+
1923
+ ---
1924
+
1925
+ #### Methods <a name="Methods" id="Methods"></a>
1926
+
1927
+ | **Name** | **Description** |
1928
+ | --- | --- |
1929
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.computeFqn">computeFqn</a></code> | *No description.* |
1930
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* |
1931
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* |
1932
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* |
1933
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getListAttribute">getListAttribute</a></code> | *No description.* |
1934
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberAttribute">getNumberAttribute</a></code> | *No description.* |
1935
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* |
1936
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* |
1937
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringAttribute">getStringAttribute</a></code> | *No description.* |
1938
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* |
1939
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* |
1940
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resolve">resolve</a></code> | Produce the Token's value at resolution time. |
1941
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.toString">toString</a></code> | Return a string representation of this resolvable object. |
1942
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resetConfig">resetConfig</a></code> | *No description.* |
1943
+
1944
+ ---
1945
+
1946
+ ##### `computeFqn` <a name="computeFqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.computeFqn"></a>
1947
+
1948
+ ```typescript
1949
+ public computeFqn(): string
1950
+ ```
1951
+
1952
+ ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getAnyMapAttribute"></a>
1953
+
1954
+ ```typescript
1955
+ public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
1956
+ ```
1957
+
1958
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
1959
+
1960
+ - *Type:* string
1961
+
1962
+ ---
1963
+
1964
+ ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanAttribute"></a>
1965
+
1966
+ ```typescript
1967
+ public getBooleanAttribute(terraformAttribute: string): IResolvable
1968
+ ```
1969
+
1970
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
1971
+
1972
+ - *Type:* string
1973
+
1974
+ ---
1975
+
1976
+ ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanMapAttribute"></a>
1977
+
1978
+ ```typescript
1979
+ public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
1980
+ ```
1981
+
1982
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
1983
+
1984
+ - *Type:* string
1985
+
1986
+ ---
1987
+
1988
+ ##### `getListAttribute` <a name="getListAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getListAttribute"></a>
1989
+
1990
+ ```typescript
1991
+ public getListAttribute(terraformAttribute: string): string[]
1992
+ ```
1993
+
1994
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
1995
+
1996
+ - *Type:* string
1997
+
1998
+ ---
1999
+
2000
+ ##### `getNumberAttribute` <a name="getNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberAttribute"></a>
2001
+
2002
+ ```typescript
2003
+ public getNumberAttribute(terraformAttribute: string): number
2004
+ ```
2005
+
2006
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2007
+
2008
+ - *Type:* string
2009
+
2010
+ ---
2011
+
2012
+ ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberListAttribute"></a>
2013
+
2014
+ ```typescript
2015
+ public getNumberListAttribute(terraformAttribute: string): number[]
2016
+ ```
2017
+
2018
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2019
+
2020
+ - *Type:* string
2021
+
2022
+ ---
2023
+
2024
+ ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberMapAttribute"></a>
2025
+
2026
+ ```typescript
2027
+ public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
2028
+ ```
2029
+
2030
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2031
+
2032
+ - *Type:* string
2033
+
2034
+ ---
2035
+
2036
+ ##### `getStringAttribute` <a name="getStringAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringAttribute"></a>
2037
+
2038
+ ```typescript
2039
+ public getStringAttribute(terraformAttribute: string): string
2040
+ ```
2041
+
2042
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2043
+
2044
+ - *Type:* string
2045
+
2046
+ ---
2047
+
2048
+ ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringMapAttribute"></a>
2049
+
2050
+ ```typescript
2051
+ public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
2052
+ ```
2053
+
2054
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2055
+
2056
+ - *Type:* string
2057
+
2058
+ ---
2059
+
2060
+ ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.interpolationForAttribute"></a>
2061
+
2062
+ ```typescript
2063
+ public interpolationForAttribute(property: string): IResolvable
2064
+ ```
2065
+
2066
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2067
+
2068
+ - *Type:* string
2069
+
2070
+ ---
2071
+
2072
+ ##### `resolve` <a name="resolve" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resolve"></a>
2073
+
2074
+ ```typescript
2075
+ public resolve(_context: IResolveContext): any
2076
+ ```
2077
+
2078
+ Produce the Token's value at resolution time.
2079
+
2080
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resolve.parameter._context"></a>
2081
+
2082
+ - *Type:* cdktf.IResolveContext
2083
+
2084
+ ---
2085
+
2086
+ ##### `toString` <a name="toString" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.toString"></a>
2087
+
2088
+ ```typescript
2089
+ public toString(): string
2090
+ ```
2091
+
2092
+ Return a string representation of this resolvable object.
2093
+
2094
+ Returns a reversible string representation.
2095
+
2096
+ ##### `resetConfig` <a name="resetConfig" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.resetConfig"></a>
2097
+
2098
+ ```typescript
2099
+ public resetConfig(): void
2100
+ ```
2101
+
2102
+
2103
+ #### Properties <a name="Properties" id="Properties"></a>
2104
+
2105
+ | **Name** | **Type** | **Description** |
2106
+ | --- | --- | --- |
2107
+ | <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. |
2108
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.fqn">fqn</a></code> | <code>string</code> | *No description.* |
2109
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.configInput">configInput</a></code> | <code>{[ key: string ]: string}</code> | *No description.* |
2110
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.providerInput">providerInput</a></code> | <code>string</code> | *No description.* |
2111
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.config">config</a></code> | <code>{[ key: string ]: string}</code> | *No description.* |
2112
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.provider">provider</a></code> | <code>string</code> | *No description.* |
2113
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.internalValue">internalValue</a></code> | <code><a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a> \| cdktf.IResolvable</code> | *No description.* |
2114
+
2115
+ ---
2116
+
2117
+ ##### `creationStack`<sup>Required</sup> <a name="creationStack" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.creationStack"></a>
2118
+
2119
+ ```typescript
2120
+ public readonly creationStack: string[];
2121
+ ```
2122
+
2123
+ - *Type:* string[]
2124
+
2125
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2126
+
2127
+ If this returns an empty array the stack will not be attached.
2128
+
2129
+ ---
2130
+
2131
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.fqn"></a>
2132
+
2133
+ ```typescript
2134
+ public readonly fqn: string;
2135
+ ```
2136
+
2137
+ - *Type:* string
2138
+
2139
+ ---
2140
+
2141
+ ##### `configInput`<sup>Optional</sup> <a name="configInput" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.configInput"></a>
2142
+
2143
+ ```typescript
2144
+ public readonly configInput: {[ key: string ]: string};
2145
+ ```
2146
+
2147
+ - *Type:* {[ key: string ]: string}
2148
+
2149
+ ---
2150
+
2151
+ ##### `providerInput`<sup>Optional</sup> <a name="providerInput" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.providerInput"></a>
2152
+
2153
+ ```typescript
2154
+ public readonly providerInput: string;
2155
+ ```
2156
+
2157
+ - *Type:* string
2158
+
2159
+ ---
2160
+
2161
+ ##### `config`<sup>Required</sup> <a name="config" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.config"></a>
2162
+
2163
+ ```typescript
2164
+ public readonly config: {[ key: string ]: string};
2165
+ ```
2166
+
2167
+ - *Type:* {[ key: string ]: string}
2168
+
2169
+ ---
2170
+
2171
+ ##### `provider`<sup>Required</sup> <a name="provider" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.provider"></a>
2172
+
2173
+ ```typescript
2174
+ public readonly provider: string;
2175
+ ```
2176
+
2177
+ - *Type:* string
2178
+
2179
+ ---
2180
+
2181
+ ##### `internalValue`<sup>Optional</sup> <a name="internalValue" id="@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference.property.internalValue"></a>
2182
+
2183
+ ```typescript
2184
+ public readonly internalValue: CertificateDnsChallenge | IResolvable;
2185
+ ```
2186
+
2187
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateDnsChallenge">CertificateDnsChallenge</a> | cdktf.IResolvable
2188
+
2189
+ ---
2190
+
2191
+
2192
+ ### CertificateHttpChallengeOutputReference <a name="CertificateHttpChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference"></a>
2193
+
2194
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer"></a>
2195
+
2196
+ ```typescript
2197
+ import { certificate } from '@cdktf/provider-acme'
2198
+
2199
+ new certificate.CertificateHttpChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
2200
+ ```
2201
+
2202
+ | **Name** | **Type** | **Description** |
2203
+ | --- | --- | --- |
2204
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>cdktf.IInterpolatingParent</code> | The parent resource. |
2205
+ | <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. |
2206
+
2207
+ ---
2208
+
2209
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformResource"></a>
2210
+
2211
+ - *Type:* cdktf.IInterpolatingParent
2212
+
2213
+ The parent resource.
2214
+
2215
+ ---
2216
+
2217
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
2218
+
2219
+ - *Type:* string
2220
+
2221
+ The attribute on the parent resource this class is referencing.
2222
+
2223
+ ---
2224
+
2225
+ #### Methods <a name="Methods" id="Methods"></a>
2226
+
2227
+ | **Name** | **Description** |
2228
+ | --- | --- |
2229
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.computeFqn">computeFqn</a></code> | *No description.* |
2230
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* |
2231
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* |
2232
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* |
2233
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getListAttribute">getListAttribute</a></code> | *No description.* |
2234
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberAttribute">getNumberAttribute</a></code> | *No description.* |
2235
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* |
2236
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* |
2237
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringAttribute">getStringAttribute</a></code> | *No description.* |
2238
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* |
2239
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* |
2240
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resolve">resolve</a></code> | Produce the Token's value at resolution time. |
2241
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.toString">toString</a></code> | Return a string representation of this resolvable object. |
2242
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetPort">resetPort</a></code> | *No description.* |
2243
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetProxyHeader">resetProxyHeader</a></code> | *No description.* |
2244
+
2245
+ ---
2246
+
2247
+ ##### `computeFqn` <a name="computeFqn" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.computeFqn"></a>
2248
+
2249
+ ```typescript
2250
+ public computeFqn(): string
2251
+ ```
2252
+
2253
+ ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getAnyMapAttribute"></a>
2254
+
2255
+ ```typescript
2256
+ public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
2257
+ ```
2258
+
2259
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
2260
+
2261
+ - *Type:* string
2262
+
2263
+ ---
2264
+
2265
+ ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanAttribute"></a>
2266
+
2267
+ ```typescript
2268
+ public getBooleanAttribute(terraformAttribute: string): IResolvable
2269
+ ```
2270
+
2271
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2272
+
2273
+ - *Type:* string
2274
+
2275
+ ---
2276
+
2277
+ ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanMapAttribute"></a>
2278
+
2279
+ ```typescript
2280
+ public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
2281
+ ```
2282
+
2283
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2284
+
2285
+ - *Type:* string
2286
+
2287
+ ---
2288
+
2289
+ ##### `getListAttribute` <a name="getListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getListAttribute"></a>
2290
+
2291
+ ```typescript
2292
+ public getListAttribute(terraformAttribute: string): string[]
2293
+ ```
2294
+
2295
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2296
+
2297
+ - *Type:* string
2298
+
2299
+ ---
2300
+
2301
+ ##### `getNumberAttribute` <a name="getNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberAttribute"></a>
2302
+
2303
+ ```typescript
2304
+ public getNumberAttribute(terraformAttribute: string): number
2305
+ ```
2306
+
2307
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2308
+
2309
+ - *Type:* string
2310
+
2311
+ ---
2312
+
2313
+ ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberListAttribute"></a>
2314
+
2315
+ ```typescript
2316
+ public getNumberListAttribute(terraformAttribute: string): number[]
2317
+ ```
2318
+
2319
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2320
+
2321
+ - *Type:* string
2322
+
2323
+ ---
2324
+
2325
+ ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberMapAttribute"></a>
2326
+
2327
+ ```typescript
2328
+ public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
2329
+ ```
2330
+
2331
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2332
+
2333
+ - *Type:* string
2334
+
2335
+ ---
2336
+
2337
+ ##### `getStringAttribute` <a name="getStringAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringAttribute"></a>
2338
+
2339
+ ```typescript
2340
+ public getStringAttribute(terraformAttribute: string): string
2341
+ ```
2342
+
2343
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2344
+
2345
+ - *Type:* string
2346
+
2347
+ ---
2348
+
2349
+ ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringMapAttribute"></a>
2350
+
2351
+ ```typescript
2352
+ public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
2353
+ ```
2354
+
2355
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2356
+
2357
+ - *Type:* string
2358
+
2359
+ ---
2360
+
2361
+ ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.interpolationForAttribute"></a>
2362
+
2363
+ ```typescript
2364
+ public interpolationForAttribute(property: string): IResolvable
2365
+ ```
2366
+
2367
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2368
+
2369
+ - *Type:* string
2370
+
2371
+ ---
2372
+
2373
+ ##### `resolve` <a name="resolve" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resolve"></a>
2374
+
2375
+ ```typescript
2376
+ public resolve(_context: IResolveContext): any
2377
+ ```
2378
+
2379
+ Produce the Token's value at resolution time.
2380
+
2381
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resolve.parameter._context"></a>
2382
+
2383
+ - *Type:* cdktf.IResolveContext
2384
+
2385
+ ---
2386
+
2387
+ ##### `toString` <a name="toString" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.toString"></a>
2388
+
2389
+ ```typescript
2390
+ public toString(): string
2391
+ ```
2392
+
2393
+ Return a string representation of this resolvable object.
2394
+
2395
+ Returns a reversible string representation.
2396
+
2397
+ ##### `resetPort` <a name="resetPort" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetPort"></a>
2398
+
2399
+ ```typescript
2400
+ public resetPort(): void
2401
+ ```
2402
+
2403
+ ##### `resetProxyHeader` <a name="resetProxyHeader" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.resetProxyHeader"></a>
2404
+
2405
+ ```typescript
2406
+ public resetProxyHeader(): void
2407
+ ```
2408
+
2409
+
2410
+ #### Properties <a name="Properties" id="Properties"></a>
2411
+
2412
+ | **Name** | **Type** | **Description** |
2413
+ | --- | --- | --- |
2414
+ | <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. |
2415
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.fqn">fqn</a></code> | <code>string</code> | *No description.* |
2416
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.portInput">portInput</a></code> | <code>number</code> | *No description.* |
2417
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeaderInput">proxyHeaderInput</a></code> | <code>string</code> | *No description.* |
2418
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.port">port</a></code> | <code>number</code> | *No description.* |
2419
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeader">proxyHeader</a></code> | <code>string</code> | *No description.* |
2420
+ | <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.* |
2421
+
2422
+ ---
2423
+
2424
+ ##### `creationStack`<sup>Required</sup> <a name="creationStack" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.creationStack"></a>
2425
+
2426
+ ```typescript
2427
+ public readonly creationStack: string[];
2428
+ ```
2429
+
2430
+ - *Type:* string[]
2431
+
2432
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2433
+
2434
+ If this returns an empty array the stack will not be attached.
2435
+
2436
+ ---
2437
+
2438
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.fqn"></a>
2439
+
2440
+ ```typescript
2441
+ public readonly fqn: string;
2442
+ ```
2443
+
2444
+ - *Type:* string
2445
+
2446
+ ---
2447
+
2448
+ ##### `portInput`<sup>Optional</sup> <a name="portInput" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.portInput"></a>
2449
+
2450
+ ```typescript
2451
+ public readonly portInput: number;
2452
+ ```
2453
+
2454
+ - *Type:* number
2455
+
2456
+ ---
2457
+
2458
+ ##### `proxyHeaderInput`<sup>Optional</sup> <a name="proxyHeaderInput" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeaderInput"></a>
2459
+
2460
+ ```typescript
2461
+ public readonly proxyHeaderInput: string;
2462
+ ```
2463
+
2464
+ - *Type:* string
2465
+
2466
+ ---
2467
+
2468
+ ##### `port`<sup>Required</sup> <a name="port" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.port"></a>
2469
+
2470
+ ```typescript
2471
+ public readonly port: number;
2472
+ ```
2473
+
2474
+ - *Type:* number
2475
+
2476
+ ---
2477
+
2478
+ ##### `proxyHeader`<sup>Required</sup> <a name="proxyHeader" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.proxyHeader"></a>
2479
+
2480
+ ```typescript
2481
+ public readonly proxyHeader: string;
2482
+ ```
2483
+
2484
+ - *Type:* string
2485
+
2486
+ ---
2487
+
2488
+ ##### `internalValue`<sup>Optional</sup> <a name="internalValue" id="@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference.property.internalValue"></a>
2489
+
2490
+ ```typescript
2491
+ public readonly internalValue: CertificateHttpChallenge;
2492
+ ```
2493
+
2494
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpChallenge">CertificateHttpChallenge</a>
2495
+
2496
+ ---
2497
+
2498
+
2499
+ ### CertificateHttpMemcachedChallengeOutputReference <a name="CertificateHttpMemcachedChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference"></a>
2500
+
2501
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer"></a>
2502
+
2503
+ ```typescript
2504
+ import { certificate } from '@cdktf/provider-acme'
2505
+
2506
+ new certificate.CertificateHttpMemcachedChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
2507
+ ```
2508
+
2509
+ | **Name** | **Type** | **Description** |
2510
+ | --- | --- | --- |
2511
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>cdktf.IInterpolatingParent</code> | The parent resource. |
2512
+ | <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. |
2513
+
2514
+ ---
2515
+
2516
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformResource"></a>
2517
+
2518
+ - *Type:* cdktf.IInterpolatingParent
2519
+
2520
+ The parent resource.
2521
+
2522
+ ---
2523
+
2524
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
2525
+
2526
+ - *Type:* string
2527
+
2528
+ The attribute on the parent resource this class is referencing.
2529
+
2530
+ ---
2531
+
2532
+ #### Methods <a name="Methods" id="Methods"></a>
2533
+
2534
+ | **Name** | **Description** |
2535
+ | --- | --- |
2536
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.computeFqn">computeFqn</a></code> | *No description.* |
2537
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* |
2538
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* |
2539
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* |
2540
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getListAttribute">getListAttribute</a></code> | *No description.* |
2541
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberAttribute">getNumberAttribute</a></code> | *No description.* |
2542
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* |
2543
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* |
2544
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringAttribute">getStringAttribute</a></code> | *No description.* |
2545
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* |
2546
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* |
2547
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.resolve">resolve</a></code> | Produce the Token's value at resolution time. |
2548
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.toString">toString</a></code> | Return a string representation of this resolvable object. |
2549
+
2550
+ ---
2551
+
2552
+ ##### `computeFqn` <a name="computeFqn" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.computeFqn"></a>
2553
+
2554
+ ```typescript
2555
+ public computeFqn(): string
2556
+ ```
2557
+
2558
+ ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getAnyMapAttribute"></a>
2559
+
2560
+ ```typescript
2561
+ public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
2562
+ ```
2563
+
2564
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
2565
+
2566
+ - *Type:* string
2567
+
2568
+ ---
2569
+
2570
+ ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanAttribute"></a>
2571
+
2572
+ ```typescript
2573
+ public getBooleanAttribute(terraformAttribute: string): IResolvable
2574
+ ```
2575
+
2576
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2577
+
2578
+ - *Type:* string
2579
+
2580
+ ---
2581
+
2582
+ ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanMapAttribute"></a>
2583
+
2584
+ ```typescript
2585
+ public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
2586
+ ```
2587
+
2588
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2589
+
2590
+ - *Type:* string
2591
+
2592
+ ---
2593
+
2594
+ ##### `getListAttribute` <a name="getListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getListAttribute"></a>
2595
+
2596
+ ```typescript
2597
+ public getListAttribute(terraformAttribute: string): string[]
2598
+ ```
2599
+
2600
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2601
+
2602
+ - *Type:* string
2603
+
2604
+ ---
2605
+
2606
+ ##### `getNumberAttribute` <a name="getNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberAttribute"></a>
2607
+
2608
+ ```typescript
2609
+ public getNumberAttribute(terraformAttribute: string): number
2610
+ ```
2611
+
2612
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2613
+
2614
+ - *Type:* string
2615
+
2616
+ ---
2617
+
2618
+ ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberListAttribute"></a>
2619
+
2620
+ ```typescript
2621
+ public getNumberListAttribute(terraformAttribute: string): number[]
2622
+ ```
2623
+
2624
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2625
+
2626
+ - *Type:* string
2627
+
2628
+ ---
2629
+
2630
+ ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberMapAttribute"></a>
2631
+
2632
+ ```typescript
2633
+ public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
2634
+ ```
2635
+
2636
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2637
+
2638
+ - *Type:* string
2639
+
2640
+ ---
2641
+
2642
+ ##### `getStringAttribute` <a name="getStringAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringAttribute"></a>
2643
+
2644
+ ```typescript
2645
+ public getStringAttribute(terraformAttribute: string): string
2646
+ ```
2647
+
2648
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2649
+
2650
+ - *Type:* string
2651
+
2652
+ ---
2653
+
2654
+ ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringMapAttribute"></a>
2655
+
2656
+ ```typescript
2657
+ public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
2658
+ ```
2659
+
2660
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2661
+
2662
+ - *Type:* string
2663
+
2664
+ ---
2665
+
2666
+ ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.interpolationForAttribute"></a>
2667
+
2668
+ ```typescript
2669
+ public interpolationForAttribute(property: string): IResolvable
2670
+ ```
2671
+
2672
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2673
+
2674
+ - *Type:* string
2675
+
2676
+ ---
2677
+
2678
+ ##### `resolve` <a name="resolve" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.resolve"></a>
2679
+
2680
+ ```typescript
2681
+ public resolve(_context: IResolveContext): any
2682
+ ```
2683
+
2684
+ Produce the Token's value at resolution time.
2685
+
2686
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.resolve.parameter._context"></a>
2687
+
2688
+ - *Type:* cdktf.IResolveContext
2689
+
2690
+ ---
2691
+
2692
+ ##### `toString` <a name="toString" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.toString"></a>
2693
+
2694
+ ```typescript
2695
+ public toString(): string
2696
+ ```
2697
+
2698
+ Return a string representation of this resolvable object.
2699
+
2700
+ Returns a reversible string representation.
2701
+
2702
+
2703
+ #### Properties <a name="Properties" id="Properties"></a>
2704
+
2705
+ | **Name** | **Type** | **Description** |
2706
+ | --- | --- | --- |
2707
+ | <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. |
2708
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.fqn">fqn</a></code> | <code>string</code> | *No description.* |
2709
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hostsInput">hostsInput</a></code> | <code>string[]</code> | *No description.* |
2710
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hosts">hosts</a></code> | <code>string[]</code> | *No description.* |
2711
+ | <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.* |
2712
+
2713
+ ---
2714
+
2715
+ ##### `creationStack`<sup>Required</sup> <a name="creationStack" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.creationStack"></a>
2716
+
2717
+ ```typescript
2718
+ public readonly creationStack: string[];
2719
+ ```
2720
+
2721
+ - *Type:* string[]
2722
+
2723
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2724
+
2725
+ If this returns an empty array the stack will not be attached.
2726
+
2727
+ ---
2728
+
2729
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.fqn"></a>
2730
+
2731
+ ```typescript
2732
+ public readonly fqn: string;
2733
+ ```
2734
+
2735
+ - *Type:* string
2736
+
2737
+ ---
2738
+
2739
+ ##### `hostsInput`<sup>Optional</sup> <a name="hostsInput" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hostsInput"></a>
2740
+
2741
+ ```typescript
2742
+ public readonly hostsInput: string[];
2743
+ ```
2744
+
2745
+ - *Type:* string[]
2746
+
2747
+ ---
2748
+
2749
+ ##### `hosts`<sup>Required</sup> <a name="hosts" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.hosts"></a>
2750
+
2751
+ ```typescript
2752
+ public readonly hosts: string[];
2753
+ ```
2754
+
2755
+ - *Type:* string[]
2756
+
2757
+ ---
2758
+
2759
+ ##### `internalValue`<sup>Optional</sup> <a name="internalValue" id="@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference.property.internalValue"></a>
2760
+
2761
+ ```typescript
2762
+ public readonly internalValue: CertificateHttpMemcachedChallenge;
2763
+ ```
2764
+
2765
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallenge">CertificateHttpMemcachedChallenge</a>
2766
+
2767
+ ---
2768
+
2769
+
2770
+ ### CertificateHttpWebrootChallengeOutputReference <a name="CertificateHttpWebrootChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference"></a>
2771
+
2772
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer"></a>
2773
+
2774
+ ```typescript
2775
+ import { certificate } from '@cdktf/provider-acme'
2776
+
2777
+ new certificate.CertificateHttpWebrootChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
2778
+ ```
2779
+
2780
+ | **Name** | **Type** | **Description** |
2781
+ | --- | --- | --- |
2782
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>cdktf.IInterpolatingParent</code> | The parent resource. |
2783
+ | <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. |
2784
+
2785
+ ---
2786
+
2787
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformResource"></a>
2788
+
2789
+ - *Type:* cdktf.IInterpolatingParent
2790
+
2791
+ The parent resource.
2792
+
2793
+ ---
2794
+
2795
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
2796
+
2797
+ - *Type:* string
2798
+
2799
+ The attribute on the parent resource this class is referencing.
2800
+
2801
+ ---
2802
+
2803
+ #### Methods <a name="Methods" id="Methods"></a>
2804
+
2805
+ | **Name** | **Description** |
2806
+ | --- | --- |
2807
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.computeFqn">computeFqn</a></code> | *No description.* |
2808
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* |
2809
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* |
2810
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* |
2811
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getListAttribute">getListAttribute</a></code> | *No description.* |
2812
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberAttribute">getNumberAttribute</a></code> | *No description.* |
2813
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* |
2814
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* |
2815
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringAttribute">getStringAttribute</a></code> | *No description.* |
2816
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* |
2817
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* |
2818
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.resolve">resolve</a></code> | Produce the Token's value at resolution time. |
2819
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.toString">toString</a></code> | Return a string representation of this resolvable object. |
2820
+
2821
+ ---
2822
+
2823
+ ##### `computeFqn` <a name="computeFqn" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.computeFqn"></a>
2824
+
2825
+ ```typescript
2826
+ public computeFqn(): string
2827
+ ```
2828
+
2829
+ ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getAnyMapAttribute"></a>
2830
+
2831
+ ```typescript
2832
+ public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
2833
+ ```
2834
+
2835
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
2836
+
2837
+ - *Type:* string
2838
+
2839
+ ---
2840
+
2841
+ ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanAttribute"></a>
2842
+
2843
+ ```typescript
2844
+ public getBooleanAttribute(terraformAttribute: string): IResolvable
2845
+ ```
2846
+
2847
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
2848
+
2849
+ - *Type:* string
2850
+
2851
+ ---
2852
+
2853
+ ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanMapAttribute"></a>
2854
+
2855
+ ```typescript
2856
+ public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
2857
+ ```
2858
+
2859
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
2860
+
2861
+ - *Type:* string
2862
+
2863
+ ---
2864
+
2865
+ ##### `getListAttribute` <a name="getListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getListAttribute"></a>
2866
+
2867
+ ```typescript
2868
+ public getListAttribute(terraformAttribute: string): string[]
2869
+ ```
2870
+
2871
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
2872
+
2873
+ - *Type:* string
2874
+
2875
+ ---
2876
+
2877
+ ##### `getNumberAttribute` <a name="getNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberAttribute"></a>
2878
+
2879
+ ```typescript
2880
+ public getNumberAttribute(terraformAttribute: string): number
2881
+ ```
2882
+
2883
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
2884
+
2885
+ - *Type:* string
2886
+
2887
+ ---
2888
+
2889
+ ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberListAttribute"></a>
2890
+
2891
+ ```typescript
2892
+ public getNumberListAttribute(terraformAttribute: string): number[]
2893
+ ```
2894
+
2895
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
2896
+
2897
+ - *Type:* string
2898
+
2899
+ ---
2900
+
2901
+ ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberMapAttribute"></a>
2902
+
2903
+ ```typescript
2904
+ public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
2905
+ ```
2906
+
2907
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
2908
+
2909
+ - *Type:* string
2910
+
2911
+ ---
2912
+
2913
+ ##### `getStringAttribute` <a name="getStringAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringAttribute"></a>
2914
+
2915
+ ```typescript
2916
+ public getStringAttribute(terraformAttribute: string): string
2917
+ ```
2918
+
2919
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
2920
+
2921
+ - *Type:* string
2922
+
2923
+ ---
2924
+
2925
+ ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringMapAttribute"></a>
2926
+
2927
+ ```typescript
2928
+ public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
2929
+ ```
2930
+
2931
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
2932
+
2933
+ - *Type:* string
2934
+
2935
+ ---
2936
+
2937
+ ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.interpolationForAttribute"></a>
2938
+
2939
+ ```typescript
2940
+ public interpolationForAttribute(property: string): IResolvable
2941
+ ```
2942
+
2943
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
2944
+
2945
+ - *Type:* string
2946
+
2947
+ ---
2948
+
2949
+ ##### `resolve` <a name="resolve" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.resolve"></a>
2950
+
2951
+ ```typescript
2952
+ public resolve(_context: IResolveContext): any
2953
+ ```
2954
+
2955
+ Produce the Token's value at resolution time.
2956
+
2957
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.resolve.parameter._context"></a>
2958
+
2959
+ - *Type:* cdktf.IResolveContext
2960
+
2961
+ ---
2962
+
2963
+ ##### `toString` <a name="toString" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.toString"></a>
2964
+
2965
+ ```typescript
2966
+ public toString(): string
2967
+ ```
2968
+
2969
+ Return a string representation of this resolvable object.
2970
+
2971
+ Returns a reversible string representation.
2972
+
2973
+
2974
+ #### Properties <a name="Properties" id="Properties"></a>
2975
+
2976
+ | **Name** | **Type** | **Description** |
2977
+ | --- | --- | --- |
2978
+ | <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. |
2979
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.fqn">fqn</a></code> | <code>string</code> | *No description.* |
2980
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directoryInput">directoryInput</a></code> | <code>string</code> | *No description.* |
2981
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directory">directory</a></code> | <code>string</code> | *No description.* |
2982
+ | <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.* |
2983
+
2984
+ ---
2985
+
2986
+ ##### `creationStack`<sup>Required</sup> <a name="creationStack" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.creationStack"></a>
2987
+
2988
+ ```typescript
2989
+ public readonly creationStack: string[];
2990
+ ```
2991
+
2992
+ - *Type:* string[]
2993
+
2994
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
2995
+
2996
+ If this returns an empty array the stack will not be attached.
2997
+
2998
+ ---
2999
+
3000
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.fqn"></a>
3001
+
3002
+ ```typescript
3003
+ public readonly fqn: string;
3004
+ ```
3005
+
3006
+ - *Type:* string
3007
+
3008
+ ---
3009
+
3010
+ ##### `directoryInput`<sup>Optional</sup> <a name="directoryInput" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directoryInput"></a>
3011
+
3012
+ ```typescript
3013
+ public readonly directoryInput: string;
3014
+ ```
3015
+
3016
+ - *Type:* string
3017
+
3018
+ ---
3019
+
3020
+ ##### `directory`<sup>Required</sup> <a name="directory" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.directory"></a>
3021
+
3022
+ ```typescript
3023
+ public readonly directory: string;
3024
+ ```
3025
+
3026
+ - *Type:* string
3027
+
3028
+ ---
3029
+
3030
+ ##### `internalValue`<sup>Optional</sup> <a name="internalValue" id="@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference.property.internalValue"></a>
3031
+
3032
+ ```typescript
3033
+ public readonly internalValue: CertificateHttpWebrootChallenge;
3034
+ ```
3035
+
3036
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge">CertificateHttpWebrootChallenge</a>
3037
+
3038
+ ---
3039
+
3040
+
3041
+ ### CertificateTlsChallengeOutputReference <a name="CertificateTlsChallengeOutputReference" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference"></a>
3042
+
3043
+ #### Initializers <a name="Initializers" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer"></a>
3044
+
3045
+ ```typescript
3046
+ import { certificate } from '@cdktf/provider-acme'
3047
+
3048
+ new certificate.CertificateTlsChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
3049
+ ```
3050
+
3051
+ | **Name** | **Type** | **Description** |
3052
+ | --- | --- | --- |
3053
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformResource">terraformResource</a></code> | <code>cdktf.IInterpolatingParent</code> | The parent resource. |
3054
+ | <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. |
3055
+
3056
+ ---
3057
+
3058
+ ##### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformResource"></a>
3059
+
3060
+ - *Type:* cdktf.IInterpolatingParent
3061
+
3062
+ The parent resource.
3063
+
3064
+ ---
3065
+
3066
+ ##### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.Initializer.parameter.terraformAttribute"></a>
3067
+
3068
+ - *Type:* string
3069
+
3070
+ The attribute on the parent resource this class is referencing.
3071
+
3072
+ ---
3073
+
3074
+ #### Methods <a name="Methods" id="Methods"></a>
3075
+
3076
+ | **Name** | **Description** |
3077
+ | --- | --- |
3078
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.computeFqn">computeFqn</a></code> | *No description.* |
3079
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* |
3080
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* |
3081
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* |
3082
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getListAttribute">getListAttribute</a></code> | *No description.* |
3083
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberAttribute">getNumberAttribute</a></code> | *No description.* |
3084
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* |
3085
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* |
3086
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringAttribute">getStringAttribute</a></code> | *No description.* |
3087
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* |
3088
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* |
3089
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resolve">resolve</a></code> | Produce the Token's value at resolution time. |
3090
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.toString">toString</a></code> | Return a string representation of this resolvable object. |
3091
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resetPort">resetPort</a></code> | *No description.* |
3092
+
3093
+ ---
3094
+
3095
+ ##### `computeFqn` <a name="computeFqn" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.computeFqn"></a>
3096
+
3097
+ ```typescript
3098
+ public computeFqn(): string
3099
+ ```
3100
+
3101
+ ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getAnyMapAttribute"></a>
3102
+
3103
+ ```typescript
3104
+ public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
3105
+ ```
3106
+
3107
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
3108
+
3109
+ - *Type:* string
3110
+
3111
+ ---
3112
+
3113
+ ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanAttribute"></a>
3114
+
3115
+ ```typescript
3116
+ public getBooleanAttribute(terraformAttribute: string): IResolvable
3117
+ ```
3118
+
3119
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
3120
+
3121
+ - *Type:* string
3122
+
3123
+ ---
3124
+
3125
+ ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanMapAttribute"></a>
3126
+
3127
+ ```typescript
3128
+ public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
3129
+ ```
3130
+
3131
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
3132
+
3133
+ - *Type:* string
3134
+
3135
+ ---
3136
+
3137
+ ##### `getListAttribute` <a name="getListAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getListAttribute"></a>
3138
+
3139
+ ```typescript
3140
+ public getListAttribute(terraformAttribute: string): string[]
3141
+ ```
3142
+
3143
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getListAttribute.parameter.terraformAttribute"></a>
3144
+
3145
+ - *Type:* string
3146
+
3147
+ ---
3148
+
3149
+ ##### `getNumberAttribute` <a name="getNumberAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberAttribute"></a>
3150
+
3151
+ ```typescript
3152
+ public getNumberAttribute(terraformAttribute: string): number
3153
+ ```
3154
+
3155
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
3156
+
3157
+ - *Type:* string
3158
+
3159
+ ---
3160
+
3161
+ ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberListAttribute"></a>
3162
+
3163
+ ```typescript
3164
+ public getNumberListAttribute(terraformAttribute: string): number[]
3165
+ ```
3166
+
3167
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
3168
+
3169
+ - *Type:* string
3170
+
3171
+ ---
3172
+
3173
+ ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberMapAttribute"></a>
3174
+
3175
+ ```typescript
3176
+ public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
3177
+ ```
3178
+
3179
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
3180
+
3181
+ - *Type:* string
3182
+
3183
+ ---
3184
+
3185
+ ##### `getStringAttribute` <a name="getStringAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringAttribute"></a>
3186
+
3187
+ ```typescript
3188
+ public getStringAttribute(terraformAttribute: string): string
3189
+ ```
3190
+
3191
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
3192
+
3193
+ - *Type:* string
3194
+
3195
+ ---
3196
+
3197
+ ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringMapAttribute"></a>
3198
+
3199
+ ```typescript
3200
+ public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
3201
+ ```
3202
+
3203
+ ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
3204
+
3205
+ - *Type:* string
3206
+
3207
+ ---
3208
+
3209
+ ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.interpolationForAttribute"></a>
3210
+
3211
+ ```typescript
3212
+ public interpolationForAttribute(property: string): IResolvable
3213
+ ```
3214
+
3215
+ ###### `property`<sup>Required</sup> <a name="property" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.interpolationForAttribute.parameter.property"></a>
3216
+
3217
+ - *Type:* string
3218
+
3219
+ ---
3220
+
3221
+ ##### `resolve` <a name="resolve" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resolve"></a>
3222
+
3223
+ ```typescript
3224
+ public resolve(_context: IResolveContext): any
3225
+ ```
3226
+
3227
+ Produce the Token's value at resolution time.
3228
+
3229
+ ###### `_context`<sup>Required</sup> <a name="_context" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resolve.parameter._context"></a>
3230
+
3231
+ - *Type:* cdktf.IResolveContext
3232
+
3233
+ ---
3234
+
3235
+ ##### `toString` <a name="toString" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.toString"></a>
3236
+
3237
+ ```typescript
3238
+ public toString(): string
3239
+ ```
3240
+
3241
+ Return a string representation of this resolvable object.
3242
+
3243
+ Returns a reversible string representation.
3244
+
3245
+ ##### `resetPort` <a name="resetPort" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.resetPort"></a>
3246
+
3247
+ ```typescript
3248
+ public resetPort(): void
3249
+ ```
3250
+
3251
+
3252
+ #### Properties <a name="Properties" id="Properties"></a>
3253
+
3254
+ | **Name** | **Type** | **Description** |
3255
+ | --- | --- | --- |
3256
+ | <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. |
3257
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.fqn">fqn</a></code> | <code>string</code> | *No description.* |
3258
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.portInput">portInput</a></code> | <code>number</code> | *No description.* |
3259
+ | <code><a href="#@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.port">port</a></code> | <code>number</code> | *No description.* |
3260
+ | <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.* |
3261
+
3262
+ ---
3263
+
3264
+ ##### `creationStack`<sup>Required</sup> <a name="creationStack" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.creationStack"></a>
3265
+
3266
+ ```typescript
3267
+ public readonly creationStack: string[];
3268
+ ```
3269
+
3270
+ - *Type:* string[]
3271
+
3272
+ The creation stack of this resolvable which will be appended to errors thrown during resolution.
3273
+
3274
+ If this returns an empty array the stack will not be attached.
3275
+
3276
+ ---
3277
+
3278
+ ##### `fqn`<sup>Required</sup> <a name="fqn" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.fqn"></a>
3279
+
3280
+ ```typescript
3281
+ public readonly fqn: string;
3282
+ ```
3283
+
3284
+ - *Type:* string
3285
+
3286
+ ---
3287
+
3288
+ ##### `portInput`<sup>Optional</sup> <a name="portInput" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.portInput"></a>
3289
+
3290
+ ```typescript
3291
+ public readonly portInput: number;
3292
+ ```
3293
+
3294
+ - *Type:* number
3295
+
3296
+ ---
3297
+
3298
+ ##### `port`<sup>Required</sup> <a name="port" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.port"></a>
3299
+
3300
+ ```typescript
3301
+ public readonly port: number;
3302
+ ```
3303
+
3304
+ - *Type:* number
3305
+
3306
+ ---
3307
+
3308
+ ##### `internalValue`<sup>Optional</sup> <a name="internalValue" id="@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference.property.internalValue"></a>
3309
+
3310
+ ```typescript
3311
+ public readonly internalValue: CertificateTlsChallenge;
3312
+ ```
3313
+
3314
+ - *Type:* <a href="#@cdktf/provider-acme.certificate.CertificateTlsChallenge">CertificateTlsChallenge</a>
3315
+
3316
+ ---
3317
+
3318
+
3319
+