AppPropertyDiff
PropertyDiff describes the difference between a single property’s old and new values.
Properties
diffKindenum requiredKind is the kind of difference.Values:add— DiffAdd- DiffAdd indicates that the property was added.
add-replace— DiffAddReplace- DiffAddReplace indicates that the property was added and requires that the resource be replaced.
delete— DiffDelete- DiffDelete indicates that the property was deleted.
delete-replace— DiffDeleteReplace- DiffDeleteReplace indicates that the property was deleted and requires that the resource be replaced.
update— DiffUpdate- DiffUpdate indicates that the property was updated.
update-replace— DiffUpdateReplace- DiffUpdateReplace indicates that the property was updated and requires that the resource be replaced.
inputDiffboolean requiredInputDiff is true if this is a difference between old and new inputs rather than old state and new inputs.