LiveResourceDrift

Contains drift information for a resource property, including actual value, previous deployment value, and drift detection timestamp.

Types

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

Properties

Link copied to clipboard

The current live configuration value of the resource property.

Link copied to clipboard

The timestamp when drift was detected for this resource property.

Link copied to clipboard

The configuration value from the previous CloudFormation deployment.

Functions

Link copied to clipboard
inline fun copy(block: LiveResourceDrift.Builder.() -> Unit = {}): LiveResourceDrift
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