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

# Go: TerraformAssetConfig

> CDKTN Core API Reference for TerraformAssetConfig in Go.

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

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.TerraformAssetConfig {
	Path: *string,
	AssetHash: *string,
	Type: github.com/open-constructs/cdk-terrain-go/cdktn.AssetType,
}
```

## 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" />

```go theme={null}
Path *string
```

* *Type:* \*string

***

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

```go theme={null}
AssetHash *string
```

* *Type:* \*string

***

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

```go theme={null}
Type AssetType
```

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

***
