@cdktf/provider-acme 5.0.0 → 6.0.0

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