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

# Java: TerraformResourceMoveById

> CDKTN Core API Reference for TerraformResourceMoveById in Java.

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

```java theme={null}
import io.cdktn.cdktn.TerraformResourceMoveById;

TerraformResourceMoveById.builder()
    .from(java.lang.String)
    .to(java.lang.String)
    .build();
```

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

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

***

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

```java theme={null}
public java.lang.String getFrom();
```

* *Type:* java.lang.String

***

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

```java theme={null}
public java.lang.String getTo();
```

* *Type:* java.lang.String

***
