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 structure containing summary information about resource drifts for a stack instance.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackInstanceResourceDriftsSummary

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

Syntax

C#
public class StackInstanceResourceDriftsSummary

The StackInstanceResourceDriftsSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LogicalResourceId System.String

Gets and sets the property LogicalResourceId.

The logical name of the resource specified in the template.

Public Property PhysicalResourceId System.String

Gets and sets the property PhysicalResourceId.

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

Public Property PhysicalResourceIdContext System.Collections.Generic.List<Amazon.CloudFormation.Model.PhysicalResourceIdContextKeyValuePair>

Gets and sets the property PhysicalResourceIdContext.

Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property PropertyDifferences System.Collections.Generic.List<Amazon.CloudFormation.Model.PropertyDifference>

Gets and sets the property PropertyDifferences.

Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

Type of resource. For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

Public Property StackId System.String

Gets and sets the property StackId.

The ID of the stack instance.

Public Property StackResourceDriftStatus Amazon.CloudFormation.StackResourceDriftStatus

Gets and sets the property StackResourceDriftStatus.

The drift status of the resource in a stack instance.

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

  • MODIFIED: One or more resource properties differ from their expected template values.

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

  • NOT_CHECKED: CloudFormation doesn't currently return this value.

Public Property Timestamp System.Nullable<System.DateTime>

Gets and sets the property Timestamp.

Time at which the stack instance drift detection operation was initiated.

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