Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TypeAppend ¶
TypeAppend will append any given name to a pre-existing type and ensure it remains a valid Go type
Types ¶
type GeneratedHeader ¶
GeneratedHeader contains properties used to construct the header of an auto-generated Go file
type Resource ¶
type Resource struct { Generated GeneratedHeader GoPackage string GoImports []string Type string Name string Documentation string Properties map[string]cfn.Property Attributes map[string]cfn.Attribute CustomTypes []cfn.PropertyType CreationPolicy string UpdatePolicy string }
Resource defines a CloudFormation resource and all of the properties required by the Go templates
Click to show internal directories.
Click to hide internal directories.