Class PropertyDiff

java.lang.Object
com.pulumi.automation.events.PropertyDiff

public class PropertyDiff extends Object
PropertyDiff describes the difference between a single property's old and new values.
  • Constructor Details

    • PropertyDiff

      public PropertyDiff(DiffKind kind, boolean inputDiff)
  • Method Details

    • kind

      public DiffKind kind()
      Gets the kind of difference.
      Returns:
      the difference kind
    • isInputDiff

      public boolean isInputDiff()
      True if this is a difference between old and new inputs rather than old state and new inputs.
      Returns:
      true if this is a difference between old and new inputs