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.104.0 (build e79254c)",
date="2024-11-22T02:23:55.799Z")
@Stability(Stable)
public interface IAspect
extends software.amazon.jsii.JsiiSerializable
Represents an Aspect.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAspect
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-