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 resource's actual configuration differs, or has drifted, from its expected configuration.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackResourceDriftInformation

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

Syntax

C#
public class StackResourceDriftInformation

The StackResourceDriftInformation 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 has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

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

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