Interface IAspect

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAspect.Jsii$Default
All Known Implementing Classes:
AutoScalingGroupRequireImdsv2Aspect, FunctionVersionUpgrade, IAspect.Jsii$Proxy, InstanceRequireImdsv2Aspect, LaunchTemplateRequireImdsv2Aspect, RemoveTag, Tag

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-12T19:33:56.361Z") @Stability(Stable) public interface IAspect extends software.amazon.jsii.JsiiSerializable
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)
    All aspects can visit an IConstruct.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • visit

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

      Parameters:
      node - This parameter is required.