Documentation
¶
Index ¶
Constants ¶
View Source
const SupportedVersion = "1.1"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Defaults ¶ added in v1.1.0
type Defaults struct {
// AccountId is an AWS account ID to check the profile against.
AccountId string
// Region is an AWS region, if different from the profile's default.
Region string
// Template is the path of a template file relative to Config.
Template string
// Parameter contains paths to parameter files and direct overrides.
Parameters []*Parameter
// StackName can include substitutions (as Go templates).
StackName string
// Protected deployments ignore the --yes flag.
Protected *bool
}
type Deployment ¶
type Manifest ¶
func ReadFromFile ¶ added in v1.1.0
func (*Manifest) Deployment ¶ added in v1.1.0
func (*Manifest) FindDeployment ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.