> ## 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: TerraformAssetConfig

> CDKTN Core API Reference for TerraformAssetConfig in Java.

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

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

TerraformAssetConfig.builder()
    .path(java.lang.String)
//  .assetHash(java.lang.String)
//  .type(AssetType)
    .build();
```

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

| **Name**                                                                            | **Type**                                              | **Description**   |
| ----------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformAssetConfig.property.path">path</a></code>           | <code>java.lang.String</code>                         | *No description.* |
| <code><a href="#cdktn.TerraformAssetConfig.property.assetHash">assetHash</a></code> | <code>java.lang.String</code>                         | *No description.* |
| <code><a href="#cdktn.TerraformAssetConfig.property.type">type</a></code>           | <code><a href="#cdktn.AssetType">AssetType</a></code> | *No description.* |

***

### `path`<sup>Required</sup> <a name="path" id="cdktn.TerraformAssetConfig.property.path" />

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

* *Type:* java.lang.String

***

### `assetHash`<sup>Optional</sup> <a name="assetHash" id="cdktn.TerraformAssetConfig.property.assetHash" />

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

* *Type:* java.lang.String

***

### `type`<sup>Optional</sup> <a name="type" id="cdktn.TerraformAssetConfig.property.type" />

```java theme={null}
public AssetType getType();
```

* *Type:* <a href="#cdktn.AssetType">AssetType</a>

***
