ChangeSetSummary

The ChangeSetSummary structure describes a change set, its status, and the stack with which it's associated.

Types

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

Properties

Link copied to clipboard

The ID of the change set.

Link copied to clipboard

The name of the change set.

Link copied to clipboard

The start time when the change set was created, in UTC.

Link copied to clipboard

Descriptive information about the change set.

Link copied to clipboard

If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

Link copied to clipboard

Indicates if the change set imports resources that already exist.

Link copied to clipboard

Specifies the current setting of IncludeNestedStacks for the change set.

Link copied to clipboard

The parent change set ID.

Link copied to clipboard

The root change set ID.

Link copied to clipboard

The ID of the stack with which the change set is associated.

Link copied to clipboard

The name of the stack with which the change set is associated.

Link copied to clipboard

The state of the change set, such as CREATE_PENDING, CREATE_COMPLETE, or FAILED.

Link copied to clipboard

A description of the change set's status. For example, if your change set is in the FAILED state, CloudFormation shows the error message.

Functions

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