| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackResourceDriftInformation |
StackResource.driftInformation()
Information about whether the resource's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
StackResourceDriftInformation |
StackResourceDetail.driftInformation()
Information about whether the resource's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
| Modifier and Type | Method and Description |
|---|---|
StackResource.Builder |
StackResource.Builder.driftInformation(StackResourceDriftInformation driftInformation)
Information about whether the resource's actual configuration differs, or has drifted, from its
expected configuration, as defined in the stack template and any values specified as template parameters.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.driftInformation(StackResourceDriftInformation driftInformation)
Information about whether the resource's actual configuration differs, or has drifted, from its
expected configuration, as defined in the stack template and any values specified as template parameters.
|
Copyright © 2018. All rights reserved.