Enum DeserializationContext
Indicates to the node type resolver which section of the template is currently being parsed
such that a decision on how to deserialize certain keys (e.g. Condition:
) can be made.
Namespace: Firefly.CloudFormationParser.Serialization.Deserializers
Assembly: Firefly.CloudFormationParser.dll
Syntax
public enum DeserializationContext
Fields
Name | Description |
---|---|
Conditions | In |
Globals | In |
Mappings | In |
Metadata | In |
None | No context yet |
Outputs | In |
Parameters | In |
Resources | In |
Rules | In |