Namespace Firefly.CloudFormationParser.Serialization.Settings
Classes
DeserializerSettingsBuilder
Builder class to construct an IDeserializerSettings for the template deserialization process.
InvalidDeserializerSettingsException
Exception class thrown for invalid combination of settings in DeserializerSettingsBuilder
Interfaces
IDeserializerSettings
Defines properties required by the CloudFormation deserializer.
An object inherited from this interface is returned by a call to Build(). You should dispose this object following template deserialization to free any resources that are internally allocated such as streams and readers.