@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,1143 @@
|
|
1
|
+
# `acme_registration`
|
2
|
+
|
3
|
+
Refer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration).
|
4
|
+
|
5
|
+
# `registration` Submodule <a name="`registration` Submodule" id="@cdktf/provider-acme.registration"></a>
|
6
|
+
|
7
|
+
## Constructs <a name="Constructs" id="Constructs"></a>
|
8
|
+
|
9
|
+
### Registration <a name="Registration" id="@cdktf/provider-acme.registration.Registration"></a>
|
10
|
+
|
11
|
+
Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration acme_registration}.
|
12
|
+
|
13
|
+
#### Initializers <a name="Initializers" id="@cdktf/provider-acme.registration.Registration.Initializer"></a>
|
14
|
+
|
15
|
+
```csharp
|
16
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
17
|
+
|
18
|
+
new Registration(Construct Scope, string Id, RegistrationConfig Config);
|
19
|
+
```
|
20
|
+
|
21
|
+
| **Name** | **Type** | **Description** |
|
22
|
+
| --- | --- | --- |
|
23
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.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.registration.Registration.Initializer.parameter.id">Id</a></code> | <code>string</code> | The scoped construct ID. |
|
25
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.Initializer.parameter.config">Config</a></code> | <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig">RegistrationConfig</a></code> | *No description.* |
|
26
|
+
|
27
|
+
---
|
28
|
+
|
29
|
+
##### `Scope`<sup>Required</sup> <a name="Scope" id="@cdktf/provider-acme.registration.Registration.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.registration.Registration.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.registration.Registration.Initializer.parameter.config"></a>
|
48
|
+
|
49
|
+
- *Type:* <a href="#@cdktf/provider-acme.registration.RegistrationConfig">RegistrationConfig</a>
|
50
|
+
|
51
|
+
---
|
52
|
+
|
53
|
+
#### Methods <a name="Methods" id="Methods"></a>
|
54
|
+
|
55
|
+
| **Name** | **Description** |
|
56
|
+
| --- | --- |
|
57
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.toString">ToString</a></code> | Returns a string representation of this construct. |
|
58
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.addOverride">AddOverride</a></code> | *No description.* |
|
59
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.overrideLogicalId">OverrideLogicalId</a></code> | Overrides the auto-generated logical ID with a specific ID. |
|
60
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.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.registration.Registration.toMetadata">ToMetadata</a></code> | *No description.* |
|
62
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.toTerraform">ToTerraform</a></code> | Adds this resource to the terraform JSON output. |
|
63
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
|
64
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
|
65
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
|
66
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getListAttribute">GetListAttribute</a></code> | *No description.* |
|
67
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
|
68
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
|
69
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
|
70
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
|
71
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
|
72
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
|
73
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.putExternalAccountBinding">PutExternalAccountBinding</a></code> | *No description.* |
|
74
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.resetExternalAccountBinding">ResetExternalAccountBinding</a></code> | *No description.* |
|
75
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.resetId">ResetId</a></code> | *No description.* |
|
76
|
+
|
77
|
+
---
|
78
|
+
|
79
|
+
##### `ToString` <a name="ToString" id="@cdktf/provider-acme.registration.Registration.toString"></a>
|
80
|
+
|
81
|
+
```csharp
|
82
|
+
private string ToString()
|
83
|
+
```
|
84
|
+
|
85
|
+
Returns a string representation of this construct.
|
86
|
+
|
87
|
+
##### `AddOverride` <a name="AddOverride" id="@cdktf/provider-acme.registration.Registration.addOverride"></a>
|
88
|
+
|
89
|
+
```csharp
|
90
|
+
private void AddOverride(string Path, object Value)
|
91
|
+
```
|
92
|
+
|
93
|
+
###### `Path`<sup>Required</sup> <a name="Path" id="@cdktf/provider-acme.registration.Registration.addOverride.parameter.path"></a>
|
94
|
+
|
95
|
+
- *Type:* string
|
96
|
+
|
97
|
+
---
|
98
|
+
|
99
|
+
###### `Value`<sup>Required</sup> <a name="Value" id="@cdktf/provider-acme.registration.Registration.addOverride.parameter.value"></a>
|
100
|
+
|
101
|
+
- *Type:* object
|
102
|
+
|
103
|
+
---
|
104
|
+
|
105
|
+
##### `OverrideLogicalId` <a name="OverrideLogicalId" id="@cdktf/provider-acme.registration.Registration.overrideLogicalId"></a>
|
106
|
+
|
107
|
+
```csharp
|
108
|
+
private void OverrideLogicalId(string NewLogicalId)
|
109
|
+
```
|
110
|
+
|
111
|
+
Overrides the auto-generated logical ID with a specific ID.
|
112
|
+
|
113
|
+
###### `NewLogicalId`<sup>Required</sup> <a name="NewLogicalId" id="@cdktf/provider-acme.registration.Registration.overrideLogicalId.parameter.newLogicalId"></a>
|
114
|
+
|
115
|
+
- *Type:* string
|
116
|
+
|
117
|
+
The new logical ID to use for this stack element.
|
118
|
+
|
119
|
+
---
|
120
|
+
|
121
|
+
##### `ResetOverrideLogicalId` <a name="ResetOverrideLogicalId" id="@cdktf/provider-acme.registration.Registration.resetOverrideLogicalId"></a>
|
122
|
+
|
123
|
+
```csharp
|
124
|
+
private void ResetOverrideLogicalId()
|
125
|
+
```
|
126
|
+
|
127
|
+
Resets a previously passed logical Id to use the auto-generated logical id again.
|
128
|
+
|
129
|
+
##### `ToMetadata` <a name="ToMetadata" id="@cdktf/provider-acme.registration.Registration.toMetadata"></a>
|
130
|
+
|
131
|
+
```csharp
|
132
|
+
private object ToMetadata()
|
133
|
+
```
|
134
|
+
|
135
|
+
##### `ToTerraform` <a name="ToTerraform" id="@cdktf/provider-acme.registration.Registration.toTerraform"></a>
|
136
|
+
|
137
|
+
```csharp
|
138
|
+
private object ToTerraform()
|
139
|
+
```
|
140
|
+
|
141
|
+
Adds this resource to the terraform JSON output.
|
142
|
+
|
143
|
+
##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.registration.Registration.getAnyMapAttribute"></a>
|
144
|
+
|
145
|
+
```csharp
|
146
|
+
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
|
147
|
+
```
|
148
|
+
|
149
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getAnyMapAttribute.parameter.terraformAttribute"></a>
|
150
|
+
|
151
|
+
- *Type:* string
|
152
|
+
|
153
|
+
---
|
154
|
+
|
155
|
+
##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.registration.Registration.getBooleanAttribute"></a>
|
156
|
+
|
157
|
+
```csharp
|
158
|
+
private IResolvable GetBooleanAttribute(string TerraformAttribute)
|
159
|
+
```
|
160
|
+
|
161
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getBooleanAttribute.parameter.terraformAttribute"></a>
|
162
|
+
|
163
|
+
- *Type:* string
|
164
|
+
|
165
|
+
---
|
166
|
+
|
167
|
+
##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.registration.Registration.getBooleanMapAttribute"></a>
|
168
|
+
|
169
|
+
```csharp
|
170
|
+
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
|
171
|
+
```
|
172
|
+
|
173
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getBooleanMapAttribute.parameter.terraformAttribute"></a>
|
174
|
+
|
175
|
+
- *Type:* string
|
176
|
+
|
177
|
+
---
|
178
|
+
|
179
|
+
##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.registration.Registration.getListAttribute"></a>
|
180
|
+
|
181
|
+
```csharp
|
182
|
+
private string[] GetListAttribute(string TerraformAttribute)
|
183
|
+
```
|
184
|
+
|
185
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getListAttribute.parameter.terraformAttribute"></a>
|
186
|
+
|
187
|
+
- *Type:* string
|
188
|
+
|
189
|
+
---
|
190
|
+
|
191
|
+
##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.registration.Registration.getNumberAttribute"></a>
|
192
|
+
|
193
|
+
```csharp
|
194
|
+
private double GetNumberAttribute(string TerraformAttribute)
|
195
|
+
```
|
196
|
+
|
197
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getNumberAttribute.parameter.terraformAttribute"></a>
|
198
|
+
|
199
|
+
- *Type:* string
|
200
|
+
|
201
|
+
---
|
202
|
+
|
203
|
+
##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.registration.Registration.getNumberListAttribute"></a>
|
204
|
+
|
205
|
+
```csharp
|
206
|
+
private double[] GetNumberListAttribute(string TerraformAttribute)
|
207
|
+
```
|
208
|
+
|
209
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getNumberListAttribute.parameter.terraformAttribute"></a>
|
210
|
+
|
211
|
+
- *Type:* string
|
212
|
+
|
213
|
+
---
|
214
|
+
|
215
|
+
##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.registration.Registration.getNumberMapAttribute"></a>
|
216
|
+
|
217
|
+
```csharp
|
218
|
+
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
|
219
|
+
```
|
220
|
+
|
221
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getNumberMapAttribute.parameter.terraformAttribute"></a>
|
222
|
+
|
223
|
+
- *Type:* string
|
224
|
+
|
225
|
+
---
|
226
|
+
|
227
|
+
##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.registration.Registration.getStringAttribute"></a>
|
228
|
+
|
229
|
+
```csharp
|
230
|
+
private string GetStringAttribute(string TerraformAttribute)
|
231
|
+
```
|
232
|
+
|
233
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getStringAttribute.parameter.terraformAttribute"></a>
|
234
|
+
|
235
|
+
- *Type:* string
|
236
|
+
|
237
|
+
---
|
238
|
+
|
239
|
+
##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.registration.Registration.getStringMapAttribute"></a>
|
240
|
+
|
241
|
+
```csharp
|
242
|
+
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
|
243
|
+
```
|
244
|
+
|
245
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.getStringMapAttribute.parameter.terraformAttribute"></a>
|
246
|
+
|
247
|
+
- *Type:* string
|
248
|
+
|
249
|
+
---
|
250
|
+
|
251
|
+
##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.registration.Registration.interpolationForAttribute"></a>
|
252
|
+
|
253
|
+
```csharp
|
254
|
+
private IResolvable InterpolationForAttribute(string TerraformAttribute)
|
255
|
+
```
|
256
|
+
|
257
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.Registration.interpolationForAttribute.parameter.terraformAttribute"></a>
|
258
|
+
|
259
|
+
- *Type:* string
|
260
|
+
|
261
|
+
---
|
262
|
+
|
263
|
+
##### `PutExternalAccountBinding` <a name="PutExternalAccountBinding" id="@cdktf/provider-acme.registration.Registration.putExternalAccountBinding"></a>
|
264
|
+
|
265
|
+
```csharp
|
266
|
+
private void PutExternalAccountBinding(RegistrationExternalAccountBinding Value)
|
267
|
+
```
|
268
|
+
|
269
|
+
###### `Value`<sup>Required</sup> <a name="Value" id="@cdktf/provider-acme.registration.Registration.putExternalAccountBinding.parameter.value"></a>
|
270
|
+
|
271
|
+
- *Type:* <a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a>
|
272
|
+
|
273
|
+
---
|
274
|
+
|
275
|
+
##### `ResetExternalAccountBinding` <a name="ResetExternalAccountBinding" id="@cdktf/provider-acme.registration.Registration.resetExternalAccountBinding"></a>
|
276
|
+
|
277
|
+
```csharp
|
278
|
+
private void ResetExternalAccountBinding()
|
279
|
+
```
|
280
|
+
|
281
|
+
##### `ResetId` <a name="ResetId" id="@cdktf/provider-acme.registration.Registration.resetId"></a>
|
282
|
+
|
283
|
+
```csharp
|
284
|
+
private void ResetId()
|
285
|
+
```
|
286
|
+
|
287
|
+
#### Static Functions <a name="Static Functions" id="Static Functions"></a>
|
288
|
+
|
289
|
+
| **Name** | **Description** |
|
290
|
+
| --- | --- |
|
291
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.isConstruct">IsConstruct</a></code> | Checks if `x` is a construct. |
|
292
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.isTerraformElement">IsTerraformElement</a></code> | *No description.* |
|
293
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.isTerraformResource">IsTerraformResource</a></code> | *No description.* |
|
294
|
+
|
295
|
+
---
|
296
|
+
|
297
|
+
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-acme.registration.Registration.isConstruct"></a>
|
298
|
+
|
299
|
+
```csharp
|
300
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
301
|
+
|
302
|
+
Registration.IsConstruct(object X);
|
303
|
+
```
|
304
|
+
|
305
|
+
Checks if `x` is a construct.
|
306
|
+
|
307
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
308
|
+
instances, even when the construct library is symlinked.
|
309
|
+
|
310
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
311
|
+
disk are seen as independent, completely different libraries. As a
|
312
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
313
|
+
is seen as a different class, and an instance of one class will not test as
|
314
|
+
`instanceof` the other class. `npm install` will not create installations
|
315
|
+
like this, but users may manually symlink construct libraries together or
|
316
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
317
|
+
library can be accidentally installed, and `instanceof` will behave
|
318
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
319
|
+
this type-testing method instead.
|
320
|
+
|
321
|
+
###### `X`<sup>Required</sup> <a name="X" id="@cdktf/provider-acme.registration.Registration.isConstruct.parameter.x"></a>
|
322
|
+
|
323
|
+
- *Type:* object
|
324
|
+
|
325
|
+
Any object.
|
326
|
+
|
327
|
+
---
|
328
|
+
|
329
|
+
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-acme.registration.Registration.isTerraformElement"></a>
|
330
|
+
|
331
|
+
```csharp
|
332
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
333
|
+
|
334
|
+
Registration.IsTerraformElement(object X);
|
335
|
+
```
|
336
|
+
|
337
|
+
###### `X`<sup>Required</sup> <a name="X" id="@cdktf/provider-acme.registration.Registration.isTerraformElement.parameter.x"></a>
|
338
|
+
|
339
|
+
- *Type:* object
|
340
|
+
|
341
|
+
---
|
342
|
+
|
343
|
+
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-acme.registration.Registration.isTerraformResource"></a>
|
344
|
+
|
345
|
+
```csharp
|
346
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
347
|
+
|
348
|
+
Registration.IsTerraformResource(object X);
|
349
|
+
```
|
350
|
+
|
351
|
+
###### `X`<sup>Required</sup> <a name="X" id="@cdktf/provider-acme.registration.Registration.isTerraformResource.parameter.x"></a>
|
352
|
+
|
353
|
+
- *Type:* object
|
354
|
+
|
355
|
+
---
|
356
|
+
|
357
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
358
|
+
|
359
|
+
| **Name** | **Type** | **Description** |
|
360
|
+
| --- | --- | --- |
|
361
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.node">Node</a></code> | <code>Constructs.Node</code> | The tree node. |
|
362
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.cdktfStack">CdktfStack</a></code> | <code>HashiCorp.Cdktf.TerraformStack</code> | *No description.* |
|
363
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.fqn">Fqn</a></code> | <code>string</code> | *No description.* |
|
364
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.friendlyUniqueId">FriendlyUniqueId</a></code> | <code>string</code> | *No description.* |
|
365
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.terraformMetaArguments">TerraformMetaArguments</a></code> | <code>System.Collections.Generic.IDictionary<string, object></code> | *No description.* |
|
366
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.terraformResourceType">TerraformResourceType</a></code> | <code>string</code> | *No description.* |
|
367
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.terraformGeneratorMetadata">TerraformGeneratorMetadata</a></code> | <code>HashiCorp.Cdktf.TerraformProviderGeneratorMetadata</code> | *No description.* |
|
368
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.connection">Connection</a></code> | <code>object</code> | *No description.* |
|
369
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.count">Count</a></code> | <code>object</code> | *No description.* |
|
370
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.dependsOn">DependsOn</a></code> | <code>string[]</code> | *No description.* |
|
371
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.forEach">ForEach</a></code> | <code>HashiCorp.Cdktf.ITerraformIterator</code> | *No description.* |
|
372
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.lifecycle">Lifecycle</a></code> | <code>HashiCorp.Cdktf.TerraformResourceLifecycle</code> | *No description.* |
|
373
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.provider">Provider</a></code> | <code>HashiCorp.Cdktf.TerraformProvider</code> | *No description.* |
|
374
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.provisioners">Provisioners</a></code> | <code>object[]</code> | *No description.* |
|
375
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.externalAccountBinding">ExternalAccountBinding</a></code> | <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference">RegistrationExternalAccountBindingOutputReference</a></code> | *No description.* |
|
376
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.registrationUrl">RegistrationUrl</a></code> | <code>string</code> | *No description.* |
|
377
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.accountKeyPemInput">AccountKeyPemInput</a></code> | <code>string</code> | *No description.* |
|
378
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.emailAddressInput">EmailAddressInput</a></code> | <code>string</code> | *No description.* |
|
379
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.externalAccountBindingInput">ExternalAccountBindingInput</a></code> | <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a></code> | *No description.* |
|
380
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.idInput">IdInput</a></code> | <code>string</code> | *No description.* |
|
381
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.accountKeyPem">AccountKeyPem</a></code> | <code>string</code> | *No description.* |
|
382
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.emailAddress">EmailAddress</a></code> | <code>string</code> | *No description.* |
|
383
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.id">Id</a></code> | <code>string</code> | *No description.* |
|
384
|
+
|
385
|
+
---
|
386
|
+
|
387
|
+
##### `Node`<sup>Required</sup> <a name="Node" id="@cdktf/provider-acme.registration.Registration.property.node"></a>
|
388
|
+
|
389
|
+
```csharp
|
390
|
+
public Node Node { get; }
|
391
|
+
```
|
392
|
+
|
393
|
+
- *Type:* Constructs.Node
|
394
|
+
|
395
|
+
The tree node.
|
396
|
+
|
397
|
+
---
|
398
|
+
|
399
|
+
##### `CdktfStack`<sup>Required</sup> <a name="CdktfStack" id="@cdktf/provider-acme.registration.Registration.property.cdktfStack"></a>
|
400
|
+
|
401
|
+
```csharp
|
402
|
+
public TerraformStack CdktfStack { get; }
|
403
|
+
```
|
404
|
+
|
405
|
+
- *Type:* HashiCorp.Cdktf.TerraformStack
|
406
|
+
|
407
|
+
---
|
408
|
+
|
409
|
+
##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.registration.Registration.property.fqn"></a>
|
410
|
+
|
411
|
+
```csharp
|
412
|
+
public string Fqn { get; }
|
413
|
+
```
|
414
|
+
|
415
|
+
- *Type:* string
|
416
|
+
|
417
|
+
---
|
418
|
+
|
419
|
+
##### `FriendlyUniqueId`<sup>Required</sup> <a name="FriendlyUniqueId" id="@cdktf/provider-acme.registration.Registration.property.friendlyUniqueId"></a>
|
420
|
+
|
421
|
+
```csharp
|
422
|
+
public string FriendlyUniqueId { get; }
|
423
|
+
```
|
424
|
+
|
425
|
+
- *Type:* string
|
426
|
+
|
427
|
+
---
|
428
|
+
|
429
|
+
##### `TerraformMetaArguments`<sup>Required</sup> <a name="TerraformMetaArguments" id="@cdktf/provider-acme.registration.Registration.property.terraformMetaArguments"></a>
|
430
|
+
|
431
|
+
```csharp
|
432
|
+
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
|
433
|
+
```
|
434
|
+
|
435
|
+
- *Type:* System.Collections.Generic.IDictionary<string, object>
|
436
|
+
|
437
|
+
---
|
438
|
+
|
439
|
+
##### `TerraformResourceType`<sup>Required</sup> <a name="TerraformResourceType" id="@cdktf/provider-acme.registration.Registration.property.terraformResourceType"></a>
|
440
|
+
|
441
|
+
```csharp
|
442
|
+
public string TerraformResourceType { get; }
|
443
|
+
```
|
444
|
+
|
445
|
+
- *Type:* string
|
446
|
+
|
447
|
+
---
|
448
|
+
|
449
|
+
##### `TerraformGeneratorMetadata`<sup>Optional</sup> <a name="TerraformGeneratorMetadata" id="@cdktf/provider-acme.registration.Registration.property.terraformGeneratorMetadata"></a>
|
450
|
+
|
451
|
+
```csharp
|
452
|
+
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
|
453
|
+
```
|
454
|
+
|
455
|
+
- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
|
456
|
+
|
457
|
+
---
|
458
|
+
|
459
|
+
##### `Connection`<sup>Optional</sup> <a name="Connection" id="@cdktf/provider-acme.registration.Registration.property.connection"></a>
|
460
|
+
|
461
|
+
```csharp
|
462
|
+
public object Connection { get; }
|
463
|
+
```
|
464
|
+
|
465
|
+
- *Type:* object
|
466
|
+
|
467
|
+
---
|
468
|
+
|
469
|
+
##### `Count`<sup>Optional</sup> <a name="Count" id="@cdktf/provider-acme.registration.Registration.property.count"></a>
|
470
|
+
|
471
|
+
```csharp
|
472
|
+
public object Count { get; }
|
473
|
+
```
|
474
|
+
|
475
|
+
- *Type:* object
|
476
|
+
|
477
|
+
---
|
478
|
+
|
479
|
+
##### `DependsOn`<sup>Optional</sup> <a name="DependsOn" id="@cdktf/provider-acme.registration.Registration.property.dependsOn"></a>
|
480
|
+
|
481
|
+
```csharp
|
482
|
+
public string[] DependsOn { get; }
|
483
|
+
```
|
484
|
+
|
485
|
+
- *Type:* string[]
|
486
|
+
|
487
|
+
---
|
488
|
+
|
489
|
+
##### `ForEach`<sup>Optional</sup> <a name="ForEach" id="@cdktf/provider-acme.registration.Registration.property.forEach"></a>
|
490
|
+
|
491
|
+
```csharp
|
492
|
+
public ITerraformIterator ForEach { get; }
|
493
|
+
```
|
494
|
+
|
495
|
+
- *Type:* HashiCorp.Cdktf.ITerraformIterator
|
496
|
+
|
497
|
+
---
|
498
|
+
|
499
|
+
##### `Lifecycle`<sup>Optional</sup> <a name="Lifecycle" id="@cdktf/provider-acme.registration.Registration.property.lifecycle"></a>
|
500
|
+
|
501
|
+
```csharp
|
502
|
+
public TerraformResourceLifecycle Lifecycle { get; }
|
503
|
+
```
|
504
|
+
|
505
|
+
- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
|
506
|
+
|
507
|
+
---
|
508
|
+
|
509
|
+
##### `Provider`<sup>Optional</sup> <a name="Provider" id="@cdktf/provider-acme.registration.Registration.property.provider"></a>
|
510
|
+
|
511
|
+
```csharp
|
512
|
+
public TerraformProvider Provider { get; }
|
513
|
+
```
|
514
|
+
|
515
|
+
- *Type:* HashiCorp.Cdktf.TerraformProvider
|
516
|
+
|
517
|
+
---
|
518
|
+
|
519
|
+
##### `Provisioners`<sup>Optional</sup> <a name="Provisioners" id="@cdktf/provider-acme.registration.Registration.property.provisioners"></a>
|
520
|
+
|
521
|
+
```csharp
|
522
|
+
public object[] Provisioners { get; }
|
523
|
+
```
|
524
|
+
|
525
|
+
- *Type:* object[]
|
526
|
+
|
527
|
+
---
|
528
|
+
|
529
|
+
##### `ExternalAccountBinding`<sup>Required</sup> <a name="ExternalAccountBinding" id="@cdktf/provider-acme.registration.Registration.property.externalAccountBinding"></a>
|
530
|
+
|
531
|
+
```csharp
|
532
|
+
public RegistrationExternalAccountBindingOutputReference ExternalAccountBinding { get; }
|
533
|
+
```
|
534
|
+
|
535
|
+
- *Type:* <a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference">RegistrationExternalAccountBindingOutputReference</a>
|
536
|
+
|
537
|
+
---
|
538
|
+
|
539
|
+
##### `RegistrationUrl`<sup>Required</sup> <a name="RegistrationUrl" id="@cdktf/provider-acme.registration.Registration.property.registrationUrl"></a>
|
540
|
+
|
541
|
+
```csharp
|
542
|
+
public string RegistrationUrl { get; }
|
543
|
+
```
|
544
|
+
|
545
|
+
- *Type:* string
|
546
|
+
|
547
|
+
---
|
548
|
+
|
549
|
+
##### `AccountKeyPemInput`<sup>Optional</sup> <a name="AccountKeyPemInput" id="@cdktf/provider-acme.registration.Registration.property.accountKeyPemInput"></a>
|
550
|
+
|
551
|
+
```csharp
|
552
|
+
public string AccountKeyPemInput { get; }
|
553
|
+
```
|
554
|
+
|
555
|
+
- *Type:* string
|
556
|
+
|
557
|
+
---
|
558
|
+
|
559
|
+
##### `EmailAddressInput`<sup>Optional</sup> <a name="EmailAddressInput" id="@cdktf/provider-acme.registration.Registration.property.emailAddressInput"></a>
|
560
|
+
|
561
|
+
```csharp
|
562
|
+
public string EmailAddressInput { get; }
|
563
|
+
```
|
564
|
+
|
565
|
+
- *Type:* string
|
566
|
+
|
567
|
+
---
|
568
|
+
|
569
|
+
##### `ExternalAccountBindingInput`<sup>Optional</sup> <a name="ExternalAccountBindingInput" id="@cdktf/provider-acme.registration.Registration.property.externalAccountBindingInput"></a>
|
570
|
+
|
571
|
+
```csharp
|
572
|
+
public RegistrationExternalAccountBinding ExternalAccountBindingInput { get; }
|
573
|
+
```
|
574
|
+
|
575
|
+
- *Type:* <a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a>
|
576
|
+
|
577
|
+
---
|
578
|
+
|
579
|
+
##### `IdInput`<sup>Optional</sup> <a name="IdInput" id="@cdktf/provider-acme.registration.Registration.property.idInput"></a>
|
580
|
+
|
581
|
+
```csharp
|
582
|
+
public string IdInput { get; }
|
583
|
+
```
|
584
|
+
|
585
|
+
- *Type:* string
|
586
|
+
|
587
|
+
---
|
588
|
+
|
589
|
+
##### `AccountKeyPem`<sup>Required</sup> <a name="AccountKeyPem" id="@cdktf/provider-acme.registration.Registration.property.accountKeyPem"></a>
|
590
|
+
|
591
|
+
```csharp
|
592
|
+
public string AccountKeyPem { get; }
|
593
|
+
```
|
594
|
+
|
595
|
+
- *Type:* string
|
596
|
+
|
597
|
+
---
|
598
|
+
|
599
|
+
##### `EmailAddress`<sup>Required</sup> <a name="EmailAddress" id="@cdktf/provider-acme.registration.Registration.property.emailAddress"></a>
|
600
|
+
|
601
|
+
```csharp
|
602
|
+
public string EmailAddress { get; }
|
603
|
+
```
|
604
|
+
|
605
|
+
- *Type:* string
|
606
|
+
|
607
|
+
---
|
608
|
+
|
609
|
+
##### `Id`<sup>Required</sup> <a name="Id" id="@cdktf/provider-acme.registration.Registration.property.id"></a>
|
610
|
+
|
611
|
+
```csharp
|
612
|
+
public string Id { get; }
|
613
|
+
```
|
614
|
+
|
615
|
+
- *Type:* string
|
616
|
+
|
617
|
+
---
|
618
|
+
|
619
|
+
#### Constants <a name="Constants" id="Constants"></a>
|
620
|
+
|
621
|
+
| **Name** | **Type** | **Description** |
|
622
|
+
| --- | --- | --- |
|
623
|
+
| <code><a href="#@cdktf/provider-acme.registration.Registration.property.tfResourceType">TfResourceType</a></code> | <code>string</code> | *No description.* |
|
624
|
+
|
625
|
+
---
|
626
|
+
|
627
|
+
##### `TfResourceType`<sup>Required</sup> <a name="TfResourceType" id="@cdktf/provider-acme.registration.Registration.property.tfResourceType"></a>
|
628
|
+
|
629
|
+
```csharp
|
630
|
+
public string TfResourceType { get; }
|
631
|
+
```
|
632
|
+
|
633
|
+
- *Type:* string
|
634
|
+
|
635
|
+
---
|
636
|
+
|
637
|
+
## Structs <a name="Structs" id="Structs"></a>
|
638
|
+
|
639
|
+
### RegistrationConfig <a name="RegistrationConfig" id="@cdktf/provider-acme.registration.RegistrationConfig"></a>
|
640
|
+
|
641
|
+
#### Initializer <a name="Initializer" id="@cdktf/provider-acme.registration.RegistrationConfig.Initializer"></a>
|
642
|
+
|
643
|
+
```csharp
|
644
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
645
|
+
|
646
|
+
new RegistrationConfig {
|
647
|
+
object Connection = null,
|
648
|
+
object Count = null,
|
649
|
+
ITerraformDependable[] DependsOn = null,
|
650
|
+
ITerraformIterator ForEach = null,
|
651
|
+
TerraformResourceLifecycle Lifecycle = null,
|
652
|
+
TerraformProvider Provider = null,
|
653
|
+
object[] Provisioners = null,
|
654
|
+
string AccountKeyPem,
|
655
|
+
string EmailAddress,
|
656
|
+
RegistrationExternalAccountBinding ExternalAccountBinding = null,
|
657
|
+
string Id = null
|
658
|
+
};
|
659
|
+
```
|
660
|
+
|
661
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
662
|
+
|
663
|
+
| **Name** | **Type** | **Description** |
|
664
|
+
| --- | --- | --- |
|
665
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.connection">Connection</a></code> | <code>object</code> | *No description.* |
|
666
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.count">Count</a></code> | <code>object</code> | *No description.* |
|
667
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.dependsOn">DependsOn</a></code> | <code>HashiCorp.Cdktf.ITerraformDependable[]</code> | *No description.* |
|
668
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.forEach">ForEach</a></code> | <code>HashiCorp.Cdktf.ITerraformIterator</code> | *No description.* |
|
669
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.lifecycle">Lifecycle</a></code> | <code>HashiCorp.Cdktf.TerraformResourceLifecycle</code> | *No description.* |
|
670
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.provider">Provider</a></code> | <code>HashiCorp.Cdktf.TerraformProvider</code> | *No description.* |
|
671
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.provisioners">Provisioners</a></code> | <code>object[]</code> | *No description.* |
|
672
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.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/registration#account_key_pem Registration#account_key_pem}. |
|
673
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.emailAddress">EmailAddress</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#email_address Registration#email_address}. |
|
674
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.property.externalAccountBinding">ExternalAccountBinding</a></code> | <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a></code> | external_account_binding block. |
|
675
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationConfig.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/registration#id Registration#id}. |
|
676
|
+
|
677
|
+
---
|
678
|
+
|
679
|
+
##### `Connection`<sup>Optional</sup> <a name="Connection" id="@cdktf/provider-acme.registration.RegistrationConfig.property.connection"></a>
|
680
|
+
|
681
|
+
```csharp
|
682
|
+
public object Connection { get; set; }
|
683
|
+
```
|
684
|
+
|
685
|
+
- *Type:* object
|
686
|
+
|
687
|
+
---
|
688
|
+
|
689
|
+
##### `Count`<sup>Optional</sup> <a name="Count" id="@cdktf/provider-acme.registration.RegistrationConfig.property.count"></a>
|
690
|
+
|
691
|
+
```csharp
|
692
|
+
public object Count { get; set; }
|
693
|
+
```
|
694
|
+
|
695
|
+
- *Type:* object
|
696
|
+
|
697
|
+
---
|
698
|
+
|
699
|
+
##### `DependsOn`<sup>Optional</sup> <a name="DependsOn" id="@cdktf/provider-acme.registration.RegistrationConfig.property.dependsOn"></a>
|
700
|
+
|
701
|
+
```csharp
|
702
|
+
public ITerraformDependable[] DependsOn { get; set; }
|
703
|
+
```
|
704
|
+
|
705
|
+
- *Type:* HashiCorp.Cdktf.ITerraformDependable[]
|
706
|
+
|
707
|
+
---
|
708
|
+
|
709
|
+
##### `ForEach`<sup>Optional</sup> <a name="ForEach" id="@cdktf/provider-acme.registration.RegistrationConfig.property.forEach"></a>
|
710
|
+
|
711
|
+
```csharp
|
712
|
+
public ITerraformIterator ForEach { get; set; }
|
713
|
+
```
|
714
|
+
|
715
|
+
- *Type:* HashiCorp.Cdktf.ITerraformIterator
|
716
|
+
|
717
|
+
---
|
718
|
+
|
719
|
+
##### `Lifecycle`<sup>Optional</sup> <a name="Lifecycle" id="@cdktf/provider-acme.registration.RegistrationConfig.property.lifecycle"></a>
|
720
|
+
|
721
|
+
```csharp
|
722
|
+
public TerraformResourceLifecycle Lifecycle { get; set; }
|
723
|
+
```
|
724
|
+
|
725
|
+
- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
|
726
|
+
|
727
|
+
---
|
728
|
+
|
729
|
+
##### `Provider`<sup>Optional</sup> <a name="Provider" id="@cdktf/provider-acme.registration.RegistrationConfig.property.provider"></a>
|
730
|
+
|
731
|
+
```csharp
|
732
|
+
public TerraformProvider Provider { get; set; }
|
733
|
+
```
|
734
|
+
|
735
|
+
- *Type:* HashiCorp.Cdktf.TerraformProvider
|
736
|
+
|
737
|
+
---
|
738
|
+
|
739
|
+
##### `Provisioners`<sup>Optional</sup> <a name="Provisioners" id="@cdktf/provider-acme.registration.RegistrationConfig.property.provisioners"></a>
|
740
|
+
|
741
|
+
```csharp
|
742
|
+
public object[] Provisioners { get; set; }
|
743
|
+
```
|
744
|
+
|
745
|
+
- *Type:* object[]
|
746
|
+
|
747
|
+
---
|
748
|
+
|
749
|
+
##### `AccountKeyPem`<sup>Required</sup> <a name="AccountKeyPem" id="@cdktf/provider-acme.registration.RegistrationConfig.property.accountKeyPem"></a>
|
750
|
+
|
751
|
+
```csharp
|
752
|
+
public string AccountKeyPem { get; set; }
|
753
|
+
```
|
754
|
+
|
755
|
+
- *Type:* string
|
756
|
+
|
757
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#account_key_pem Registration#account_key_pem}.
|
758
|
+
|
759
|
+
---
|
760
|
+
|
761
|
+
##### `EmailAddress`<sup>Required</sup> <a name="EmailAddress" id="@cdktf/provider-acme.registration.RegistrationConfig.property.emailAddress"></a>
|
762
|
+
|
763
|
+
```csharp
|
764
|
+
public string EmailAddress { get; set; }
|
765
|
+
```
|
766
|
+
|
767
|
+
- *Type:* string
|
768
|
+
|
769
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#email_address Registration#email_address}.
|
770
|
+
|
771
|
+
---
|
772
|
+
|
773
|
+
##### `ExternalAccountBinding`<sup>Optional</sup> <a name="ExternalAccountBinding" id="@cdktf/provider-acme.registration.RegistrationConfig.property.externalAccountBinding"></a>
|
774
|
+
|
775
|
+
```csharp
|
776
|
+
public RegistrationExternalAccountBinding ExternalAccountBinding { get; set; }
|
777
|
+
```
|
778
|
+
|
779
|
+
- *Type:* <a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a>
|
780
|
+
|
781
|
+
external_account_binding block.
|
782
|
+
|
783
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#external_account_binding Registration#external_account_binding}
|
784
|
+
|
785
|
+
---
|
786
|
+
|
787
|
+
##### `Id`<sup>Optional</sup> <a name="Id" id="@cdktf/provider-acme.registration.RegistrationConfig.property.id"></a>
|
788
|
+
|
789
|
+
```csharp
|
790
|
+
public string Id { get; set; }
|
791
|
+
```
|
792
|
+
|
793
|
+
- *Type:* string
|
794
|
+
|
795
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#id Registration#id}.
|
796
|
+
|
797
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
798
|
+
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.
|
799
|
+
|
800
|
+
---
|
801
|
+
|
802
|
+
### RegistrationExternalAccountBinding <a name="RegistrationExternalAccountBinding" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBinding"></a>
|
803
|
+
|
804
|
+
#### Initializer <a name="Initializer" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBinding.Initializer"></a>
|
805
|
+
|
806
|
+
```csharp
|
807
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
808
|
+
|
809
|
+
new RegistrationExternalAccountBinding {
|
810
|
+
string HmacBase64,
|
811
|
+
string KeyId
|
812
|
+
};
|
813
|
+
```
|
814
|
+
|
815
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
816
|
+
|
817
|
+
| **Name** | **Type** | **Description** |
|
818
|
+
| --- | --- | --- |
|
819
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding.property.hmacBase64">HmacBase64</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#hmac_base64 Registration#hmac_base64}. |
|
820
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding.property.keyId">KeyId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#key_id Registration#key_id}. |
|
821
|
+
|
822
|
+
---
|
823
|
+
|
824
|
+
##### `HmacBase64`<sup>Required</sup> <a name="HmacBase64" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBinding.property.hmacBase64"></a>
|
825
|
+
|
826
|
+
```csharp
|
827
|
+
public string HmacBase64 { get; set; }
|
828
|
+
```
|
829
|
+
|
830
|
+
- *Type:* string
|
831
|
+
|
832
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#hmac_base64 Registration#hmac_base64}.
|
833
|
+
|
834
|
+
---
|
835
|
+
|
836
|
+
##### `KeyId`<sup>Required</sup> <a name="KeyId" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBinding.property.keyId"></a>
|
837
|
+
|
838
|
+
```csharp
|
839
|
+
public string KeyId { get; set; }
|
840
|
+
```
|
841
|
+
|
842
|
+
- *Type:* string
|
843
|
+
|
844
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#key_id Registration#key_id}.
|
845
|
+
|
846
|
+
---
|
847
|
+
|
848
|
+
## Classes <a name="Classes" id="Classes"></a>
|
849
|
+
|
850
|
+
### RegistrationExternalAccountBindingOutputReference <a name="RegistrationExternalAccountBindingOutputReference" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference"></a>
|
851
|
+
|
852
|
+
#### Initializers <a name="Initializers" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.Initializer"></a>
|
853
|
+
|
854
|
+
```csharp
|
855
|
+
using HashiCorp.Cdktf.Providers.Acme;
|
856
|
+
|
857
|
+
new RegistrationExternalAccountBindingOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
|
858
|
+
```
|
859
|
+
|
860
|
+
| **Name** | **Type** | **Description** |
|
861
|
+
| --- | --- | --- |
|
862
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.Initializer.parameter.terraformResource">TerraformResource</a></code> | <code>HashiCorp.Cdktf.IInterpolatingParent</code> | The parent resource. |
|
863
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.Initializer.parameter.terraformAttribute">TerraformAttribute</a></code> | <code>string</code> | The attribute on the parent resource this class is referencing. |
|
864
|
+
|
865
|
+
---
|
866
|
+
|
867
|
+
##### `TerraformResource`<sup>Required</sup> <a name="TerraformResource" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.Initializer.parameter.terraformResource"></a>
|
868
|
+
|
869
|
+
- *Type:* HashiCorp.Cdktf.IInterpolatingParent
|
870
|
+
|
871
|
+
The parent resource.
|
872
|
+
|
873
|
+
---
|
874
|
+
|
875
|
+
##### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.Initializer.parameter.terraformAttribute"></a>
|
876
|
+
|
877
|
+
- *Type:* string
|
878
|
+
|
879
|
+
The attribute on the parent resource this class is referencing.
|
880
|
+
|
881
|
+
---
|
882
|
+
|
883
|
+
#### Methods <a name="Methods" id="Methods"></a>
|
884
|
+
|
885
|
+
| **Name** | **Description** |
|
886
|
+
| --- | --- |
|
887
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.computeFqn">ComputeFqn</a></code> | *No description.* |
|
888
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getAnyMapAttribute">GetAnyMapAttribute</a></code> | *No description.* |
|
889
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getBooleanAttribute">GetBooleanAttribute</a></code> | *No description.* |
|
890
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getBooleanMapAttribute">GetBooleanMapAttribute</a></code> | *No description.* |
|
891
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getListAttribute">GetListAttribute</a></code> | *No description.* |
|
892
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberAttribute">GetNumberAttribute</a></code> | *No description.* |
|
893
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberListAttribute">GetNumberListAttribute</a></code> | *No description.* |
|
894
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberMapAttribute">GetNumberMapAttribute</a></code> | *No description.* |
|
895
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getStringAttribute">GetStringAttribute</a></code> | *No description.* |
|
896
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
|
897
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
|
898
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.resolve">Resolve</a></code> | Produce the Token's value at resolution time. |
|
899
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.toString">ToString</a></code> | Return a string representation of this resolvable object. |
|
900
|
+
|
901
|
+
---
|
902
|
+
|
903
|
+
##### `ComputeFqn` <a name="ComputeFqn" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.computeFqn"></a>
|
904
|
+
|
905
|
+
```csharp
|
906
|
+
private string ComputeFqn()
|
907
|
+
```
|
908
|
+
|
909
|
+
##### `GetAnyMapAttribute` <a name="GetAnyMapAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getAnyMapAttribute"></a>
|
910
|
+
|
911
|
+
```csharp
|
912
|
+
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
|
913
|
+
```
|
914
|
+
|
915
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getAnyMapAttribute.parameter.terraformAttribute"></a>
|
916
|
+
|
917
|
+
- *Type:* string
|
918
|
+
|
919
|
+
---
|
920
|
+
|
921
|
+
##### `GetBooleanAttribute` <a name="GetBooleanAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getBooleanAttribute"></a>
|
922
|
+
|
923
|
+
```csharp
|
924
|
+
private IResolvable GetBooleanAttribute(string TerraformAttribute)
|
925
|
+
```
|
926
|
+
|
927
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getBooleanAttribute.parameter.terraformAttribute"></a>
|
928
|
+
|
929
|
+
- *Type:* string
|
930
|
+
|
931
|
+
---
|
932
|
+
|
933
|
+
##### `GetBooleanMapAttribute` <a name="GetBooleanMapAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getBooleanMapAttribute"></a>
|
934
|
+
|
935
|
+
```csharp
|
936
|
+
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
|
937
|
+
```
|
938
|
+
|
939
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getBooleanMapAttribute.parameter.terraformAttribute"></a>
|
940
|
+
|
941
|
+
- *Type:* string
|
942
|
+
|
943
|
+
---
|
944
|
+
|
945
|
+
##### `GetListAttribute` <a name="GetListAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getListAttribute"></a>
|
946
|
+
|
947
|
+
```csharp
|
948
|
+
private string[] GetListAttribute(string TerraformAttribute)
|
949
|
+
```
|
950
|
+
|
951
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getListAttribute.parameter.terraformAttribute"></a>
|
952
|
+
|
953
|
+
- *Type:* string
|
954
|
+
|
955
|
+
---
|
956
|
+
|
957
|
+
##### `GetNumberAttribute` <a name="GetNumberAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberAttribute"></a>
|
958
|
+
|
959
|
+
```csharp
|
960
|
+
private double GetNumberAttribute(string TerraformAttribute)
|
961
|
+
```
|
962
|
+
|
963
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberAttribute.parameter.terraformAttribute"></a>
|
964
|
+
|
965
|
+
- *Type:* string
|
966
|
+
|
967
|
+
---
|
968
|
+
|
969
|
+
##### `GetNumberListAttribute` <a name="GetNumberListAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberListAttribute"></a>
|
970
|
+
|
971
|
+
```csharp
|
972
|
+
private double[] GetNumberListAttribute(string TerraformAttribute)
|
973
|
+
```
|
974
|
+
|
975
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberListAttribute.parameter.terraformAttribute"></a>
|
976
|
+
|
977
|
+
- *Type:* string
|
978
|
+
|
979
|
+
---
|
980
|
+
|
981
|
+
##### `GetNumberMapAttribute` <a name="GetNumberMapAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberMapAttribute"></a>
|
982
|
+
|
983
|
+
```csharp
|
984
|
+
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
|
985
|
+
```
|
986
|
+
|
987
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getNumberMapAttribute.parameter.terraformAttribute"></a>
|
988
|
+
|
989
|
+
- *Type:* string
|
990
|
+
|
991
|
+
---
|
992
|
+
|
993
|
+
##### `GetStringAttribute` <a name="GetStringAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getStringAttribute"></a>
|
994
|
+
|
995
|
+
```csharp
|
996
|
+
private string GetStringAttribute(string TerraformAttribute)
|
997
|
+
```
|
998
|
+
|
999
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getStringAttribute.parameter.terraformAttribute"></a>
|
1000
|
+
|
1001
|
+
- *Type:* string
|
1002
|
+
|
1003
|
+
---
|
1004
|
+
|
1005
|
+
##### `GetStringMapAttribute` <a name="GetStringMapAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getStringMapAttribute"></a>
|
1006
|
+
|
1007
|
+
```csharp
|
1008
|
+
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
|
1009
|
+
```
|
1010
|
+
|
1011
|
+
###### `TerraformAttribute`<sup>Required</sup> <a name="TerraformAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.getStringMapAttribute.parameter.terraformAttribute"></a>
|
1012
|
+
|
1013
|
+
- *Type:* string
|
1014
|
+
|
1015
|
+
---
|
1016
|
+
|
1017
|
+
##### `InterpolationForAttribute` <a name="InterpolationForAttribute" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.interpolationForAttribute"></a>
|
1018
|
+
|
1019
|
+
```csharp
|
1020
|
+
private IResolvable InterpolationForAttribute(string Property)
|
1021
|
+
```
|
1022
|
+
|
1023
|
+
###### `Property`<sup>Required</sup> <a name="Property" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.interpolationForAttribute.parameter.property"></a>
|
1024
|
+
|
1025
|
+
- *Type:* string
|
1026
|
+
|
1027
|
+
---
|
1028
|
+
|
1029
|
+
##### `Resolve` <a name="Resolve" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.resolve"></a>
|
1030
|
+
|
1031
|
+
```csharp
|
1032
|
+
private object Resolve(IResolveContext Context)
|
1033
|
+
```
|
1034
|
+
|
1035
|
+
Produce the Token's value at resolution time.
|
1036
|
+
|
1037
|
+
###### `Context`<sup>Required</sup> <a name="Context" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.resolve.parameter._context"></a>
|
1038
|
+
|
1039
|
+
- *Type:* HashiCorp.Cdktf.IResolveContext
|
1040
|
+
|
1041
|
+
---
|
1042
|
+
|
1043
|
+
##### `ToString` <a name="ToString" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.toString"></a>
|
1044
|
+
|
1045
|
+
```csharp
|
1046
|
+
private string ToString()
|
1047
|
+
```
|
1048
|
+
|
1049
|
+
Return a string representation of this resolvable object.
|
1050
|
+
|
1051
|
+
Returns a reversible string representation.
|
1052
|
+
|
1053
|
+
|
1054
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1055
|
+
|
1056
|
+
| **Name** | **Type** | **Description** |
|
1057
|
+
| --- | --- | --- |
|
1058
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.creationStack">CreationStack</a></code> | <code>string[]</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
|
1059
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.fqn">Fqn</a></code> | <code>string</code> | *No description.* |
|
1060
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.hmacBase64Input">HmacBase64Input</a></code> | <code>string</code> | *No description.* |
|
1061
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.keyIdInput">KeyIdInput</a></code> | <code>string</code> | *No description.* |
|
1062
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.hmacBase64">HmacBase64</a></code> | <code>string</code> | *No description.* |
|
1063
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.keyId">KeyId</a></code> | <code>string</code> | *No description.* |
|
1064
|
+
| <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.internalValue">InternalValue</a></code> | <code><a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a></code> | *No description.* |
|
1065
|
+
|
1066
|
+
---
|
1067
|
+
|
1068
|
+
##### `CreationStack`<sup>Required</sup> <a name="CreationStack" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.creationStack"></a>
|
1069
|
+
|
1070
|
+
```csharp
|
1071
|
+
public string[] CreationStack { get; }
|
1072
|
+
```
|
1073
|
+
|
1074
|
+
- *Type:* string[]
|
1075
|
+
|
1076
|
+
The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
1077
|
+
|
1078
|
+
If this returns an empty array the stack will not be attached.
|
1079
|
+
|
1080
|
+
---
|
1081
|
+
|
1082
|
+
##### `Fqn`<sup>Required</sup> <a name="Fqn" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.fqn"></a>
|
1083
|
+
|
1084
|
+
```csharp
|
1085
|
+
public string Fqn { get; }
|
1086
|
+
```
|
1087
|
+
|
1088
|
+
- *Type:* string
|
1089
|
+
|
1090
|
+
---
|
1091
|
+
|
1092
|
+
##### `HmacBase64Input`<sup>Optional</sup> <a name="HmacBase64Input" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.hmacBase64Input"></a>
|
1093
|
+
|
1094
|
+
```csharp
|
1095
|
+
public string HmacBase64Input { get; }
|
1096
|
+
```
|
1097
|
+
|
1098
|
+
- *Type:* string
|
1099
|
+
|
1100
|
+
---
|
1101
|
+
|
1102
|
+
##### `KeyIdInput`<sup>Optional</sup> <a name="KeyIdInput" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.keyIdInput"></a>
|
1103
|
+
|
1104
|
+
```csharp
|
1105
|
+
public string KeyIdInput { get; }
|
1106
|
+
```
|
1107
|
+
|
1108
|
+
- *Type:* string
|
1109
|
+
|
1110
|
+
---
|
1111
|
+
|
1112
|
+
##### `HmacBase64`<sup>Required</sup> <a name="HmacBase64" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.hmacBase64"></a>
|
1113
|
+
|
1114
|
+
```csharp
|
1115
|
+
public string HmacBase64 { get; }
|
1116
|
+
```
|
1117
|
+
|
1118
|
+
- *Type:* string
|
1119
|
+
|
1120
|
+
---
|
1121
|
+
|
1122
|
+
##### `KeyId`<sup>Required</sup> <a name="KeyId" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.keyId"></a>
|
1123
|
+
|
1124
|
+
```csharp
|
1125
|
+
public string KeyId { get; }
|
1126
|
+
```
|
1127
|
+
|
1128
|
+
- *Type:* string
|
1129
|
+
|
1130
|
+
---
|
1131
|
+
|
1132
|
+
##### `InternalValue`<sup>Optional</sup> <a name="InternalValue" id="@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference.property.internalValue"></a>
|
1133
|
+
|
1134
|
+
```csharp
|
1135
|
+
public RegistrationExternalAccountBinding InternalValue { get; }
|
1136
|
+
```
|
1137
|
+
|
1138
|
+
- *Type:* <a href="#@cdktf/provider-acme.registration.RegistrationExternalAccountBinding">RegistrationExternalAccountBinding</a>
|
1139
|
+
|
1140
|
+
---
|
1141
|
+
|
1142
|
+
|
1143
|
+
|