Interface IAspect

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAspect.Jsii$Default
All Known Implementing Classes:
IAspect.Jsii$Proxy, MigrateIds

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2025-01-21T14:44:57.984Z") @Stability(Experimental) public interface IAspect extends software.amazon.jsii.JsiiSerializable
(experimental) Represents an Aspect.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAspect.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(software.constructs.IConstruct node)
    (experimental) All aspects can visit an IConstruct.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • visit

      @Stability(Experimental) void visit(@NotNull software.constructs.IConstruct node)
      (experimental) All aspects can visit an IConstruct.

      Parameters:
      node - This parameter is required.