Interface IAspect
Represents an Aspect.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IAspect
Syntax (vb)
Public Interface IAspect
Synopsis
Methods
| Visit(IConstruct) | All aspects can visit an IConstruct. |
Represents an Aspect.
public interface IAspect
Public Interface IAspect
| Visit(IConstruct) | All aspects can visit an IConstruct. |