iotthingtype

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 Properties

type Properties struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// SearchableAttributes: set of string, optional
	SearchableAttributes terra.SetValue[terra.StringValue] `hcl:"searchable_attributes,attr"`
}

type PropertiesAttributes

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

func (PropertiesAttributes) Description

func (p PropertiesAttributes) Description() terra.StringValue

func (PropertiesAttributes) InternalRef

func (p PropertiesAttributes) InternalRef() (terra.Reference, error)

func (PropertiesAttributes) InternalTokens

func (p PropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PropertiesAttributes) InternalWithRef

func (PropertiesAttributes) SearchableAttributes

func (p PropertiesAttributes) SearchableAttributes() terra.SetValue[terra.StringValue]

type PropertiesState

type PropertiesState struct {
	Description          string   `json:"description"`
	SearchableAttributes []string `json:"searchable_attributes"`
}

Jump to

Keyboard shortcuts

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