Interface IBaseEntityProps.Jsii$Default
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityDataProps.Jsii$Default,IBaseEntityProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAttributeReferenceProps.Jsii$Default,ICfnResourceNodeProps.Jsii$Default,IEdgeProps.Jsii$Default,INestedStackNodeProps.Jsii$Default,INodeProps.Jsii$Default,IOutputNodeProps.Jsii$Default,IParameterNodeProps.Jsii$Default,IReferenceProps.Jsii$Default,IResourceNodeProps.Jsii$Default,IStackNodeProps.Jsii$Default,ITypedEdgeProps.Jsii$Default,ITypedNodeProps.Jsii$Default
- All Known Implementing Classes:
IAttributeReferenceProps.Jsii$Proxy,IBaseEntityProps.Jsii$Proxy,ICfnResourceNodeProps.Jsii$Proxy,IEdgeProps.Jsii$Proxy,INestedStackNodeProps.Jsii$Proxy,INodeProps.Jsii$Proxy,IOutputNodeProps.Jsii$Proxy,IParameterNodeProps.Jsii$Proxy,IReferenceProps.Jsii$Proxy,IResourceNodeProps.Jsii$Proxy,IStackNodeProps.Jsii$Proxy,ITypedEdgeProps.Jsii$Proxy,ITypedNodeProps.Jsii$Proxy
- Enclosing interface:
- IBaseEntityProps
@Internal public static interface IBaseEntityProps.Jsii$Default extends IBaseEntityProps, IBaseEntityDataProps.Jsii$Default
Internal default implementation forIBaseEntityProps.
-
-
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
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,Object>getAttributes()(experimental) Attributes.default List<FlagEnum>getFlags()(experimental) Flags.default List<software.constructs.MetadataEntry>getMetadata()(experimental) Metadata entries.default StoregetStore()(experimental) Store.default Map<String,String>getTags()(experimental) Tags.default StringgetUuid()(experimental) UUID.
-
-
-
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 interfaceIBaseEntityProps
-
getUuid
@Stability(Experimental) @NotNull default String getUuid()
(experimental) UUID.- Specified by:
getUuidin interfaceIBaseEntityProps
-
-