Contains the drift information for a resource that has been checked for drift. This includes actual and expected property values for resources in which CloudFormation has detected drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.
Resources that don't currently support drift detection can't be checked. For a list of resources that support drift detection, see Resource type support for imports and drift detection.
Use DetectStackResourceDrift to detect drift on individual resources, or DetectStackDrift to detect drift on all resources in a given stack that support drift detection.
ContentsThe logical name of the resource specified in the template.
Type: String
Required: Yes
The type of the resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
The ID of the stack.
Type: String
Required: Yes
Status of the resource's actual configuration compared to its expected configuration.
DELETED
: The resource differs from its expected template configuration because the resource has been deleted.
MODIFIED
: One or more resource properties differ from their expected values (as defined in the stack template and any values specified as template parameters).
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation does not currently return this value.
UNKNOWN
: CloudFormation could not run drift detection for the resource. See the DriftStatusReason
for details.
Type: String
Valid Values: IN_SYNC | MODIFIED | DELETED | NOT_CHECKED | UNKNOWN
Required: Yes
Time at which CloudFormation performed drift detection on the stack resource.
Type: Timestamp
Required: Yes
A JSON structure that contains the actual property values of the stack resource.
For resources whose StackResourceDriftStatus
is DELETED
, this structure will not be present.
Type: String
Required: No
The reason for the drift status.
Type: String
Required: No
A JSON structure that contains the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.
For resources whose StackResourceDriftStatus
is DELETED
, this structure will not be present.
Type: String
Required: No
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
Type: ModuleInfo object
Required: No
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
Type: String
Required: No
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.
Type: Array of PhysicalResourceIdContextKeyValuePair objects
Array Members: Maximum number of 5 items.
Required: No
A collection of the resource properties whose actual values differ from their expected values. These will be present only for resources whose StackResourceDriftStatus
is MODIFIED
.
Type: Array of PropertyDifference objects
Required: No
For more information about using this API in one of the language-specific AWS SDKs, see the following:
StackResourceDetail
StackResourceDriftInformation
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4