| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackDriftInformationSummary.Builder |
StackDriftInformationSummary.builder() |
StackDriftInformationSummary.Builder |
StackDriftInformationSummary.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.
|
StackDriftInformationSummary.Builder |
StackDriftInformationSummary.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformationSummary.Builder |
StackDriftInformationSummary.Builder.stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformationSummary.Builder |
StackDriftInformationSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackDriftInformationSummary.Builder> |
StackDriftInformationSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackSummary.Builder |
StackSummary.Builder.driftInformation(Consumer<StackDriftInformationSummary.Builder> driftInformation)
Summarizes information on 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 © 2020. All rights reserved.