Namespace Firefly.CloudFormationParser.GraphObjects
Classes
AbstractVertex
Abstract base class for graph vertices
EdgeDetail
Object describing the details of an inter-CloudFormation object relationship
OutputVertex
Graph vertex that represents a template output.
ParameterVertex
Graph vertex that represents a template parameter
PseudoParameterVertex
Graph vertex that represents an AWS pseudo parameter
ResourceVertex
Graph vertex that represents an AWS resource
Interfaces
IParameterVertex
Marker interface for parameter types
IVertex
Interface describing a graph vertex for the template dependency graph
Enums
ReferenceType
Describes the relationship between two graph vertices.