Documentation ¶
Index ¶
- func DeleteStack(stackName string) client.Error
- func Deploy(template string, params []cloudformation.Parameter, stackName string) client.Error
- func GetStack(stackName string) (cloudformation.Stack, client.Error)
- func GetStackEvents(stackName string) ([]cloudformation.StackEvent, client.Error)
- func GetStackResources(stackName string) ([]cloudformation.StackResource, client.Error)
- func GetStackTemplate(stackName string) (string, client.Error)
- func ListStacks() ([]cloudformation.StackSummary, client.Error)
- func StackExists(stackName string) (bool, client.Error)
- func WaitUntilStackCreateComplete(stackName string) client.Error
- func WaitUntilStackExists(stackName string) client.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteStack ¶
func GetStackEvents ¶ added in v0.3.0
func GetStackEvents(stackName string) ([]cloudformation.StackEvent, client.Error)
func GetStackResources ¶
func GetStackResources(stackName string) ([]cloudformation.StackResource, client.Error)
func ListStacks ¶
func ListStacks() ([]cloudformation.StackSummary, client.Error)
func WaitUntilStackExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.