| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyDifference |
PropertyDifference.clone() |
PropertyDifference |
PropertyDifference.withActualValue(String actualValue)
The actual property value of the resource property.
|
PropertyDifference |
PropertyDifference.withDifferenceType(DifferenceType differenceType)
The type of property difference.
|
PropertyDifference |
PropertyDifference.withDifferenceType(String differenceType)
The type of property difference.
|
PropertyDifference |
PropertyDifference.withExpectedValue(String expectedValue)
The expected property value of the resource property, as defined in the stack template and any values specified
as template parameters.
|
PropertyDifference |
PropertyDifference.withPropertyPath(String propertyPath)
The fully-qualified path to the resource property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDifference> |
StackResourceDrift.getPropertyDifferences()
A collection of the resource properties whose actual values differ from their expected values.
|
| Modifier and Type | Method and Description |
|---|---|
StackResourceDrift |
StackResourceDrift.withPropertyDifferences(PropertyDifference... propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackResourceDrift.setPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift |
StackResourceDrift.withPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
Copyright © 2022. All rights reserved.