cloudformation

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsCompletedState

func IsCompletedState(status cf.StackStatus) bool

IsCompletedState validates that operation is complete for a create or update.

func IsErrorNotFound

func IsErrorNotFound(err error) bool

IsErrorNotFound - not found error

Types

type Client

type Client interface {
	CreateStack(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error)
	GetStack(stackID *string) (stack *cf.Stack, err error)
	DeleteStack(stackID *string) error
}

Client interface to perform CloudFormation operations

func NewClient

func NewClient(config *aws.Config) Client

NewClient return new instance of the crossplane client for a specific AWS configuration

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL