Documentation ¶
Index ¶
- func ApplyIgnoreChanges(old, new resource.PropertyMap, ignoreChanges []string) (resource.PropertyMap, error)
- func RemoveSecrets(pv resource.PropertyValue) resource.PropertyValue
- func Transform(transformer func(resource.PropertyValue) resource.PropertyValue, ...) resource.PropertyValue
- func TransformErr(transformer func(resource.PropertyValue) (resource.PropertyValue, error), ...) (resource.PropertyValue, error)
- func TransformPropertyValue(path resource.PropertyPath, ...) (resource.PropertyValue, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyIgnoreChanges ¶ added in v3.75.0
func ApplyIgnoreChanges(old, new resource.PropertyMap, ignoreChanges []string) (resource.PropertyMap, error)
func RemoveSecrets ¶
func RemoveSecrets(pv resource.PropertyValue) resource.PropertyValue
Removes any resource.NewSecretProperty wrappers. Removes Secret: true flags from any first-class outputs.
func Transform ¶
func Transform( transformer func(resource.PropertyValue) resource.PropertyValue, value resource.PropertyValue, ) resource.PropertyValue
func TransformErr ¶
func TransformErr( transformer func(resource.PropertyValue) (resource.PropertyValue, error), value resource.PropertyValue, ) (resource.PropertyValue, error)
func TransformPropertyValue ¶
func TransformPropertyValue( path resource.PropertyPath, transformer func(resource.PropertyPath, resource.PropertyValue) (resource.PropertyValue, error), value resource.PropertyValue, ) (resource.PropertyValue, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.