Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotSupported is when an object cannot be 'described' via AWS api either through lack of mapping or bad input ErrNotSupported = fmt.Errorf("not-supported") )
Functions ¶
Types ¶
type AWSClients ¶
type AWSClients struct { Cfn cloudformationiface.CloudFormationAPI Ec2 ec2iface.EC2API Asg autoscalingiface.AutoScalingAPI }
AWSClients holds a set of AWS API clients
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context is the template context for the template which when evaluated, exports metadata.
Click to show internal directories.
Click to hide internal directories.