Categorygithub.com/FrangipaneTeam/terraform-plugin-framework-supertypes

# Functions

AttributeTypes returns a map of attribute types for the specified type T.
No description provided by the author
DiagnosticsError returns an error containing all Diagnostic with SeverityError.
DiagnosticString formats a Diagnostic If there is no `Detail`, only prints summary, otherwise prints both.
ElementType returns the element type of the specified type T.
No description provided by the author
Must is a generic implementation of the Go Must idiom [1, 2].
MustDiag is a generic implementation of the Go Must idiom [1, 2].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewListValueOfNull returns a new ListValueOf with a null value.
NewListValueOfSlice returns a new ListValueOf with the given slice value.
NewListValueOfSlicePtr returns a new ListValueOf with the given slice value.
NewListValueOfUnknown returns a new ListValueOf with an unknown value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMapValueOfMap returns a new MapValueOf with the given map value.
NewMapValueOfNull returns a new MapValueOf with a null value.
NewMapValueOfUnknown returns a new MapValueOf with an unknown value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSetValueOfNull returns a new SetValueOf with a null value.
NewSetValueOfSlice returns a new SetValueOf with the given slice value.
NewSetValueOfSlicePtr returns a new SetValueOf with the given slice value.
NewSetValueOfUnknown returns a new SetValueOf with an unknown value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ListNestedObjectTypeOf is the attribute type of a ListNestedObjectValueOf.
ListNestedObjectValueOf represents a Terraform Plugin Framework List value whose elements are of type ObjectTypeOf.
ListNestedType is the attribute type of a ListNestedValue.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MapNestedObjectTypeOf is the attribute type of a MapNestedObjectValueOf.
MapNestedObjectValueOf represents a Terraform Plugin Framework Map value whose elements are of type ObjectTypeOf.
MapNestedType is the attribute type of a MapNestedValue.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectTypeOf is the attribute type of an ObjectValueOf.
No description provided by the author
ObjectValueOf represents a Terraform Plugin Framework Object value whose corresponding Go type is the structure T.
SetNestedObjectTypeOf is the attribute type of a SetNestedObjectValueOf.
SetNestedObjectValueOf represents a Terraform Plugin Framework Set value whose elements are of type ObjectTypeOf.
SetNestedType is the attribute type of a SetNestedValue.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SingleNestedObjectValueOf represents a Terraform Plugin Framework Single value whose corresponding Go type is the structure T.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

NestedObjectType extends the Type interface for types that represent nested Objects.
NestedObjectValue extends the Value interface for values that represent nested Objects.