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

> CDKTN Core API Reference for IAspect in Python.

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

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

All aspects can visit an IConstruct.

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

* *Type:* constructs.IConstruct

***
