resourceexplorer2view

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 Filters

type Filters struct {
	// FilterString: string, required
	FilterString terra.StringValue `hcl:"filter_string,attr" validate:"required"`
}

type FiltersAttributes

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

func (FiltersAttributes) FilterString

func (f FiltersAttributes) FilterString() terra.StringValue

func (FiltersAttributes) InternalRef

func (f FiltersAttributes) InternalRef() (terra.Reference, error)

func (FiltersAttributes) InternalTokens

func (f FiltersAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FiltersAttributes) InternalWithRef

func (f FiltersAttributes) InternalWithRef(ref terra.Reference) FiltersAttributes

type FiltersState

type FiltersState struct {
	FilterString string `json:"filter_string"`
}

type IncludedProperty

type IncludedProperty struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type IncludedPropertyAttributes

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

func (IncludedPropertyAttributes) InternalRef

func (ip IncludedPropertyAttributes) InternalRef() (terra.Reference, error)

func (IncludedPropertyAttributes) InternalTokens

func (ip IncludedPropertyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IncludedPropertyAttributes) InternalWithRef

func (IncludedPropertyAttributes) Name

type IncludedPropertyState

type IncludedPropertyState struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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