PropertyDifference class

Information about a resource property whose actual value differs from its expected value, as defined in the stack template and any values specified as template parameters. These will be present only for resources whose StackResourceDriftStatus is MODIFIED. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

Constructors

PropertyDifference({required String actualValue, required DifferenceType differenceType, required String expectedValue, required String propertyPath})
PropertyDifference.fromXml(XmlElement elem)
factory

Properties

actualValue String
The actual property value of the resource property.
final
differenceType DifferenceType
The type of property difference.
final
expectedValue String
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
final
hashCode int
The hash code for this object.
no setterinherited
propertyPath String
The fully-qualified path to the resource property.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited