Interface IOutputNodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedNodeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOutputNodeProps.Jsii$Default
- All Known Implementing Classes:
IOutputNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.387Z") @Stability(Experimental) public interface IOutputNodeProps extends software.amazon.jsii.JsiiSerializable, ITypedNodeProps
(experimental) OutputNode props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIOutputNodeProps.Jsii$DefaultInternal default implementation forIOutputNodeProps.static classIOutputNodeProps.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 StringgetDescription()(experimental) Description.default StringgetExportName()(experimental) Export name.ObjectgetValue()(experimental) Resolved output 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
-
getValue
@Stability(Experimental) @NotNull Object getValue()
(experimental) Resolved output value.
-
getDescription
@Stability(Experimental) @Nullable default String getDescription()
(experimental) Description.
-
getExportName
@Stability(Experimental) @Nullable default String getExportName()
(experimental) Export name.
-
-