StackSummary

The StackSummary Data Type

Types

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

Properties

Link copied to clipboard

The time the stack was created.

Link copied to clipboard

The time the stack was deleted.

Link copied to clipboard

Summarizes 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. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.

Link copied to clipboard

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Link copied to clipboard

For nested stacks, the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

Link copied to clipboard

For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.

Link copied to clipboard

Unique stack identifier.

Link copied to clipboard

The name associated with the stack.

Link copied to clipboard

The current status of the stack.

Link copied to clipboard

Success/Failure message associated with the stack status.

Link copied to clipboard

The template description of the template used to create the stack.

Functions

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