@cdktf/provider-acme 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/API.md ADDED
@@ -0,0 +1,2204 @@
1
+ # API Reference <a name="API Reference" id="api-reference"></a>
2
+
3
+ ## Constructs <a name="Constructs" id="constructs"></a>
4
+
5
+ ### AcmeProvider <a name="@cdktf/provider-acme.AcmeProvider" id="cdktfprovideracmeacmeprovider"></a>
6
+
7
+ Represents a {@link https://www.terraform.io/docs/providers/acme acme}.
8
+
9
+ #### Initializers <a name="@cdktf/provider-acme.AcmeProvider.Initializer" id="cdktfprovideracmeacmeproviderinitializer"></a>
10
+
11
+ ```typescript
12
+ import { AcmeProvider } from '@cdktf/provider-acme'
13
+
14
+ new AcmeProvider(scope: Construct, id: string, config: AcmeProviderConfig)
15
+ ```
16
+
17
+ | **Name** | **Type** | **Description** |
18
+ | --- | --- | --- |
19
+ | [`scope`](#cdktfprovideracmeacmeproviderparameterscope)<span title="Required">*</span> | [`constructs.Construct`](#constructs.Construct) | The scope in which to define this construct. |
20
+ | [`id`](#cdktfprovideracmeacmeproviderparameterid)<span title="Required">*</span> | `string` | The scoped construct ID. |
21
+ | [`config`](#cdktfprovideracmeacmeproviderparameterconfig)<span title="Required">*</span> | [`@cdktf/provider-acme.AcmeProviderConfig`](#@cdktf/provider-acme.AcmeProviderConfig) | *No description.* |
22
+
23
+ ---
24
+
25
+ ##### `scope`<sup>Required</sup> <a name="@cdktf/provider-acme.AcmeProvider.parameter.scope" id="cdktfprovideracmeacmeproviderparameterscope"></a>
26
+
27
+ - *Type:* [`constructs.Construct`](#constructs.Construct)
28
+
29
+ The scope in which to define this construct.
30
+
31
+ ---
32
+
33
+ ##### `id`<sup>Required</sup> <a name="@cdktf/provider-acme.AcmeProvider.parameter.id" id="cdktfprovideracmeacmeproviderparameterid"></a>
34
+
35
+ - *Type:* `string`
36
+
37
+ The scoped construct ID.
38
+
39
+ Must be unique amongst siblings in the same scope
40
+
41
+ ---
42
+
43
+ ##### `config`<sup>Required</sup> <a name="@cdktf/provider-acme.AcmeProvider.parameter.config" id="cdktfprovideracmeacmeproviderparameterconfig"></a>
44
+
45
+ - *Type:* [`@cdktf/provider-acme.AcmeProviderConfig`](#@cdktf/provider-acme.AcmeProviderConfig)
46
+
47
+ ---
48
+
49
+ #### Methods <a name="Methods" id="methods"></a>
50
+
51
+ | **Name** | **Description** |
52
+ | --- | --- |
53
+ | [`resetAlias`](#cdktfprovideracmeacmeproviderresetalias) | *No description.* |
54
+
55
+ ---
56
+
57
+ ##### `resetAlias` <a name="@cdktf/provider-acme.AcmeProvider.resetAlias" id="cdktfprovideracmeacmeproviderresetalias"></a>
58
+
59
+ ```typescript
60
+ public resetAlias()
61
+ ```
62
+
63
+
64
+ #### Properties <a name="Properties" id="properties"></a>
65
+
66
+ | **Name** | **Type** | **Description** |
67
+ | --- | --- | --- |
68
+ | [`aliasInput`](#cdktfprovideracmeacmeproviderpropertyaliasinput) | `string` | *No description.* |
69
+ | [`serverUrlInput`](#cdktfprovideracmeacmeproviderpropertyserverurlinput) | `string` | *No description.* |
70
+ | [`alias`](#cdktfprovideracmeacmeproviderpropertyalias) | `string` | *No description.* |
71
+ | [`serverUrl`](#cdktfprovideracmeacmeproviderpropertyserverurl) | `string` | *No description.* |
72
+
73
+ ---
74
+
75
+ ##### `aliasInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.AcmeProvider.property.aliasInput" id="cdktfprovideracmeacmeproviderpropertyaliasinput"></a>
76
+
77
+ ```typescript
78
+ public readonly aliasInput: string;
79
+ ```
80
+
81
+ - *Type:* `string`
82
+
83
+ ---
84
+
85
+ ##### `serverUrlInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.AcmeProvider.property.serverUrlInput" id="cdktfprovideracmeacmeproviderpropertyserverurlinput"></a>
86
+
87
+ ```typescript
88
+ public readonly serverUrlInput: string;
89
+ ```
90
+
91
+ - *Type:* `string`
92
+
93
+ ---
94
+
95
+ ##### `alias`<sup>Optional</sup> <a name="@cdktf/provider-acme.AcmeProvider.property.alias" id="cdktfprovideracmeacmeproviderpropertyalias"></a>
96
+
97
+ ```typescript
98
+ public readonly alias: string;
99
+ ```
100
+
101
+ - *Type:* `string`
102
+
103
+ ---
104
+
105
+ ##### `serverUrl`<sup>Optional</sup> <a name="@cdktf/provider-acme.AcmeProvider.property.serverUrl" id="cdktfprovideracmeacmeproviderpropertyserverurl"></a>
106
+
107
+ ```typescript
108
+ public readonly serverUrl: string;
109
+ ```
110
+
111
+ - *Type:* `string`
112
+
113
+ ---
114
+
115
+ #### Constants <a name="Constants" id="constants"></a>
116
+
117
+ | **Name** | **Type** | **Description** |
118
+ | --- | --- | --- |
119
+ | [`tfResourceType`](#cdktfprovideracmeacmeproviderpropertytfresourcetype)<span title="Required">*</span> | `string` | *No description.* |
120
+
121
+ ---
122
+
123
+ ##### `tfResourceType` <a name="@cdktf/provider-acme.AcmeProvider.property.tfResourceType" id="cdktfprovideracmeacmeproviderpropertytfresourcetype"></a>
124
+
125
+ - *Type:* `string`
126
+
127
+ ---
128
+
129
+ ### Certificate <a name="@cdktf/provider-acme.Certificate" id="cdktfprovideracmecertificate"></a>
130
+
131
+ Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate.html acme_certificate}.
132
+
133
+ #### Initializers <a name="@cdktf/provider-acme.Certificate.Initializer" id="cdktfprovideracmecertificateinitializer"></a>
134
+
135
+ ```typescript
136
+ import { Certificate } from '@cdktf/provider-acme'
137
+
138
+ new Certificate(scope: Construct, id: string, config: CertificateConfig)
139
+ ```
140
+
141
+ | **Name** | **Type** | **Description** |
142
+ | --- | --- | --- |
143
+ | [`scope`](#cdktfprovideracmecertificateparameterscope)<span title="Required">*</span> | [`constructs.Construct`](#constructs.Construct) | The scope in which to define this construct. |
144
+ | [`id`](#cdktfprovideracmecertificateparameterid)<span title="Required">*</span> | `string` | The scoped construct ID. |
145
+ | [`config`](#cdktfprovideracmecertificateparameterconfig)<span title="Required">*</span> | [`@cdktf/provider-acme.CertificateConfig`](#@cdktf/provider-acme.CertificateConfig) | *No description.* |
146
+
147
+ ---
148
+
149
+ ##### `scope`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.scope" id="cdktfprovideracmecertificateparameterscope"></a>
150
+
151
+ - *Type:* [`constructs.Construct`](#constructs.Construct)
152
+
153
+ The scope in which to define this construct.
154
+
155
+ ---
156
+
157
+ ##### `id`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.id" id="cdktfprovideracmecertificateparameterid"></a>
158
+
159
+ - *Type:* `string`
160
+
161
+ The scoped construct ID.
162
+
163
+ Must be unique amongst siblings in the same scope
164
+
165
+ ---
166
+
167
+ ##### `config`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.config" id="cdktfprovideracmecertificateparameterconfig"></a>
168
+
169
+ - *Type:* [`@cdktf/provider-acme.CertificateConfig`](#@cdktf/provider-acme.CertificateConfig)
170
+
171
+ ---
172
+
173
+ #### Methods <a name="Methods" id="methods"></a>
174
+
175
+ | **Name** | **Description** |
176
+ | --- | --- |
177
+ | [`putHttpChallenge`](#cdktfprovideracmecertificateputhttpchallenge) | *No description.* |
178
+ | [`putHttpMemcachedChallenge`](#cdktfprovideracmecertificateputhttpmemcachedchallenge) | *No description.* |
179
+ | [`putHttpWebrootChallenge`](#cdktfprovideracmecertificateputhttpwebrootchallenge) | *No description.* |
180
+ | [`putTlsChallenge`](#cdktfprovideracmecertificateputtlschallenge) | *No description.* |
181
+ | [`resetCertificateP12Password`](#cdktfprovideracmecertificateresetcertificatep12password) | *No description.* |
182
+ | [`resetCertificateRequestPem`](#cdktfprovideracmecertificateresetcertificaterequestpem) | *No description.* |
183
+ | [`resetCommonName`](#cdktfprovideracmecertificateresetcommonname) | *No description.* |
184
+ | [`resetDisableCompletePropagation`](#cdktfprovideracmecertificateresetdisablecompletepropagation) | *No description.* |
185
+ | [`resetDnsChallenge`](#cdktfprovideracmecertificateresetdnschallenge) | *No description.* |
186
+ | [`resetHttpChallenge`](#cdktfprovideracmecertificateresethttpchallenge) | *No description.* |
187
+ | [`resetHttpMemcachedChallenge`](#cdktfprovideracmecertificateresethttpmemcachedchallenge) | *No description.* |
188
+ | [`resetHttpWebrootChallenge`](#cdktfprovideracmecertificateresethttpwebrootchallenge) | *No description.* |
189
+ | [`resetKeyType`](#cdktfprovideracmecertificateresetkeytype) | *No description.* |
190
+ | [`resetMinDaysRemaining`](#cdktfprovideracmecertificateresetmindaysremaining) | *No description.* |
191
+ | [`resetMustStaple`](#cdktfprovideracmecertificateresetmuststaple) | *No description.* |
192
+ | [`resetPreCheckDelay`](#cdktfprovideracmecertificateresetprecheckdelay) | *No description.* |
193
+ | [`resetPreferredChain`](#cdktfprovideracmecertificateresetpreferredchain) | *No description.* |
194
+ | [`resetRecursiveNameservers`](#cdktfprovideracmecertificateresetrecursivenameservers) | *No description.* |
195
+ | [`resetRevokeCertificateOnDestroy`](#cdktfprovideracmecertificateresetrevokecertificateondestroy) | *No description.* |
196
+ | [`resetSubjectAlternativeNames`](#cdktfprovideracmecertificateresetsubjectalternativenames) | *No description.* |
197
+ | [`resetTlsChallenge`](#cdktfprovideracmecertificateresettlschallenge) | *No description.* |
198
+
199
+ ---
200
+
201
+ ##### `putHttpChallenge` <a name="@cdktf/provider-acme.Certificate.putHttpChallenge" id="cdktfprovideracmecertificateputhttpchallenge"></a>
202
+
203
+ ```typescript
204
+ public putHttpChallenge(value: CertificateHttpChallenge)
205
+ ```
206
+
207
+ ###### `value`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.value" id="cdktfprovideracmecertificateparametervalue"></a>
208
+
209
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge)
210
+
211
+ ---
212
+
213
+ ##### `putHttpMemcachedChallenge` <a name="@cdktf/provider-acme.Certificate.putHttpMemcachedChallenge" id="cdktfprovideracmecertificateputhttpmemcachedchallenge"></a>
214
+
215
+ ```typescript
216
+ public putHttpMemcachedChallenge(value: CertificateHttpMemcachedChallenge)
217
+ ```
218
+
219
+ ###### `value`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.value" id="cdktfprovideracmecertificateparametervalue"></a>
220
+
221
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge)
222
+
223
+ ---
224
+
225
+ ##### `putHttpWebrootChallenge` <a name="@cdktf/provider-acme.Certificate.putHttpWebrootChallenge" id="cdktfprovideracmecertificateputhttpwebrootchallenge"></a>
226
+
227
+ ```typescript
228
+ public putHttpWebrootChallenge(value: CertificateHttpWebrootChallenge)
229
+ ```
230
+
231
+ ###### `value`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.value" id="cdktfprovideracmecertificateparametervalue"></a>
232
+
233
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge)
234
+
235
+ ---
236
+
237
+ ##### `putTlsChallenge` <a name="@cdktf/provider-acme.Certificate.putTlsChallenge" id="cdktfprovideracmecertificateputtlschallenge"></a>
238
+
239
+ ```typescript
240
+ public putTlsChallenge(value: CertificateTlsChallenge)
241
+ ```
242
+
243
+ ###### `value`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.parameter.value" id="cdktfprovideracmecertificateparametervalue"></a>
244
+
245
+ - *Type:* [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge)
246
+
247
+ ---
248
+
249
+ ##### `resetCertificateP12Password` <a name="@cdktf/provider-acme.Certificate.resetCertificateP12Password" id="cdktfprovideracmecertificateresetcertificatep12password"></a>
250
+
251
+ ```typescript
252
+ public resetCertificateP12Password()
253
+ ```
254
+
255
+ ##### `resetCertificateRequestPem` <a name="@cdktf/provider-acme.Certificate.resetCertificateRequestPem" id="cdktfprovideracmecertificateresetcertificaterequestpem"></a>
256
+
257
+ ```typescript
258
+ public resetCertificateRequestPem()
259
+ ```
260
+
261
+ ##### `resetCommonName` <a name="@cdktf/provider-acme.Certificate.resetCommonName" id="cdktfprovideracmecertificateresetcommonname"></a>
262
+
263
+ ```typescript
264
+ public resetCommonName()
265
+ ```
266
+
267
+ ##### `resetDisableCompletePropagation` <a name="@cdktf/provider-acme.Certificate.resetDisableCompletePropagation" id="cdktfprovideracmecertificateresetdisablecompletepropagation"></a>
268
+
269
+ ```typescript
270
+ public resetDisableCompletePropagation()
271
+ ```
272
+
273
+ ##### `resetDnsChallenge` <a name="@cdktf/provider-acme.Certificate.resetDnsChallenge" id="cdktfprovideracmecertificateresetdnschallenge"></a>
274
+
275
+ ```typescript
276
+ public resetDnsChallenge()
277
+ ```
278
+
279
+ ##### `resetHttpChallenge` <a name="@cdktf/provider-acme.Certificate.resetHttpChallenge" id="cdktfprovideracmecertificateresethttpchallenge"></a>
280
+
281
+ ```typescript
282
+ public resetHttpChallenge()
283
+ ```
284
+
285
+ ##### `resetHttpMemcachedChallenge` <a name="@cdktf/provider-acme.Certificate.resetHttpMemcachedChallenge" id="cdktfprovideracmecertificateresethttpmemcachedchallenge"></a>
286
+
287
+ ```typescript
288
+ public resetHttpMemcachedChallenge()
289
+ ```
290
+
291
+ ##### `resetHttpWebrootChallenge` <a name="@cdktf/provider-acme.Certificate.resetHttpWebrootChallenge" id="cdktfprovideracmecertificateresethttpwebrootchallenge"></a>
292
+
293
+ ```typescript
294
+ public resetHttpWebrootChallenge()
295
+ ```
296
+
297
+ ##### `resetKeyType` <a name="@cdktf/provider-acme.Certificate.resetKeyType" id="cdktfprovideracmecertificateresetkeytype"></a>
298
+
299
+ ```typescript
300
+ public resetKeyType()
301
+ ```
302
+
303
+ ##### `resetMinDaysRemaining` <a name="@cdktf/provider-acme.Certificate.resetMinDaysRemaining" id="cdktfprovideracmecertificateresetmindaysremaining"></a>
304
+
305
+ ```typescript
306
+ public resetMinDaysRemaining()
307
+ ```
308
+
309
+ ##### `resetMustStaple` <a name="@cdktf/provider-acme.Certificate.resetMustStaple" id="cdktfprovideracmecertificateresetmuststaple"></a>
310
+
311
+ ```typescript
312
+ public resetMustStaple()
313
+ ```
314
+
315
+ ##### `resetPreCheckDelay` <a name="@cdktf/provider-acme.Certificate.resetPreCheckDelay" id="cdktfprovideracmecertificateresetprecheckdelay"></a>
316
+
317
+ ```typescript
318
+ public resetPreCheckDelay()
319
+ ```
320
+
321
+ ##### `resetPreferredChain` <a name="@cdktf/provider-acme.Certificate.resetPreferredChain" id="cdktfprovideracmecertificateresetpreferredchain"></a>
322
+
323
+ ```typescript
324
+ public resetPreferredChain()
325
+ ```
326
+
327
+ ##### `resetRecursiveNameservers` <a name="@cdktf/provider-acme.Certificate.resetRecursiveNameservers" id="cdktfprovideracmecertificateresetrecursivenameservers"></a>
328
+
329
+ ```typescript
330
+ public resetRecursiveNameservers()
331
+ ```
332
+
333
+ ##### `resetRevokeCertificateOnDestroy` <a name="@cdktf/provider-acme.Certificate.resetRevokeCertificateOnDestroy" id="cdktfprovideracmecertificateresetrevokecertificateondestroy"></a>
334
+
335
+ ```typescript
336
+ public resetRevokeCertificateOnDestroy()
337
+ ```
338
+
339
+ ##### `resetSubjectAlternativeNames` <a name="@cdktf/provider-acme.Certificate.resetSubjectAlternativeNames" id="cdktfprovideracmecertificateresetsubjectalternativenames"></a>
340
+
341
+ ```typescript
342
+ public resetSubjectAlternativeNames()
343
+ ```
344
+
345
+ ##### `resetTlsChallenge` <a name="@cdktf/provider-acme.Certificate.resetTlsChallenge" id="cdktfprovideracmecertificateresettlschallenge"></a>
346
+
347
+ ```typescript
348
+ public resetTlsChallenge()
349
+ ```
350
+
351
+
352
+ #### Properties <a name="Properties" id="properties"></a>
353
+
354
+ | **Name** | **Type** | **Description** |
355
+ | --- | --- | --- |
356
+ | [`certificateDomain`](#cdktfprovideracmecertificatepropertycertificatedomain)<span title="Required">*</span> | `string` | *No description.* |
357
+ | [`certificateP12`](#cdktfprovideracmecertificatepropertycertificatep12)<span title="Required">*</span> | `string` | *No description.* |
358
+ | [`certificatePem`](#cdktfprovideracmecertificatepropertycertificatepem)<span title="Required">*</span> | `string` | *No description.* |
359
+ | [`certificateUrl`](#cdktfprovideracmecertificatepropertycertificateurl)<span title="Required">*</span> | `string` | *No description.* |
360
+ | [`httpChallenge`](#cdktfprovideracmecertificatepropertyhttpchallenge)<span title="Required">*</span> | [`@cdktf/provider-acme.CertificateHttpChallengeOutputReference`](#@cdktf/provider-acme.CertificateHttpChallengeOutputReference) | *No description.* |
361
+ | [`httpMemcachedChallenge`](#cdktfprovideracmecertificatepropertyhttpmemcachedchallenge)<span title="Required">*</span> | [`@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference`](#@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference) | *No description.* |
362
+ | [`httpWebrootChallenge`](#cdktfprovideracmecertificatepropertyhttpwebrootchallenge)<span title="Required">*</span> | [`@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference`](#@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference) | *No description.* |
363
+ | [`id`](#cdktfprovideracmecertificatepropertyid)<span title="Required">*</span> | `string` | *No description.* |
364
+ | [`issuerPem`](#cdktfprovideracmecertificatepropertyissuerpem)<span title="Required">*</span> | `string` | *No description.* |
365
+ | [`privateKeyPem`](#cdktfprovideracmecertificatepropertyprivatekeypem)<span title="Required">*</span> | `string` | *No description.* |
366
+ | [`tlsChallenge`](#cdktfprovideracmecertificatepropertytlschallenge)<span title="Required">*</span> | [`@cdktf/provider-acme.CertificateTlsChallengeOutputReference`](#@cdktf/provider-acme.CertificateTlsChallengeOutputReference) | *No description.* |
367
+ | [`accountKeyPemInput`](#cdktfprovideracmecertificatepropertyaccountkeypeminput) | `string` | *No description.* |
368
+ | [`certificateP12PasswordInput`](#cdktfprovideracmecertificatepropertycertificatep12passwordinput) | `string` | *No description.* |
369
+ | [`certificateRequestPemInput`](#cdktfprovideracmecertificatepropertycertificaterequestpeminput) | `string` | *No description.* |
370
+ | [`commonNameInput`](#cdktfprovideracmecertificatepropertycommonnameinput) | `string` | *No description.* |
371
+ | [`disableCompletePropagationInput`](#cdktfprovideracmecertificatepropertydisablecompletepropagationinput) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
372
+ | [`dnsChallengeInput`](#cdktfprovideracmecertificatepropertydnschallengeinput) | [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[] | *No description.* |
373
+ | [`httpChallengeInput`](#cdktfprovideracmecertificatepropertyhttpchallengeinput) | [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge) | *No description.* |
374
+ | [`httpMemcachedChallengeInput`](#cdktfprovideracmecertificatepropertyhttpmemcachedchallengeinput) | [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge) | *No description.* |
375
+ | [`httpWebrootChallengeInput`](#cdktfprovideracmecertificatepropertyhttpwebrootchallengeinput) | [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge) | *No description.* |
376
+ | [`keyTypeInput`](#cdktfprovideracmecertificatepropertykeytypeinput) | `string` | *No description.* |
377
+ | [`minDaysRemainingInput`](#cdktfprovideracmecertificatepropertymindaysremaininginput) | `number` | *No description.* |
378
+ | [`mustStapleInput`](#cdktfprovideracmecertificatepropertymuststapleinput) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
379
+ | [`preCheckDelayInput`](#cdktfprovideracmecertificatepropertyprecheckdelayinput) | `number` | *No description.* |
380
+ | [`preferredChainInput`](#cdktfprovideracmecertificatepropertypreferredchaininput) | `string` | *No description.* |
381
+ | [`recursiveNameserversInput`](#cdktfprovideracmecertificatepropertyrecursivenameserversinput) | `string`[] | *No description.* |
382
+ | [`revokeCertificateOnDestroyInput`](#cdktfprovideracmecertificatepropertyrevokecertificateondestroyinput) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
383
+ | [`subjectAlternativeNamesInput`](#cdktfprovideracmecertificatepropertysubjectalternativenamesinput) | `string`[] | *No description.* |
384
+ | [`tlsChallengeInput`](#cdktfprovideracmecertificatepropertytlschallengeinput) | [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge) | *No description.* |
385
+ | [`accountKeyPem`](#cdktfprovideracmecertificatepropertyaccountkeypem)<span title="Required">*</span> | `string` | *No description.* |
386
+ | [`certificateP12Password`](#cdktfprovideracmecertificatepropertycertificatep12password)<span title="Required">*</span> | `string` | *No description.* |
387
+ | [`certificateRequestPem`](#cdktfprovideracmecertificatepropertycertificaterequestpem)<span title="Required">*</span> | `string` | *No description.* |
388
+ | [`commonName`](#cdktfprovideracmecertificatepropertycommonname)<span title="Required">*</span> | `string` | *No description.* |
389
+ | [`disableCompletePropagation`](#cdktfprovideracmecertificatepropertydisablecompletepropagation)<span title="Required">*</span> | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
390
+ | [`dnsChallenge`](#cdktfprovideracmecertificatepropertydnschallenge)<span title="Required">*</span> | [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[] | *No description.* |
391
+ | [`keyType`](#cdktfprovideracmecertificatepropertykeytype)<span title="Required">*</span> | `string` | *No description.* |
392
+ | [`minDaysRemaining`](#cdktfprovideracmecertificatepropertymindaysremaining)<span title="Required">*</span> | `number` | *No description.* |
393
+ | [`mustStaple`](#cdktfprovideracmecertificatepropertymuststaple)<span title="Required">*</span> | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
394
+ | [`preCheckDelay`](#cdktfprovideracmecertificatepropertyprecheckdelay)<span title="Required">*</span> | `number` | *No description.* |
395
+ | [`preferredChain`](#cdktfprovideracmecertificatepropertypreferredchain)<span title="Required">*</span> | `string` | *No description.* |
396
+ | [`recursiveNameservers`](#cdktfprovideracmecertificatepropertyrecursivenameservers)<span title="Required">*</span> | `string`[] | *No description.* |
397
+ | [`revokeCertificateOnDestroy`](#cdktfprovideracmecertificatepropertyrevokecertificateondestroy)<span title="Required">*</span> | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
398
+ | [`subjectAlternativeNames`](#cdktfprovideracmecertificatepropertysubjectalternativenames)<span title="Required">*</span> | `string`[] | *No description.* |
399
+
400
+ ---
401
+
402
+ ##### `certificateDomain`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateDomain" id="cdktfprovideracmecertificatepropertycertificatedomain"></a>
403
+
404
+ ```typescript
405
+ public readonly certificateDomain: string;
406
+ ```
407
+
408
+ - *Type:* `string`
409
+
410
+ ---
411
+
412
+ ##### `certificateP12`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateP12" id="cdktfprovideracmecertificatepropertycertificatep12"></a>
413
+
414
+ ```typescript
415
+ public readonly certificateP12: string;
416
+ ```
417
+
418
+ - *Type:* `string`
419
+
420
+ ---
421
+
422
+ ##### `certificatePem`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.certificatePem" id="cdktfprovideracmecertificatepropertycertificatepem"></a>
423
+
424
+ ```typescript
425
+ public readonly certificatePem: string;
426
+ ```
427
+
428
+ - *Type:* `string`
429
+
430
+ ---
431
+
432
+ ##### `certificateUrl`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateUrl" id="cdktfprovideracmecertificatepropertycertificateurl"></a>
433
+
434
+ ```typescript
435
+ public readonly certificateUrl: string;
436
+ ```
437
+
438
+ - *Type:* `string`
439
+
440
+ ---
441
+
442
+ ##### `httpChallenge`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.httpChallenge" id="cdktfprovideracmecertificatepropertyhttpchallenge"></a>
443
+
444
+ ```typescript
445
+ public readonly httpChallenge: CertificateHttpChallengeOutputReference;
446
+ ```
447
+
448
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpChallengeOutputReference`](#@cdktf/provider-acme.CertificateHttpChallengeOutputReference)
449
+
450
+ ---
451
+
452
+ ##### `httpMemcachedChallenge`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.httpMemcachedChallenge" id="cdktfprovideracmecertificatepropertyhttpmemcachedchallenge"></a>
453
+
454
+ ```typescript
455
+ public readonly httpMemcachedChallenge: CertificateHttpMemcachedChallengeOutputReference;
456
+ ```
457
+
458
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference`](#@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference)
459
+
460
+ ---
461
+
462
+ ##### `httpWebrootChallenge`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.httpWebrootChallenge" id="cdktfprovideracmecertificatepropertyhttpwebrootchallenge"></a>
463
+
464
+ ```typescript
465
+ public readonly httpWebrootChallenge: CertificateHttpWebrootChallengeOutputReference;
466
+ ```
467
+
468
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference`](#@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference)
469
+
470
+ ---
471
+
472
+ ##### `id`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.id" id="cdktfprovideracmecertificatepropertyid"></a>
473
+
474
+ ```typescript
475
+ public readonly id: string;
476
+ ```
477
+
478
+ - *Type:* `string`
479
+
480
+ ---
481
+
482
+ ##### `issuerPem`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.issuerPem" id="cdktfprovideracmecertificatepropertyissuerpem"></a>
483
+
484
+ ```typescript
485
+ public readonly issuerPem: string;
486
+ ```
487
+
488
+ - *Type:* `string`
489
+
490
+ ---
491
+
492
+ ##### `privateKeyPem`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.privateKeyPem" id="cdktfprovideracmecertificatepropertyprivatekeypem"></a>
493
+
494
+ ```typescript
495
+ public readonly privateKeyPem: string;
496
+ ```
497
+
498
+ - *Type:* `string`
499
+
500
+ ---
501
+
502
+ ##### `tlsChallenge`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.tlsChallenge" id="cdktfprovideracmecertificatepropertytlschallenge"></a>
503
+
504
+ ```typescript
505
+ public readonly tlsChallenge: CertificateTlsChallengeOutputReference;
506
+ ```
507
+
508
+ - *Type:* [`@cdktf/provider-acme.CertificateTlsChallengeOutputReference`](#@cdktf/provider-acme.CertificateTlsChallengeOutputReference)
509
+
510
+ ---
511
+
512
+ ##### `accountKeyPemInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.accountKeyPemInput" id="cdktfprovideracmecertificatepropertyaccountkeypeminput"></a>
513
+
514
+ ```typescript
515
+ public readonly accountKeyPemInput: string;
516
+ ```
517
+
518
+ - *Type:* `string`
519
+
520
+ ---
521
+
522
+ ##### `certificateP12PasswordInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateP12PasswordInput" id="cdktfprovideracmecertificatepropertycertificatep12passwordinput"></a>
523
+
524
+ ```typescript
525
+ public readonly certificateP12PasswordInput: string;
526
+ ```
527
+
528
+ - *Type:* `string`
529
+
530
+ ---
531
+
532
+ ##### `certificateRequestPemInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateRequestPemInput" id="cdktfprovideracmecertificatepropertycertificaterequestpeminput"></a>
533
+
534
+ ```typescript
535
+ public readonly certificateRequestPemInput: string;
536
+ ```
537
+
538
+ - *Type:* `string`
539
+
540
+ ---
541
+
542
+ ##### `commonNameInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.commonNameInput" id="cdktfprovideracmecertificatepropertycommonnameinput"></a>
543
+
544
+ ```typescript
545
+ public readonly commonNameInput: string;
546
+ ```
547
+
548
+ - *Type:* `string`
549
+
550
+ ---
551
+
552
+ ##### `disableCompletePropagationInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.disableCompletePropagationInput" id="cdktfprovideracmecertificatepropertydisablecompletepropagationinput"></a>
553
+
554
+ ```typescript
555
+ public readonly disableCompletePropagationInput: boolean | IResolvable;
556
+ ```
557
+
558
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
559
+
560
+ ---
561
+
562
+ ##### `dnsChallengeInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.dnsChallengeInput" id="cdktfprovideracmecertificatepropertydnschallengeinput"></a>
563
+
564
+ ```typescript
565
+ public readonly dnsChallengeInput: CertificateDnsChallenge[];
566
+ ```
567
+
568
+ - *Type:* [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[]
569
+
570
+ ---
571
+
572
+ ##### `httpChallengeInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.httpChallengeInput" id="cdktfprovideracmecertificatepropertyhttpchallengeinput"></a>
573
+
574
+ ```typescript
575
+ public readonly httpChallengeInput: CertificateHttpChallenge;
576
+ ```
577
+
578
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge)
579
+
580
+ ---
581
+
582
+ ##### `httpMemcachedChallengeInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.httpMemcachedChallengeInput" id="cdktfprovideracmecertificatepropertyhttpmemcachedchallengeinput"></a>
583
+
584
+ ```typescript
585
+ public readonly httpMemcachedChallengeInput: CertificateHttpMemcachedChallenge;
586
+ ```
587
+
588
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge)
589
+
590
+ ---
591
+
592
+ ##### `httpWebrootChallengeInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.httpWebrootChallengeInput" id="cdktfprovideracmecertificatepropertyhttpwebrootchallengeinput"></a>
593
+
594
+ ```typescript
595
+ public readonly httpWebrootChallengeInput: CertificateHttpWebrootChallenge;
596
+ ```
597
+
598
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge)
599
+
600
+ ---
601
+
602
+ ##### `keyTypeInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.keyTypeInput" id="cdktfprovideracmecertificatepropertykeytypeinput"></a>
603
+
604
+ ```typescript
605
+ public readonly keyTypeInput: string;
606
+ ```
607
+
608
+ - *Type:* `string`
609
+
610
+ ---
611
+
612
+ ##### `minDaysRemainingInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.minDaysRemainingInput" id="cdktfprovideracmecertificatepropertymindaysremaininginput"></a>
613
+
614
+ ```typescript
615
+ public readonly minDaysRemainingInput: number;
616
+ ```
617
+
618
+ - *Type:* `number`
619
+
620
+ ---
621
+
622
+ ##### `mustStapleInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.mustStapleInput" id="cdktfprovideracmecertificatepropertymuststapleinput"></a>
623
+
624
+ ```typescript
625
+ public readonly mustStapleInput: boolean | IResolvable;
626
+ ```
627
+
628
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
629
+
630
+ ---
631
+
632
+ ##### `preCheckDelayInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.preCheckDelayInput" id="cdktfprovideracmecertificatepropertyprecheckdelayinput"></a>
633
+
634
+ ```typescript
635
+ public readonly preCheckDelayInput: number;
636
+ ```
637
+
638
+ - *Type:* `number`
639
+
640
+ ---
641
+
642
+ ##### `preferredChainInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.preferredChainInput" id="cdktfprovideracmecertificatepropertypreferredchaininput"></a>
643
+
644
+ ```typescript
645
+ public readonly preferredChainInput: string;
646
+ ```
647
+
648
+ - *Type:* `string`
649
+
650
+ ---
651
+
652
+ ##### `recursiveNameserversInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.recursiveNameserversInput" id="cdktfprovideracmecertificatepropertyrecursivenameserversinput"></a>
653
+
654
+ ```typescript
655
+ public readonly recursiveNameserversInput: string[];
656
+ ```
657
+
658
+ - *Type:* `string`[]
659
+
660
+ ---
661
+
662
+ ##### `revokeCertificateOnDestroyInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.revokeCertificateOnDestroyInput" id="cdktfprovideracmecertificatepropertyrevokecertificateondestroyinput"></a>
663
+
664
+ ```typescript
665
+ public readonly revokeCertificateOnDestroyInput: boolean | IResolvable;
666
+ ```
667
+
668
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
669
+
670
+ ---
671
+
672
+ ##### `subjectAlternativeNamesInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.subjectAlternativeNamesInput" id="cdktfprovideracmecertificatepropertysubjectalternativenamesinput"></a>
673
+
674
+ ```typescript
675
+ public readonly subjectAlternativeNamesInput: string[];
676
+ ```
677
+
678
+ - *Type:* `string`[]
679
+
680
+ ---
681
+
682
+ ##### `tlsChallengeInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Certificate.property.tlsChallengeInput" id="cdktfprovideracmecertificatepropertytlschallengeinput"></a>
683
+
684
+ ```typescript
685
+ public readonly tlsChallengeInput: CertificateTlsChallenge;
686
+ ```
687
+
688
+ - *Type:* [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge)
689
+
690
+ ---
691
+
692
+ ##### `accountKeyPem`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.accountKeyPem" id="cdktfprovideracmecertificatepropertyaccountkeypem"></a>
693
+
694
+ ```typescript
695
+ public readonly accountKeyPem: string;
696
+ ```
697
+
698
+ - *Type:* `string`
699
+
700
+ ---
701
+
702
+ ##### `certificateP12Password`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateP12Password" id="cdktfprovideracmecertificatepropertycertificatep12password"></a>
703
+
704
+ ```typescript
705
+ public readonly certificateP12Password: string;
706
+ ```
707
+
708
+ - *Type:* `string`
709
+
710
+ ---
711
+
712
+ ##### `certificateRequestPem`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.certificateRequestPem" id="cdktfprovideracmecertificatepropertycertificaterequestpem"></a>
713
+
714
+ ```typescript
715
+ public readonly certificateRequestPem: string;
716
+ ```
717
+
718
+ - *Type:* `string`
719
+
720
+ ---
721
+
722
+ ##### `commonName`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.commonName" id="cdktfprovideracmecertificatepropertycommonname"></a>
723
+
724
+ ```typescript
725
+ public readonly commonName: string;
726
+ ```
727
+
728
+ - *Type:* `string`
729
+
730
+ ---
731
+
732
+ ##### `disableCompletePropagation`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.disableCompletePropagation" id="cdktfprovideracmecertificatepropertydisablecompletepropagation"></a>
733
+
734
+ ```typescript
735
+ public readonly disableCompletePropagation: boolean | IResolvable;
736
+ ```
737
+
738
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
739
+
740
+ ---
741
+
742
+ ##### `dnsChallenge`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.dnsChallenge" id="cdktfprovideracmecertificatepropertydnschallenge"></a>
743
+
744
+ ```typescript
745
+ public readonly dnsChallenge: CertificateDnsChallenge[];
746
+ ```
747
+
748
+ - *Type:* [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[]
749
+
750
+ ---
751
+
752
+ ##### `keyType`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.keyType" id="cdktfprovideracmecertificatepropertykeytype"></a>
753
+
754
+ ```typescript
755
+ public readonly keyType: string;
756
+ ```
757
+
758
+ - *Type:* `string`
759
+
760
+ ---
761
+
762
+ ##### `minDaysRemaining`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.minDaysRemaining" id="cdktfprovideracmecertificatepropertymindaysremaining"></a>
763
+
764
+ ```typescript
765
+ public readonly minDaysRemaining: number;
766
+ ```
767
+
768
+ - *Type:* `number`
769
+
770
+ ---
771
+
772
+ ##### `mustStaple`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.mustStaple" id="cdktfprovideracmecertificatepropertymuststaple"></a>
773
+
774
+ ```typescript
775
+ public readonly mustStaple: boolean | IResolvable;
776
+ ```
777
+
778
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
779
+
780
+ ---
781
+
782
+ ##### `preCheckDelay`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.preCheckDelay" id="cdktfprovideracmecertificatepropertyprecheckdelay"></a>
783
+
784
+ ```typescript
785
+ public readonly preCheckDelay: number;
786
+ ```
787
+
788
+ - *Type:* `number`
789
+
790
+ ---
791
+
792
+ ##### `preferredChain`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.preferredChain" id="cdktfprovideracmecertificatepropertypreferredchain"></a>
793
+
794
+ ```typescript
795
+ public readonly preferredChain: string;
796
+ ```
797
+
798
+ - *Type:* `string`
799
+
800
+ ---
801
+
802
+ ##### `recursiveNameservers`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.recursiveNameservers" id="cdktfprovideracmecertificatepropertyrecursivenameservers"></a>
803
+
804
+ ```typescript
805
+ public readonly recursiveNameservers: string[];
806
+ ```
807
+
808
+ - *Type:* `string`[]
809
+
810
+ ---
811
+
812
+ ##### `revokeCertificateOnDestroy`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.revokeCertificateOnDestroy" id="cdktfprovideracmecertificatepropertyrevokecertificateondestroy"></a>
813
+
814
+ ```typescript
815
+ public readonly revokeCertificateOnDestroy: boolean | IResolvable;
816
+ ```
817
+
818
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
819
+
820
+ ---
821
+
822
+ ##### `subjectAlternativeNames`<sup>Required</sup> <a name="@cdktf/provider-acme.Certificate.property.subjectAlternativeNames" id="cdktfprovideracmecertificatepropertysubjectalternativenames"></a>
823
+
824
+ ```typescript
825
+ public readonly subjectAlternativeNames: string[];
826
+ ```
827
+
828
+ - *Type:* `string`[]
829
+
830
+ ---
831
+
832
+ #### Constants <a name="Constants" id="constants"></a>
833
+
834
+ | **Name** | **Type** | **Description** |
835
+ | --- | --- | --- |
836
+ | [`tfResourceType`](#cdktfprovideracmecertificatepropertytfresourcetype)<span title="Required">*</span> | `string` | *No description.* |
837
+
838
+ ---
839
+
840
+ ##### `tfResourceType` <a name="@cdktf/provider-acme.Certificate.property.tfResourceType" id="cdktfprovideracmecertificatepropertytfresourcetype"></a>
841
+
842
+ - *Type:* `string`
843
+
844
+ ---
845
+
846
+ ### Registration <a name="@cdktf/provider-acme.Registration" id="cdktfprovideracmeregistration"></a>
847
+
848
+ Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration.html acme_registration}.
849
+
850
+ #### Initializers <a name="@cdktf/provider-acme.Registration.Initializer" id="cdktfprovideracmeregistrationinitializer"></a>
851
+
852
+ ```typescript
853
+ import { Registration } from '@cdktf/provider-acme'
854
+
855
+ new Registration(scope: Construct, id: string, config: RegistrationConfig)
856
+ ```
857
+
858
+ | **Name** | **Type** | **Description** |
859
+ | --- | --- | --- |
860
+ | [`scope`](#cdktfprovideracmeregistrationparameterscope)<span title="Required">*</span> | [`constructs.Construct`](#constructs.Construct) | The scope in which to define this construct. |
861
+ | [`id`](#cdktfprovideracmeregistrationparameterid)<span title="Required">*</span> | `string` | The scoped construct ID. |
862
+ | [`config`](#cdktfprovideracmeregistrationparameterconfig)<span title="Required">*</span> | [`@cdktf/provider-acme.RegistrationConfig`](#@cdktf/provider-acme.RegistrationConfig) | *No description.* |
863
+
864
+ ---
865
+
866
+ ##### `scope`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.parameter.scope" id="cdktfprovideracmeregistrationparameterscope"></a>
867
+
868
+ - *Type:* [`constructs.Construct`](#constructs.Construct)
869
+
870
+ The scope in which to define this construct.
871
+
872
+ ---
873
+
874
+ ##### `id`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.parameter.id" id="cdktfprovideracmeregistrationparameterid"></a>
875
+
876
+ - *Type:* `string`
877
+
878
+ The scoped construct ID.
879
+
880
+ Must be unique amongst siblings in the same scope
881
+
882
+ ---
883
+
884
+ ##### `config`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.parameter.config" id="cdktfprovideracmeregistrationparameterconfig"></a>
885
+
886
+ - *Type:* [`@cdktf/provider-acme.RegistrationConfig`](#@cdktf/provider-acme.RegistrationConfig)
887
+
888
+ ---
889
+
890
+ #### Methods <a name="Methods" id="methods"></a>
891
+
892
+ | **Name** | **Description** |
893
+ | --- | --- |
894
+ | [`putExternalAccountBinding`](#cdktfprovideracmeregistrationputexternalaccountbinding) | *No description.* |
895
+ | [`resetExternalAccountBinding`](#cdktfprovideracmeregistrationresetexternalaccountbinding) | *No description.* |
896
+
897
+ ---
898
+
899
+ ##### `putExternalAccountBinding` <a name="@cdktf/provider-acme.Registration.putExternalAccountBinding" id="cdktfprovideracmeregistrationputexternalaccountbinding"></a>
900
+
901
+ ```typescript
902
+ public putExternalAccountBinding(value: RegistrationExternalAccountBinding)
903
+ ```
904
+
905
+ ###### `value`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.parameter.value" id="cdktfprovideracmeregistrationparametervalue"></a>
906
+
907
+ - *Type:* [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding)
908
+
909
+ ---
910
+
911
+ ##### `resetExternalAccountBinding` <a name="@cdktf/provider-acme.Registration.resetExternalAccountBinding" id="cdktfprovideracmeregistrationresetexternalaccountbinding"></a>
912
+
913
+ ```typescript
914
+ public resetExternalAccountBinding()
915
+ ```
916
+
917
+
918
+ #### Properties <a name="Properties" id="properties"></a>
919
+
920
+ | **Name** | **Type** | **Description** |
921
+ | --- | --- | --- |
922
+ | [`externalAccountBinding`](#cdktfprovideracmeregistrationpropertyexternalaccountbinding)<span title="Required">*</span> | [`@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference`](#@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference) | *No description.* |
923
+ | [`id`](#cdktfprovideracmeregistrationpropertyid)<span title="Required">*</span> | `string` | *No description.* |
924
+ | [`registrationUrl`](#cdktfprovideracmeregistrationpropertyregistrationurl)<span title="Required">*</span> | `string` | *No description.* |
925
+ | [`accountKeyPemInput`](#cdktfprovideracmeregistrationpropertyaccountkeypeminput) | `string` | *No description.* |
926
+ | [`emailAddressInput`](#cdktfprovideracmeregistrationpropertyemailaddressinput) | `string` | *No description.* |
927
+ | [`externalAccountBindingInput`](#cdktfprovideracmeregistrationpropertyexternalaccountbindinginput) | [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding) | *No description.* |
928
+ | [`accountKeyPem`](#cdktfprovideracmeregistrationpropertyaccountkeypem)<span title="Required">*</span> | `string` | *No description.* |
929
+ | [`emailAddress`](#cdktfprovideracmeregistrationpropertyemailaddress)<span title="Required">*</span> | `string` | *No description.* |
930
+
931
+ ---
932
+
933
+ ##### `externalAccountBinding`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.property.externalAccountBinding" id="cdktfprovideracmeregistrationpropertyexternalaccountbinding"></a>
934
+
935
+ ```typescript
936
+ public readonly externalAccountBinding: RegistrationExternalAccountBindingOutputReference;
937
+ ```
938
+
939
+ - *Type:* [`@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference`](#@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference)
940
+
941
+ ---
942
+
943
+ ##### `id`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.property.id" id="cdktfprovideracmeregistrationpropertyid"></a>
944
+
945
+ ```typescript
946
+ public readonly id: string;
947
+ ```
948
+
949
+ - *Type:* `string`
950
+
951
+ ---
952
+
953
+ ##### `registrationUrl`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.property.registrationUrl" id="cdktfprovideracmeregistrationpropertyregistrationurl"></a>
954
+
955
+ ```typescript
956
+ public readonly registrationUrl: string;
957
+ ```
958
+
959
+ - *Type:* `string`
960
+
961
+ ---
962
+
963
+ ##### `accountKeyPemInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Registration.property.accountKeyPemInput" id="cdktfprovideracmeregistrationpropertyaccountkeypeminput"></a>
964
+
965
+ ```typescript
966
+ public readonly accountKeyPemInput: string;
967
+ ```
968
+
969
+ - *Type:* `string`
970
+
971
+ ---
972
+
973
+ ##### `emailAddressInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Registration.property.emailAddressInput" id="cdktfprovideracmeregistrationpropertyemailaddressinput"></a>
974
+
975
+ ```typescript
976
+ public readonly emailAddressInput: string;
977
+ ```
978
+
979
+ - *Type:* `string`
980
+
981
+ ---
982
+
983
+ ##### `externalAccountBindingInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.Registration.property.externalAccountBindingInput" id="cdktfprovideracmeregistrationpropertyexternalaccountbindinginput"></a>
984
+
985
+ ```typescript
986
+ public readonly externalAccountBindingInput: RegistrationExternalAccountBinding;
987
+ ```
988
+
989
+ - *Type:* [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding)
990
+
991
+ ---
992
+
993
+ ##### `accountKeyPem`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.property.accountKeyPem" id="cdktfprovideracmeregistrationpropertyaccountkeypem"></a>
994
+
995
+ ```typescript
996
+ public readonly accountKeyPem: string;
997
+ ```
998
+
999
+ - *Type:* `string`
1000
+
1001
+ ---
1002
+
1003
+ ##### `emailAddress`<sup>Required</sup> <a name="@cdktf/provider-acme.Registration.property.emailAddress" id="cdktfprovideracmeregistrationpropertyemailaddress"></a>
1004
+
1005
+ ```typescript
1006
+ public readonly emailAddress: string;
1007
+ ```
1008
+
1009
+ - *Type:* `string`
1010
+
1011
+ ---
1012
+
1013
+ #### Constants <a name="Constants" id="constants"></a>
1014
+
1015
+ | **Name** | **Type** | **Description** |
1016
+ | --- | --- | --- |
1017
+ | [`tfResourceType`](#cdktfprovideracmeregistrationpropertytfresourcetype)<span title="Required">*</span> | `string` | *No description.* |
1018
+
1019
+ ---
1020
+
1021
+ ##### `tfResourceType` <a name="@cdktf/provider-acme.Registration.property.tfResourceType" id="cdktfprovideracmeregistrationpropertytfresourcetype"></a>
1022
+
1023
+ - *Type:* `string`
1024
+
1025
+ ---
1026
+
1027
+ ## Structs <a name="Structs" id="structs"></a>
1028
+
1029
+ ### AcmeProviderConfig <a name="@cdktf/provider-acme.AcmeProviderConfig" id="cdktfprovideracmeacmeproviderconfig"></a>
1030
+
1031
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1032
+
1033
+ ```typescript
1034
+ import { AcmeProviderConfig } from '@cdktf/provider-acme'
1035
+
1036
+ const acmeProviderConfig: AcmeProviderConfig = { ... }
1037
+ ```
1038
+
1039
+ #### Properties <a name="Properties" id="properties"></a>
1040
+
1041
+ | **Name** | **Type** | **Description** |
1042
+ | --- | --- | --- |
1043
+ | [`serverUrl`](#cdktfprovideracmeacmeproviderconfigpropertyserverurl)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#server_url AcmeProvider#server_url}. |
1044
+ | [`alias`](#cdktfprovideracmeacmeproviderconfigpropertyalias) | `string` | Alias name. |
1045
+
1046
+ ---
1047
+
1048
+ ##### `serverUrl`<sup>Required</sup> <a name="@cdktf/provider-acme.AcmeProviderConfig.property.serverUrl" id="cdktfprovideracmeacmeproviderconfigpropertyserverurl"></a>
1049
+
1050
+ ```typescript
1051
+ public readonly serverUrl: string;
1052
+ ```
1053
+
1054
+ - *Type:* `string`
1055
+
1056
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#server_url AcmeProvider#server_url}.
1057
+
1058
+ ---
1059
+
1060
+ ##### `alias`<sup>Optional</sup> <a name="@cdktf/provider-acme.AcmeProviderConfig.property.alias" id="cdktfprovideracmeacmeproviderconfigpropertyalias"></a>
1061
+
1062
+ ```typescript
1063
+ public readonly alias: string;
1064
+ ```
1065
+
1066
+ - *Type:* `string`
1067
+
1068
+ Alias name.
1069
+
1070
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#alias AcmeProvider#alias}
1071
+
1072
+ ---
1073
+
1074
+ ### CertificateConfig <a name="@cdktf/provider-acme.CertificateConfig" id="cdktfprovideracmecertificateconfig"></a>
1075
+
1076
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1077
+
1078
+ ```typescript
1079
+ import { CertificateConfig } from '@cdktf/provider-acme'
1080
+
1081
+ const certificateConfig: CertificateConfig = { ... }
1082
+ ```
1083
+
1084
+ #### Properties <a name="Properties" id="properties"></a>
1085
+
1086
+ | **Name** | **Type** | **Description** |
1087
+ | --- | --- | --- |
1088
+ | [`count`](#cdktfprovideracmecertificateconfigpropertycount) | `number` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
1089
+ | [`dependsOn`](#cdktfprovideracmecertificateconfigpropertydependson) | [`cdktf.ITerraformDependable`](#cdktf.ITerraformDependable)[] | *No description.* |
1090
+ | [`lifecycle`](#cdktfprovideracmecertificateconfigpropertylifecycle) | [`cdktf.TerraformResourceLifecycle`](#cdktf.TerraformResourceLifecycle) | *No description.* |
1091
+ | [`provider`](#cdktfprovideracmecertificateconfigpropertyprovider) | [`cdktf.TerraformProvider`](#cdktf.TerraformProvider) | *No description.* |
1092
+ | [`accountKeyPem`](#cdktfprovideracmecertificateconfigpropertyaccountkeypem)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#account_key_pem Certificate#account_key_pem}. |
1093
+ | [`certificateP12Password`](#cdktfprovideracmecertificateconfigpropertycertificatep12password) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#certificate_p12_password Certificate#certificate_p12_password}. |
1094
+ | [`certificateRequestPem`](#cdktfprovideracmecertificateconfigpropertycertificaterequestpem) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#certificate_request_pem Certificate#certificate_request_pem}. |
1095
+ | [`commonName`](#cdktfprovideracmecertificateconfigpropertycommonname) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#common_name Certificate#common_name}. |
1096
+ | [`disableCompletePropagation`](#cdktfprovideracmecertificateconfigpropertydisablecompletepropagation) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#disable_complete_propagation Certificate#disable_complete_propagation}. |
1097
+ | [`dnsChallenge`](#cdktfprovideracmecertificateconfigpropertydnschallenge) | [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[] | dns_challenge block. |
1098
+ | [`httpChallenge`](#cdktfprovideracmecertificateconfigpropertyhttpchallenge) | [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge) | http_challenge block. |
1099
+ | [`httpMemcachedChallenge`](#cdktfprovideracmecertificateconfigpropertyhttpmemcachedchallenge) | [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge) | http_memcached_challenge block. |
1100
+ | [`httpWebrootChallenge`](#cdktfprovideracmecertificateconfigpropertyhttpwebrootchallenge) | [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge) | http_webroot_challenge block. |
1101
+ | [`keyType`](#cdktfprovideracmecertificateconfigpropertykeytype) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#key_type Certificate#key_type}. |
1102
+ | [`minDaysRemaining`](#cdktfprovideracmecertificateconfigpropertymindaysremaining) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#min_days_remaining Certificate#min_days_remaining}. |
1103
+ | [`mustStaple`](#cdktfprovideracmecertificateconfigpropertymuststaple) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#must_staple Certificate#must_staple}. |
1104
+ | [`preCheckDelay`](#cdktfprovideracmecertificateconfigpropertyprecheckdelay) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#pre_check_delay Certificate#pre_check_delay}. |
1105
+ | [`preferredChain`](#cdktfprovideracmecertificateconfigpropertypreferredchain) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#preferred_chain Certificate#preferred_chain}. |
1106
+ | [`recursiveNameservers`](#cdktfprovideracmecertificateconfigpropertyrecursivenameservers) | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#recursive_nameservers Certificate#recursive_nameservers}. |
1107
+ | [`revokeCertificateOnDestroy`](#cdktfprovideracmecertificateconfigpropertyrevokecertificateondestroy) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}. |
1108
+ | [`subjectAlternativeNames`](#cdktfprovideracmecertificateconfigpropertysubjectalternativenames) | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#subject_alternative_names Certificate#subject_alternative_names}. |
1109
+ | [`tlsChallenge`](#cdktfprovideracmecertificateconfigpropertytlschallenge) | [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge) | tls_challenge block. |
1110
+
1111
+ ---
1112
+
1113
+ ##### `count`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.count" id="cdktfprovideracmecertificateconfigpropertycount"></a>
1114
+
1115
+ ```typescript
1116
+ public readonly count: number | IResolvable;
1117
+ ```
1118
+
1119
+ - *Type:* `number` | [`cdktf.IResolvable`](#cdktf.IResolvable)
1120
+
1121
+ ---
1122
+
1123
+ ##### `dependsOn`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.dependsOn" id="cdktfprovideracmecertificateconfigpropertydependson"></a>
1124
+
1125
+ ```typescript
1126
+ public readonly dependsOn: ITerraformDependable[];
1127
+ ```
1128
+
1129
+ - *Type:* [`cdktf.ITerraformDependable`](#cdktf.ITerraformDependable)[]
1130
+
1131
+ ---
1132
+
1133
+ ##### `lifecycle`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.lifecycle" id="cdktfprovideracmecertificateconfigpropertylifecycle"></a>
1134
+
1135
+ ```typescript
1136
+ public readonly lifecycle: TerraformResourceLifecycle;
1137
+ ```
1138
+
1139
+ - *Type:* [`cdktf.TerraformResourceLifecycle`](#cdktf.TerraformResourceLifecycle)
1140
+
1141
+ ---
1142
+
1143
+ ##### `provider`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.provider" id="cdktfprovideracmecertificateconfigpropertyprovider"></a>
1144
+
1145
+ ```typescript
1146
+ public readonly provider: TerraformProvider;
1147
+ ```
1148
+
1149
+ - *Type:* [`cdktf.TerraformProvider`](#cdktf.TerraformProvider)
1150
+
1151
+ ---
1152
+
1153
+ ##### `accountKeyPem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.accountKeyPem" id="cdktfprovideracmecertificateconfigpropertyaccountkeypem"></a>
1154
+
1155
+ ```typescript
1156
+ public readonly accountKeyPem: string;
1157
+ ```
1158
+
1159
+ - *Type:* `string`
1160
+
1161
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#account_key_pem Certificate#account_key_pem}.
1162
+
1163
+ ---
1164
+
1165
+ ##### `certificateP12Password`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.certificateP12Password" id="cdktfprovideracmecertificateconfigpropertycertificatep12password"></a>
1166
+
1167
+ ```typescript
1168
+ public readonly certificateP12Password: string;
1169
+ ```
1170
+
1171
+ - *Type:* `string`
1172
+
1173
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#certificate_p12_password Certificate#certificate_p12_password}.
1174
+
1175
+ ---
1176
+
1177
+ ##### `certificateRequestPem`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.certificateRequestPem" id="cdktfprovideracmecertificateconfigpropertycertificaterequestpem"></a>
1178
+
1179
+ ```typescript
1180
+ public readonly certificateRequestPem: string;
1181
+ ```
1182
+
1183
+ - *Type:* `string`
1184
+
1185
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#certificate_request_pem Certificate#certificate_request_pem}.
1186
+
1187
+ ---
1188
+
1189
+ ##### `commonName`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.commonName" id="cdktfprovideracmecertificateconfigpropertycommonname"></a>
1190
+
1191
+ ```typescript
1192
+ public readonly commonName: string;
1193
+ ```
1194
+
1195
+ - *Type:* `string`
1196
+
1197
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#common_name Certificate#common_name}.
1198
+
1199
+ ---
1200
+
1201
+ ##### `disableCompletePropagation`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.disableCompletePropagation" id="cdktfprovideracmecertificateconfigpropertydisablecompletepropagation"></a>
1202
+
1203
+ ```typescript
1204
+ public readonly disableCompletePropagation: boolean | IResolvable;
1205
+ ```
1206
+
1207
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
1208
+
1209
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#disable_complete_propagation Certificate#disable_complete_propagation}.
1210
+
1211
+ ---
1212
+
1213
+ ##### `dnsChallenge`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.dnsChallenge" id="cdktfprovideracmecertificateconfigpropertydnschallenge"></a>
1214
+
1215
+ ```typescript
1216
+ public readonly dnsChallenge: CertificateDnsChallenge[];
1217
+ ```
1218
+
1219
+ - *Type:* [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[]
1220
+
1221
+ dns_challenge block.
1222
+
1223
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#dns_challenge Certificate#dns_challenge}
1224
+
1225
+ ---
1226
+
1227
+ ##### `httpChallenge`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.httpChallenge" id="cdktfprovideracmecertificateconfigpropertyhttpchallenge"></a>
1228
+
1229
+ ```typescript
1230
+ public readonly httpChallenge: CertificateHttpChallenge;
1231
+ ```
1232
+
1233
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge)
1234
+
1235
+ http_challenge block.
1236
+
1237
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#http_challenge Certificate#http_challenge}
1238
+
1239
+ ---
1240
+
1241
+ ##### `httpMemcachedChallenge`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.httpMemcachedChallenge" id="cdktfprovideracmecertificateconfigpropertyhttpmemcachedchallenge"></a>
1242
+
1243
+ ```typescript
1244
+ public readonly httpMemcachedChallenge: CertificateHttpMemcachedChallenge;
1245
+ ```
1246
+
1247
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge)
1248
+
1249
+ http_memcached_challenge block.
1250
+
1251
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#http_memcached_challenge Certificate#http_memcached_challenge}
1252
+
1253
+ ---
1254
+
1255
+ ##### `httpWebrootChallenge`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.httpWebrootChallenge" id="cdktfprovideracmecertificateconfigpropertyhttpwebrootchallenge"></a>
1256
+
1257
+ ```typescript
1258
+ public readonly httpWebrootChallenge: CertificateHttpWebrootChallenge;
1259
+ ```
1260
+
1261
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge)
1262
+
1263
+ http_webroot_challenge block.
1264
+
1265
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#http_webroot_challenge Certificate#http_webroot_challenge}
1266
+
1267
+ ---
1268
+
1269
+ ##### `keyType`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.keyType" id="cdktfprovideracmecertificateconfigpropertykeytype"></a>
1270
+
1271
+ ```typescript
1272
+ public readonly keyType: string;
1273
+ ```
1274
+
1275
+ - *Type:* `string`
1276
+
1277
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#key_type Certificate#key_type}.
1278
+
1279
+ ---
1280
+
1281
+ ##### `minDaysRemaining`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.minDaysRemaining" id="cdktfprovideracmecertificateconfigpropertymindaysremaining"></a>
1282
+
1283
+ ```typescript
1284
+ public readonly minDaysRemaining: number;
1285
+ ```
1286
+
1287
+ - *Type:* `number`
1288
+
1289
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#min_days_remaining Certificate#min_days_remaining}.
1290
+
1291
+ ---
1292
+
1293
+ ##### `mustStaple`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.mustStaple" id="cdktfprovideracmecertificateconfigpropertymuststaple"></a>
1294
+
1295
+ ```typescript
1296
+ public readonly mustStaple: boolean | IResolvable;
1297
+ ```
1298
+
1299
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
1300
+
1301
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#must_staple Certificate#must_staple}.
1302
+
1303
+ ---
1304
+
1305
+ ##### `preCheckDelay`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.preCheckDelay" id="cdktfprovideracmecertificateconfigpropertyprecheckdelay"></a>
1306
+
1307
+ ```typescript
1308
+ public readonly preCheckDelay: number;
1309
+ ```
1310
+
1311
+ - *Type:* `number`
1312
+
1313
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#pre_check_delay Certificate#pre_check_delay}.
1314
+
1315
+ ---
1316
+
1317
+ ##### `preferredChain`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.preferredChain" id="cdktfprovideracmecertificateconfigpropertypreferredchain"></a>
1318
+
1319
+ ```typescript
1320
+ public readonly preferredChain: string;
1321
+ ```
1322
+
1323
+ - *Type:* `string`
1324
+
1325
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#preferred_chain Certificate#preferred_chain}.
1326
+
1327
+ ---
1328
+
1329
+ ##### `recursiveNameservers`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.recursiveNameservers" id="cdktfprovideracmecertificateconfigpropertyrecursivenameservers"></a>
1330
+
1331
+ ```typescript
1332
+ public readonly recursiveNameservers: string[];
1333
+ ```
1334
+
1335
+ - *Type:* `string`[]
1336
+
1337
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#recursive_nameservers Certificate#recursive_nameservers}.
1338
+
1339
+ ---
1340
+
1341
+ ##### `revokeCertificateOnDestroy`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.revokeCertificateOnDestroy" id="cdktfprovideracmecertificateconfigpropertyrevokecertificateondestroy"></a>
1342
+
1343
+ ```typescript
1344
+ public readonly revokeCertificateOnDestroy: boolean | IResolvable;
1345
+ ```
1346
+
1347
+ - *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
1348
+
1349
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}.
1350
+
1351
+ ---
1352
+
1353
+ ##### `subjectAlternativeNames`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.subjectAlternativeNames" id="cdktfprovideracmecertificateconfigpropertysubjectalternativenames"></a>
1354
+
1355
+ ```typescript
1356
+ public readonly subjectAlternativeNames: string[];
1357
+ ```
1358
+
1359
+ - *Type:* `string`[]
1360
+
1361
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#subject_alternative_names Certificate#subject_alternative_names}.
1362
+
1363
+ ---
1364
+
1365
+ ##### `tlsChallenge`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateConfig.property.tlsChallenge" id="cdktfprovideracmecertificateconfigpropertytlschallenge"></a>
1366
+
1367
+ ```typescript
1368
+ public readonly tlsChallenge: CertificateTlsChallenge;
1369
+ ```
1370
+
1371
+ - *Type:* [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge)
1372
+
1373
+ tls_challenge block.
1374
+
1375
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#tls_challenge Certificate#tls_challenge}
1376
+
1377
+ ---
1378
+
1379
+ ### CertificateDnsChallenge <a name="@cdktf/provider-acme.CertificateDnsChallenge" id="cdktfprovideracmecertificatednschallenge"></a>
1380
+
1381
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1382
+
1383
+ ```typescript
1384
+ import { CertificateDnsChallenge } from '@cdktf/provider-acme'
1385
+
1386
+ const certificateDnsChallenge: CertificateDnsChallenge = { ... }
1387
+ ```
1388
+
1389
+ #### Properties <a name="Properties" id="properties"></a>
1390
+
1391
+ | **Name** | **Type** | **Description** |
1392
+ | --- | --- | --- |
1393
+ | [`provider`](#cdktfprovideracmecertificatednschallengepropertyprovider)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#provider Certificate#provider}. |
1394
+ | [`config`](#cdktfprovideracmecertificatednschallengepropertyconfig) | {[ key: string ]: `string`} \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#config Certificate#config}. |
1395
+
1396
+ ---
1397
+
1398
+ ##### `provider`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateDnsChallenge.property.provider" id="cdktfprovideracmecertificatednschallengepropertyprovider"></a>
1399
+
1400
+ ```typescript
1401
+ public readonly provider: string;
1402
+ ```
1403
+
1404
+ - *Type:* `string`
1405
+
1406
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#provider Certificate#provider}.
1407
+
1408
+ ---
1409
+
1410
+ ##### `config`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateDnsChallenge.property.config" id="cdktfprovideracmecertificatednschallengepropertyconfig"></a>
1411
+
1412
+ ```typescript
1413
+ public readonly config: {[ key: string ]: string} | IResolvable;
1414
+ ```
1415
+
1416
+ - *Type:* {[ key: string ]: `string`} | [`cdktf.IResolvable`](#cdktf.IResolvable)
1417
+
1418
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#config Certificate#config}.
1419
+
1420
+ ---
1421
+
1422
+ ### CertificateHttpChallenge <a name="@cdktf/provider-acme.CertificateHttpChallenge" id="cdktfprovideracmecertificatehttpchallenge"></a>
1423
+
1424
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1425
+
1426
+ ```typescript
1427
+ import { CertificateHttpChallenge } from '@cdktf/provider-acme'
1428
+
1429
+ const certificateHttpChallenge: CertificateHttpChallenge = { ... }
1430
+ ```
1431
+
1432
+ #### Properties <a name="Properties" id="properties"></a>
1433
+
1434
+ | **Name** | **Type** | **Description** |
1435
+ | --- | --- | --- |
1436
+ | [`port`](#cdktfprovideracmecertificatehttpchallengepropertyport) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#port Certificate#port}. |
1437
+ | [`proxyHeader`](#cdktfprovideracmecertificatehttpchallengepropertyproxyheader) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#proxy_header Certificate#proxy_header}. |
1438
+
1439
+ ---
1440
+
1441
+ ##### `port`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpChallenge.property.port" id="cdktfprovideracmecertificatehttpchallengepropertyport"></a>
1442
+
1443
+ ```typescript
1444
+ public readonly port: number;
1445
+ ```
1446
+
1447
+ - *Type:* `number`
1448
+
1449
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#port Certificate#port}.
1450
+
1451
+ ---
1452
+
1453
+ ##### `proxyHeader`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpChallenge.property.proxyHeader" id="cdktfprovideracmecertificatehttpchallengepropertyproxyheader"></a>
1454
+
1455
+ ```typescript
1456
+ public readonly proxyHeader: string;
1457
+ ```
1458
+
1459
+ - *Type:* `string`
1460
+
1461
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#proxy_header Certificate#proxy_header}.
1462
+
1463
+ ---
1464
+
1465
+ ### CertificateHttpMemcachedChallenge <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallenge" id="cdktfprovideracmecertificatehttpmemcachedchallenge"></a>
1466
+
1467
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1468
+
1469
+ ```typescript
1470
+ import { CertificateHttpMemcachedChallenge } from '@cdktf/provider-acme'
1471
+
1472
+ const certificateHttpMemcachedChallenge: CertificateHttpMemcachedChallenge = { ... }
1473
+ ```
1474
+
1475
+ #### Properties <a name="Properties" id="properties"></a>
1476
+
1477
+ | **Name** | **Type** | **Description** |
1478
+ | --- | --- | --- |
1479
+ | [`hosts`](#cdktfprovideracmecertificatehttpmemcachedchallengepropertyhosts)<span title="Required">*</span> | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#hosts Certificate#hosts}. |
1480
+
1481
+ ---
1482
+
1483
+ ##### `hosts`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallenge.property.hosts" id="cdktfprovideracmecertificatehttpmemcachedchallengepropertyhosts"></a>
1484
+
1485
+ ```typescript
1486
+ public readonly hosts: string[];
1487
+ ```
1488
+
1489
+ - *Type:* `string`[]
1490
+
1491
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#hosts Certificate#hosts}.
1492
+
1493
+ ---
1494
+
1495
+ ### CertificateHttpWebrootChallenge <a name="@cdktf/provider-acme.CertificateHttpWebrootChallenge" id="cdktfprovideracmecertificatehttpwebrootchallenge"></a>
1496
+
1497
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1498
+
1499
+ ```typescript
1500
+ import { CertificateHttpWebrootChallenge } from '@cdktf/provider-acme'
1501
+
1502
+ const certificateHttpWebrootChallenge: CertificateHttpWebrootChallenge = { ... }
1503
+ ```
1504
+
1505
+ #### Properties <a name="Properties" id="properties"></a>
1506
+
1507
+ | **Name** | **Type** | **Description** |
1508
+ | --- | --- | --- |
1509
+ | [`directory`](#cdktfprovideracmecertificatehttpwebrootchallengepropertydirectory)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#directory Certificate#directory}. |
1510
+
1511
+ ---
1512
+
1513
+ ##### `directory`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallenge.property.directory" id="cdktfprovideracmecertificatehttpwebrootchallengepropertydirectory"></a>
1514
+
1515
+ ```typescript
1516
+ public readonly directory: string;
1517
+ ```
1518
+
1519
+ - *Type:* `string`
1520
+
1521
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#directory Certificate#directory}.
1522
+
1523
+ ---
1524
+
1525
+ ### CertificateTlsChallenge <a name="@cdktf/provider-acme.CertificateTlsChallenge" id="cdktfprovideracmecertificatetlschallenge"></a>
1526
+
1527
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1528
+
1529
+ ```typescript
1530
+ import { CertificateTlsChallenge } from '@cdktf/provider-acme'
1531
+
1532
+ const certificateTlsChallenge: CertificateTlsChallenge = { ... }
1533
+ ```
1534
+
1535
+ #### Properties <a name="Properties" id="properties"></a>
1536
+
1537
+ | **Name** | **Type** | **Description** |
1538
+ | --- | --- | --- |
1539
+ | [`port`](#cdktfprovideracmecertificatetlschallengepropertyport) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#port Certificate#port}. |
1540
+
1541
+ ---
1542
+
1543
+ ##### `port`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateTlsChallenge.property.port" id="cdktfprovideracmecertificatetlschallengepropertyport"></a>
1544
+
1545
+ ```typescript
1546
+ public readonly port: number;
1547
+ ```
1548
+
1549
+ - *Type:* `number`
1550
+
1551
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate.html#port Certificate#port}.
1552
+
1553
+ ---
1554
+
1555
+ ### RegistrationConfig <a name="@cdktf/provider-acme.RegistrationConfig" id="cdktfprovideracmeregistrationconfig"></a>
1556
+
1557
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1558
+
1559
+ ```typescript
1560
+ import { RegistrationConfig } from '@cdktf/provider-acme'
1561
+
1562
+ const registrationConfig: RegistrationConfig = { ... }
1563
+ ```
1564
+
1565
+ #### Properties <a name="Properties" id="properties"></a>
1566
+
1567
+ | **Name** | **Type** | **Description** |
1568
+ | --- | --- | --- |
1569
+ | [`count`](#cdktfprovideracmeregistrationconfigpropertycount) | `number` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | *No description.* |
1570
+ | [`dependsOn`](#cdktfprovideracmeregistrationconfigpropertydependson) | [`cdktf.ITerraformDependable`](#cdktf.ITerraformDependable)[] | *No description.* |
1571
+ | [`lifecycle`](#cdktfprovideracmeregistrationconfigpropertylifecycle) | [`cdktf.TerraformResourceLifecycle`](#cdktf.TerraformResourceLifecycle) | *No description.* |
1572
+ | [`provider`](#cdktfprovideracmeregistrationconfigpropertyprovider) | [`cdktf.TerraformProvider`](#cdktf.TerraformProvider) | *No description.* |
1573
+ | [`accountKeyPem`](#cdktfprovideracmeregistrationconfigpropertyaccountkeypem)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#account_key_pem Registration#account_key_pem}. |
1574
+ | [`emailAddress`](#cdktfprovideracmeregistrationconfigpropertyemailaddress)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#email_address Registration#email_address}. |
1575
+ | [`externalAccountBinding`](#cdktfprovideracmeregistrationconfigpropertyexternalaccountbinding) | [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding) | external_account_binding block. |
1576
+
1577
+ ---
1578
+
1579
+ ##### `count`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.count" id="cdktfprovideracmeregistrationconfigpropertycount"></a>
1580
+
1581
+ ```typescript
1582
+ public readonly count: number | IResolvable;
1583
+ ```
1584
+
1585
+ - *Type:* `number` | [`cdktf.IResolvable`](#cdktf.IResolvable)
1586
+
1587
+ ---
1588
+
1589
+ ##### `dependsOn`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.dependsOn" id="cdktfprovideracmeregistrationconfigpropertydependson"></a>
1590
+
1591
+ ```typescript
1592
+ public readonly dependsOn: ITerraformDependable[];
1593
+ ```
1594
+
1595
+ - *Type:* [`cdktf.ITerraformDependable`](#cdktf.ITerraformDependable)[]
1596
+
1597
+ ---
1598
+
1599
+ ##### `lifecycle`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.lifecycle" id="cdktfprovideracmeregistrationconfigpropertylifecycle"></a>
1600
+
1601
+ ```typescript
1602
+ public readonly lifecycle: TerraformResourceLifecycle;
1603
+ ```
1604
+
1605
+ - *Type:* [`cdktf.TerraformResourceLifecycle`](#cdktf.TerraformResourceLifecycle)
1606
+
1607
+ ---
1608
+
1609
+ ##### `provider`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.provider" id="cdktfprovideracmeregistrationconfigpropertyprovider"></a>
1610
+
1611
+ ```typescript
1612
+ public readonly provider: TerraformProvider;
1613
+ ```
1614
+
1615
+ - *Type:* [`cdktf.TerraformProvider`](#cdktf.TerraformProvider)
1616
+
1617
+ ---
1618
+
1619
+ ##### `accountKeyPem`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.accountKeyPem" id="cdktfprovideracmeregistrationconfigpropertyaccountkeypem"></a>
1620
+
1621
+ ```typescript
1622
+ public readonly accountKeyPem: string;
1623
+ ```
1624
+
1625
+ - *Type:* `string`
1626
+
1627
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#account_key_pem Registration#account_key_pem}.
1628
+
1629
+ ---
1630
+
1631
+ ##### `emailAddress`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.emailAddress" id="cdktfprovideracmeregistrationconfigpropertyemailaddress"></a>
1632
+
1633
+ ```typescript
1634
+ public readonly emailAddress: string;
1635
+ ```
1636
+
1637
+ - *Type:* `string`
1638
+
1639
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#email_address Registration#email_address}.
1640
+
1641
+ ---
1642
+
1643
+ ##### `externalAccountBinding`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationConfig.property.externalAccountBinding" id="cdktfprovideracmeregistrationconfigpropertyexternalaccountbinding"></a>
1644
+
1645
+ ```typescript
1646
+ public readonly externalAccountBinding: RegistrationExternalAccountBinding;
1647
+ ```
1648
+
1649
+ - *Type:* [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding)
1650
+
1651
+ external_account_binding block.
1652
+
1653
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#external_account_binding Registration#external_account_binding}
1654
+
1655
+ ---
1656
+
1657
+ ### RegistrationExternalAccountBinding <a name="@cdktf/provider-acme.RegistrationExternalAccountBinding" id="cdktfprovideracmeregistrationexternalaccountbinding"></a>
1658
+
1659
+ #### Initializer <a name="[object Object].Initializer" id="object-objectinitializer"></a>
1660
+
1661
+ ```typescript
1662
+ import { RegistrationExternalAccountBinding } from '@cdktf/provider-acme'
1663
+
1664
+ const registrationExternalAccountBinding: RegistrationExternalAccountBinding = { ... }
1665
+ ```
1666
+
1667
+ #### Properties <a name="Properties" id="properties"></a>
1668
+
1669
+ | **Name** | **Type** | **Description** |
1670
+ | --- | --- | --- |
1671
+ | [`hmacBase64`](#cdktfprovideracmeregistrationexternalaccountbindingpropertyhmacbase64)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#hmac_base64 Registration#hmac_base64}. |
1672
+ | [`keyId`](#cdktfprovideracmeregistrationexternalaccountbindingpropertykeyid)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#key_id Registration#key_id}. |
1673
+
1674
+ ---
1675
+
1676
+ ##### `hmacBase64`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBinding.property.hmacBase64" id="cdktfprovideracmeregistrationexternalaccountbindingpropertyhmacbase64"></a>
1677
+
1678
+ ```typescript
1679
+ public readonly hmacBase64: string;
1680
+ ```
1681
+
1682
+ - *Type:* `string`
1683
+
1684
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#hmac_base64 Registration#hmac_base64}.
1685
+
1686
+ ---
1687
+
1688
+ ##### `keyId`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBinding.property.keyId" id="cdktfprovideracmeregistrationexternalaccountbindingpropertykeyid"></a>
1689
+
1690
+ ```typescript
1691
+ public readonly keyId: string;
1692
+ ```
1693
+
1694
+ - *Type:* `string`
1695
+
1696
+ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration.html#key_id Registration#key_id}.
1697
+
1698
+ ---
1699
+
1700
+ ## Classes <a name="Classes" id="classes"></a>
1701
+
1702
+ ### CertificateHttpChallengeOutputReference <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference" id="cdktfprovideracmecertificatehttpchallengeoutputreference"></a>
1703
+
1704
+ #### Initializers <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.Initializer" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceinitializer"></a>
1705
+
1706
+ ```typescript
1707
+ import { CertificateHttpChallengeOutputReference } from '@cdktf/provider-acme'
1708
+
1709
+ new CertificateHttpChallengeOutputReference(terraformResource: ITerraformResource, terraformAttribute: string, isSingleItem: boolean)
1710
+ ```
1711
+
1712
+ | **Name** | **Type** | **Description** |
1713
+ | --- | --- | --- |
1714
+ | [`terraformResource`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.ITerraformResource`](#cdktf.ITerraformResource) | The parent resource. |
1715
+ | [`terraformAttribute`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
1716
+ | [`isSingleItem`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
1717
+
1718
+ ---
1719
+
1720
+ ##### `terraformResource`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.parameter.terraformResource" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterterraformresource"></a>
1721
+
1722
+ - *Type:* [`cdktf.ITerraformResource`](#cdktf.ITerraformResource)
1723
+
1724
+ The parent resource.
1725
+
1726
+ ---
1727
+
1728
+ ##### `terraformAttribute`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.parameter.terraformAttribute" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterterraformattribute"></a>
1729
+
1730
+ - *Type:* `string`
1731
+
1732
+ The attribute on the parent resource this class is referencing.
1733
+
1734
+ ---
1735
+
1736
+ ##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterissingleitem"></a>
1737
+
1738
+ - *Type:* `boolean`
1739
+
1740
+ True if this is a block, false if it's a list.
1741
+
1742
+ ---
1743
+
1744
+ #### Methods <a name="Methods" id="methods"></a>
1745
+
1746
+ | **Name** | **Description** |
1747
+ | --- | --- |
1748
+ | [`resetPort`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceresetport) | *No description.* |
1749
+ | [`resetProxyHeader`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceresetproxyheader) | *No description.* |
1750
+
1751
+ ---
1752
+
1753
+ ##### `resetPort` <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.resetPort" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceresetport"></a>
1754
+
1755
+ ```typescript
1756
+ public resetPort()
1757
+ ```
1758
+
1759
+ ##### `resetProxyHeader` <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.resetProxyHeader" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceresetproxyheader"></a>
1760
+
1761
+ ```typescript
1762
+ public resetProxyHeader()
1763
+ ```
1764
+
1765
+
1766
+ #### Properties <a name="Properties" id="properties"></a>
1767
+
1768
+ | **Name** | **Type** | **Description** |
1769
+ | --- | --- | --- |
1770
+ | [`portInput`](#cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyportinput) | `number` | *No description.* |
1771
+ | [`proxyHeaderInput`](#cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyproxyheaderinput) | `string` | *No description.* |
1772
+ | [`port`](#cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyport)<span title="Required">*</span> | `number` | *No description.* |
1773
+ | [`proxyHeader`](#cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyproxyheader)<span title="Required">*</span> | `string` | *No description.* |
1774
+ | [`internalValue`](#cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyinternalvalue) | [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge) | *No description.* |
1775
+
1776
+ ---
1777
+
1778
+ ##### `portInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.property.portInput" id="cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyportinput"></a>
1779
+
1780
+ ```typescript
1781
+ public readonly portInput: number;
1782
+ ```
1783
+
1784
+ - *Type:* `number`
1785
+
1786
+ ---
1787
+
1788
+ ##### `proxyHeaderInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.property.proxyHeaderInput" id="cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyproxyheaderinput"></a>
1789
+
1790
+ ```typescript
1791
+ public readonly proxyHeaderInput: string;
1792
+ ```
1793
+
1794
+ - *Type:* `string`
1795
+
1796
+ ---
1797
+
1798
+ ##### `port`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.property.port" id="cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyport"></a>
1799
+
1800
+ ```typescript
1801
+ public readonly port: number;
1802
+ ```
1803
+
1804
+ - *Type:* `number`
1805
+
1806
+ ---
1807
+
1808
+ ##### `proxyHeader`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.property.proxyHeader" id="cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyproxyheader"></a>
1809
+
1810
+ ```typescript
1811
+ public readonly proxyHeader: string;
1812
+ ```
1813
+
1814
+ - *Type:* `string`
1815
+
1816
+ ---
1817
+
1818
+ ##### `internalValue`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.property.internalValue" id="cdktfprovideracmecertificatehttpchallengeoutputreferencepropertyinternalvalue"></a>
1819
+
1820
+ ```typescript
1821
+ public readonly internalValue: CertificateHttpChallenge;
1822
+ ```
1823
+
1824
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge)
1825
+
1826
+ ---
1827
+
1828
+
1829
+ ### CertificateHttpMemcachedChallengeOutputReference <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreference"></a>
1830
+
1831
+ #### Initializers <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.Initializer" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceinitializer"></a>
1832
+
1833
+ ```typescript
1834
+ import { CertificateHttpMemcachedChallengeOutputReference } from '@cdktf/provider-acme'
1835
+
1836
+ new CertificateHttpMemcachedChallengeOutputReference(terraformResource: ITerraformResource, terraformAttribute: string, isSingleItem: boolean)
1837
+ ```
1838
+
1839
+ | **Name** | **Type** | **Description** |
1840
+ | --- | --- | --- |
1841
+ | [`terraformResource`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.ITerraformResource`](#cdktf.ITerraformResource) | The parent resource. |
1842
+ | [`terraformAttribute`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
1843
+ | [`isSingleItem`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
1844
+
1845
+ ---
1846
+
1847
+ ##### `terraformResource`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.parameter.terraformResource" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterterraformresource"></a>
1848
+
1849
+ - *Type:* [`cdktf.ITerraformResource`](#cdktf.ITerraformResource)
1850
+
1851
+ The parent resource.
1852
+
1853
+ ---
1854
+
1855
+ ##### `terraformAttribute`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.parameter.terraformAttribute" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterterraformattribute"></a>
1856
+
1857
+ - *Type:* `string`
1858
+
1859
+ The attribute on the parent resource this class is referencing.
1860
+
1861
+ ---
1862
+
1863
+ ##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterissingleitem"></a>
1864
+
1865
+ - *Type:* `boolean`
1866
+
1867
+ True if this is a block, false if it's a list.
1868
+
1869
+ ---
1870
+
1871
+
1872
+
1873
+ #### Properties <a name="Properties" id="properties"></a>
1874
+
1875
+ | **Name** | **Type** | **Description** |
1876
+ | --- | --- | --- |
1877
+ | [`hostsInput`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferencepropertyhostsinput) | `string`[] | *No description.* |
1878
+ | [`hosts`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferencepropertyhosts)<span title="Required">*</span> | `string`[] | *No description.* |
1879
+ | [`internalValue`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferencepropertyinternalvalue) | [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge) | *No description.* |
1880
+
1881
+ ---
1882
+
1883
+ ##### `hostsInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.property.hostsInput" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferencepropertyhostsinput"></a>
1884
+
1885
+ ```typescript
1886
+ public readonly hostsInput: string[];
1887
+ ```
1888
+
1889
+ - *Type:* `string`[]
1890
+
1891
+ ---
1892
+
1893
+ ##### `hosts`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.property.hosts" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferencepropertyhosts"></a>
1894
+
1895
+ ```typescript
1896
+ public readonly hosts: string[];
1897
+ ```
1898
+
1899
+ - *Type:* `string`[]
1900
+
1901
+ ---
1902
+
1903
+ ##### `internalValue`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.property.internalValue" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferencepropertyinternalvalue"></a>
1904
+
1905
+ ```typescript
1906
+ public readonly internalValue: CertificateHttpMemcachedChallenge;
1907
+ ```
1908
+
1909
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge)
1910
+
1911
+ ---
1912
+
1913
+
1914
+ ### CertificateHttpWebrootChallengeOutputReference <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreference"></a>
1915
+
1916
+ #### Initializers <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.Initializer" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceinitializer"></a>
1917
+
1918
+ ```typescript
1919
+ import { CertificateHttpWebrootChallengeOutputReference } from '@cdktf/provider-acme'
1920
+
1921
+ new CertificateHttpWebrootChallengeOutputReference(terraformResource: ITerraformResource, terraformAttribute: string, isSingleItem: boolean)
1922
+ ```
1923
+
1924
+ | **Name** | **Type** | **Description** |
1925
+ | --- | --- | --- |
1926
+ | [`terraformResource`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.ITerraformResource`](#cdktf.ITerraformResource) | The parent resource. |
1927
+ | [`terraformAttribute`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
1928
+ | [`isSingleItem`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
1929
+
1930
+ ---
1931
+
1932
+ ##### `terraformResource`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.parameter.terraformResource" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterterraformresource"></a>
1933
+
1934
+ - *Type:* [`cdktf.ITerraformResource`](#cdktf.ITerraformResource)
1935
+
1936
+ The parent resource.
1937
+
1938
+ ---
1939
+
1940
+ ##### `terraformAttribute`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.parameter.terraformAttribute" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterterraformattribute"></a>
1941
+
1942
+ - *Type:* `string`
1943
+
1944
+ The attribute on the parent resource this class is referencing.
1945
+
1946
+ ---
1947
+
1948
+ ##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterissingleitem"></a>
1949
+
1950
+ - *Type:* `boolean`
1951
+
1952
+ True if this is a block, false if it's a list.
1953
+
1954
+ ---
1955
+
1956
+
1957
+
1958
+ #### Properties <a name="Properties" id="properties"></a>
1959
+
1960
+ | **Name** | **Type** | **Description** |
1961
+ | --- | --- | --- |
1962
+ | [`directoryInput`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferencepropertydirectoryinput) | `string` | *No description.* |
1963
+ | [`directory`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferencepropertydirectory)<span title="Required">*</span> | `string` | *No description.* |
1964
+ | [`internalValue`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferencepropertyinternalvalue) | [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge) | *No description.* |
1965
+
1966
+ ---
1967
+
1968
+ ##### `directoryInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.property.directoryInput" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferencepropertydirectoryinput"></a>
1969
+
1970
+ ```typescript
1971
+ public readonly directoryInput: string;
1972
+ ```
1973
+
1974
+ - *Type:* `string`
1975
+
1976
+ ---
1977
+
1978
+ ##### `directory`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.property.directory" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferencepropertydirectory"></a>
1979
+
1980
+ ```typescript
1981
+ public readonly directory: string;
1982
+ ```
1983
+
1984
+ - *Type:* `string`
1985
+
1986
+ ---
1987
+
1988
+ ##### `internalValue`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.property.internalValue" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferencepropertyinternalvalue"></a>
1989
+
1990
+ ```typescript
1991
+ public readonly internalValue: CertificateHttpWebrootChallenge;
1992
+ ```
1993
+
1994
+ - *Type:* [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge)
1995
+
1996
+ ---
1997
+
1998
+
1999
+ ### CertificateTlsChallengeOutputReference <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference" id="cdktfprovideracmecertificatetlschallengeoutputreference"></a>
2000
+
2001
+ #### Initializers <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.Initializer" id="cdktfprovideracmecertificatetlschallengeoutputreferenceinitializer"></a>
2002
+
2003
+ ```typescript
2004
+ import { CertificateTlsChallengeOutputReference } from '@cdktf/provider-acme'
2005
+
2006
+ new CertificateTlsChallengeOutputReference(terraformResource: ITerraformResource, terraformAttribute: string, isSingleItem: boolean)
2007
+ ```
2008
+
2009
+ | **Name** | **Type** | **Description** |
2010
+ | --- | --- | --- |
2011
+ | [`terraformResource`](#cdktfprovideracmecertificatetlschallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.ITerraformResource`](#cdktf.ITerraformResource) | The parent resource. |
2012
+ | [`terraformAttribute`](#cdktfprovideracmecertificatetlschallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
2013
+ | [`isSingleItem`](#cdktfprovideracmecertificatetlschallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
2014
+
2015
+ ---
2016
+
2017
+ ##### `terraformResource`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.parameter.terraformResource" id="cdktfprovideracmecertificatetlschallengeoutputreferenceparameterterraformresource"></a>
2018
+
2019
+ - *Type:* [`cdktf.ITerraformResource`](#cdktf.ITerraformResource)
2020
+
2021
+ The parent resource.
2022
+
2023
+ ---
2024
+
2025
+ ##### `terraformAttribute`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.parameter.terraformAttribute" id="cdktfprovideracmecertificatetlschallengeoutputreferenceparameterterraformattribute"></a>
2026
+
2027
+ - *Type:* `string`
2028
+
2029
+ The attribute on the parent resource this class is referencing.
2030
+
2031
+ ---
2032
+
2033
+ ##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatetlschallengeoutputreferenceparameterissingleitem"></a>
2034
+
2035
+ - *Type:* `boolean`
2036
+
2037
+ True if this is a block, false if it's a list.
2038
+
2039
+ ---
2040
+
2041
+ #### Methods <a name="Methods" id="methods"></a>
2042
+
2043
+ | **Name** | **Description** |
2044
+ | --- | --- |
2045
+ | [`resetPort`](#cdktfprovideracmecertificatetlschallengeoutputreferenceresetport) | *No description.* |
2046
+
2047
+ ---
2048
+
2049
+ ##### `resetPort` <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.resetPort" id="cdktfprovideracmecertificatetlschallengeoutputreferenceresetport"></a>
2050
+
2051
+ ```typescript
2052
+ public resetPort()
2053
+ ```
2054
+
2055
+
2056
+ #### Properties <a name="Properties" id="properties"></a>
2057
+
2058
+ | **Name** | **Type** | **Description** |
2059
+ | --- | --- | --- |
2060
+ | [`portInput`](#cdktfprovideracmecertificatetlschallengeoutputreferencepropertyportinput) | `number` | *No description.* |
2061
+ | [`port`](#cdktfprovideracmecertificatetlschallengeoutputreferencepropertyport)<span title="Required">*</span> | `number` | *No description.* |
2062
+ | [`internalValue`](#cdktfprovideracmecertificatetlschallengeoutputreferencepropertyinternalvalue) | [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge) | *No description.* |
2063
+
2064
+ ---
2065
+
2066
+ ##### `portInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.property.portInput" id="cdktfprovideracmecertificatetlschallengeoutputreferencepropertyportinput"></a>
2067
+
2068
+ ```typescript
2069
+ public readonly portInput: number;
2070
+ ```
2071
+
2072
+ - *Type:* `number`
2073
+
2074
+ ---
2075
+
2076
+ ##### `port`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.property.port" id="cdktfprovideracmecertificatetlschallengeoutputreferencepropertyport"></a>
2077
+
2078
+ ```typescript
2079
+ public readonly port: number;
2080
+ ```
2081
+
2082
+ - *Type:* `number`
2083
+
2084
+ ---
2085
+
2086
+ ##### `internalValue`<sup>Optional</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.property.internalValue" id="cdktfprovideracmecertificatetlschallengeoutputreferencepropertyinternalvalue"></a>
2087
+
2088
+ ```typescript
2089
+ public readonly internalValue: CertificateTlsChallenge;
2090
+ ```
2091
+
2092
+ - *Type:* [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge)
2093
+
2094
+ ---
2095
+
2096
+
2097
+ ### RegistrationExternalAccountBindingOutputReference <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreference"></a>
2098
+
2099
+ #### Initializers <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.Initializer" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceinitializer"></a>
2100
+
2101
+ ```typescript
2102
+ import { RegistrationExternalAccountBindingOutputReference } from '@cdktf/provider-acme'
2103
+
2104
+ new RegistrationExternalAccountBindingOutputReference(terraformResource: ITerraformResource, terraformAttribute: string, isSingleItem: boolean)
2105
+ ```
2106
+
2107
+ | **Name** | **Type** | **Description** |
2108
+ | --- | --- | --- |
2109
+ | [`terraformResource`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.ITerraformResource`](#cdktf.ITerraformResource) | The parent resource. |
2110
+ | [`terraformAttribute`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
2111
+ | [`isSingleItem`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
2112
+
2113
+ ---
2114
+
2115
+ ##### `terraformResource`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.parameter.terraformResource" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterterraformresource"></a>
2116
+
2117
+ - *Type:* [`cdktf.ITerraformResource`](#cdktf.ITerraformResource)
2118
+
2119
+ The parent resource.
2120
+
2121
+ ---
2122
+
2123
+ ##### `terraformAttribute`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.parameter.terraformAttribute" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterterraformattribute"></a>
2124
+
2125
+ - *Type:* `string`
2126
+
2127
+ The attribute on the parent resource this class is referencing.
2128
+
2129
+ ---
2130
+
2131
+ ##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.parameter.isSingleItem" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterissingleitem"></a>
2132
+
2133
+ - *Type:* `boolean`
2134
+
2135
+ True if this is a block, false if it's a list.
2136
+
2137
+ ---
2138
+
2139
+
2140
+
2141
+ #### Properties <a name="Properties" id="properties"></a>
2142
+
2143
+ | **Name** | **Type** | **Description** |
2144
+ | --- | --- | --- |
2145
+ | [`hmacBase64Input`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertyhmacbase64input) | `string` | *No description.* |
2146
+ | [`keyIdInput`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertykeyidinput) | `string` | *No description.* |
2147
+ | [`hmacBase64`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertyhmacbase64)<span title="Required">*</span> | `string` | *No description.* |
2148
+ | [`keyId`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertykeyid)<span title="Required">*</span> | `string` | *No description.* |
2149
+ | [`internalValue`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertyinternalvalue) | [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding) | *No description.* |
2150
+
2151
+ ---
2152
+
2153
+ ##### `hmacBase64Input`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.property.hmacBase64Input" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertyhmacbase64input"></a>
2154
+
2155
+ ```typescript
2156
+ public readonly hmacBase64Input: string;
2157
+ ```
2158
+
2159
+ - *Type:* `string`
2160
+
2161
+ ---
2162
+
2163
+ ##### `keyIdInput`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.property.keyIdInput" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertykeyidinput"></a>
2164
+
2165
+ ```typescript
2166
+ public readonly keyIdInput: string;
2167
+ ```
2168
+
2169
+ - *Type:* `string`
2170
+
2171
+ ---
2172
+
2173
+ ##### `hmacBase64`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.property.hmacBase64" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertyhmacbase64"></a>
2174
+
2175
+ ```typescript
2176
+ public readonly hmacBase64: string;
2177
+ ```
2178
+
2179
+ - *Type:* `string`
2180
+
2181
+ ---
2182
+
2183
+ ##### `keyId`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.property.keyId" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertykeyid"></a>
2184
+
2185
+ ```typescript
2186
+ public readonly keyId: string;
2187
+ ```
2188
+
2189
+ - *Type:* `string`
2190
+
2191
+ ---
2192
+
2193
+ ##### `internalValue`<sup>Optional</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.property.internalValue" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferencepropertyinternalvalue"></a>
2194
+
2195
+ ```typescript
2196
+ public readonly internalValue: RegistrationExternalAccountBinding;
2197
+ ```
2198
+
2199
+ - *Type:* [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding)
2200
+
2201
+ ---
2202
+
2203
+
2204
+