interface IAspect
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IAspect |
Java | software.amazon.awscdk.core.IAspect |
Python | aws_cdk.core.IAspect |
TypeScript (source) | @aws-cdk/core » IAspect |
Implemented by
Auto, Instance, Launch, Function, Remove, Tag
Represents an Aspect.
Methods
| Name | Description |
|---|---|
| visit(node) | All aspects can visit an IConstruct. |
visit(node)
public visit(node: IConstruct): void
Parameters
- node
IConstruct
All aspects can visit an IConstruct.

.NET
Java
Python
TypeScript (