Documentation ¶
Index ¶
- func CreateChangeSet(template string, params []cloudformation.Parameter, stackName string) (string, client.Error)
- func DeleteChangeSet(stackName, changeSetName string) client.Error
- func DeleteStack(stackName string) client.Error
- func Deploy(template string, params []cloudformation.Parameter, stackName string) client.Error
- func ExecuteChangeSet(stackName, changeSetName string) client.Error
- func GetChangeSet(stackName, changeSetName string) ([]cloudformation.Change, 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, processed bool) (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 CreateChangeSet ¶ added in v0.7.0
func DeleteChangeSet ¶ added in v0.7.0
func DeleteStack ¶
func ExecuteChangeSet ¶ added in v0.7.0
func GetChangeSet ¶ added in v0.7.0
func GetChangeSet(stackName, changeSetName string) ([]cloudformation.Change, client.Error)
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 GetStackTemplate ¶
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.