package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 19, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AWSImage struct {
AmiID string `json:"ami_id"`
SSMPath string `json:"ssm_path,omitempty"`
InstanceType string `json:"instance_type,omitempty"`
UserData string `json:"user_data_file,omitempty"`
InstanceProfile string `json:"instance_profile,omitempty"`
Tests []string `json:"tests,omitempty"`
}
type AWSImageConfig struct {
Images map[string]AWSImage `json:"images"`
}
type AWSRunner struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.