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.

Returns information about whether a resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. This information includes actual and expected property values for resources in which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to Stacks and Resources.

Use DetectStackResourceDrift to detect drift on individual resources, or DetectStackDrift to detect drift on all resources in a given stack that support drift detection.

Resources that don't currently support drift detection can't be checked. For a list of resources that support drift detection, see Resources that Support Drift Detection.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DetectStackResourceDriftAsync.

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

Syntax

C#
public abstract DetectStackResourceDriftResponse DetectStackResourceDrift(
         DetectStackResourceDriftRequest request
)

Parameters

request
Type: Amazon.CloudFormation.Model.DetectStackResourceDriftRequest

Container for the necessary parameters to execute the DetectStackResourceDrift service method.

Return Value


The response from the DetectStackResourceDrift service method, as returned by CloudFormation.

Version Information

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

See Also