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.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class StackInstanceResourceDriftsSummary
The StackInstanceResourceDriftsSummary type exposes the following members
Name | Description | |
---|---|---|
![]() |
StackInstanceResourceDriftsSummary() |
Name | Type | Description | |
---|---|---|---|
![]() |
LogicalResourceId | System.String |
Gets and sets the property LogicalResourceId. The logical name of the resource specified in the template. |
![]() |
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. |
![]() |
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. |
![]() |
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 |
![]() |
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. |
![]() |
StackId | System.String |
Gets and sets the property StackId. The ID of the stack instance. |
![]() |
StackResourceDriftStatus | Amazon.CloudFormation.StackResourceDriftStatus |
Gets and sets the property StackResourceDriftStatus. The drift status of the resource in a stack instance.
|
![]() |
Timestamp | System.Nullable<System.DateTime> |
Gets and sets the property Timestamp. Time at which the stack instance drift detection operation was initiated. |
.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