Package com.pulumi.resources
Class ResourceTransformation.Result
java.lang.Object
com.pulumi.resources.ResourceTransformation.Result
- Enclosing interface:
- ResourceTransformation
the result that must be returned by a resource transformation callback.
It includes new values to use for the "properties" and "options"
of the
Resource in place of the originally provided values.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Result
-
-
Method Details
-
args
- Returns:
- the original properties passed to the Resource constructor.
-
options
- Returns:
- the original resource options passed to the Resource constructor.
-