lightsailinstance

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 AddOn

type AddOn struct {
	// SnapshotTime: string, required
	SnapshotTime terra.StringValue `hcl:"snapshot_time,attr" validate:"required"`
	// Status: string, required
	Status terra.StringValue `hcl:"status,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type AddOnAttributes

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

func (AddOnAttributes) InternalRef

func (ao AddOnAttributes) InternalRef() (terra.Reference, error)

func (AddOnAttributes) InternalTokens

func (ao AddOnAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AddOnAttributes) InternalWithRef

func (ao AddOnAttributes) InternalWithRef(ref terra.Reference) AddOnAttributes

func (AddOnAttributes) SnapshotTime

func (ao AddOnAttributes) SnapshotTime() terra.StringValue

func (AddOnAttributes) Status

func (ao AddOnAttributes) Status() terra.StringValue

func (AddOnAttributes) Type

func (ao AddOnAttributes) Type() terra.StringValue

type AddOnState

type AddOnState struct {
	SnapshotTime string `json:"snapshot_time"`
	Status       string `json:"status"`
	Type         string `json:"type"`
}

Jump to

Keyboard shortcuts

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