Interface IParameterNodeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedNodeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IParameterNodeProps.Jsii$Default
- All Known Implementing Classes:
IParameterNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.401Z") @Stability(Experimental) public interface IParameterNodeProps extends software.amazon.jsii.JsiiSerializable, ITypedNodeProps
(experimental)ParameterNodeprops.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIParameterNodeProps.Jsii$DefaultInternal default implementation forIParameterNodeProps.static classIParameterNodeProps.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.StringgetParameterType()(experimental) Parameter type.ObjectgetValue()(experimental) Resolved 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
-
getParameterType
@Stability(Experimental) @NotNull String getParameterType()
(experimental) Parameter type.
-
getValue
@Stability(Experimental) @NotNull Object getValue()
(experimental) Resolved value.
-
getDescription
@Stability(Experimental) @Nullable default String getDescription()
(experimental) Description.
-
-