emrinstancegroup

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EbsConfig

type EbsConfig struct {
	// Iops: number, optional
	Iops terra.NumberValue `hcl:"iops,attr"`
	// Size: number, required
	Size terra.NumberValue `hcl:"size,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// VolumesPerInstance: number, optional
	VolumesPerInstance terra.NumberValue `hcl:"volumes_per_instance,attr"`
}

type EbsConfigAttributes

type EbsConfigAttributes struct {
	// contains filtered or unexported fields
}

func (EbsConfigAttributes) InternalRef

func (ec EbsConfigAttributes) InternalRef() (terra.Reference, error)

func (EbsConfigAttributes) InternalTokens

func (ec EbsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EbsConfigAttributes) InternalWithRef

func (ec EbsConfigAttributes) InternalWithRef(ref terra.Reference) EbsConfigAttributes

func (EbsConfigAttributes) Iops

func (EbsConfigAttributes) Size

func (EbsConfigAttributes) Type

func (EbsConfigAttributes) VolumesPerInstance

func (ec EbsConfigAttributes) VolumesPerInstance() terra.NumberValue

type EbsConfigState

type EbsConfigState struct {
	Iops               float64 `json:"iops"`
	Size               float64 `json:"size"`
	Type               string  `json:"type"`
	VolumesPerInstance float64 `json:"volumes_per_instance"`
}

Jump to

Keyboard shortcuts

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