Package com.pulumi.automation
Class PreviewResult
java.lang.Object
com.pulumi.automation.PreviewResult
Represents the result of a preview operation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a summary of the changes that would be applied by the preview operation.Returns the standard error of the preview operation.Returns the standard output of the preview operation.
-
Method Details
-
standardOutput
Returns the standard output of the preview operation.- Returns:
- the standard output
-
standardError
Returns the standard error of the preview operation.- Returns:
- the standard error
-
changeSummary
Returns a summary of the changes that would be applied by the preview operation.- Returns:
- the change summary
-