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 LaunchTemplates []LaunchTemplate }
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 LaunchConfiguration ¶
type LaunchConfiguration struct { types.Metadata Name types.StringValue AssociatePublicIP types.BoolValue RootBlockDevice *ec2.BlockDevice EBSBlockDevices []ec2.BlockDevice MetadataOptions ec2.MetadataOptions UserData types.StringValue }
func (*LaunchConfiguration) GetMetadata ¶
func (d *LaunchConfiguration) GetMetadata() *types.Metadata
func (*LaunchConfiguration) GetRawValue ¶
func (d *LaunchConfiguration) GetRawValue() interface{}
func (*LaunchConfiguration) HasHTTPEndpointDisabled ¶ added in v0.5.9
func (i *LaunchConfiguration) HasHTTPEndpointDisabled() bool
func (*LaunchConfiguration) RequiresIMDSToken ¶ added in v0.5.9
func (i *LaunchConfiguration) RequiresIMDSToken() bool
type LaunchTemplate ¶ added in v0.5.9
func (*LaunchTemplate) GetMetadata ¶ added in v0.5.9
func (d *LaunchTemplate) GetMetadata() *types.Metadata
func (*LaunchTemplate) GetRawValue ¶ added in v0.5.9
func (d *LaunchTemplate) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.