autoscaling

package
v0.3.25 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: MIT Imports: 1 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
}

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

type BlockDevice struct {
	types.Metadata
	Encrypted types.BoolValue
}

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

Jump to

Keyboard shortcuts

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