Class PreviewResult

java.lang.Object
com.pulumi.automation.PreviewResult

public class PreviewResult extends Object
Represents the result of a preview operation.
  • Method Details

    • standardOutput

      public String standardOutput()
      Returns the standard output of the preview operation.
      Returns:
      the standard output
    • standardError

      public String standardError()
      Returns the standard error of the preview operation.
      Returns:
      the standard error
    • changeSummary

      public Map<OperationType,Integer> changeSummary()
      Returns a summary of the changes that would be applied by the preview operation.
      Returns:
      the change summary