WhatIfPropertyChange interface
The predicted change to the resource property.
Properties
after | The value of the property after the deployment is executed. |
before | The value of the property before the deployment is executed. |
children | Nested property changes. |
path | The path of the property. |
property |
The type of property change. |
Property Details
after
The value of the property after the deployment is executed.
after?: Record<string, unknown>
Property Value
Record<string, unknown>
before
The value of the property before the deployment is executed.
before?: Record<string, unknown>
Property Value
Record<string, unknown>
children
path
The path of the property.
path: string
Property Value
string
propertyChangeType
The type of property change.
propertyChangeType: PropertyChangeType