class Aws::CloudFormation::Types::PropertyDifference
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 [Detecting Unregulated Configuration Changes to Stacks and Resources].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
@!attribute [rw] property_path
The fully-qualified path to the resource property. @return [String]
@!attribute [rw] expected_value
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters. @return [String]
@!attribute [rw] actual_value
The actual property value of the resource property. @return [String]
@!attribute [rw] difference_type
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). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/PropertyDifference AWS API Documentation
Constants
- SENSITIVE