Documentation ¶
Index ¶
- type Properties
- type PropertiesAttributes
- func (p PropertiesAttributes) Description() terra.StringValue
- func (p PropertiesAttributes) InternalRef() (terra.Reference, error)
- func (p PropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p PropertiesAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributes
- func (p PropertiesAttributes) SearchableAttributes() terra.SetValue[terra.StringValue]
- type PropertiesState
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 (p PropertiesAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributes
func (PropertiesAttributes) SearchableAttributes ¶
func (p PropertiesAttributes) SearchableAttributes() terra.SetValue[terra.StringValue]
type PropertiesState ¶
Click to show internal directories.
Click to hide internal directories.