autoscaling

package
v0.7.0-prerelease Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: MIT Imports: 2 Imported by: 0

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

type LaunchTemplate struct {
	types.Metadata
	ec2.Instance
}

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{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL