InvokeTransformResult is the result that must be returned by an invoke transform callback. It includes new values to use for the args and opts of the Invoke in place of the originally provided values.
args
opts
Invoke
The new properties to use in place of the original args
The new resource options to use in place of the original opts
InvokeTransformResult is the result that must be returned by an invoke transform callback. It includes new values to use for the
argsandoptsof theInvokein place of the originally provided values.