Uses of Class
software.aws.awsprototypingsdk.cdkgraph.Reference
-
-
Uses of Reference in software.aws.awsprototypingsdk.cdkgraph
Subclasses of Reference in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Class Description classAttributeReference(experimental) Attribute type reference edge.classImportReference(experimental) Import reference defines Fn::ImportValue type reference edge.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type Reference Modifier and Type Method Description List<Reference>Node. getReferenceLinks()(experimental) Gets list ofReferencelinks (edges) where this node is the **source**.List<Reference>Node. getReverseReferenceLinks()(experimental) Gets list ofReferencelinks (edges) where this node is the **target**.
-