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

> CDKTN Core API Reference for TerraformResourceMoveById in Python.

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

```python theme={null}
import cdktn

cdktn.TerraformResourceMoveById(
  from: str,
  to: str
)
```

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

| **Name**                                                                       | **Type**         | **Description**   |
| ------------------------------------------------------------------------------ | ---------------- | ----------------- |
| <code><a href="#cdktn.TerraformResourceMoveById.property.from">from</a></code> | <code>str</code> | *No description.* |
| <code><a href="#cdktn.TerraformResourceMoveById.property.to">to</a></code>     | <code>str</code> | *No description.* |

***

### `from`<sup>Required</sup> <a name="from" id="cdktn.TerraformResourceMoveById.property.from" />

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

* *Type:* str

***

### `to`<sup>Required</sup> <a name="to" id="cdktn.TerraformResourceMoveById.property.to" />

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

* *Type:* str

***
