class
Amazonite::CloudFormation::StackDriftInformation
- Amazonite::CloudFormation::StackDriftInformation
- Reference
- Object
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.
Defined in:
cloudformation/stack_drift_information.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_drift_status : StackDriftStatus, last_check_timestamp : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_check_timestamp : Time | Nil
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
-
#last_check_timestamp=(last_check_timestamp : Time | Nil)
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_status : StackDriftStatus
Status of the stack's actual configuration compared to its expected template configuration.
-
#stack_drift_status=(stack_drift_status : StackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
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: 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.
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: 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.