Initializer
Properties
| Name | Type | Description |
|---|---|---|
tfResourceType | java.lang.String | No description. |
tfResourceTypeRequired
- Type: java.lang.String
✨ v0.22.0 is live — providers rebuilt without cdktf as a peer dependency. Release notes · Migration guide · Provider dashboard
CDKTN Core API Reference for TerraformConstructor in Java.
import io.cdktn.cdktn.testing_matchers.TerraformConstructor;
TerraformConstructor.builder()
.tfResourceType(java.lang.String)
.build();
| Name | Type | Description |
|---|---|---|
tfResourceType | java.lang.String | No description. |
tfResourceTypeRequired public java.lang.String getTfResourceType();
Was this page helpful?