Interface ITypedEdgeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAttributeReferenceProps,IAttributeReferenceProps.Jsii$Default,IEdgeProps,IEdgeProps.Jsii$Default,IReferenceProps,IReferenceProps.Jsii$Default,ITypedEdgeProps.Jsii$Default
- All Known Implementing Classes:
IAttributeReferenceProps.Jsii$Proxy,IEdgeProps.Jsii$Proxy,IReferenceProps.Jsii$Proxy,ITypedEdgeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.419Z") @Stability(Experimental) public interface ITypedEdgeProps extends software.amazon.jsii.JsiiSerializable, IBaseEntityProps
(experimental) Base edge props agnostic to edge type.Used for extending per edge class with type specifics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceITypedEdgeProps.Jsii$DefaultInternal default implementation forITypedEdgeProps.static classITypedEdgeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetSource()(experimental) Edge source is the node that defines the edge (tail).NodegetTarget()(experimental) Edge target is the node being referenced by the source (head).-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
getAttributes, getFlags, getMetadata, getTags
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
getStore, getUuid
-
-