Show / Hide Table of Contents

Interface IReferenceIntrinsic

Marker interface for intrinsics that may reference other objects in the template

Inherited Members
IIntrinsic.ExtraData
IIntrinsic.LongName
IIntrinsic.TagName
IIntrinsic.Type
IIntrinsic.Evaluate(ITemplate)
IIntrinsic.GetReferencedObjects(ITemplate)
IEnumerable<Object>.GetEnumerator()
Namespace: Firefly.CloudFormationParser.Intrinsics.Abstractions
Assembly: Firefly.CloudFormationParser.dll
Syntax
public interface IReferenceIntrinsic : IIntrinsic, IEnumerable<object>, IEnumerable

Methods

| Improve this Doc View Source

ReferencedObject(ITemplate)

Gets the name of the referenced object, e.g. parameter name or resource.property (GetAtt)

Declaration
string ReferencedObject(ITemplate template)
Parameters
Type Name Description
ITemplate template
Returns
Type Description
String

The referenced object.

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