Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UntilCreatedOrUpdated ¶
func UntilCreatedOrUpdated(api cfnInterface, stackName string, f func(e *cfn.StackEvent)) error
func UntilDeleted ¶
func UntilDeleted(api cfnInterface, stackName string, f func(e *cfn.StackEvent)) error
Types ¶
type EndCondition ¶
type EndCondition func(stackName string, ev *cfn.StackEvent) (bool, error)
Click to show internal directories.
Click to hide internal directories.