| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.clone() |
StackSetDriftDetectionDetails |
StackSetOperation.getStackSetDriftDetectionDetails()
Detailed information about the drift status of the stack set.
|
StackSetDriftDetectionDetails |
StackSet.getStackSetDriftDetectionDetails()
Detailed information about the drift status of the stack set.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withDriftDetectionStatus(StackSetDriftDetectionStatus driftDetectionStatus)
The status of the stack set drift detection operation.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withDriftDetectionStatus(String driftDetectionStatus)
The status of the stack set drift detection operation.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withDriftedStackInstancesCount(Integer driftedStackInstancesCount)
The number of stack instances that have drifted from the expected template and parameter configuration of the
stack set.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withDriftStatus(StackSetDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withDriftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withFailedStackInstancesCount(Integer failedStackInstancesCount)
The number of stack instances for which the drift detection operation failed.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withInProgressStackInstancesCount(Integer inProgressStackInstancesCount)
The number of stack instances that are currently being checked for drift.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withInSyncStackInstancesCount(Integer inSyncStackInstancesCount)
The number of stack instances which match the expected template and parameter configuration of the stack set.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
StackSetDriftDetectionDetails |
StackSetDriftDetectionDetails.withTotalStackInstancesCount(Integer totalStackInstancesCount)
The total number of stack instances belonging to this stack set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackSetOperation.setStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
void |
StackSet.setStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSetOperation |
StackSetOperation.withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSet |
StackSet.withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
Copyright © 2024. All rights reserved.