ResourceTransformationResult is the result that must be returned by a resource transformation callback. It includes new values to use for the props and opts of the Resource in place of the originally provided values.
props
opts
The new resource options to use in place of the original opts
The new properties to use in place of the original props
Generated using TypeDoc
ResourceTransformationResult is the result that must be returned by a resource transformation callback. It includes new values to use for the
props
andopts
of the Resource in place of the originally provided values.