Skip to main content

FieldChange

fieldPathstringrequired

The path to the field that has changed.

Example: my-field
prevValueAnyValuerequired

A value of any type, can be a string, number, boolean, object or array.

Example: old-value
newValueAnyValuerequired

A value of any type, can be a string, number, boolean, object or array.

Example: new-value
mustRecreatebooleanrequired

If true, the resource must be recreated to apply the change.

Example: false
FieldChange
{
"fieldPath": "my-field",
"prevValue": "old-value",
"newValue": "new-value",
"mustRecreate": false
}