IAspect
- class aws_cdk.core.IAspect(*args, **kwargs)
Bases:
ProtocolRepresents an Aspect.
Methods
- visit(node)
All aspects can visit an IConstruct.
- Parameters:
node (
IConstruct)- Return type:
None
Bases: Protocol
Represents an Aspect.
Methods
All aspects can visit an IConstruct.
node (IConstruct)
None