Show / Hide Table of Contents

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 Conditions block.

Globals

In Globals block.

Mappings

In Mappings block.

Metadata

In Metadata (top level) block.

None

No context yet

Outputs

In Outputs block.

Parameters

In Parameters block.

Resources

In Resources block.

Rules

In Rules block.

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