> ## 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.

# Python: TerraformAssetConfig

> CDKTN Core API Reference for TerraformAssetConfig in Python.

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

```python theme={null}
import cdktn

cdktn.TerraformAssetConfig(
  path: str,
  asset_hash: str = None,
  type: AssetType = None
)
```

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

| **Name**                                                                              | **Type**                                              | **Description**   |
| ------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformAssetConfig.property.path">path</a></code>             | <code>str</code>                                      | *No description.* |
| <code><a href="#cdktn.TerraformAssetConfig.property.assetHash">asset\_hash</a></code> | <code>str</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" />

```python theme={null}
path: str
```

* *Type:* str

***

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

```python theme={null}
asset_hash: str
```

* *Type:* str

***

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

```python theme={null}
type: AssetType
```

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

***
