Interface IConditionalTemplateObject
Interface for template objects that support Condition property (resources, outputs)
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public interface IConditionalTemplateObject : ITemplateObject
Properties
| Improve this Doc View SourceCondition
Gets the condition.
Declaration
string Condition { get; }
Property Value
Type | Description |
---|---|
String | The condition. |