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.

Summarizes information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackResourceDriftInformationSummary

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

Syntax

C#
public class StackResourceDriftInformationSummary

The StackResourceDriftInformationSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LastCheckTimestamp System.DateTime

Gets and sets the property LastCheckTimestamp.

When CloudFormation last checked if the resource had drifted from its expected configuration.

Public Property StackResourceDriftStatus Amazon.CloudFormation.StackResourceDriftStatus

Gets and sets the property StackResourceDriftStatus.

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

  • DELETED: The resource differs from its expected configuration in that it has been deleted.

  • MODIFIED: The resource differs from its expected configuration.

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

    Any resources that don't currently support drift detection have a status of NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included in ResourcesToSkip will also have a status of NOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5