Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscaling ¶
type Autoscaling struct { types.Metadata LaunchConfigurations []LaunchConfiguration }
func (*Autoscaling) GetMetadata ¶ added in v0.3.24
func (a *Autoscaling) GetMetadata() *types.Metadata
func (*Autoscaling) GetRawValue ¶ added in v0.3.24
func (a *Autoscaling) GetRawValue() interface{}
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.