Package software.constructs
Interface IConstruct
-
- All Superinterfaces:
IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IConstruct.Jsii$Default
- All Known Implementing Classes:
Construct,IConstruct.Jsii$Proxy
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-16T00:08:24.821Z") @Stability(Stable) public interface IConstruct extends software.amazon.jsii.JsiiSerializable, IDependable
Represents a construct.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIConstruct.Jsii$DefaultInternal default implementation forIConstruct.static classIConstruct.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetNode()The tree node.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull Node getNode()
The tree node.
-
-