# Functions
BoolFromFramework converts a Framework Bool value to a bool pointer.
BoolToFramework converts a bool pointer to a Framework Bool value.
BoolToFrameworkLegacy converts a bool pointer to a Framework Bool value.
Expands a map of string to interface to a map of string to *bool.
Takes the result of flatmap.Expand for an array of float64 and returns a []*float64.
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
Expands a map of string to interface to a map of string to int32.
Takes the result of flatmap.Expand for an array of int64 and returns a []*int64.
Expands a map of string to interface to a map of string to *int64.
Takes the result of schema.Set of strings and returns a []*int64.
Takes a string of resource attributes separated by the ResourceIdSeparator constant, an expected number of Id Parts, and a boolean specifying if empty parts are to be allowed Returns a list of the resource attributes strings used to construct the unique Id or an error message if the resource id does not parse properly.
Takes the result of flatmap.Expand for an array of strings and returns a []*string.
Expands a map of string to interface to a map of string to *string.
Takes the result of schema.Set of strings and returns a []*string.
Takes the result of flatmap.Expand for an array of strings and returns a []*time.Time.
ExpandStringValueList takes the result of flatmap.Expand for an array of strings and returns a []string.
ExpandStringValueMap expands a string map of interfaces to a string map of strings.
No description provided by the author
No description provided by the author
No description provided by the author
Takes list of pointers to float64s.
FlattenFrameworkStringList converts a slice of string pointers to a framework List value.
FlattenFrameworkStringListLegacy is the Plugin Framework variant of FlattenStringList.
FlattenFrameworkStringSet converts a slice of string pointers to a framework Set value.
FlattenFrameworkStringSetLegacy converts a slice of string pointers to a framework Set value.
FlattenFrameworkStringValueList converts a slice of string values to a framework List value.
FlattenFrameworkStringValueListLegacy is the Plugin Framework variant of FlattenStringValueList.
FlattenFrameworkStringValueMapLegacy has no Plugin SDK equivalent as schema.ResourceData.Set can be passed string value maps directly.
FlattenFrameworkStringValueSet converts a slice of string values to a framework Set value.
FlattenFrameworkStringValueSetLegacy is the Plugin Framework variant of FlattenStringValueSet.
Takes list of pointers to int64s.
No description provided by the author
Takes a list of the resource attributes as strings used to construct the unique Id, an expected number of Id Parts, and a boolean specifying if empty parts are to be allowed Returns a string of resource attributes separated by the ResourceIdSeparator constant or an error message if the id parts do not parse properly.
Takes list of pointers to strings.
No description provided by the author
Takes list of strings.
No description provided by the author
Takes list of pointers to time.Time.
Float64ToFramework converts a float64 pointer to a Framework Float64 value.
Float64ToFrameworkLegacy converts a float64 pointer to a Framework Float64 value.
Int64FromFramework converts a Framework Int64 value to an int64 pointer.
Int64ToFramework converts an int64 pointer to a Framework Int64 value.
Int64ToFrameworkLegacy converts an int64 pointer to a Framework Int64 value.
No description provided by the author
Takes a string of resource attributes separated by the ResourceIdSeparator constant returns the number of parts.
StringFromFramework converts a Framework String value to a string pointer.
StringFromFramework converts a single Framework String value to a string pointer slice.
StringToBoolValue converts a string pointer to a Go bool value.
StringToFramework converts a string pointer to a Framework String value.
StringToFrameworkLegacy converts a string pointer to a Framework String value.
StringToFrameworkWithTransform converts a string pointer to a Framework String value.
StringValueToFramework converts a string value to a Framework String value.
StringValueToFrameworkLegacy converts a string value to a Framework String value.
# Constants
A common separator to be used for creating resource Ids from a combination of attributes.
# Type aliases
No description provided by the author