StackInstanceResourceDriftsSummary - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

StackInstanceResourceDriftsSummary

The structure containing summary information about resource drifts for a stack instance.

Contents

LogicalResourceId

The logical name of the resource specified in the template.

Type: String

Required: Yes

ResourceType

Type of resource. For more information, go to Amazon Resource Types Reference in the Amazon CloudFormation User Guide.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Required: Yes

StackId

The ID of the stack instance.

Type: String

Required: Yes

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: Amazon CloudFormation doesn't currently return this value.

Type: String

Valid Values: IN_SYNC | MODIFIED | DELETED | NOT_CHECKED

Required: Yes

Timestamp

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

Type: Timestamp

Required: Yes

PhysicalResourceId

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

Type: String

Required: No

PhysicalResourceIdContext.member.N

Context information that enables Amazon CloudFormation to uniquely identify a resource. Amazon 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.

Type: Array of PhysicalResourceIdContextKeyValuePair objects

Array Members: Maximum number of 5 items.

Required: No

PropertyDifferences.member.N

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

Type: Array of PropertyDifference objects

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: