AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackDriftInformationSummary

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class StackDriftInformationSummary

The StackDriftInformationSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LastCheckTimestamp System.DateTime

Gets and sets the property LastCheckTimestamp.

Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

Public Property StackDriftStatus Amazon.CloudFormation.StackDriftStatus

Gets and sets the property StackDriftStatus.

Status of the stack's actual configuration compared to its expected template configuration.

  • DRIFTED: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted.

  • NOT_CHECKED: CloudFormation hasn't checked if the stack differs from its expected template configuration.

  • IN_SYNC: The stack's actual configuration matches its expected template configuration.

  • UNKNOWN: This value is reserved for future use.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5