Interface INodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedNodeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INodeProps.Jsii$Default
- All Known Implementing Classes:
INodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.385Z") @Stability(Experimental) public interface INodeProps extends software.amazon.jsii.JsiiSerializable, ITypedNodeProps
(experimental) Node props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceINodeProps.Jsii$DefaultInternal default implementation forINodeProps.static classINodeProps.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 NodeTypeEnumgetNodeType()(experimental) Type of node.-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
getAttributes, getFlags, getMetadata, getTags
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
getStore, getUuid
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.ITypedNodeProps
getCfnType, getConstructInfo, getId, getLogicalId, getParent, getPath, getStack
-
-
-
-
Method Detail
-
getNodeType
@Stability(Experimental) @NotNull NodeTypeEnum getNodeType()
(experimental) Type of node.
-
-