Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSStack ¶
type AWSStack struct { Config *AWSStackConfig LambdaZipFileLocation string BuildScriptFileLocation string // contains filtered or unexported fields }
func NewAWSStack ¶
func NewAWSStack(config *AWSStackConfig) (*AWSStack, error)
type AWSStackConfig ¶
type AWSStackConfig struct { Name string Region string Device string Email string InstanceType string InstanceRegions string SkipPrice string MaxPrice string SSHKey string PreventShutdown bool Version string Schedule string IgnoreVersionChecks bool ChromiumVersion string CustomPatches *CustomPatches CustomScripts *CustomScripts CustomPrebuilts *CustomPrebuilts CustomManifestRemotes *CustomManifestRemotes CustomManifestProjects *CustomManifestProjects HostsFile string EncryptedKeys bool AMI string EnableAttestation bool AttestationMaxSpotPrice string AttestationInstanceType string }
type CustomManifestProjects ¶
type CustomManifestRemotes ¶
type CustomPatches ¶
type CustomPrebuilts ¶
type CustomScripts ¶
Click to show internal directories.
Click to hide internal directories.