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

> CDKTN Core API Reference for TerraformElementMetadata in Python.

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

```python theme={null}
import cdktn

cdktn.TerraformElementMetadata(
  path: str,
  stack_trace: typing.List[str],
  unique_id: str
)
```

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

| **Name**                                                                                    | **Type**                       | **Description**   |
| ------------------------------------------------------------------------------------------- | ------------------------------ | ----------------- |
| <code><a href="#cdktn.TerraformElementMetadata.property.path">path</a></code>               | <code>str</code>               | *No description.* |
| <code><a href="#cdktn.TerraformElementMetadata.property.stackTrace">stack\_trace</a></code> | <code>typing.List\[str]</code> | *No description.* |
| <code><a href="#cdktn.TerraformElementMetadata.property.uniqueId">unique\_id</a></code>     | <code>str</code>               | *No description.* |

***

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

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

* *Type:* str

***

### `stack_trace`<sup>Required</sup> <a name="stack_trace" id="cdktn.TerraformElementMetadata.property.stackTrace" />

```python theme={null}
stack_trace: typing.List[str]
```

* *Type:* typing.List\[str]

***

### `unique_id`<sup>Required</sup> <a name="unique_id" id="cdktn.TerraformElementMetadata.property.uniqueId" />

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

* *Type:* str

***
