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

> CDKTN Core API Reference for TerraformResourceMoveByTarget in Python.

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

```python theme={null}
import cdktn

cdktn.TerraformResourceMoveByTarget(
  move_target: str,
  index: str | typing.Union[int, float] = None
)
```

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

| **Name**                                                                                         | **Type**                                      | **Description**   |
| ------------------------------------------------------------------------------------------------ | --------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformResourceMoveByTarget.property.moveTarget">move\_target</a></code> | <code>str</code>                              | *No description.* |
| <code><a href="#cdktn.TerraformResourceMoveByTarget.property.index">index</a></code>             | <code>str \| typing.Union\[int, float]</code> | *No description.* |

***

### `move_target`<sup>Required</sup> <a name="move_target" id="cdktn.TerraformResourceMoveByTarget.property.moveTarget" />

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

* *Type:* str

***

### `index`<sup>Optional</sup> <a name="index" id="cdktn.TerraformResourceMoveByTarget.property.index" />

```python theme={null}
index: str | typing.Union[int, float]
```

* *Type:* str | typing.Union\[int, float]

***
