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

> CDKTN Core API Reference for IAspect in Go.

* *Implemented By:* <a href="#cdktn.MigrateIds">MigrateIds</a>, <a href="#cdktn.IAspect">IAspect</a>

Represents an Aspect.

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

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

***

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

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

All aspects can visit an IConstruct.

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

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

***
