Interface ITemplateSection
Interface describing a section of the template (Resources, Conditions etc.)
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public interface ITemplateSection
Properties
| Improve this Doc View SourceContext
Gets the deserialization context.
Declaration
DeserializationContext Context { get; }
Property Value
| Type | Description |
|---|---|
| DeserializationContext | The context. |