Interface IAppNodeProps.Jsii$Default
-
- All Superinterfaces:
IAppNodeProps,IBaseEntityDataProps,IBaseEntityDataProps.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAppNodeProps.Jsii$Proxy
- Enclosing interface:
- IAppNodeProps
@Internal public static interface IAppNodeProps.Jsii$Default extends IAppNodeProps, IBaseEntityDataProps.Jsii$Default
Internal default implementation forIAppNodeProps.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IAppNodeProps
IAppNodeProps.Jsii$Default, IAppNodeProps.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
IBaseEntityDataProps.Jsii$Default, IBaseEntityDataProps.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 List<FlagEnum>getFlags()(experimental) Flags.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 NodegetParent()(experimental) Parent node.default StoregetStore()(experimental) Store.default Map<String,String>getTags()(experimental) Tags.
-
-
-
Method Detail
-
getAttributes
@Stability(Experimental) @Nullable default Map<String,Object> getAttributes()
(experimental) Attributes.- Specified by:
getAttributesin interfaceIBaseEntityDataProps- Specified by:
getAttributesin interfaceIBaseEntityDataProps.Jsii$Default
-
getFlags
@Stability(Experimental) @Nullable default List<FlagEnum> getFlags()
(experimental) Flags.- Specified by:
getFlagsin interfaceIBaseEntityDataProps- Specified by:
getFlagsin interfaceIBaseEntityDataProps.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
-
getTags
@Stability(Experimental) @Nullable default Map<String,String> getTags()
(experimental) Tags.- Specified by:
getTagsin interfaceIBaseEntityDataProps- Specified by:
getTagsin interfaceIBaseEntityDataProps.Jsii$Default
-
getStore
@Stability(Experimental) @NotNull default Store getStore()
(experimental) Store.- Specified by:
getStorein interfaceIAppNodeProps
-
getCfnType
@Stability(Experimental) @Nullable default String getCfnType()
(experimental) Type of CloudFormation resource.- Specified by:
getCfnTypein interfaceIAppNodeProps
-
getConstructInfo
@Stability(Experimental) @Nullable default ConstructInfo getConstructInfo()
(experimental) Synthesized construct information defining jii resolution data.- Specified by:
getConstructInfoin interfaceIAppNodeProps
-
getLogicalId
@Stability(Experimental) @Nullable default String getLogicalId()
(experimental) Logical id of the node, which is only unique within containing stack.- Specified by:
getLogicalIdin interfaceIAppNodeProps
-
getParent
@Stability(Experimental) @Nullable default Node getParent()
(experimental) Parent node.- Specified by:
getParentin interfaceIAppNodeProps
-
-