class Aws::CloudFormation::Types::StackResourceDriftInformationSummary

Summarizes information about whether the resource’s actual configuration differs, or has drifted, from its expected configuration.

@!attribute [rw] stack_resource_drift_status

Status of the resource's actual configuration compared to its
expected configuration.

* `DELETED`\: The resource differs from its expected configuration
  in that it has been deleted.

* `MODIFIED`\: The resource differs from its expected configuration.

* `NOT_CHECKED`\: CloudFormation hasn't checked if the resource
  differs from its expected configuration.

  Any resources that don't currently support drift detection have a
  status of `NOT_CHECKED`. For more information, see [Resources that
  Support Drift Detection][1]. If you performed an
  ContinueUpdateRollback operation on a stack, any resources
  included in `ResourcesToSkip` will also have a status of
  `NOT_CHECKED`. For more information on skipping resources during
  rollback operations, see [Continue Rolling Back an Update][2] in
  the CloudFormation User Guide.

* `IN_SYNC`\: The resource's actual configuration matches its
  expected configuration.

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
[2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html
@return [String]

@!attribute [rw] last_check_timestamp

When CloudFormation last checked if the resource had drifted from
its expected configuration.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackResourceDriftInformationSummary AWS API Documentation

Constants

SENSITIVE