DeploymentStacksChangeDeltaRecord interface

Model to show the before-and-after property values, along with the delta between them.

Properties

after

The predicted value after the deployment is executed.

before

The predicted value before the deployment is executed.

delta

The predicted changes to the properties."

Property Details

after

The predicted value after the deployment is executed.

after?: Record<string, any>

Property Value

Record<string, any>

before

The predicted value before the deployment is executed.

before?: Record<string, any>

Property Value

Record<string, any>

delta

The predicted changes to the properties."

delta?: DeploymentStacksWhatIfPropertyChange[]

Property Value