Documentation ¶
Index ¶
- type Filters
- type FiltersAttributes
- type FiltersState
- type IncludedProperty
- type IncludedPropertyAttributes
- func (ip IncludedPropertyAttributes) InternalRef() (terra.Reference, error)
- func (ip IncludedPropertyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ip IncludedPropertyAttributes) InternalWithRef(ref terra.Reference) IncludedPropertyAttributes
- func (ip IncludedPropertyAttributes) Name() terra.StringValue
- type IncludedPropertyState
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 (ip IncludedPropertyAttributes) InternalWithRef(ref terra.Reference) IncludedPropertyAttributes
func (IncludedPropertyAttributes) Name ¶
func (ip IncludedPropertyAttributes) Name() terra.StringValue
type IncludedPropertyState ¶
type IncludedPropertyState struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.