package
0.50.0-rc.0
Repository: https://github.com/crossplane-contrib/provider-aws.git
Documentation: pkg.go.dev

# Functions

IsUpToDate checks whether the actual state is up-to-date with the given desired state.
LateInitializeFromResponse Copy unset (nil) values from responseObject to crObject Both crObject and responseObject must be pointers to structs.
MapReplacer returns a `NameMapper` as a `LateInitOption` that uses the specified `map[string]string` to map from target CR field names to corresponding source response field names.
Replacer returns a `NameMapper` as a `LateInitOption` that that replaces all occurrences of string `old` to `new` in a target CR field name to obtain the corresponding source response field name.

# Interfaces

LateInitOption Interface for options that affect late-initialization behavior of a managed resource.

# Type aliases

NameMapper defines a transformation from CR field names to response field names.