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

# CSharp: TerraformResourceMoveByTarget

> CDKTN Core API Reference for TerraformResourceMoveByTarget in CSharp.

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

```csharp theme={null}
using Io.Cdktn;

new TerraformResourceMoveByTarget {
    string MoveTarget,
    string|double Index = null
};
```

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

| **Name**                                                                                       | **Type**                    | **Description**   |
| ---------------------------------------------------------------------------------------------- | --------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformResourceMoveByTarget.property.moveTarget">MoveTarget</a></code> | <code>string</code>         | *No description.* |
| <code><a href="#cdktn.TerraformResourceMoveByTarget.property.index">Index</a></code>           | <code>string\|double</code> | *No description.* |

***

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

```csharp theme={null}
public string MoveTarget { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string|double Index { get; set; }
```

* *Type:* string|double

***
