You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::StackResourceDriftInformationSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#last_check_timestampTime

When AWS CloudFormation last checked if the resource had drifted from its expected configuration.

Returns:

  • (Time)

    When AWS CloudFormation last checked if the resource had drifted from its expected configuration.

#stack_resource_drift_statusString

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: AWS CloudFormation has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection. 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 in the AWS CloudFormation User Guide.

  • IN_SYNC: The resources\'s actual configuration matches its expected configuration.

Returns:

  • (String)

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