propertyDifferences property

List<PropertyDifference>? propertyDifferences
final

A collection of the resource properties whose actual values differ from their expected values. These will be present only for resources whose StackResourceDriftStatus is MODIFIED.

Implementation

final List<PropertyDifference>? propertyDifferences;