| 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> |
StackInstanceResourceDriftsSummary.getPropertyDifferences()
Status of the actual configuration of the resource compared to its expected configuration.
|
List<PropertyDifference> |
StackResourceDrift.getPropertyDifferences()
A collection of the resource properties whose actual values differ from their expected values.
|
| Modifier and Type | Method and Description |
|---|---|
StackInstanceResourceDriftsSummary |
StackInstanceResourceDriftsSummary.withPropertyDifferences(PropertyDifference... propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration.
|
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 |
StackInstanceResourceDriftsSummary.setPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration.
|
void |
StackResourceDrift.setPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackInstanceResourceDriftsSummary |
StackInstanceResourceDriftsSummary.withPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration.
|
StackResourceDrift |
StackResourceDrift.withPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
Copyright © 2024. All rights reserved.