Interface IParameterNodeProps.Jsii$Default
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityDataProps.Jsii$Default,IBaseEntityProps,IBaseEntityProps.Jsii$Default,IParameterNodeProps,ITypedNodeProps,ITypedNodeProps.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IParameterNodeProps.Jsii$Proxy
- Enclosing interface:
- IParameterNodeProps
@Internal public static interface IParameterNodeProps.Jsii$Default extends IParameterNodeProps, ITypedNodeProps.Jsii$Default
Internal default implementation forIParameterNodeProps.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
IBaseEntityDataProps.Jsii$Default, IBaseEntityDataProps.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
IBaseEntityProps.Jsii$Default, IBaseEntityProps.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IParameterNodeProps
IParameterNodeProps.Jsii$Default, IParameterNodeProps.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.ITypedNodeProps
ITypedNodeProps.Jsii$Default, ITypedNodeProps.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,Object>getAttributes()(experimental) Attributes.default StringgetCfnType()(experimental) Type of CloudFormation resource.default ConstructInfogetConstructInfo()(experimental) Synthesized construct information defining jii resolution data.default StringgetDescription()(experimental) Description.default List<FlagEnum>getFlags()(experimental) Flags.default StringgetId()(experimental) Node id, which is unique within parent scope.default StringgetLogicalId()(experimental) Logical id of the node, which is only unique within containing stack.default List<software.constructs.MetadataEntry>getMetadata()(experimental) Metadata entries.default StringgetParameterType()(experimental) Parameter type.default NodegetParent()(experimental) Parent node.default StringgetPath()(experimental) Path of the node.default StackNodegetStack()(experimental) Stack the node is contained.default StoregetStore()(experimental) Store.default Map<String,String>getTags()(experimental) Tags.default StringgetUuid()(experimental) UUID.default ObjectgetValue()(experimental) Resolved value.
-
-
-
Method Detail
-
getAttributes
@Stability(Experimental) @Nullable default Map<String,Object> getAttributes()
(experimental) Attributes.- Specified by:
getAttributesin interfaceIBaseEntityDataProps- Specified by:
getAttributesin interfaceIBaseEntityDataProps.Jsii$Default- Specified by:
getAttributesin interfaceIBaseEntityProps.Jsii$Default- Specified by:
getAttributesin interfaceITypedNodeProps.Jsii$Default
-
getFlags
@Stability(Experimental) @Nullable default List<FlagEnum> getFlags()
(experimental) Flags.- Specified by:
getFlagsin interfaceIBaseEntityDataProps- Specified by:
getFlagsin interfaceIBaseEntityDataProps.Jsii$Default- Specified by:
getFlagsin interfaceIBaseEntityProps.Jsii$Default- Specified by:
getFlagsin interfaceITypedNodeProps.Jsii$Default
-
getMetadata
@Stability(Experimental) @Nullable default List<software.constructs.MetadataEntry> getMetadata()
(experimental) Metadata entries.- Specified by:
getMetadatain interfaceIBaseEntityDataProps- Specified by:
getMetadatain interfaceIBaseEntityDataProps.Jsii$Default- Specified by:
getMetadatain interfaceIBaseEntityProps.Jsii$Default- Specified by:
getMetadatain interfaceITypedNodeProps.Jsii$Default
-
getTags
@Stability(Experimental) @Nullable default Map<String,String> getTags()
(experimental) Tags.- Specified by:
getTagsin interfaceIBaseEntityDataProps- Specified by:
getTagsin interfaceIBaseEntityDataProps.Jsii$Default- Specified by:
getTagsin interfaceIBaseEntityProps.Jsii$Default- Specified by:
getTagsin interfaceITypedNodeProps.Jsii$Default
-
getStore
@Stability(Experimental) @NotNull default Store getStore()
(experimental) Store.- Specified by:
getStorein interfaceIBaseEntityProps- Specified by:
getStorein interfaceIBaseEntityProps.Jsii$Default- Specified by:
getStorein interfaceITypedNodeProps.Jsii$Default
-
getUuid
@Stability(Experimental) @NotNull default String getUuid()
(experimental) UUID.- Specified by:
getUuidin interfaceIBaseEntityProps- Specified by:
getUuidin interfaceIBaseEntityProps.Jsii$Default- Specified by:
getUuidin interfaceITypedNodeProps.Jsii$Default
-
getId
@Stability(Experimental) @NotNull default String getId()
(experimental) Node id, which is unique within parent scope.- Specified by:
getIdin interfaceITypedNodeProps- Specified by:
getIdin interfaceITypedNodeProps.Jsii$Default
-
getPath
@Stability(Experimental) @NotNull default String getPath()
(experimental) Path of the node.- Specified by:
getPathin interfaceITypedNodeProps- Specified by:
getPathin interfaceITypedNodeProps.Jsii$Default
-
getCfnType
@Stability(Experimental) @Nullable default String getCfnType()
(experimental) Type of CloudFormation resource.- Specified by:
getCfnTypein interfaceITypedNodeProps- Specified by:
getCfnTypein interfaceITypedNodeProps.Jsii$Default
-
getConstructInfo
@Stability(Experimental) @Nullable default ConstructInfo getConstructInfo()
(experimental) Synthesized construct information defining jii resolution data.- Specified by:
getConstructInfoin interfaceITypedNodeProps- Specified by:
getConstructInfoin interfaceITypedNodeProps.Jsii$Default
-
getLogicalId
@Stability(Experimental) @Nullable default String getLogicalId()
(experimental) Logical id of the node, which is only unique within containing stack.- Specified by:
getLogicalIdin interfaceITypedNodeProps- Specified by:
getLogicalIdin interfaceITypedNodeProps.Jsii$Default
-
getParent
@Stability(Experimental) @Nullable default Node getParent()
(experimental) Parent node.- Specified by:
getParentin interfaceITypedNodeProps- Specified by:
getParentin interfaceITypedNodeProps.Jsii$Default
-
getStack
@Stability(Experimental) @Nullable default StackNode getStack()
(experimental) Stack the node is contained.- Specified by:
getStackin interfaceITypedNodeProps- Specified by:
getStackin interfaceITypedNodeProps.Jsii$Default
-
getParameterType
@Stability(Experimental) @NotNull default String getParameterType()
(experimental) Parameter type.- Specified by:
getParameterTypein interfaceIParameterNodeProps
-
getValue
@Stability(Experimental) @NotNull default Object getValue()
(experimental) Resolved value.- Specified by:
getValuein interfaceIParameterNodeProps
-
getDescription
@Stability(Experimental) @Nullable default String getDescription()
(experimental) Description.- Specified by:
getDescriptionin interfaceIParameterNodeProps
-
-