elasticbeanstalkconfigurationtemplate

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 Setting

type Setting struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Namespace: string, required
	Namespace terra.StringValue `hcl:"namespace,attr" validate:"required"`
	// Resource: string, optional
	Resource terra.StringValue `hcl:"resource,attr"`
	// Value: string, required
	Value terra.StringValue `hcl:"value,attr" validate:"required"`
}

type SettingAttributes

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

func (SettingAttributes) InternalRef

func (s SettingAttributes) InternalRef() (terra.Reference, error)

func (SettingAttributes) InternalTokens

func (s SettingAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SettingAttributes) InternalWithRef

func (s SettingAttributes) InternalWithRef(ref terra.Reference) SettingAttributes

func (SettingAttributes) Name

func (SettingAttributes) Namespace

func (s SettingAttributes) Namespace() terra.StringValue

func (SettingAttributes) Resource

func (s SettingAttributes) Resource() terra.StringValue

func (SettingAttributes) Value

type SettingState

type SettingState struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	Resource  string `json:"resource"`
	Value     string `json:"value"`
}

Jump to

Keyboard shortcuts

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