| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackResourceDriftInformation.Builder |
StackResourceDriftInformation.builder() |
StackResourceDriftInformation.Builder |
StackResourceDriftInformation.Builder.lastCheckTimestamp(Instant lastCheckTimestamp)
When CloudFormation last checked if the resource had drifted from its expected configuration.
|
StackResourceDriftInformation.Builder |
StackResourceDriftInformation.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformation.Builder |
StackResourceDriftInformation.Builder.stackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformation.Builder |
StackResourceDriftInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackResourceDriftInformation.Builder> |
StackResourceDriftInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackResource.Builder |
StackResource.Builder.driftInformation(Consumer<StackResourceDriftInformation.Builder> 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.
|
default StackResourceDetail.Builder |
StackResourceDetail.Builder.driftInformation(Consumer<StackResourceDriftInformation.Builder> 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 © 2023. All rights reserved.