util

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewChangeSetGraph

func NewChangeSetGraph(graph *cgraph.Graph, svc cloudformationClient, stackName string, rootChangeSetName string) (*changeSetGraph, error)

Types

type ClientWithCache

type ClientWithCache struct {
	*cloudformation.Client
	// contains filtered or unexported fields
}

func NewClientWithCache

func NewClientWithCache(svc *cloudformation.Client, opts *ClientWithCacheOpts) (*ClientWithCache, error)

Create a new "cached" CloudFormation client

The returned client will persistently store results of `DescribeChangeSet` in the specified `CacheDir` (if unset: the current directory)

func (*ClientWithCache) DescribeChangeSet

type ClientWithCacheOpts

type ClientWithCacheOpts struct {
	CacheDir *string
}

Jump to

Keyboard shortcuts

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