Show / Hide Table of Contents

Enum DiffKind

DiffKind describes the kind of a particular property diff.

Namespace: Pulumi.Automation.Events
Assembly: Pulumi.Automation.dll
Syntax
public enum DiffKind

Fields

Name Description
Add

Add indicates that the property was added.

AddReplace

AddReplace indicates that the property was added and requires that the resource be replaced.

Delete

Delete indicates that the property was deleted.

DeleteReplace

DeleteReplace indicates that the property was deleted and requires that the resource be replaced.

Update

Update indicates that the property was updated.

UpdateReplace

UpdateReplace indicates that the property was updated and requires that the resource be replaced.

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.