Interface INestedStackNodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,IStackNodeProps,ITypedNodeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INestedStackNodeProps.Jsii$Default
- All Known Implementing Classes:
INestedStackNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.381Z") @Stability(Experimental) public interface INestedStackNodeProps extends software.amazon.jsii.JsiiSerializable, IStackNodeProps
(experimental)NestedStackNodeprops.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceINestedStackNodeProps.Jsii$DefaultInternal default implementation forINestedStackNodeProps.static classINestedStackNodeProps.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 StackNodegetParentStack()(experimental) Parent stack.-
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.IStackNodeProps
getNodeType, setNodeType
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.ITypedNodeProps
getCfnType, getConstructInfo, getId, getLogicalId, getParent, getPath, getStack
-
-
-
-
Method Detail
-
getParentStack
@Stability(Experimental) @NotNull StackNode getParentStack()
(experimental) Parent stack.
-
-