| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackDriftInformation |
StackDriftInformation.clone() |
StackDriftInformation |
Stack.getDriftInformation()
Information about whether a stack's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
StackDriftInformation |
StackDriftInformation.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.
|
StackDriftInformation |
StackDriftInformation.withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformation |
StackDriftInformation.withStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setDriftInformation(StackDriftInformation driftInformation)
Information about whether a stack's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Stack |
Stack.withDriftInformation(StackDriftInformation driftInformation)
Information about whether a stack'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 © 2024. All rights reserved.