class
Amazonite::CloudFormation::StackResourceDriftInformation
- Amazonite::CloudFormation::StackResourceDriftInformation
- Reference
- Object
Overview
Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.
Defined in:
cloudformation/stack_resource_drift_information.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_resource_drift_status : StackResourceDriftStatus, 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
When CloudFormation last checked if the resource had drifted from its expected configuration.
-
#last_check_timestamp=(last_check_timestamp : Time | Nil)
When CloudFormation last checked if the resource had drifted from its expected configuration.
-
#stack_resource_drift_status : StackResourceDriftStatus
Status of the resource's actual configuration compared to its expected configuration
-
#stack_resource_drift_status=(stack_resource_drift_status : StackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected 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?.
When CloudFormation last checked if the resource had drifted from its expected configuration.
When CloudFormation last checked if the resource had drifted from its expected configuration.
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 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 Resource type support for imports and drift
detection.
IN_SYNC: The resource's actual configuration matches its expected configuration.
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 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 Resource type support for imports and drift
detection.
IN_SYNC: The resource's actual configuration matches its expected configuration.