> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Java: TerraformConstructor

> CDKTN Core API Reference for TerraformConstructor in Java.

## Initializer <a name="Initializer" id="cdktn.testingMatchers.TerraformConstructor.Initializer" />

```java theme={null}
import io.cdktn.cdktn.testing_matchers.TerraformConstructor;

TerraformConstructor.builder()
    .tfResourceType(java.lang.String)
    .build();
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                                      | **Type**                      | **Description**   |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------- | ----------------- |
| <code><a href="#cdktn.testingMatchers.TerraformConstructor.property.tfResourceType">tfResourceType</a></code> | <code>java.lang.String</code> | *No description.* |

***

### `tfResourceType`<sup>Required</sup> <a name="tfResourceType" id="cdktn.testingMatchers.TerraformConstructor.property.tfResourceType" />

```java theme={null}
public java.lang.String getTfResourceType();
```

* *Type:* java.lang.String

***
