StackSetDriftDetectionDetails

Detailed information about the drift status of the StackSet.

For StackSets, contains information about the last completed drift operation performed on the StackSet. Information about drift operations in-progress isn't included.

For StackSet operations, includes information about drift operations currently being performed on the StackSet.

For more information, see Performing drift detection on CloudFormation StackSets in the CloudFormation User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the StackSet drift detection operation.

Link copied to clipboard

The number of stack instances that have drifted from the expected template and parameter configuration of the StackSet. A stack instance is considered to have drifted if one or more of the resources in the associated stack don't match their expected configuration.

Link copied to clipboard

Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

Link copied to clipboard

The number of stack instances for which the drift detection operation failed.

Link copied to clipboard

The number of stack instances that are currently being checked for drift.

Link copied to clipboard

The number of stack instances which match the expected template and parameter configuration of the StackSet.

Link copied to clipboard

Most recent time when CloudFormation performed a drift detection operation on the StackSet. This value will be NULL for any StackSet that drift detection hasn't yet been performed on.

Link copied to clipboard

The total number of stack instances belonging to this StackSet.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String