@pulumi/pulumi
    Preparing search index...

    Enumeration DiffKind

    A DiffKind describes the kind of difference between two values reported in a diff.

    Index

    Enumeration Members

    add: "add"

    Indicates that the property was added.

    addReplace: "add-replace"

    Indicates that the property was added and requires that the resource be replaced.

    delete: "delete"

    Indicates that the property was deleted.

    deleteReplace: "delete-replace"

    Indicates that the property was deleted and requires that the resource be replaced.

    update: "update"

    Indicates that the property was updated.

    updateReplace: "update-replace"

    Indicates that the property was updated and requires that the resource be replaced.