AWS SDK Version 4 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.

The ResourceDriftIgnoredAttribute data type.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.ResourceDriftIgnoredAttribute

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

Syntax

C#
public class ResourceDriftIgnoredAttribute

The ResourceDriftIgnoredAttribute type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Path System.String

Gets and sets the property Path.

Path of the resource attribute for which drift was ignored.

Public Property Reason Amazon.CloudFormation.DriftIgnoredReason

Gets and sets the property Reason.

Reason why drift was ignored for the attribute, can have 2 possible values:

  • WRITE_ONLY_PROPERTY - Property is not included in read response for the resource’s live state.

  • MANAGED_BY_AWS - Property is managed by an Amazon Web Services service and is expected to be dynamically modified.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer