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 SourceGetBranch(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 |