Interface IAppNodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAppNodeProps.Jsii$Default
- All Known Implementing Classes:
IAppNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.329Z") @Stability(Experimental) public interface IAppNodeProps extends software.amazon.jsii.JsiiSerializable, IBaseEntityDataProps
(experimental)AppNodeprops.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIAppNodeProps.Jsii$DefaultInternal default implementation forIAppNodeProps.static classIAppNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetCfnType()(experimental) Type of CloudFormation resource.default ConstructInfogetConstructInfo()(experimental) Synthesized construct information defining jii resolution data.default StringgetLogicalId()(experimental) Logical id of the node, which is only unique within containing stack.default NodegetParent()(experimental) Parent node.StoregetStore()(experimental) Store.-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
getAttributes, getFlags, getMetadata, getTags
-
-
-
-
Method Detail
-
getStore
@Stability(Experimental) @NotNull Store getStore()
(experimental) Store.
-
getCfnType
@Stability(Experimental) @Nullable default String getCfnType()
(experimental) Type of CloudFormation resource.
-
getConstructInfo
@Stability(Experimental) @Nullable default ConstructInfo getConstructInfo()
(experimental) Synthesized construct information defining jii resolution data.
-
getLogicalId
@Stability(Experimental) @Nullable default String getLogicalId()
(experimental) Logical id of the node, which is only unique within containing stack.
-
getParent
@Stability(Experimental) @Nullable default Node getParent()
(experimental) Parent node.
-
-