Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LaunchConfigInput ¶
type LaunchConfigInput struct {
*autoscaling.CreateLaunchConfigurationInput
}
LaunchConfigInput input struct
func (*LaunchConfigInput) AddBlockDevice ¶
func (s *LaunchConfigInput) AddBlockDevice(ebsVolumeSize *int64, ebsVolumeType *string, ebsDeviceType *string)
AddBlockDevice adds an EBS block device to the LC
func (*LaunchConfigInput) Create ¶
func (s *LaunchConfigInput) Create(asgc aws.ASGAPI) error
Create tryes to create the launch configuration
func (*LaunchConfigInput) SetDefaults ¶
func (s *LaunchConfigInput) SetDefaults()
SetDefaults assigns values
Click to show internal directories.
Click to hide internal directories.