| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.builder() |
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(StackSetDriftDetectionStatus driftDetectionStatus)
The status of the stack set drift detection operation.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(String driftDetectionStatus)
The status of the stack set drift detection operation.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftedStackInstancesCount(Integer driftedStackInstancesCount)
The number of stack instances that have drifted from the expected template and parameter configuration of the
stack set.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftStatus(StackSetDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.failedStackInstancesCount(Integer failedStackInstancesCount)
The number of stack instances for which the drift detection operation failed.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.inProgressStackInstancesCount(Integer inProgressStackInstancesCount)
The number of stack instances that are currently being checked for drift.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.inSyncStackInstancesCount(Integer inSyncStackInstancesCount)
The number of stack instances which match the expected template and parameter configuration of the stack set.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.toBuilder() |
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.totalStackInstancesCount(Integer totalStackInstancesCount)
The total number of stack instances belonging to this stack set.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackSetDriftDetectionDetails.Builder> |
StackSetDriftDetectionDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackSetOperation.Builder |
StackSetOperation.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
default StackSet.Builder |
StackSet.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
Copyright © 2021. All rights reserved.