StackSetDriftDetectionDetails class
Detailed information about the drift status of the stack set.
For stack sets, contains information about the last completed drift operation performed on the stack set. Information about drift operations in-progress is not included.
For stack set operations, includes information about drift operations currently being performed on the stack set.
For more information, see Detecting Unmanaged Changes in Stack Sets in the AWS CloudFormation User Guide.
Constructors
- StackSetDriftDetectionDetails({StackSetDriftDetectionStatus? driftDetectionStatus, StackSetDriftStatus? driftStatus, int? driftedStackInstancesCount, int? failedStackInstancesCount, int? inProgressStackInstancesCount, int? inSyncStackInstancesCount, DateTime? lastDriftCheckTimestamp, int? totalStackInstancesCount})
- StackSetDriftDetectionDetails.fromXml(XmlElement elem)
-
factory
Properties
- driftDetectionStatus → StackSetDriftDetectionStatus?
-
The status of the stack set drift detection operation.
final
- driftedStackInstancesCount → int?
-
The number of stack instances that have drifted from the expected template
and parameter configuration of the stack set. A stack instance is considered
to have drifted if one or more of the resources in the associated stack do
not match their expected configuration.
final
- driftStatus → StackSetDriftStatus?
-
Status of the stack set's actual configuration compared to its expected
template and parameter configuration. A stack set is considered to have
drifted if one or more of its stack instances have drifted from their
expected template and parameter configuration.
final
- failedStackInstancesCount → int?
-
The number of stack instances for which the drift detection operation
failed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inProgressStackInstancesCount → int?
-
The number of stack instances that are currently being checked for drift.
final
- inSyncStackInstancesCount → int?
-
The number of stack instances which match the expected template and
parameter configuration of the stack set.
final
- lastDriftCheckTimestamp → DateTime?
-
Most recent time when CloudFormation performed a drift detection operation
on the stack set. This value will be
NULL
for any stack set on which drift detection has not yet been performed.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalStackInstancesCount → int?
-
The total number of stack instances belonging to this stack set.
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