Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscaling ¶
type Autoscaling struct {
LaunchConfigurations []LaunchConfiguration
}
type BlockDevice ¶
func (*BlockDevice) GetMetadata ¶
func (d *BlockDevice) GetMetadata() *types.Metadata
func (*BlockDevice) GetRawValue ¶
func (d *BlockDevice) GetRawValue() interface{}
type LaunchConfiguration ¶
type LaunchConfiguration struct { types.Metadata Name types.StringValue AssociatePublicIP types.BoolValue RootBlockDevice *BlockDevice EBSBlockDevices []BlockDevice UserData types.StringValue }
func (*LaunchConfiguration) GetMetadata ¶
func (d *LaunchConfiguration) GetMetadata() *types.Metadata
func (*LaunchConfiguration) GetRawValue ¶
func (d *LaunchConfiguration) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.