Documentation
¶
Overview ¶
Code generated from Pkl module `template`. DO NOT EDIT.
Code generated from Pkl module `template`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct {
Description *string `pkl:"Description"`
AWSTemplateFormatVersion string `pkl:"AWSTemplateFormatVersion"`
Metadata *pkl.Object `pkl:"Metadata"`
Parameters *map[string]cloudformation.Parameter `pkl:"Parameters"`
Resources map[string]cloudformation.Resource `pkl:"Resources"`
Rules *map[string]cloudformation.Rule `pkl:"Rules"`
Mappings *map[any]any `pkl:"Mappings"`
Conditions *map[string]map[any]any `pkl:"Conditions"`
Outputs *map[string]cloudformation.Output `pkl:"Outputs"`
Transform *any `pkl:"Transform"`
}
Click to show internal directories.
Click to hide internal directories.