Documentation ¶
Index ¶
- Variables
- type UnorderedList
- func (t UnorderedList) Equal(o attr.Type) bool
- func (UnorderedList) String() string
- func (t UnorderedList) ValueFromList(ctx context.Context, in basetypes.ListValue) (basetypes.ListValuable, diag.Diagnostics)
- func (t UnorderedList) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t UnorderedList) ValueType(ctx context.Context) attr.Value
- type UnorderedListValue
- func NewUnorderedListValue(elemType attr.Type, elements []attr.Value) (UnorderedListValue, diag.Diagnostics)
- func NewUnorderedListValueFrom(ctx context.Context, elemType attr.Type, elements any) (UnorderedListValue, diag.Diagnostics)
- func NewUnorderedListValueNull(elemType attr.Type) UnorderedListValue
- func NewUnorderedListValueUnknown(elemType attr.Type) UnorderedListValue
Constants ¶
This section is empty.
Variables ¶
View Source
var UnorderedListOfStringType = UnorderedList{basetypes.ListType{ElemType: basetypes.StringType{}}}
Functions ¶
This section is empty.
Types ¶
type UnorderedList ¶
UnorderedList is a type representing a list of values where the order of the elements is not significant.
func NewUnorderedList ¶
func NewUnorderedList(elemType attr.Type) UnorderedList
func (UnorderedList) String ¶
func (UnorderedList) String() string
func (UnorderedList) ValueFromList ¶
func (t UnorderedList) ValueFromList(ctx context.Context, in basetypes.ListValue) (basetypes.ListValuable, diag.Diagnostics)
func (UnorderedList) ValueFromTerraform ¶
type UnorderedListValue ¶
func NewUnorderedListValue ¶
func NewUnorderedListValue(elemType attr.Type, elements []attr.Value) (UnorderedListValue, diag.Diagnostics)
func NewUnorderedListValueFrom ¶
func NewUnorderedListValueFrom(ctx context.Context, elemType attr.Type, elements any) (UnorderedListValue, diag.Diagnostics)
func NewUnorderedListValueNull ¶
func NewUnorderedListValueNull(elemType attr.Type) UnorderedListValue
func NewUnorderedListValueUnknown ¶
func NewUnorderedListValueUnknown(elemType attr.Type) UnorderedListValue
func (UnorderedListValue) ListSemanticEquals ¶
func (v UnorderedListValue) ListSemanticEquals(ctx context.Context, newValuable basetypes.ListValuable) (bool, diag.Diagnostics)
Click to show internal directories.
Click to hide internal directories.