Interface IBaseEntityDataProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAppNodeProps,IAppNodeProps.Jsii$Default,IAttributeReferenceProps,IAttributeReferenceProps.Jsii$Default,IBaseEntityDataProps.Jsii$Default,IBaseEntityProps,IBaseEntityProps.Jsii$Default,ICfnResourceNodeProps,ICfnResourceNodeProps.Jsii$Default,IEdgeProps,IEdgeProps.Jsii$Default,INestedStackNodeProps,INestedStackNodeProps.Jsii$Default,INodeProps,INodeProps.Jsii$Default,IOutputNodeProps,IOutputNodeProps.Jsii$Default,IParameterNodeProps,IParameterNodeProps.Jsii$Default,IReferenceProps,IReferenceProps.Jsii$Default,IResourceNodeProps,IResourceNodeProps.Jsii$Default,IStackNodeProps,IStackNodeProps.Jsii$Default,ITypedEdgeProps,ITypedEdgeProps.Jsii$Default,ITypedNodeProps,ITypedNodeProps.Jsii$Default
- All Known Implementing Classes:
IAppNodeProps.Jsii$Proxy,IAttributeReferenceProps.Jsii$Proxy,IBaseEntityDataProps.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
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.342Z") @Stability(Experimental) public interface IBaseEntityDataProps extends software.amazon.jsii.JsiiSerializable
(experimental) Base interface for all store entities data props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIBaseEntityDataProps.Jsii$DefaultInternal default implementation forIBaseEntityDataProps.static classIBaseEntityDataProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
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 Map<String,String>getTags()(experimental) Tags.
-