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

# CSharp: TerraformAssetConfig

> CDKTN Core API Reference for TerraformAssetConfig in CSharp.

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

```csharp theme={null}
using Io.Cdktn;

new TerraformAssetConfig {
    string Path,
    string AssetHash = null,
    AssetType Type = null
};
```

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

| **Name**                                                                            | **Type**                                              | **Description**   |
| ----------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformAssetConfig.property.path">Path</a></code>           | <code>string</code>                                   | *No description.* |
| <code><a href="#cdktn.TerraformAssetConfig.property.assetHash">AssetHash</a></code> | <code>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" />

```csharp theme={null}
public string Path { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string AssetHash { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public AssetType Type { get; set; }
```

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

***
