MCPcopy Create free account
hub / github.com/aws-cloudformation/rain / Parameters

Method Parameters

cft/pkg/module.go:58–60  ·  view source on GitHub ↗

Parameters returns the Parameters node as a map

()

Source from the content-addressed store, hash-verified

56
57// Parameters returns the Parameters node as a map
58func (module *Module) Parameters() map[string]any {
59 return node.DecodeMap(module.ParametersNode)
60}
61
62// Resources returns the Resources node as a map
63func (module *Module) Resources() map[string]any {

Callers

nothing calls this directly

Calls 1

DecodeMapFunction · 0.92

Tested by

no test coverage detected