StackDriftInformationSummary class

Contains information about whether the stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. A stack is considered to have drifted if one or more of its resources have drifted.

Constructors

StackDriftInformationSummary({required StackDriftStatus stackDriftStatus, DateTime? lastCheckTimestamp})
StackDriftInformationSummary.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastCheckTimestamp DateTime?
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackDriftStatus StackDriftStatus
Status of the stack's actual configuration compared to its expected template configuration.
final

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