Interface IResourceNodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedNodeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IResourceNodeProps.Jsii$Default
- All Known Implementing Classes:
IResourceNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.410Z") @Stability(Experimental) public interface IResourceNodeProps extends software.amazon.jsii.JsiiSerializable, ITypedNodeProps
(experimental) ResourceNode props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIResourceNodeProps.Jsii$DefaultInternal default implementation forIResourceNodeProps.static classIResourceNodeProps.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 BooleangetCdkOwned()(experimental) Indicates if this resource is owned by cdk (defined in cdk library).default NodeTypeEnumgetNodeType()(experimental) Type of node.voidsetCdkOwned(Boolean value)(experimental) Indicates if this resource is owned by cdk (defined in cdk library).default voidsetNodeType(NodeTypeEnum value)(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
-
getCdkOwned
@Stability(Experimental) @NotNull Boolean getCdkOwned()
(experimental) Indicates if this resource is owned by cdk (defined in cdk library).
-
setCdkOwned
void setCdkOwned(@NotNull Boolean value)(experimental) Indicates if this resource is owned by cdk (defined in cdk library).
-
getNodeType
@Stability(Experimental) @Nullable default NodeTypeEnum getNodeType()
(experimental) Type of node.
-
setNodeType
@Optional default void setNodeType(@Nullable NodeTypeEnum value)(experimental) Type of node.
-
-