Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type TemplateResource ¶
type TemplateResource struct {
Type string
Metadata map[string]interface{}
// contains filtered or unexported fields
}
func NewTemplateResource ¶
func NewTemplateResource(awsType string, properties map[string]interface{}) TemplateResource
func (TemplateResource) Properties ¶
func (tr TemplateResource) Properties() []string
func (TemplateResource) PropertyValue ¶
func (tr TemplateResource) PropertyValue(name string) (interface{}, bool)
func (*TemplateResource) UnmarshalJSON ¶
func (d *TemplateResource) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.