Show / Hide Table of Contents

Enum ReferenceType

Describes the relationship between two graph vertices.

Namespace: Firefly.CloudFormationParser.GraphObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public enum ReferenceType

Fields

Name Description
AttributeReference

Attribute reference via !GetAtt

DependsOn

Explicit inter-resource reference

DirectReference

Direct reference via !Ref to a resource

ParameterReference

Direct reference via !Ref to a parameter

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX