| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackResourceDrift |
DetectStackResourceDriftResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackResourceDrift> |
DescribeStackResourceDriftsResponse.stackResourceDrifts()
Drift information for the resources that have been checked for drift in the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
DetectStackResourceDriftResponse.Builder |
DetectStackResourceDriftResponse.Builder.stackResourceDrift(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.
|
DescribeStackResourceDriftsResponse.Builder |
DescribeStackResourceDriftsResponse.Builder.stackResourceDrifts(StackResourceDrift... stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourceDriftsResponse.Builder |
DescribeStackResourceDriftsResponse.Builder.stackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
Copyright © 2021. All rights reserved.