Documentation
¶
Index ¶
- Constants
- func New(sess *session.Session) project.Provider
- type CloudFormationError
- type Provider
- func (p *Provider) DescribeStack(stackName string) (*cf.Stack, error)
- func (p *Provider) Init(opts map[string]interface{}) error
- func (p *Provider) ListStacks() ([]*cf.StackSummary, error)
- func (p *Provider) Match(pattern string) (project.Resources, error)
- func (p *Provider) Name() string
- func (p *Provider) New(path string) project.Resource
- type Stack
- type StackState
Constants ¶
View Source
const StackNotFound = CloudFormationError("Stack not found")
StackNotFound indicates a stack doesn't exist that matches the search
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudFormationError ¶
type CloudFormationError string
CloudFormationError is a simple error type
func (CloudFormationError) Error ¶
func (e CloudFormationError) Error() string
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider implements CloudFormation support for Zim
func (*Provider) DescribeStack ¶
DescribeStack returns information about the named CloudFormation Stack
func (*Provider) ListStacks ¶
func (p *Provider) ListStacks() ([]*cf.StackSummary, error)
ListStacks finds all CloudFormation stacks
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
Stack represents a CloudFormation stack as a Zim Resource
func (*Stack) LastModified ¶
LastModified returns the time when this Stack was last updated
Click to show internal directories.
Click to hide internal directories.