Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.ISerializableEdge
-
-
Uses of ISerializableEdge in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of ISerializableEdge in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceISerializableEdge.Jsii$DefaultInternal default implementation forISerializableEdge.Classes in software.aws.awsprototypingsdk.cdkgraph that implement ISerializableEdge Modifier and Type Class Description classAttributeReference(experimental) Attribute type reference edge.classDependency(experimental) Dependency edge class defines CloudFormation dependency between resources.classEdge(experimental) Edge class defines a link (relationship) between nodes, as in standard graph theory.classImportReference(experimental) Import reference defines Fn::ImportValue type reference edge.static classISerializableEdge.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classReference(experimental) Reference edge class defines a directed relationship between nodes.
-