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

# Go: MigrateIds

> CDKTN Core API Reference for MigrateIds in Go.

* *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" />

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

cdktn.NewMigrateIds() 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" />

```go theme={null}
func Visit(node IConstruct)
```

All aspects can visit an IConstruct.

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

* *Type:* github.com/aws/constructs-go/constructs/v10.IConstruct

***
