interface IAspect
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.IAspect |
![]() | software.amazon.awscdk.core.IAspect |
![]() | aws_cdk.core.IAspect |
![]() | @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.