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.

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.

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.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

Type of resource. For more information, go to Amazon Web Services Resource 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.DateTime

Gets and sets the property Timestamp.

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

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