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

> CDKTN Core API Reference for MigrateIds in Python.

* *Implements:* <a href="#cdktn.IAspect">IAspect</a>

For migrating past 0.17 where the feature flag for the old id generation logic was removed after being deprecated since 0.15.

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

```python theme={null}
import cdktn

cdktn.MigrateIds()
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

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

| **Name**                                                 | **Description**                      |
| -------------------------------------------------------- | ------------------------------------ |
| <code><a href="#cdktn.MigrateIds.visit">visit</a></code> | All aspects can visit an IConstruct. |

***

### `visit` <a name="visit" id="cdktn.MigrateIds.visit" />

```python theme={null}
def visit(
  node: IConstruct
) -> None
```

All aspects can visit an IConstruct.

#### `node`<sup>Required</sup> <a name="node" id="cdktn.MigrateIds.visit.parameter.node" />

* *Type:* constructs.IConstruct

***
