# 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.
No description provided by the author
No description provided by the author
Expand "expands" a resource's "business logic" data structure, implemented using Terraform Plugin Framework data types, into an AWS SDK for Go v2 API data structure.
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
Flatten "flattens" an AWS SDK for Go v2 API data structure into a resource's "business logic" data structure, implemented using Terraform Plugin Framework data types.
FlattenFrameworkInt64List converts a slice of int32 pointers to a framework List value.
FlattenFrameworkInt64Set converts a slice of int32 pointers to a framework Set value.
FlattenFrameworkInt64ValueList converts a slice of int32 values to a framework List value.
FlattenFrameworkInt64ValueSet converts a slice of int32 values to a framework Set value.
FlattenFrameworkInt64List converts a slice of int64 pointers to a framework List value.
FlattenFrameworkInt64Set converts a slice of int64 pointers to a framework Set value.
FlattenFrameworkInt64ValueList converts a slice of int64 values to a framework List value.
FlattenFrameworkInt64ValueSet converts a slice of int64 values to a framework Set value.
FlattenFrameworkStringList converts a slice of string pointers to a framework List value.
FlattenFrameworkStringListLegacy is the Plugin Framework variant of FlattenStringList.
FlattenFrameworkStringMap converts a map of string pointers to a framework Map value.
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.
No description provided by the author
FlattenFrameworkStringValueMap converts a map of strings to a framework Map value.
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.
Float32ToFramework converts a float32 pointer to a Framework Float64 value.
Float32ToFrameworkLegacy converts a float32 pointer to a Framework Float64 value.
Float64ToFramework converts a float64 pointer to a Framework Float64 value.
Float64ToFrameworkLegacy converts a float64 pointer to a Framework Float64 value.
Int32FromFramework coverts a Framework Int64 value to an int32 pointer.
No description provided by the author
No description provided by the author
Int32ToFrameworkLegacy converts an int32 pointer to a Framework Int64 value.
Int32ValueFromFramework coverts a Framework Int64 value to an int32 pointer.
No description provided by the author
Int64FromFramework converts a Framework Int64 value to an int64 pointer.
No description provided by the author
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
StringFromFramework converts a Framework String value to a string pointer.
No description provided by the author
StringFromFramework converts a single Framework String value to a string pointer slice.
StringSliceValueFromFramework converts a single Framework String value to a string slice.
StringToFramework converts a string pointer to a Framework String value.
StringToFrameworkARN converts a string pointer to a Framework custom ARN value.
StringToFrameworkLegacy converts a string pointer to a Framework String value.
StringToFrameworkValuable converts a string pointer to a Framework StringValuable value.
StringValueFromFramework converts a Framework String value to a string.
StringValueToFramework converts a string value to a Framework String value.
StringValueToFrameworkLegacy converts a string value to a Framework String value.
TimeFromFramework converts a Framework RFC3339 value to a time pointer.
TimeFromFramework converts a Framework RFC3339 value to a time pointer.
WithFieldNamePrefix specifies a prefix to be accounted for when matching field names between Terraform and AWS data structures
Use this option to improve fuzzy matching of field names during AutoFlex expand/flatten operations.
WithFieldNameSuffix specifies a suffix to be accounted for when matching field names between Terraform and AWS data structures
Use this option to improve fuzzy matching of field names during AutoFlex expand/flatten operations.
WithIgnoredFieldNames sets the list of ignored field names
Use this option to fully overwrite the ignored fields list.
WithIgnoredFieldNamesAppend appends to the list of ignored field names
Use this option to preserve preexisting items in the ignored fields list.
WithNoIgnoredFieldNames empties the list of ignored field names.
# Variables
No description provided by the author
# Structs
AutoFlexOptions stores configurable options for an auto-flattener or expander.
# Interfaces
Expander is implemented by types that customize their expansion.
Flattener is implemented by types that customize their flattening.
Expander is implemented by types that customize their expansion and can have multiple target types.
# Type aliases
AutoFlexOptionsFunc is a type alias for an autoFlexer functional option.