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