Interface IReferenceIntrinsic
Marker interface for intrinsics that may reference other objects in the template
Inherited Members
Namespace: Firefly.CloudFormationParser.Intrinsics.Abstractions
Assembly: Firefly.CloudFormationParser.dll
Syntax
public interface IReferenceIntrinsic : IIntrinsic, IEnumerable<object>, IEnumerable
Methods
| Improve this Doc View SourceReferencedObject(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. |