| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackDriftInformation.Builder |
StackDriftInformation.builder() |
StackDriftInformation.Builder |
StackDriftInformation.Builder.lastCheckTimestamp(Instant lastCheckTimestamp)
Most recent time when a drift detection operation was initiated on the stack, or any of its individual
resources that support drift detection.
|
StackDriftInformation.Builder |
StackDriftInformation.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformation.Builder |
StackDriftInformation.Builder.stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformation.Builder |
StackDriftInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackDriftInformation.Builder> |
StackDriftInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Stack.Builder |
Stack.Builder.driftInformation(Consumer<StackDriftInformation.Builder> driftInformation)
Information about whether a stack's actual configuration differs, or has drifted, from it's expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Copyright © 2022. All rights reserved.