Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
-
-
Uses of IBaseEntityDataProps in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IBaseEntityDataProps in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description interfaceIAppNodeProps(experimental)AppNodeprops.static interfaceIAppNodeProps.Jsii$DefaultInternal default implementation forIAppNodeProps.interfaceIAttributeReferenceProps(experimental) Attribute type reference props.static interfaceIAttributeReferenceProps.Jsii$DefaultInternal default implementation forIAttributeReferenceProps.static interfaceIBaseEntityDataProps.Jsii$DefaultInternal default implementation forIBaseEntityDataProps.interfaceIBaseEntityProps(experimental) Base interface for all store entities props.static interfaceIBaseEntityProps.Jsii$DefaultInternal default implementation forIBaseEntityProps.interfaceICfnResourceNodeProps(experimental) CfnResourceNode props.static interfaceICfnResourceNodeProps.Jsii$DefaultInternal default implementation forICfnResourceNodeProps.interfaceIEdgeProps(experimental) Edge props interface.static interfaceIEdgeProps.Jsii$DefaultInternal default implementation forIEdgeProps.interfaceINestedStackNodeProps(experimental)NestedStackNodeprops.static interfaceINestedStackNodeProps.Jsii$DefaultInternal default implementation forINestedStackNodeProps.interfaceINodeProps(experimental) Node props.static interfaceINodeProps.Jsii$DefaultInternal default implementation forINodeProps.interfaceIOutputNodeProps(experimental) OutputNode props.static interfaceIOutputNodeProps.Jsii$DefaultInternal default implementation forIOutputNodeProps.interfaceIParameterNodeProps(experimental)ParameterNodeprops.static interfaceIParameterNodeProps.Jsii$DefaultInternal default implementation forIParameterNodeProps.interfaceIReferenceProps(experimental) Reference edge props.static interfaceIReferenceProps.Jsii$DefaultInternal default implementation forIReferenceProps.interfaceIResourceNodeProps(experimental) ResourceNode props.static interfaceIResourceNodeProps.Jsii$DefaultInternal default implementation forIResourceNodeProps.interfaceIStackNodeProps(experimental)StackNodeprops.static interfaceIStackNodeProps.Jsii$DefaultInternal default implementation forIStackNodeProps.interfaceITypedEdgeProps(experimental) Base edge props agnostic to edge type.static interfaceITypedEdgeProps.Jsii$DefaultInternal default implementation forITypedEdgeProps.interfaceITypedNodeProps(experimental) Base node props agnostic to node type.static interfaceITypedNodeProps.Jsii$DefaultInternal default implementation forITypedNodeProps.Classes in software.aws.awsprototypingsdk.cdkgraph that implement IBaseEntityDataProps Modifier and Type Class Description static classIAppNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIAttributeReferenceProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIBaseEntityDataProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIBaseEntityProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classICfnResourceNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIEdgeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classINestedStackNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classINodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIOutputNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIParameterNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIReferenceProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIResourceNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classIStackNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classITypedEdgeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.static classITypedNodeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type IBaseEntityDataProps Modifier and Type Method Description voidBaseEntity. applyData(IBaseEntityDataProps data)(experimental) Applies data (attributes, metadata, tags, flag) to entity.voidBaseEntity. applyData(IBaseEntityDataProps data, Boolean overwrite)(experimental) Applies data (attributes, metadata, tags, flag) to entity.voidBaseEntity. applyData(IBaseEntityDataProps data, Boolean overwrite, Boolean applyFlags)(experimental) Applies data (attributes, metadata, tags, flag) to entity.
-