class
Amazonite::CloudFormation::PropertyDifference
- Amazonite::CloudFormation::PropertyDifference
- Reference
- Object
Overview
Information about a resource property whose actual value differs from its expected value, as
defined in the stack template and any values specified as template parameters. These will be
present only for resources whose StackResourceDriftStatus is MODIFIED. For more information,
see Detect unmanaged configuration changes to stacks and resources with drift
detection.
Defined in:
cloudformation/property_difference.crConstructors
- .from_xml(node : XML::Node) : self
- .new(property_path : String, expected_value : String, actual_value : String, difference_type : DifferenceType)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#actual_value : String
The actual property value of the resource property.
-
#actual_value=(actual_value : String)
The actual property value of the resource property.
-
#difference_type : DifferenceType
The type of property difference.
-
#difference_type=(difference_type : DifferenceType)
The type of property difference.
-
#expected_value : String
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
-
#expected_value=(expected_value : String)
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
-
#hash(hasher)
See
Object#hash(hasher) -
#property_path : String
The fully-qualified path to the resource property.
-
#property_path=(property_path : String)
The fully-qualified path to the resource property.
- #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?.
The type of property difference.
-
ADD: A value has been added to a resource property that's an array or list data type. -
REMOVE: The property has been removed from the current resource configuration. -
NOT_EQUAL: The current property value differs from its expected value (as defined in the stack template and any values specified as template parameters).
The type of property difference.
-
ADD: A value has been added to a resource property that's an array or list data type. -
REMOVE: The property has been removed from the current resource configuration. -
NOT_EQUAL: The current property value differs from its expected value (as defined in the stack template and any values specified as template parameters).
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.