Package software.amazon.awscdk
Interface IAspect
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAspect.Jsii$Default
- All Known Implementing Classes:
AutoScalingGroupRequireImdsv2Aspect,CustomResourceLambdaRuntime,CustomResourceLogRetention,CustomResourceRemovalPolicy,FunctionVersionUpgrade,IAspect.Jsii$Proxy,InstanceRequireImdsv2Aspect,LaunchTemplateRequireImdsv2Aspect,RemoveTag,Tag
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:09:57.386Z")
@Stability(Stable)
public interface IAspect
extends software.amazon.jsii.JsiiSerializable
Represents an Aspect.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAspect.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(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.
-