Package com.pulumi.automation.events
Class PropertyDiff
java.lang.Object
com.pulumi.automation.events.PropertyDiff
PropertyDiff describes the difference between a single property's old
and new values.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTrue if this is a difference between old and new inputs rather than old state and new inputs.kind()Gets the kind of difference.
-
Constructor Details
-
PropertyDiff
-
-
Method Details
-
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
-