Create a SimpleCFT template wrapper.
Initial CloudFormation template.
Add a stack parameter including its descriptive info and an optional parameter group.
Parameter definition and metadata.
Add a group of stack parameters including their descriptive info and an optional parameter group.
Parameter group definition.
Apply a pack with configuration to the stack template.
Use a modification to dynamically apply various changes at once.
Modification callback to apply.
Apply a patch to the stack template.
Template patch to merge.
Convert the stack template to a JSON object.
Template JSON object.
Convert the stack template to a string.
JSON string representation of the template.
Convert the stack template to a YAML string.
YAML string representation of the template.
The basis for your stack template. Apply packs, patches, parameters and parameter groups. Access the
templateproperty for the resulting CloudFormation template.Example: