evidentlyfeature

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 EvaluationRules

type EvaluationRules struct{}

type EvaluationRulesAttributes

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

func (EvaluationRulesAttributes) InternalRef

func (er EvaluationRulesAttributes) InternalRef() (terra.Reference, error)

func (EvaluationRulesAttributes) InternalTokens

func (er EvaluationRulesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EvaluationRulesAttributes) InternalWithRef

func (EvaluationRulesAttributes) Name

func (EvaluationRulesAttributes) Type

type EvaluationRulesState

type EvaluationRulesState struct {
	Name string `json:"name"`
	Type string `json:"type"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

type Value

type Value struct {
	// BoolValue: string, optional
	BoolValue terra.StringValue `hcl:"bool_value,attr"`
	// DoubleValue: string, optional
	DoubleValue terra.StringValue `hcl:"double_value,attr"`
	// LongValue: string, optional
	LongValue terra.StringValue `hcl:"long_value,attr"`
	// StringValue: string, optional
	StringValue terra.StringValue `hcl:"string_value,attr"`
}

type ValueAttributes

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

func (ValueAttributes) BoolValue

func (v ValueAttributes) BoolValue() terra.StringValue

func (ValueAttributes) DoubleValue

func (v ValueAttributes) DoubleValue() terra.StringValue

func (ValueAttributes) InternalRef

func (v ValueAttributes) InternalRef() (terra.Reference, error)

func (ValueAttributes) InternalTokens

func (v ValueAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ValueAttributes) InternalWithRef

func (v ValueAttributes) InternalWithRef(ref terra.Reference) ValueAttributes

func (ValueAttributes) LongValue

func (v ValueAttributes) LongValue() terra.StringValue

func (ValueAttributes) StringValue

func (v ValueAttributes) StringValue() terra.StringValue

type ValueState

type ValueState struct {
	BoolValue   string `json:"bool_value"`
	DoubleValue string `json:"double_value"`
	LongValue   string `json:"long_value"`
	StringValue string `json:"string_value"`
}

type Variations

type Variations struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Value: required
	Value *Value `hcl:"value,block" validate:"required"`
}

type VariationsAttributes

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

func (VariationsAttributes) InternalRef

func (v VariationsAttributes) InternalRef() (terra.Reference, error)

func (VariationsAttributes) InternalTokens

func (v VariationsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VariationsAttributes) InternalWithRef

func (VariationsAttributes) Name

func (VariationsAttributes) Value

type VariationsState

type VariationsState struct {
	Name  string       `json:"name"`
	Value []ValueState `json:"value"`
}

Jump to

Keyboard shortcuts

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