interface IAspect
Language | Type name |
---|---|
.NET | Amazon.CDK.IAspect |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IAspect |
Java | software.amazon.awscdk.IAspect |
Python | aws_cdk.IAspect |
TypeScript (source) | aws-cdk-lib » IAspect |
Implemented by
Auto
, Instance
, Launch
, Function
, Custom
, Custom
, Custom
, 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.