Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2019 Changes in this version + func IsInvalidConfig(err error) bool + func IsOutputNotFound(err error) bool + func IsOutputsNotAccessible(err error) bool + func IsStackNotFound(err error) bool + func IsTooManyStacks(err error) bool + type CF interface + DescribeStacks func(input *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error) + type CloudFormation struct + func New(config Config) (*CloudFormation, error) + func (c *CloudFormation) DescribeOutputsAndStatus(stackName string) ([]Output, string, error) + func (c *CloudFormation) GetOutputValue(outputs []Output, key string) (string, error) + type Config struct + Client CF + type Output struct + OutputKey string + OutputValue string