Documentation
¶
Overview ¶
Package format contains functionality to render a cft.Template into YAML or JSON
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// JSON determines whether the outputs will be JSON (true) or YAML (false)
JSON bool
// Unsorted will cause the formatter to leave the ordering of template elements
// as in the original template if true.
// If false, the formatter will rearrange the template elements into
// canonical order.
Unsorted bool
}
Options contains options for formatting cfn templates
Click to show internal directories.
Click to hide internal directories.