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