package
1.21.0
Repository: https://github.com/aws-cloudformation/rain.git
Documentation: pkg.go.dev

# Functions

File returns a cft.Template parsed from a file specified by fileName.
Map returns a cft.Template parsed from a map[string]interface{}.
Node returns a cft.Template parse from a *yaml.Node.
NormalizeNode takes a *yaml.Node and convert tag-style names into map-style, and converts other scalars into a canonical format.
ParseSub returns a slice of words, based on a string argument to the Fn::Sub intrinsic function.
Reader returns a cft.Template parsed from an io.Reader.
String returns a cft.Template parsed from a string.
Verify confirms that there is no semantic difference between the source cft.Template and the string representation in output.

# Constants

${AWS::X}.
No description provided by the author
No description provided by the author
Any other rune.
No description provided by the author
${X.Y}.
No description provided by the author
No description provided by the author
${Rain::X}.
No description provided by the author
No description provided by the author
No description provided by the author
${ParamOrResourceName}.
A literal string fragment.

# Structs

No description provided by the author