Show / Hide Table of Contents

Interface IBranchableIntrinsic

Where an intrinsic can return one path from a selection depending on conditions, gets the selected branch

Namespace: Firefly.CloudFormationParser.Intrinsics.Abstractions
Assembly: Firefly.CloudFormationParser.dll
Syntax
public interface IBranchableIntrinsic

Methods

| Improve this Doc View Source

GetBranch(ITemplate)

Gets the branch.

Declaration
object GetBranch(ITemplate template)
Parameters
Type Name Description
ITemplate template

The template.

Returns
Type Description
Object

Selected item based on template or intrinsic conditions

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