コード例 #1
0
ファイル: cloudformation.go プロジェクト: otm/nagu
// UsePreviousTemplate sets the use previous tempalte on a UpdateStackInput
func UsePreviousTemplate(params *cfn.UpdateStackInput) {
	params.UsePreviousTemplate = aws.Bool(true)
}