| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackResourceDrift |
StackResourceDrift.clone() |
StackResourceDrift |
DetectStackResourceDriftResult.getStackResourceDrift()
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
StackResourceDrift |
StackResourceDrift.withActualProperties(String actualProperties)
A JSON structure containing the actual property values of the stack resource.
|
StackResourceDrift |
StackResourceDrift.withExpectedProperties(String expectedProperties)
A JSON structure containing the expected property values of the stack resource, as defined in the stack template
and any values specified as template parameters.
|
StackResourceDrift |
StackResourceDrift.withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackResourceDrift |
StackResourceDrift.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS
CloudFormation.
|
StackResourceDrift |
StackResourceDrift.withPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables AWS CloudFormation to uniquely identify a resource.
|
StackResourceDrift |
StackResourceDrift.withPhysicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)
Context information that enables AWS CloudFormation to uniquely identify a resource.
|
StackResourceDrift |
StackResourceDrift.withPropertyDifferences(Collection<PropertyDifference> propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift |
StackResourceDrift.withPropertyDifferences(PropertyDifference... propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift |
StackResourceDrift.withResourceType(String resourceType)
The type of the resource.
|
StackResourceDrift |
StackResourceDrift.withStackId(String stackId)
The ID of the stack.
|
StackResourceDrift |
StackResourceDrift.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDrift |
StackResourceDrift.withStackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDrift |
StackResourceDrift.withTimestamp(Date timestamp)
Time at which AWS CloudFormation performed drift detection on the stack resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackResourceDrift> |
DescribeStackResourceDriftsResult.getStackResourceDrifts()
Drift information for the resources that have been checked for drift in the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectStackResourceDriftResult.setStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
DetectStackResourceDriftResult |
DetectStackResourceDriftResult.withStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
DescribeStackResourceDriftsResult |
DescribeStackResourceDriftsResult.withStackResourceDrifts(StackResourceDrift... stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStackResourceDriftsResult.setStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
DescribeStackResourceDriftsResult |
DescribeStackResourceDriftsResult.withStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
Copyright © 2019. All rights reserved.