Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeEmpty = "" TypeMap = "Map" TypeList = "List" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Property ¶
type PropertyType ¶
PropertyType represents a propertytype node in the CloudFormation specification
type ResourceType ¶
type ResourceType struct { Attributes map[string]Attribute Documentation string Properties map[string]Property AdditionalProperties bool }
ResourceType represents a resourcetype node in the CloudFormation specification
type Spec ¶
type Spec struct { ResourceSpecificationVersion string PropertyTypes map[string]PropertyType ResourceTypes map[string]ResourceType }
Spec is a representation of the CloudFormation specification document
func (Spec) ResolveResource ¶
ResolveResource returns a list of possible Resource names for the provided suffix
Click to show internal directories.
Click to hide internal directories.