Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppPropertyDiff

AppPropertyDiff

    PropertyDiff describes the difference between a single property’s old and new values.

    Properties

    • diffKind enum required
      Kind 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.
    • inputDiff boolean required
      InputDiff is true if this is a difference between old and new inputs rather than old state and new inputs.

      The infrastructure as code platform for any cloud.