Class ResourceTransformation.Result

java.lang.Object
com.pulumi.resources.ResourceTransformation.Result
Enclosing interface:
ResourceTransformation

@ParametersAreNonnullByDefault public static class ResourceTransformation.Result extends Object
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 Details

  • Method Details

    • args

      public ResourceArgs args()
      Returns:
      the original properties passed to the Resource constructor.
    • options

      public ResourceOptions options()
      Returns:
      the original resource options passed to the Resource constructor.