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

# Typescript: TerraformResourceMoveById

> CDKTN Core API Reference for TerraformResourceMoveById in Typescript.

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

```typescript theme={null}
import { TerraformResourceMoveById } from 'cdktn'

const terraformResourceMoveById: TerraformResourceMoveById = { ... }
```

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

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

***

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

```typescript theme={null}
public readonly from: string;
```

* *Type:* string

***

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

```typescript theme={null}
public readonly to: string;
```

* *Type:* string

***
