Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
-
-
Uses of IBaseEntityProps in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IBaseEntityProps in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description interfaceIAttributeReferenceProps(experimental) Attribute type reference props.static interfaceIAttributeReferenceProps.Jsii$DefaultInternal default implementation forIAttributeReferenceProps.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 IBaseEntityProps Modifier and Type Class Description static classIAttributeReferenceProps.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.Constructors in software.aws.awsprototypingsdk.cdkgraph with parameters of type IBaseEntityProps Constructor Description BaseEntity(IBaseEntityProps props)
-