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

Class: Aws::CloudFormation::Types::StackDriftInformationSummary

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

Overview

Contains information about whether the stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. A stack is considered to have drifted if one or more of its resources have drifted.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#last_check_timestampTime

Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

Returns:

  • (Time)

    Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

#stack_drift_statusString

Status of the stack\'s actual configuration compared to its expected template 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: AWS CloudFormation has not checked if the stack differs from its expected template configuration.

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

  • UNKNOWN: This value is reserved for future use.

    Possible values:

    • DRIFTED
    • IN_SYNC
    • UNKNOWN
    • NOT_CHECKED

Returns:

  • (String)

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