| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackDriftInformationSummary |
StackDriftInformationSummary.clone() |
StackDriftInformationSummary |
StackSummary.getDriftInformation()
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.
|
StackDriftInformationSummary |
StackDriftInformationSummary.withLastCheckTimestamp(Date 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 |
StackDriftInformationSummary.withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformationSummary |
StackDriftInformationSummary.withStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackSummary.setDriftInformation(StackDriftInformationSummary 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.
|
StackSummary |
StackSummary.withDriftInformation(StackDriftInformationSummary 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.