Show / Hide Table of Contents

Interface IConditionalTemplateObject

Interface for template objects that support Condition property (resources, outputs)

Inherited Members
ITemplateObject.Name
ITemplateObject.Template
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public interface IConditionalTemplateObject : ITemplateObject

Properties

| Improve this Doc View Source

Condition

Gets the condition.

Declaration
string Condition { get; }
Property Value
Type Description
String

The condition.

See Also

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