stackDriftStatus
Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted.NOT_CHECKED
: CloudFormation hasn't checked if the stack differs from its expected template configuration.IN_SYNC
: The stack's actual configuration matches its expected template configuration.UNKNOWN
: CloudFormation could not run drift detection for a resource in the stack. See theDetectionStatusReason
for details.