Bases: _abcoll.Mapping
A stack template.
Retrieve a Template with the given ID from the database
Reduces contiguous strings in Fn::Join to a single joined string eg the following { “Fn::Join” : [ ” ”, [ “str1”, “str2”, {“f”: “b”}, “str3”, “str4”]} is reduced to { “Fn::Join” : [ ” ”, [ “str1 str2”, {“f”: “b”}, “str3 str4”]}
Resolve constructs of the form { “Fn::GetAtt” : [ “WebServer”, “PublicIp” ] }
Resolve constructs of the form { “Fn::FindInMap” : [ “mapping”, “key”, “value” ] }
Resolve constructs of the form { “Fn::Join” : [ “delim”, [ “str1”, “str2” ] }
Resolve constructs of the form { “Ref” : “string” }