Interface ICfnResourceNodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedNodeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICfnResourceNodeProps.Jsii$Default
- All Known Implementing Classes:
ICfnResourceNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.350Z") @Stability(Experimental) public interface ICfnResourceNodeProps extends software.amazon.jsii.JsiiSerializable, ITypedNodeProps
(experimental) CfnResourceNode props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceICfnResourceNodeProps.Jsii$DefaultInternal default implementation forICfnResourceNodeProps.static classICfnResourceNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetImportArnToken()default NodeTypeEnumgetNodeType()default voidsetImportArnToken(String value)default voidsetNodeType(NodeTypeEnum value)-
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
-
getImportArnToken
@Stability(Experimental) @Nullable default String getImportArnToken()
-
setImportArnToken
@Optional default void setImportArnToken(@Nullable String value)
-
getNodeType
@Stability(Experimental) @Nullable default NodeTypeEnum getNodeType()
-
setNodeType
@Optional default void setNodeType(@Nullable NodeTypeEnum value)
-
-